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}

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.

Developer
Maintained by Community
Actor metrics
  • 50 monthly users
  • 99.9% runs succeeded
  • 11.1 days response time
  • Created in Feb 2018
  • Modified 9 days ago
Categories