What this task does
Compares each run of a source Actor against its previous one and emits only the items whose price field changed, with old and new values, ignoring fields that move on their own like timestamps and rank. Add a Slack, Discord or Telegram webhook and the changes arrive as a message. It runs on Dataset Diff - Only New & Changed Items From Any Actor, costs $2e-05 per item compared, and exports to CSV, JSON or Excel.
โ๏ธ The input this task runs with
These are the exact settings saved in the task. Open it on Apify and they are already filled in, so you can run it unchanged or edit a field first.
{
"source": "demo",
"emit": [
"changed"
],
"watchFields": [
"price"
],
"ignoreFields": [
"scrapedAt",
"crawledAt",
"timestamp",
"position",
"rank"
],
"notifyMaxItems": 20
}
๐ฆ What every run returns
One record per result, with these fields, exportable as CSV, JSON or Excel.
๐ How to run this task
- Open the task on Apify
Use the button above. New accounts get $5 of free credit and no credit card is required.
- Check the pre-filled input
Every setting shown above is already there. Change a city, a price range or the result limit if you want a different slice of the data.
- Click Run
Pagination, rotating proxies and anti-bot handling all happen in the cloud. The result limit is what controls your cost.
- Export or schedule it
Download CSV, JSON or Excel, or save the task in your own account and schedule it daily or weekly. Webhooks and the Apify API push results straight into your own tools.
๐ต What this task costs
๐งช Other Dataset Diff - Only New & Changed Items From Any Actor tasks
Get only new places from a Google Maps scraper run
Chains after the Google Maps Scraper on your account and returns only the places that were not in its previous run, keyed on placeId, instead of the full list every time. The first run records a baseline and reports nothing; from the second run on you get the delta.
See this task โ๐ Related actors
Run it with your own settings
Open the task, change what you need, and save it as your own. The original stays as it is.