Download HTML from URLs
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Marek Trunkát
Maintained by Community
Actor stats
31
Bookmarked
8.8K
Total users
61
Monthly active users
a month ago
Last modified
Categories
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.