Edmunds Vehicle Scraper avatar

Edmunds Vehicle Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Edmunds Vehicle Scraper

Edmunds Vehicle Scraper

Under maintenance

Scrapes vehicle listings from Edmunds, including used, CPO, and new cars. Filters by make, model, year, inventory type, and ZIP code, returning pricing, mileage, deal ratings, vehicle specs, VINs, and dealer contact details.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Collects vehicle listings (used, certified pre-owned, and new) from edmunds.com. Filter by make, model, model-year range, inventory type, and ZIP code; each record includes pricing, mileage, deal rating, specs, and dealer contact details.

Input

FieldDefaultDescription
make""Make slug (e.g. honda, toyota, land-rover). Empty = all makes.
model""Model slug (e.g. civic, camry); requires make. Empty = all models.
year""Single year (2022) or range (2018-2024). Empty = all years.
zip_code90001US ZIP search origin (mainly affects result ordering).
inventory_typeused,cpoOne of used,cpo, used, cpo, new.
limit20Maximum listings to return (1–500).
Proxy configuration(off)Optional. Enable a US-based proxy for the most reliable results.

Output

One dataset record per vehicle listing, for example:

{
"vin": "4T1G11AK8PU727001",
"stock_number": "727001",
"listing_type": "USED",
"make": "Toyota",
"model": "Camry",
"year": 2023,
"trim": "SE",
"style": "SE 4dr Sedan (2.5L 4cyl 8A)",
"body_type": "Sedan",
"mileage": 79880,
"display_price": 18950.0,
"loan_payment": 327.87,
"deal_type": "Great",
"list_price_estimate": 22753.0,
"exterior_color": "Predawn Gray Mica",
"interior_color": "Black leatherette/cloth",
"transmission": "Automatic",
"drive_train": "front wheel drive",
"engine_type": "gas",
"fuel_type": "regular unleaded",
"mpg_combined": 32,
"in_transit": false,
"sellers_comments": "...",
"dealer_name": "Keyes Lexus",
"dealer_city": "Van Nuys",
"dealer_state": "CA",
"dealer_zip": "91401",
"dealer_phone": "888-499-1833",
"listing_url": "https://www.edmunds.com/toyota/camry/2023/vin/4T1G11AK8PU727001/",
"raw": { ... }
}

Notes

  • Runs on empty input (returns nationwide used/CPO listings around the default ZIP).
  • Enable a US-based proxy for the most reliable results.
  • Scrape politely; respect edmunds.com Terms of Service.