Download HTML from URLs avatar
Download HTML from URLs

Pricing

Pay per usage

Go to Store
Download HTML from URLs

Download HTML from URLs

Developed by

Marek Trunkát

Marek Trunkát

Maintained by Community

This actor takes a list of URLs and downloads HTML of each page.

0.0 (0)

Pricing

Pay per usage

18

Total users

8.4k

Monthly users

49

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.