Carvana Used Cars Scraper avatar

Carvana Used Cars Scraper

Pricing

Pay per usage

Go to Apify Store
Carvana Used Cars Scraper

Carvana Used Cars Scraper

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Scrape used car listings from Carvana.com — no login required. Returns VIN, year, make, model, mileage, color, condition, price and the listing URL, straight from Carvana's own structured data.

Input

FieldTypeDescription
searchUrlstringA carvana.com listing/search URL, e.g. https://www.carvana.com/cars/toyota. Defaults to the main inventory page.
maxItemsintegerMax listings to return from the page (max 200)

Example:

{
"searchUrl": "https://www.carvana.com/cars/toyota",
"maxItems": 40
}

Output

{
"vin": "SALZJ2FX6PH203404",
"name": "2023 Land Rover Range Rover Evoque",
"year": 2023,
"make": "Land Rover",
"model": "Range Rover Evoque",
"color": "White",
"itemCondition": "Used",
"mileage": 21232,
"price": 33590,
"currency": "USD",
"availability": "http://schema.org/InStock",
"url": "https://www.carvana.com/vehicle/4617529",
"image": "https://...",
"scrapedAt": "2026-08-13T00:00:00.000Z"
}

Common uses

  • Used car price and inventory research
  • Market monitoring for specific makes/models
  • Feeding VINs into valuation or history-check tools