VOOZH about

URL: https://apify.com/mtrunkat/url-list-download-html

⇱ Download HTML from URLs Β· Apify


Pricing

Pay per usage

Go to Apify Store

Download HTML from URLs

This actor takes a list of URLs and downloads HTML of each page.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Marek TrunkΓ‘t

Marek TrunkΓ‘t

Maintained by Community

Actor stats

40

Bookmarked

9.3K

Total users

43

Monthly active users

6 months ago

Last modified

Share

This Actor simply scrapes the full HTML code for all given URLs. In input you can define which proxies should be used.

Additionally, you can define a selector that will be awaited for each of the URLs simply by adding waitForSelector field to userData property of the request:

{
"requestListSources":[{
"url":"https://example.com",
"userData":{
"waitForSelector":".class-i-want-to-wait-for"
}
}]
}

Can I download HTML file from URL?

Yes, because every Actor in this Store supports download in HTML format. However, HTML format might not be the best for this particular Actor. You can also opt for JSON, CSV or XML.

You might also like

HTML Scraper

making-data-meaningful/html-scraper

Access and extract full HTML source code from any webpage instantly. The HTML Scraper API lets you retrieve clean, accurate page HTML for SEO analysis, web scraping, and content monitoring - all without being blocked.

Download HTML from URLs

scrapeai/html-downloader

This actor takes a list of URLs and downloads HTML of each page.

✨ German Imprint Scraper & Leads Finder (Google Search)

winningsolutions/german-imprint-scraper

AI-powered Apify Actor that scrapes Impressum pages on German websites and extracts decision-makers (GeschΓ€ftsfΓΌhrer, Vorstand), validated B2B emails, company addresses, VAT IDs, and Handelsregister numbers. Structured JSON output for B2B lead generation, sales prospecting, and CRM enrichment.

πŸ‘ User avatar

Winning Solutions

149

5.0

Webpage to Markdown

extremescrapes/webpage-to-markdown

This actor cost-effectively converts websites into structured markdown optimized for AI processing. It extracts webpage content, formats it into clean markdown, and ensures compatibility with AI models.

πŸ‘ User avatar

Extreme Scrapes

212

5.0

Instagram Likers Scraper - Export Users Who Liked Any Post 2026

instaprism/instagram-likers-scraper

No login required. Extract users who liked Instagram posts. Get thousands of interested leads with usernames, IDs, profile data. Auto-save every 60s. Export JSON/CSV/Excel.

RAG Web Browser

apify/rag-web-browser

Web search and fetch tool for AI agents and RAG pipelines. It queries Google Search, scrapes the top N pages using a full web browser, and returns their content as clean Markdown for further processing by an LLM. Can also fetch individual URLs.

Website Screenshot Generator

apify/screenshot-url

Create a screenshot of a website based on a specified URL. The screenshot is stored as the output in a key-value store. It can be used to monitor web changes regularly after setting up the scheduler.

Instagram Comments Scraper

scrapesmith/instagram-comments-scraper

⚑ Instagram Comments Scraper – Extract comments, usernames, likes, replies & timestamps from any public post or reel. Bulk scraping, no login needed. Export to JSON, CSV or Excel. Starts at $0.50/1,000 results.

915

4.8

Related articles

How to parse HTML in JavaScript
Read more