Content & Listings Monitor avatar
Content & Listings Monitor

Pricing

Pay per usage

Go to Store
Content & Listings Monitor

Content & Listings Monitor

Developed by

Vasek Codey Vlcek

Vasek Codey Vlcek

Maintained by Community

Monitor anything, anywhere. Receive mobile alerts or execute actions on updates of interest. Useful for listings, news, articles, products and more.

0.0 (0)

Pricing

Pay per usage

2

Total users

37

Monthly users

3

Runs succeeded

97%

Last modified

4 months ago

You can access the Content & Listings Monitor 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 '{
< "selectors": [
< "table table tr[class='\''athing'\''] td:nth-child(3) > span > a"
< ],
< "scrapers": "// (input) => ({\\r\\n// title: {\\r\\n// selectors: [\\"table table tr[class='\''athing'\''] td:nth-child(3) > span > a\\"],\\r\\n// extractor: node => node.innerText,\\r\\n// },\\r\\n// links: {\\r\\n// contents: {\\r\\n// selectors: [\\"table table tr[class='\''athing'\''] td:nth-child(3) > span > a\\"],\\r\\n// extractor: node => node.href,\\r\\n// },\\r\\n// comments: {\\r\\n// selectors: [\\"table table tr td[class='\''subtext'\''] span a[href^=item]:first-child\\"],\\r\\n// extractor: node => node.href,\\r\\n// },\\r\\n// },\\r\\n// })",
< "limits.alerts": 10,
< "limits.results": 100,
< "filters": "// [\\r\\n// \\t({title}) => title.length > 1, // absolute\\r\\n// \\t({links}) => links.contents.includes('\''http'\''), // absolute\\r\\n// \\t({price}, {price: oldPrice}) => price < oldPrice, // relative\\r\\n// ]",
< "matcher": "// ({exclude, include}) => ({include}) // ignore fields in comparison with records\\r\\n// ({price, ...match}) => match // e.g. ignore dynamic field \\"price\\" from matching",
< "pages.retries": 3,
< "hooks.load": "// async page => {\\n// \\tawait page.click('\''button[name=\\"cookie-consent\\"]'\'').catch(error => null);\\n// }",
< "proxy": {
< "useApifyProxy": false
< }
<}' |
<apify call cyberfly/listingmonitor --silent --output-dataset

Content & Listings Monitor API through CLI

The Apify CLI is the official tool that allows you to use Content & Listings Monitor locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: