---
title: "Track used Toyota RAV4 price drops around Toronto"
slug: "rav4-price-drops-toronto"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/rav4-price-drops-toronto"
actor: "Autotrader Canada - Per Result"
actor_url: "https://automationbyexperts.com/apify/autotrader-ca"
apify_url: "https://apify.com/fayoussef/autotrader-ca/examples/rav4-price-drops-toronto?fpr=youssef&fp_sid=abe_ex_rav4-price-drops-toronto"
price: "$0.001"
price_unit: "per result"
---

# Track used Toyota RAV4 price drops around Toronto

Watches every used Toyota RAV4 on AutoTrader.ca within 100 km of downtown Toronto and, run after run, returns only what changed: new listings, price drops of $500 or more, and sold or removed vehicles, each with the previous price, the change and a price history. Schedule it daily.

**Run it:** [Track used Toyota RAV4 price drops around Toronto on Apify](https://apify.com/fayoussef/autotrader-ca/examples/rav4-price-drops-toronto?fpr=youssef&fp_sid=abe_ex_rav4-price-drops-toronto)  
**Actor:** [Autotrader Canada - Per Result](https://automationbyexperts.com/apify/autotrader-ca)  
**Pricing:** $0.001 per result

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://www.autotrader.ca/cars?atype=C&cy=CA&mmmv=70%7C2143%7C%7C&offer=U&zip=M5V3L9&zipr=100&sort=age&desc=1"
    }
  ],
  "monitor_mode": true,
  "report_changes": [
    "new",
    "price_drop",
    "removed"
  ],
  "min_price_change_cad": 500,
  "export_baseline": true
}
```

## What every run returns

- `Make, model & year`
- `Trim & edition`
- `Price (CAD)`
- `Mileage (km)`
- `Transmission`
- `Drivetrain`
- `Exterior colour`
- `Fuel type`
- `Location`
- `Listing URL`
- `Raw API JSON payload`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
