Website Changes Detector avatar
Website Changes Detector

Pricing

Pay per usage

Go to Store
Website Changes Detector

Website Changes Detector

Developed by

Tri⟁angle

Tri⟁angle

Maintained by Apify

This actor uses Apify’s Website Content Crawler to track website changes by comparing new and previous crawl results, highlighting only relevant updates to save time and resources.

0.0 (0)

Pricing

Pay per usage

0

Total users

3

Monthly users

3

Runs succeeded

83%

Last modified

5 days ago

You can access the Website Changes Detector programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "wccInput": {
< "aggressivePrune": false,
< "clickElementsCssSelector": "[aria-expanded=\\"false\\"]",
< "clientSideMinChangePercentage": 15,
< "crawlerType": "playwright:adaptive",
< "debugLog": false,
< "debugMode": false,
< "expandIframes": true,
< "ignoreCanonicalUrl": false,
< "keepUrlFragments": false,
< "proxyConfiguration": {
< "useApifyProxy": true
< },
< "readableTextCharThreshold": 100,
< "removeCookieWarnings": true,
< "removeElementsCssSelector": "nav, footer, script, style, noscript, svg,\\n[role=\\"alert\\"],\\n[role=\\"banner\\"],\\n[role=\\"dialog\\"],\\n[role=\\"alertdialog\\"],\\n[role=\\"region\\"][aria-label*=\\"skip\\" i],\\n[aria-modal=\\"true\\"]",
< "renderingTypeDetectionPercentage": 10,
< "saveFiles": false,
< "saveHtml": false,
< "saveHtmlAsFile": false,
< "saveMarkdown": true,
< "saveScreenshots": false,
< "startUrls": [
< {
< "url": "https://docs.apify.com/academy/web-scraping-for-beginners",
< "method": "GET"
< }
< ],
< "useSitemaps": false
< }
<}' |
<apify call tri_angle/website-changes-detector --silent --output-dataset

Website Changes Detector API through CLI

The Apify CLI is the official tool that allows you to use Website Changes Detector locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: