Webscraping avatar
Webscraping
Deprecated

Pricing

$5.00 / 1,000 results

Go to Apify Store
Webscraping

Webscraping

Deprecated

Webscraping Actor

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

SHAILENDRA SAHU

SHAILENDRA SAHU

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

5

Monthly active users

2 months ago

Last modified

Share

Webscraping Actor

This Apify actor scrapes all <h2> headings from a given web page.

Usage

  1. Input:
    Provide a startUrl in the actor input.
    Example:

    {
    "startUrl": "https://example.com"
    }
  2. 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" }
]