UA Cars Monitor — AUTO.RIA + RST.ua Price Gaps & Alerts | $2/1k avatar

UA Cars Monitor — AUTO.RIA + RST.ua Price Gaps & Alerts | $2/1k

Pricing

from $2.00 / 1,000 results

Go to Apify Store
UA Cars Monitor — AUTO.RIA + RST.ua Price Gaps & Alerts | $2/1k

UA Cars Monitor — AUTO.RIA + RST.ua Price Gaps & Alerts | $2/1k

Run AUTO.RIA and RST.ua scrapers together, match the same cars across marketplaces, and emit priceGapUSD + a webhook-friendly digest (new / drops / delisted). The only dual-marketplace Ukraine used-car monitor on Apify.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Maksym Horbachov

Maksym Horbachov

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Share

UA Cars Monitor — AUTO.RIA + RST.ua | Price Gaps & Digests | $2/1k

Run both major Ukrainian used-car marketplaces in one Actor, match likely-same cars, and get priceGapUSD plus a webhook-friendly digest.

Child scrapers are billed at their own PPE ($1/1k each). This monitor adds merge + digest at $2.00 / 1,000 output rows.

Why this exists

AloneWith UA Cars Monitor
Scrape AUTO.RIA or RSTScrape both, same filters
Manual Excel matchingAutomatic pairs + cheaperMarketplace
Raw listing dumpsOne digest row for Slack/Make webhooks

There is no other dual-marketplace Ukraine car monitor on Apify.

Quick start (Store QA / demo)

{
"brandName": "Toyota",
"modelName": "Camry",
"maxResults": 10,
"outputMode": "pairs_and_listings",
"emitDigest": true
}

Schedule daily + attach Integrations → get “3 drops, top gap $1,200 on RST” without opening CSV.

Alerts (Slack or Telegram) — Apify Integrations

You set this up yourself in Console — we don’t need access to your chats.

Easiest path: Telegram via Make.com (no code)

  1. In Apify: Create task → paste input with "emitDigest": trueSave.
  2. Task → Schedule → Daily.
  3. Task → IntegrationsWebhooks → add webhook
    • Event: Actor run succeeded
    • URL: you’ll get this from Make in step 5.
  4. In Make.com: new scenario
    • Module 1: Webhooks → Custom webhook → copy URL → paste into Apify (step 3) → Save & Test.
    • Module 2: Apify → Get Dataset Items (use Dataset ID from the webhook payload / run).
    • Filter: keep items where type equals digest.
    • Module 3: Telegram Bot → Send a Text Message (connect your bot + chat).
  5. Run the task once → you should get a Telegram message with the digest summary.

Bot setup (once): talk to @BotFather/newbot → copy token. Add the bot to your group (or DM it), then in Make pick that chat.

Message idea: send headline + link to the dataset from the digest row.

Slack (built-in, even simpler)

  1. Create taskSchedule.
  2. Task → IntegrationsSlack → connect workspace → channel.
  3. Event: Run succeeded → Save (default message is fine).

Open the dataset → find the row "type": "digest" for gaps/drops summary.

Advanced: Telegram Bot API without Make

Webhook URL shape:

https://api.telegram.org/bot<TOKEN>/sendMessage

Payload template (Apify webhook, enable string interpolation):

{
"chat_id": "<YOUR_CHAT_ID>",
"text": "UA Cars Monitor finished.\\nRun: https://console.apify.com/view/runs/{{resource.id}}\\nDataset: https://console.apify.com/storage/datasets/{{resource.defaultDatasetId}}"
}

This only notifies that the run finished — for “only when there are price gaps”, use the Make filter above.

Lean Task input

{
"brandName": "Toyota",
"modelName": "Camry",
"maxResults": 30,
"outputMode": "pairs_only",
"emitDigest": true,
"incremental": true,
"onlyChanges": true,
"stateKey": "my-camry-watch"
}

Output row types

  1. digest — counts (new / price_dropped / …), topDrops, topPriceGaps, headline
  2. pair — matched car with priceUSD_autoria, priceUSD_rst, priceGapUSD, both URLs
  3. listing — unmatched item from one marketplace

Incremental radar

Set "incremental": true (and a stable stateKey) to forward change detection into both child actors. Combine with "onlyChanges": true on children when you only care about deltas.

Ukraine Market Suite

ActorRole
AUTO.RIA Scraper#1 marketplace, VIN, $1/1k
RST.ua Scraper#2 marketplace, $1/1k
This actorBoth + gaps + digest
LUN.uaReal estate
Hotline + ek.uaPrice compare
UA Price CompareHotline↔ek gaps

Pricing note

You pay:

  1. AUTO.RIA results (if sourced)
  2. RST results (if sourced)
  3. This actor’s dataset rows (digest + pairs/listings)

Keep maxResults modest on schedules; use outputMode: pairs_only + emitDigest for lean webhooks.