Download HTML from URLs avatar
Download HTML from URLs
Try for free

No credit card required

View all Actors
Download HTML from URLs

Download HTML from URLs

mtrunkat/url-list-download-html
Try for free

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}
Developer
Maintained by Community
Actor metrics
  • 177 monthly users
  • 100.0% runs succeeded
  • 11.1 days response time
  • Created in Feb 2018
  • Modified over 1 year ago
Categories