---
title: "Find used Honda Civics for sale around Montreal"
slug: "honda-civic-used-montreal"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/honda-civic-used-montreal"
actor: "Autotrader Canada - Per Result"
actor_url: "https://automationbyexperts.com/apify/autotrader-ca"
apify_url: "https://apify.com/fayoussef/autotrader-ca/examples/honda-civic-used-montreal?fpr=youssef&fp_sid=abe_ex_honda-civic-used-montreal"
price: "$0.001"
price_unit: "per result"
---

# Find used Honda Civics for sale around 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.

**Run it:** [Find used Honda Civics for sale around Montreal on Apify](https://apify.com/fayoussef/autotrader-ca/examples/honda-civic-used-montreal?fpr=youssef&fp_sid=abe_ex_honda-civic-used-montreal)  
**Actor:** [Autotrader Canada - Per Result](https://automationbyexperts.com/apify/autotrader-ca)  
**Pricing:** $0.001 per result

## The input this task runs with

```json
{
  "makes": [
    "Honda"
  ],
  "models": [
    "Civic"
  ],
  "conditions": [
    "used"
  ],
  "model_year_from": 2018,
  "postal_code": "Montreal, QC",
  "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

- [Export used SUVs under 25,000 CAD around Ottawa](https://automationbyexperts.com/apify/examples/used-suvs-under-25000-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.

---

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