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

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

Monthly users

3

Runs succeeded

97%

Last modified

3 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.

1echo '{
2  "selectors": [
3    "table table tr[class='\''athing'\''] td:nth-child(3) > span > a"
4  ],
5  "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// })",
6  "limits.alerts": 10,
7  "limits.results": 100,
8  "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// ]",
9  "matcher": "// ({exclude, include}) => ({include}) // ignore fields in comparison with records\\r\\n// ({price, ...match}) => match // e.g. ignore dynamic field \\"price\\" from matching",
10  "pages.retries": 3,
11  "hooks.load": "// async page => {\\n// \\tawait page.click('\''button[name=\\"cookie-consent\\"]'\'').catch(error => null);\\n// }",
12  "proxy": {
13    "useApifyProxy": false
14  }
15}' |
16apify 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

1npm i -g apify-cli
2apify login

Other API clients include:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.