Carvana Scraper - Used Car Inventory & Prices avatar

Carvana Scraper - Used Car Inventory & Prices

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Carvana Scraper - Used Car Inventory & Prices

Carvana Scraper - Used Car Inventory & Prices

Scrape Carvana.com used-car inventory. Get year, make, model, trim, price, mileage, exterior color, MPG, VIN, images, and availability. Filter by make and model via Carvana's public search API.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Carvana Scraper

Scrape used-car inventory from Carvana.com — the online used-car retailer. Powered by Carvana's public search API for fast, reliable results.

What it extracts

For each vehicle:

  • year, make, model, trim
  • price (plus MSRP and KBB value)
  • mileage, MPG, fuel type
  • exterior color and interior color
  • availability (Purchasable / Purchase Pending / On Demand)
  • image (vehicle hero photo)
  • URL (direct link to the Carvana vehicle detail page)
  • VIN, stock number, body style, seating capacity

Input

FieldTypeDescription
searchQueriesarrayList of searches. Each is a make, optionally with a model: "Tesla", "Tesla Model 3", "Toyota RAV4". Leave empty to browse all inventory.
maxResultsintegerMax vehicles to return across all queries (default 100).
maxPriceintegerOptional. Only keep vehicles at or below this price.
minYearintegerOptional. Only keep vehicles from this model year or newer.
maxMileageintegerOptional. Only keep vehicles at or below this mileage.
proxyConfigurationobjectOptional proxy. Not required — the API is open.

Example

{
"searchQueries": ["Tesla Model 3", "Toyota RAV4"],
"maxResults": 200,
"maxPrice": 35000
}

Output

Each dataset item is one vehicle:

{
"vehicleId": 4532537,
"stockNumber": 2005011665,
"vin": "19XFC2F63KE006975",
"title": "2019 Honda Civic LX",
"year": 2019,
"make": "Honda",
"model": "Civic",
"trim": "LX",
"price": 18990,
"mileage": 72755,
"exteriorColor": "Silver",
"availability": "Purchasable",
"imageUrl": "https://vexgateway.fastly.carvana.io/2005011665/standardizedHero.jpg",
"url": "https://www.carvana.com/vehicle/2005011665"
}

Use cases

  • Used-car price monitoring and arbitrage
  • Market analysis by make/model/trim
  • Inventory tracking and deal alerts
  • Feeding vehicle data into pricing models

Pricing

Pay-per-result. You are charged a small fee per vehicle returned plus a tiny per-run start fee. Failed runs that return no data are not billed.