---
title: "Export used SUVs under 25,000 CAD around Ottawa"
slug: "used-suvs-under-25000-ottawa"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/used-suvs-under-25000-ottawa"
actor: "Autotrader Canada - Per Result"
actor_url: "https://automationbyexperts.com/apify/autotrader-ca"
apify_url: "https://apify.com/fayoussef/autotrader-ca/examples/used-suvs-under-25000-ottawa?fpr=youssef&fp_sid=abe_ex_used-suvs-under-25000-ottawa"
price: "$0.001"
price_unit: "per result"
---

# Export used SUVs under 25,000 CAD around Ottawa

Pulls used SUV listings priced under 25,000 CAD within 100 km of Ottawa from AutoTrader.ca with VIN, price, kilometres, drivetrain, fuel, dealer and photos. Family buyers and small dealers get the whole affordable SUV market in one sheet, sorted however they like.

**Run it:** [Export used SUVs under 25,000 CAD around Ottawa on Apify](https://apify.com/fayoussef/autotrader-ca/examples/used-suvs-under-25000-ottawa?fpr=youssef&fp_sid=abe_ex_used-suvs-under-25000-ottawa)  
**Actor:** [Autotrader Canada - Per Result](https://automationbyexperts.com/apify/autotrader-ca)  
**Pricing:** $0.001 per result

## The input this task runs with

```json
{
  "body_types": [
    "suv"
  ],
  "conditions": [
    "used"
  ],
  "price_to": 25000,
  "postal_code": "Ottawa, ON",
  "radius_km": "100",
  "max_items": 300
}
```

## 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.

## Other Autotrader Canada - Per Result tasks

- [Find used Honda Civics for sale around Montreal](https://automationbyexperts.com/apify/examples/honda-civic-used-montreal): Searches AutoTrader.ca with the built in filters for used Honda Civic from model year 2018 within 100 km of Montreal and returns 127 fields per car: VIN, numeric price, kilometres, trim, transmission, dealer name and phone, and every photo. No search URL to build.

---

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