Cars: Search Vehicles
Cars via Parse · automotive
Search auction vehicles by make, model, year range, and mileage. Returns paginated results with vehicle details and photos. Each page returns approximately 20 vehicles. Use the page parameter to paginate through results. When all optional filters are omitted, returns all available automobiles. Search for vehicles at US auto auctions (Copart, IAAI) with filters for make, model, year, and mileage. Returns vehicle details including photos. Fulfilled by Parse from bid.cars.com.
- automotive
- bid-cars-com
- cars
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2adeb1e1-947a-4c71-88b5-5ef2feb90fad/search_vehicles
- Interface artifact
- sha256:df495223c511ebeec09beecc3b3117082ba31a4ad61018b7f9d658ee4270bccf
- Manifest digest
- sha256:417be768700a8d259cadc261962c12e0cad821e50bf8f070daec0bc095cf4da9
Request fields
- make (string): Vehicle make (e.g. Toyota, Honda, BMW, Ford). Case-sensitive, use title case. Omitting returns all makes.
- page (integer): Page number for pagination. Each page returns ~20 vehicles.
- model (string): Vehicle model (e.g. Camry, Civic, 3 Series). Case-sensitive, use title case. Omitting returns all models for the selected make.
- year_to (string): Maximum model year filter (e.g. 2023). Omitting defaults to 2027.
- year_from (string): Minimum model year filter (e.g. 2015). Omitting defaults to 1900.
- odometer_to (string): Maximum odometer reading in miles (e.g. 50000). Omitting applies no upper mileage filter.
- odometer_from (string): Minimum odometer reading in miles (e.g. 10000). Omitting applies no lower mileage filter.
Example queries
- {"make":"Toyota","model":"Camry","year_to":"2023","year_from":"2015"}