Listings Monitor - News, blogs, issues, articles, products etc.
No credit card required
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsListings Monitor - News, blogs, issues, articles, products etc.
No credit card required
Monitor content and listings on the web using optional keywords and filters. Take actions or receive alerts (e-mail, mobile push notifications etc.) on changes of interest. Use existing configs or easily create or request new ones. Useful for things like news, jobs, articles, products etc.
You can access the Listings Monitor - News, blogs, issues, articles, products etc. 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 "limits.alerts": 10,
11 "limits.results": 100,
12 "proxy": {
13 "useApifyProxy": false
14 }
15}' |
16apify call cyberfly/listingmonitor --silent --output-dataset
Listings Monitor - News, blogs, issues, articles, products etc. API through CLI
The Apify CLI is the official tool that allows you to use Listings Monitor - News, blogs, issues, articles, products etc. 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
4 monthly users
-
2 stars
91% runs succeeded
Created in Jan 2024
Modified 4 days ago