---
title: "Clutch.ca Car Scraper: Used Car Prices, VIN & Carfax"
slug: "clutch-ca-scraper"
type: "apify-actor"
url: "https://automationbyexperts.com/apify/clutch-ca-scraper"
apify_url: "https://apify.com/fayoussef/clutch-ca-scraper?fpr=youssef&fp_sid=abe_clutch-ca-scraper"
category: "E-commerce & Marketplace Scrapers"
price: "$0.002"
price_unit: "per vehicle scraped"
runs: 2
users: 2
---

# Clutch.ca Car Scraper: Used Car Prices, VIN & Carfax

Scrape used cars from Clutch.ca, Canada's online car retailer. Filter by make, model, price, biweekly or monthly payment, year, mileage, body, fuel, features, colour and seats. Export price, discount, VIN, specs, Carfax link, accident history and photos.

**Run it:** [Clutch.ca Car Scraper: Used Car Prices, VIN & Carfax on Apify](https://apify.com/fayoussef/clutch-ca-scraper?fpr=youssef&fp_sid=abe_clutch-ca-scraper)  
**Pricing:** $0.002 per vehicle scraped  
**Usage:** 2 runs by 2 users

## Ready-made example tasks

Pre-filled tasks published inside this actor. Each link opens the task on Apify with the input below already set.

### Used electric cars for sale in Nova Scotia on Clutch

List every used electric car Clutch.ca sells in Nova Scotia and Atlantic Canada (Halifax, Moncton, Charlottetown), cheapest first, with price, battery range, mileage, VIN, accident history, Carfax link and photos. Useful for EV buyers and for tracking used EV prices in the Maritimes.

[Task details](https://automationbyexperts.com/apify/examples/used-electric-cars-nova-scotia) | [Run it on Apify](https://apify.com/fayoussef/clutch-ca-scraper/examples/used-electric-cars-nova-scotia?fpr=youssef&fp_sid=abe_ex_used-electric-cars-nova-scotia)

```json
{
  "province": "NS",
  "fuel_types": [
    "Electric"
  ],
  "sort_by": "price_asc",
  "include_details": true,
  "max_items": 100
}
```

### Find used Toyota RAV4s for sale on Clutch in Ontario

Export every used Toyota RAV4 listed on Clutch.ca in Ontario, cheapest first: price, sale discount, VIN, mileage, trim, AWD or FWD, accident history, owners, Carfax link and photos. Schedule it to track RAV4 price drops across Toronto, Ottawa and the rest of Ontario.

[Task details](https://automationbyexperts.com/apify/examples/toyota-rav4-used-ontario) | [Run it on Apify](https://apify.com/fayoussef/clutch-ca-scraper/examples/toyota-rav4-used-ontario?fpr=youssef&fp_sid=abe_ex_toyota-rav4-used-ontario)

```json
{
  "province": "ON",
  "makes": [
    "Toyota"
  ],
  "models": [
    "RAV4"
  ],
  "sort_by": "price_asc",
  "include_details": true,
  "max_items": 100
}
```

## Related actors

- [Wallapop Marketplace Scraper (ES/IT/PT)](https://automationbyexperts.com/apify/wallapop-scraper): It scrapes Wallapop second-hand marketplace listings at scale across Spain, Italy and Portugal. Paste any search or i…
- [Fnac Data Scraping](https://automationbyexperts.com/apify/fnac-data-scraping): Extract product data from Europe's largest electronics & media retailer
- [Skroutz Scraper - Prices, Shop Offers & Price History](https://automationbyexperts.com/apify/skroutz-scraper): It scrapes Skroutz, the Greek price-comparison marketplace, across its Greece, Cyprus, Bulgaria, Romania, Germany and…
- [Bike24 Scraper: Cycling Product Prices, Stock & Specs](https://automationbyexperts.com/apify/bike24-result-scraper): Extract cycling products with variant-level stock counts from Bike24.com

---

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