---
title: "Track electric cars for sale in Vancouver"
slug: "electric-cars-for-sale-vancouver"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/electric-cars-for-sale-vancouver"
actor: "Autotrader Canada Scraper"
actor_url: "https://automationbyexperts.com/apify/autotrader-canada"
apify_url: "https://apify.com/fayoussef/autotrader-canada/examples/electric-cars-for-sale-vancouver?fpr=youssef&fp_sid=abe_ex_electric-cars-for-sale-vancouver"
price: "$0.0015"
price_unit: "per result"
---

# Track electric cars for sale in Vancouver

Every new and used EV listed on AutoTrader.ca within 100 km of Vancouver, in one spreadsheet: asking price, kilometres, battery and range details, trim, dealer and photos, one row per car.

**Run it:** [Track electric cars for sale in Vancouver on Apify](https://apify.com/fayoussef/autotrader-canada/examples/electric-cars-for-sale-vancouver?fpr=youssef&fp_sid=abe_ex_electric-cars-for-sale-vancouver)  
**Actor:** [Autotrader Canada Scraper](https://automationbyexperts.com/apify/autotrader-canada)  
**Pricing:** $0.0015 per result

## What this task is for

The task is set to fully electric vehicles only, both new and used, inside a 100 km radius of Vancouver, and stops at 200 cars. That radius covers the Lower Mainland dealer network rather than the whole province, so the export reflects what a Vancouver buyer can realistically drive to and see this week.

Run it once for a snapshot of what BC inventory looks like today, or schedule it weekly and keep the exports: comparing week to week is how you see which models are actually moving and where asking prices are drifting. Swapping the postal code changes the city, and raising the radius widens the catchment.

## The input this task runs with

```json
{
  "fuel_types": [
    "electric"
  ],
  "conditions": [
    "new",
    "used"
  ],
  "postal_code": "Vancouver, BC",
  "radius_km": "100",
  "max_items": 200
}
```

## What every run returns

- `Vehicle make & model`
- `Year & trim level`
- `Asking price (CAD)`
- `Odometer / mileage (km)`
- `Transmission type`
- `Drivetrain (FWD/AWD/4WD)`
- `Body style & colour`
- `Fuel type & engine`
- `VIN number`
- `Seller name & phone`
- `Dealer vs. private flag`
- `Listing URL & photos`
- `City & province`
- `Date listed`

## 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 Scraper tasks

- [Export used pickup trucks under 40,000 CAD in Alberta](https://automationbyexperts.com/apify/examples/used-pickup-trucks-alberta-under-40000): Used pickup trucks under 40,000 CAD within 200 km of Calgary, exported from AutoTrader.ca with VIN, price, kilometres, engine, drivetrain, dealer and photos on every row.
- [Find used Toyota RAV4s for sale around Toronto](https://automationbyexperts.com/apify/examples/toyota-rav4-used-toronto): Used Toyota RAV4s from model year 2019 onward, within 100 km of Toronto, with VIN, numeric price, kilometres, trim, dealer name and phone, and every listing photo per vehicle.

---

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