
Download HTML from URLs
Pricing
Pay per usage

Download HTML from URLs
This actor takes a list of URLs and downloads HTML of each page.
0.0 (0)
Pricing
Pay per usage
17
Monthly users
50
Runs succeeded
>99%
Last modified
a year ago
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:
1{ 2 "requestListSources": [{ 3 "url": "https://example.com", 4 "userData": { 5 "waitForSelector": ".class-i-want-to-wait-for" 6 } 7 }] 8}
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.
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.