Carvana Scraper avatar

Carvana Scraper

Pricing

Pay per usage

Go to Apify Store
Carvana Scraper

Carvana Scraper

Scrape vehicle listings from Carvana.com. Extracts price, mileage, VIN, year, make, model, trim, color, photos, and availability status. Supports full inventory scrape, filtered search by make/model, or direct URL input. Uses Playwright with residential proxies to bypass bot detection.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Nick Gardner

Nick Gardner

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

Scrape Carvana.com car listings at scale. Extract 29 fields per vehicle including price, MSRP, KBB value, market adjustment, mileage, VIN, trim, body style, colors, fuel type, MPG, seating capacity, purchase status, price history, tags, and 6+ interior/exterior photos. Filter by make, model, or URL.

Features

  • Full inventory scrape — crawl Carvana's entire inventory
  • Filter by make/model — target specific vehicle types
  • URL mode — scrape specific search result or vehicle detail pages
  • 29 data fields per vehicle
  • Price history tracking — see how prices changed over time
  • Photo URLs — 6+ interior/exterior photos per vehicle
  • Proxy support — residential proxy rotation for reliable scraping

Input

FieldTypeDescriptionDefault
modestringfull, filter, or urlfull
makestringCar manufacturer (filter mode)
modelstringCar model (filter mode)
startUrlsarrayCarvana URLs (url mode)
maxItemsintegerMax vehicles to scrape (0 = unlimited)100
proxyConfigobjectProxy settingsApify residential

Output

Each vehicle record contains:

{
"id": 12345,
"url": "https://www.carvana.com/vehicle/12345",
"year": 2022,
"make": "Toyota",
"model": "Camry",
"trim": "SE",
"vin": "4T1G11AK3NU000001",
"bodyStyle": "Sedan",
"price": 25999,
"msrp": 28500,
"kbbValue": 26500,
"marketAdjustment": -500,
"mileage": 31200,
"fuelType": "Gasoline",
"mpgCity": 28,
"mpgHighway": 39,
"seatingCapacity": 5,
"exteriorColor": "Midnight Black",
"interiorColor": "Ash",
"purchaseStatus": "Available",
"tags": ["Great Price", "Low Mileage"],
"priceHistory": [
{ "date": "2026-01-15", "price": 27999 },
{ "date": "2026-02-01", "price": 25999 }
],
"photos": [
"https://img.carvana.com/1.jpg",
"https://img.carvana.com/2.jpg"
],
"scrapedAt": "2026-03-20T12:00:00.000Z"
}

Usage

Full inventory

{ "mode": "full", "maxItems": 1000 }

Filtered by make/model

{ "mode": "filter", "make": "Toyota", "model": "Camry", "maxItems": 200 }

Specific URLs

{
"mode": "url",
"startUrls": [
{ "url": "https://www.carvana.com/vehicle/12345" }
]
}

Cost Estimate

  • ~$0.05-0.10 per 100 vehicles (with Apify residential proxy)
  • Full inventory (~30,000+ vehicles) ≈ $15-30 per run

Tips

  • Use residential proxies for best reliability
  • Start with a small maxItems (10-50) to test
  • For market research, run on a schedule (daily/weekly) to track price trends