AutoWeb Car Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
11
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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:
| Field | Description |
|---|---|
title | Full title (e.g., "2026 Honda Civic") |
url | Autoweb search URL for this model |
modelId | Internal model ID |
make | Car manufacturer (e.g., "Honda") |
makeSlug | URL-safe make name (e.g., "honda") |
model | Model name (e.g., "Civic") |
modelSlug | URL-safe model name (e.g., "civic") |
year | Model year |
condition | New / Used / New & Used / Discontinued |
msrpMin | Minimum MSRP in USD |
msrpMax | Maximum MSRP in USD |
mpgMin | Minimum combined MPG |
mpgMax | Maximum combined MPG |
bodyStyles | Array of body styles (e.g., ["Sedan", "Hatchback"]) |
passengerCapacityMin | Minimum passenger count |
passengerCapacityMax | Maximum passenger count |
imageUrl | High-quality vehicle image URL |
defaultStyleId | Internal style ID for detailed trim data |
scrapedAt | ISO timestamp of when data was scraped |
Input Parameters
| Parameter | Type | Description |
|---|---|---|
mode | select | search, byMake, byMakeModel, allMakes |
make | select | Car brand slug (e.g., honda, toyota, ford) |
model | string | Model name slug (e.g., civic, camry, f-150) |
year | integer | Filter by model year (2015–2030) |
bodyStyle | select | Filter: sedan, suv, truck, coupe, etc. |
includeUsedOnly | boolean | Include discontinued/used-only models (default: false) |
maxItems | integer | Maximum 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.