Webscraping
Pricing
$5.00 / 1,000 results
Go to Apify Store
Webscraping
Under maintenanceWebscraping Actor
0.0 (0)
Pricing
$5.00 / 1,000 results
1
5
5
Last modified
24 days ago
Webscraping Actor
This Apify actor scrapes all <h2> headings from a given web page.
Usage
-
Input:
Provide astartUrlin the actor input.
Example:{"startUrl": "https://example.com"} -
Output:
The actor saves all<h2>headings found on the page to the dataset.
Technologies
Example
Run the actor with:
startUrl:https://example.com
The output will be a list of headings like:
[{ "heading": "Welcome" },{ "heading": "Features" }]
