
Webscraping
Pricing
$5.00 / 1,000 results
Go to Apify Store

Webscraping
Webscraping Actor
0.0 (0)
Pricing
$5.00 / 1,000 results
1
3
3
Last modified
2 days ago
Webscraping Actor
This Apify actor scrapes all <h2>
headings from a given web page.
Usage
-
Input:
Provide astartUrl
in 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" }]