Download HTML from URLs
No credit card required
Download HTML from URLs
No credit card required
This actor takes a list of URLs and downloads HTML of each page.
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.
Actor Metrics
55 monthly users
-
10 stars
>99% runs succeeded
Created in Feb 2018
Modified 7 months ago