Content & Listings Monitor
No credit card required
Content & Listings Monitor
No credit card required
Monitor anything, anywhere. Receive mobile alerts or execute actions on updates of interest. Useful for listings, news, articles, products and more.
You can access the Content & Listings Monitor 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 "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 "filters": "// [\\r\\n// \\t({title}) => title.length > 1,\\r\\n// \\t({links}) => links.contents.includes('\''http'\''),\\r\\n// \\t({price}, {price: oldPrice}) => price < oldPrice,\\r\\n// ]",
7 "matcher": "// E.g. exclude dynamic \\"price\\":\\r\\n// ({price, ...match}) => match",
8 "pages.retries": 3,
9 "hooks.load": "// async page => {\\n// \\tawait page.click('\''button[name=\\"cookie-consent\\"]'\'').catch(error => null);\\n// }",
10 "alerts.limit": 10,
11 "limits.alerts": 10,
12 "limits.results": 100,
13 "proxy": {
14 "useApifyProxy": false
15 }
16}' |
17apify 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:
Actor Metrics
3 monthly users
-
2 stars
>99% runs succeeded
Created in Jan 2024
Modified 6 hours ago