AutoWeb Car Scraper avatar

AutoWeb Car Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
AutoWeb Car Scraper

AutoWeb Car Scraper

Scrape Autoweb.com for new car models, pricing, specs, and features. Search by make, model, year, or body style. Extracts MSRP, MPG, body styles, passenger capacity, and images for 50+ car brands.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(11)

Developer

Crawler Gang

Crawler Gang

Maintained by Community

Actor stats

11

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract new car model data from Autoweb.com — a comprehensive automotive research platform. Search for vehicles by make, model, year, and body style. Get MSRP pricing, fuel economy (MPG), body styles, passenger capacity, and high-quality images for 40+ car brands.

Data Source: Autoweb.com (powered by the Autobytel/Dealix vehicle database)

What Does This Scraper Do?

This actor queries the Autoweb vehicle catalog API to retrieve car model data without any login or credentials. Use it to:

  • Search — filter by make, model, year, body style
  • Browse by Make — all models from a specific brand
  • Get Make+Model details — available years and specs for a specific model
  • List all makes — all 40+ supported car brands

Output Data

Each record contains:

FieldDescription
titleFull title (e.g., "2026 Honda Civic")
urlAutoweb search URL for this model
modelIdInternal model ID
makeCar manufacturer (e.g., "Honda")
makeSlugURL-safe make name (e.g., "honda")
modelModel name (e.g., "Civic")
modelSlugURL-safe model name (e.g., "civic")
yearModel year
conditionNew / Used / New & Used / Discontinued
msrpMinMinimum MSRP in USD
msrpMaxMaximum MSRP in USD
mpgMinMinimum combined MPG
mpgMaxMaximum combined MPG
bodyStylesArray of body styles (e.g., ["Sedan", "Hatchback"])
passengerCapacityMinMinimum passenger count
passengerCapacityMaxMaximum passenger count
imageUrlHigh-quality vehicle image URL
defaultStyleIdInternal style ID for detailed trim data
scrapedAtISO timestamp of when data was scraped

Input Parameters

ParameterTypeDescription
modeselectsearch, byMake, byMakeModel, allMakes
makeselectCar brand slug (e.g., honda, toyota, ford)
modelstringModel name slug (e.g., civic, camry, f-150)
yearintegerFilter by model year (2015–2030)
bodyStyleselectFilter: sedan, suv, truck, coupe, etc.
includeUsedOnlybooleanInclude discontinued/used-only models (default: false)
maxItemsintegerMaximum records to return (1–500, default 20)

Supported Car Makes

Acura, Alfa Romeo, Aston Martin, Audi, Bentley, BMW, Buick, Cadillac, Chevrolet, Chrysler, Dodge, Ferrari, Ford, Genesis, GMC, Honda, Hyundai, INFINITI, Jaguar, Jeep, Kia, Lamborghini, Land Rover, Lexus, Lincoln, Lucid, Maserati, Mazda, Mercedes-Benz, MINI, Mitsubishi, Nissan, Polestar, Porsche, Ram, Rivian, Rolls-Royce, Subaru, Tesla, Toyota, Volkswagen, Volvo

Example Use Cases

Search all Honda SUVs for 2026

{
"mode": "search",
"make": "honda",
"year": 2026,
"bodyStyle": "suv",
"maxItems": 20
}

All Toyota models for 2025

{
"mode": "byMake",
"make": "toyota",
"year": 2025,
"maxItems": 50
}

Honda Civic across all years

{
"mode": "byMakeModel",
"make": "honda",
"model": "civic",
"maxItems": 10
}

List all car brands

{
"mode": "allMakes",
"maxItems": 50
}

Frequently Asked Questions

Q: Does this require an API key or login? A: No. The scraper uses Autoweb's public vehicle database API which does not require authentication.

Q: What data is included? A: New car model data including pricing (MSRP), MPG, body styles, passenger capacity, and images. Dealer inventory (actual for-sale listings with VINs) requires a ZIP code on Autoweb and is outside the scope of this actor.

Q: How current is the data? A: The Autobytel vehicle database is updated regularly with new model year data.

Q: Can I get specific trim data? A: The defaultStyleId field in each record can be used to request additional trim details from the Autobytel API.

Q: Why does AutoWeb scraper use the Dealix/Autobytel API? A: Autoweb.com is a Next.js application that loads its vehicle data client-side from the Autobytel/Dealix API. This actor queries that same public API directly, which is more reliable and efficient than browser automation.

Q: Can I search used car listings? A: This actor returns car model information (MSRP, specs, images). For actual used car listings with dealer inventory and VINs, check the sister actor for UsedCars.com.