Autotrader Vehicle Scraper
Pricing
from $1.00 / 1,000 results
Autotrader Vehicle Scraper
Extract vehicle listings from Autotrader.ca including make, model, year, price, mileage, dealer info, photos, and more. Supports search by city and province.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(14)
Developer
Crawler Bros
Actor stats
15
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract vehicle listings from Autotrader.ca — title, year, make, model, trim, price, mileage, dealer info, photos, and features. Fast HTTP-only scraper, no browser needed.
Features
- 20 output fields per vehicle
- Year / make / model / trim — parsed from listing titles
- Price, mileage — structured numeric values
- Dealer name + distance — location info
- All listing photos — full photo arrays
- No proxy needed — Autotrader.ca is directly accessible
- Fast HTTP-only — ~30 vehicles per second
- No nulls — every field has a typed default
Input
| Field | Type | Description |
|---|---|---|
startUrls | Array | Autotrader.ca search URLs (e.g., https://www.autotrader.ca/cars/honda/civic/) |
maxItems | Integer | Max vehicles to scrape (default 30) |
Example Input
{"startUrls": ["https://www.autotrader.ca/cars/honda/civic/","https://www.autotrader.ca/cars/toyota/camry/ontario/"],"maxItems": 50}
Output
Each vehicle has 20 fields:
| Field | Type | Description |
|---|---|---|
id | String | Autotrader listing ID |
url | String | Listing URL |
title | String | Listing title |
year | Integer | Year of manufacture |
make | String | Vehicle make (e.g., Honda) |
model | String | Vehicle model (e.g., Civic) |
trim | String | Trim level |
bodyType | String | Body type (Sedan, SUV, Truck, etc.) |
price | Integer | Listing price |
currency | String | Currency code (CAD) |
mileage | Integer | Odometer reading |
mileageUnit | String | km or mi |
city | String | City |
province | String | Province |
dealerName | String | Dealer name |
dealerDistance | String | Distance from search location |
photoUrl | String | Primary photo URL |
allPhotos | Array | All photo URLs |
features | Array | Listed features |
scrapedAt | String | ISO 8601 scrape timestamp |
FAQ
Q: Why Autotrader.ca instead of Autotrader.com? Autotrader.com is heavily protected by Akamai Bot Manager, which blocks all automated scraping reliably. Autotrader.ca (Canadian site) uses the same listing format but is fully accessible — and contains hundreds of thousands of vehicles across all Canadian provinces.
Q: Does this need a proxy? No — Autotrader.ca is directly accessible from any IP with Chrome TLS impersonation (handled automatically).
Q: How do I find search URLs? Go to autotrader.ca, search for a make/model or filter by province. Copy the URL from the address bar.
Q: Can I filter by price or year?
Yes — use Autotrader.ca's own URL filters in your start URLs, such as /cars/?prx=100&loc=Toronto&pRng=10000%2C30000.
Use Cases
- Automotive market research — track pricing and inventory
- Dealer intelligence — monitor specific dealers' stock
- Pricing analysis — compare listings by year/make/model
- Vehicle history — aggregate listings over time for depreciation tracking