Autotrader Vehicle Scraper avatar

Autotrader Vehicle Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Autotrader Vehicle Scraper

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

Crawler Bros

Maintained by Community

Actor stats

15

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldTypeDescription
startUrlsArrayAutotrader.ca search URLs (e.g., https://www.autotrader.ca/cars/honda/civic/)
maxItemsIntegerMax 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:

FieldTypeDescription
idStringAutotrader listing ID
urlStringListing URL
titleStringListing title
yearIntegerYear of manufacture
makeStringVehicle make (e.g., Honda)
modelStringVehicle model (e.g., Civic)
trimStringTrim level
bodyTypeStringBody type (Sedan, SUV, Truck, etc.)
priceIntegerListing price
currencyStringCurrency code (CAD)
mileageIntegerOdometer reading
mileageUnitStringkm or mi
cityStringCity
provinceStringProvince
dealerNameStringDealer name
dealerDistanceStringDistance from search location
photoUrlStringPrimary photo URL
allPhotosArrayAll photo URLs
featuresArrayListed features
scrapedAtStringISO 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