---
title: "Scrape used cars for sale in Toronto on Kijiji"
slug: "toronto-used-cars-kijiji"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/toronto-used-cars-kijiji"
actor: "Kijiji.ca Auto & Classifieds Scraper"
actor_url: "https://automationbyexperts.com/apify/kijiji-ca-scraper"
apify_url: "https://apify.com/fayoussef/kijiji-ca-scraper/examples/toronto-used-cars-kijiji?fpr=youssef&fp_sid=abe_ex_toronto-used-cars-kijiji"
price: "$0.0015"
price_unit: "per result"
---

# Scrape used cars for sale in Toronto on Kijiji

Reads the Toronto cars and trucks category on Kijiji.ca, 40 listings per page, and returns 35 plus fields per ad: price, year, make, model, kilometres, transmission, VIN where posted, dealer or private, location and photos. Dealers use it to watch the private market for trade in stock.

**Run it:** [Scrape used cars for sale in Toronto on Kijiji on Apify](https://apify.com/fayoussef/kijiji-ca-scraper/examples/toronto-used-cars-kijiji?fpr=youssef&fp_sid=abe_ex_toronto-used-cars-kijiji)  
**Actor:** [Kijiji.ca Auto & Classifieds Scraper](https://automationbyexperts.com/apify/kijiji-ca-scraper)  
**Pricing:** $0.0015 per result

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://www.kijiji.ca/b-cars-trucks/city-of-toronto/c174l1700273"
    }
  ],
  "max_pages": 5
}
```

## What every run returns

- `Ad title`
- `Price (CAD)`
- `Category`
- `Phone number (where listed)`
- `Seller name & type`
- `Location (city/province)`
- `Full description`
- `Attributes / specs`
- `All image URLs`
- `Ad URL, ID & date posted`

## 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 Kijiji.ca Auto & Classifieds Scraper tasks

- [Export apartments for rent in Toronto from Kijiji](https://automationbyexperts.com/apify/examples/toronto-apartments-for-rent-kijiji): Pulls the newest Toronto apartment and condo rental ads from Kijiji.ca with rent, bedrooms, bathrooms, size, pet and parking flags, address, poster type and photos. Relocation agents and renters get the whole market in a sheet instead of refreshing the app.

---

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