Incremental Web Crawler avatar

Incremental Web Crawler

Try for free

Pay $5.00 for 1,000 results

Go to Store
Incremental Web Crawler

Incremental Web Crawler

flamboyant_leaf/incrementalcrawler-v2
Try for free

Pay $5.00 for 1,000 results

The Incremental Crawler efficiently fetches URLs of recently added or updated web pages on a target site, optimizing resources by focusing only on new content. Ideal for keeping up with the latest updates, it integrates seamlessly into workflows for content monitoring and analysis.

You can access the Incremental Web Crawler programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "url": "www.example.com",
3  "daysAgo": 1,
4  "language": "en",
5  "country": "us",
6  "searchDomain": "google.com",
7  "nextRunId": "-1",
8  "nextRunAttribute": "-1",
9  "maxResults": 1
10}' |
11apify call flamboyant_leaf/incrementalcrawler-v2 --silent --output-dataset

Incremental Web Crawler API through CLI

The Apify CLI is the official tool that allows you to use Incremental Web Crawler locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community

Actor Metrics

  • 7 monthly users

  • 3 stars

  • >99% runs succeeded

  • Created in Aug 2024

  • Modified 2 months ago