iSeeCars Scraper
Pricing
from $3.00 / 1,000 results
iSeeCars Scraper
Scrape iSeeCars.com with 4M+ used and new car listings with price analysis. Extract title, price, VIN, mileage, condition, colors, engine, MPG, transmission, drivetrain, features, dealer info, price rating (Great/Good/Fair Deal), and savings vs market value.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape used and new car listings from iSeeCars.com — a car search engine with 4M+ listings and unique price analysis tools. Extract pricing, VIN, mileage, condition, colors, engine specs, MPG, drivetrain, features, dealer info, price ratings (Great/Good/Fair Deal), and savings vs market value with no API key required.
Features
- Search by make and model (Toyota Camry, Ford F-150, Honda Civic, etc.)
- Filter by condition: used, new, certified pre-owned
- Good Deals mode — finds cars priced below market value
- Filter by deal tier (Great Deal, Good Deal, Fair Deal)
- Filter by year range, price range, mileage, transmission, fuel type, drivetrain
- Multi-region scraping across US metro areas for maximum coverage
- Price rating from iSeeCars market analysis (great/good/fair/high)
- Savings amount vs market value or similar cars
- Days on market per listing
- iSeeCars dealer score (1-5 stars)
- Scrape any iSeeCars URL directly
Input
| Field | Type | Description |
|---|---|---|
mode | select | search (by make/model), goodDeals (below market value), or byUrl (specific URL) |
make | select | Car manufacturer: Toyota, Ford, Honda, Chevrolet, BMW, etc. |
model | string | Model name: Camry, F-150, Civic, etc. |
condition | select | used, new, or certified. Leave blank for all. |
dealTier | select | GREAT, GOOD, or FAIR. Leave blank for all. |
yearMin | integer | Minimum model year. |
yearMax | integer | Maximum model year. |
priceMin | integer | Minimum price in USD. |
priceMax | integer | Maximum price in USD. |
mileageMax | integer | Maximum odometer reading in miles. |
transmission | select | AUTOMATIC, MANUAL, or CVT. |
fuelType | select | GASOLONE, ELECTRIC, HYBRID, PLUGIN_HYBRID, DIESEL, FLEX. |
driveType | select | AWD, FWD, or RWD. |
zip | string | Starting US ZIP code for location-based search. |
listingUrl | string | Full iSeeCars URL for byUrl mode. |
maxItems | integer | Maximum listings to return. Default: 50, max: 500. |
Example Input — Search by Make/Model
{"mode": "search","make": "Toyota","model": "Camry","condition": "used","yearMin": 2018,"yearMax": 2024,"priceMax": 30000,"maxItems": 50}
Example Input — Good Deals Mode
{"mode": "goodDeals","make": "Honda","model": "Civic","maxItems": 30}
Example Input — Scrape an iSeeCars URL
{"mode": "byUrl","listingUrl": "https://www.iseecars.com/cars-for-sale?Make=Toyota&Model=Camry&DealTier=GREAT","maxItems": 100}
Output
Each record contains the following fields (empty fields are omitted):
| Field | Type | Description |
|---|---|---|
title | string | Listing title (Year Make Model Trim) |
url | string | iSeeCars listing URL |
listingId | string | iSeeCars internal listing ID |
vin | string | Vehicle Identification Number |
year | integer | Model year |
make | string | Manufacturer name (e.g. Toyota) |
model | string | Model name (e.g. Camry) |
trim | string | Trim level (e.g. SE, XLE) |
price | integer | Listing price in USD |
mileage | integer | Odometer reading in miles |
condition | string | used or new |
exteriorColor | string | Exterior paint color |
interiorColor | string | Interior color |
imageUrl | string | Primary listing image URL |
bodyType | string | Sedan, SUV, Truck, Minivan, etc. |
engine | string | Engine description (e.g. 4-cylinder) |
fuelType | string | Gas, Electric, Hybrid, Diesel, etc. |
transmission | string | Automatic, Manual, or CVT |
drivetrain | string | Front-wheel drive, Four-wheel drive, etc. |
mpgCombined | integer | Combined fuel economy (MPG) |
seats | string | Seating capacity (e.g. 5 Seats) |
features | array | Notable features (Bluetooth, Backup Camera, etc.) |
priceRating | string | iSeeCars deal rating: great/good/fair/high |
savings | integer | Amount below market value in USD |
marketValue | integer | Estimated market value in USD |
daysOnMarket | integer | Days the car has been listed |
sellerType | string | dealer or private |
dealerScore | float | iSeeCars dealer score (1.0-5.0) |
city | string | Dealer/seller city |
state | string | Dealer/seller state abbreviation |
scrapedAt | string | ISO 8601 timestamp of scraping |
Example Output Record
{"title": "2018 Toyota Camry SE","url": "https://www.iseecars.com/cars-for-sale#id=100803395123","listingId": "100803395123","vin": "4T1B11HK2JU088783","year": 2018,"make": "Toyota","model": "Camry","trim": "SE","price": 14995,"mileage": 93078,"condition": "used","exteriorColor": "White","interiorColor": "Gray","bodyType": "Sedan","engine": "4-cylinder","fuelType": "Gas","transmission": "Automatic","mpgCombined": 32,"priceRating": "great","savings": 1500,"marketValue": 16495,"daysOnMarket": 12,"sellerType": "dealer","dealerScore": 4.2,"city": "New York","state": "NY","scrapedAt": "2026-05-23T12:00:00+00:00"}
Frequently Asked Questions
How many listings can I scrape? iSeeCars serves geo-located results (~20-22 per region). This scraper cycles through major US metro ZIP codes (New York, Los Angeles, Chicago, Houston, etc.) to collect diverse nationwide results. Up to 500 listings per run.
Do I need an API key or login? No. iSeeCars listings are publicly accessible without authentication.
What does priceRating mean?
iSeeCars analyzes every listed price against similar vehicles in the area: great (significant discount) > good > fair > high (priced above market).
What is the goodDeals mode?
It filters to only cars iSeeCars has flagged as "Great Deals" — cars priced below market value. Useful for finding the best value vehicles quickly.
What is savings?
The dollar amount this car is priced below similar vehicles in the area (e.g. savings=1500 means the car is $1,500 below typical market price).
Can I filter by electric vehicles?
Yes, use fuelType: "ELECTRIC" in the input.
What ZIP code should I use?
The scraper uses its own built-in list of 20 major US metro ZIP codes to collect nationwide results. Setting zip in the input makes that your starting point.
Data Source
Data is scraped from iSeeCars.com, a U.S. automotive search platform with 4 million+ listings and proprietary price analysis that identifies underpriced vehicles across the country.