carvana.com API: search_vehicles
carvana.com via Parse · automotive
Search for vehicles on Carvana with various filters and sorting options. Returns paginated results including vehicle details, pricing, financing info, and delivery information. Filters can be combined: make, model, fuel type, price range. Pagination via page number; default page size is 24. APIs for searching used cars on Carvana, with specialized endpoints for electric vehicles and detailed vehicle specifications. Fulfilled by Parse from carvana.com.
- automotive
- carvana-com
- ecommerce
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/97f12767-f701-40a6-a3fe-02be60896863/search_vehicles
- Interface artifact
- sha256:8a0e72df282f0728370430e984aa58e4620b141ce7b2652f26f011c3b279cd9c
- Manifest digest
- sha256:53626ffb4b5d45be1e67b31d33158e09848e64de6a984a6159499bfe31f8ccf3
Request fields
- make (string): Vehicle make (e.g., Tesla, Ford, Toyota).
- page (integer): Page number for pagination.
- zip5 (string): 5-digit US ZIP code for local results and shipping calculation.
- model (string): Vehicle model (requires make to be set).
- query (string): General search query keyword.
- sort_by (string): Sort order for results.: Allowed values: MostPopular, LowestPrice, HighestPrice, LowestMileage, NewestInventory
- fuel_type (string): Fuel type filter (e.g., Electric, Hybrid, Gas).: Allowed values: Electric, Hybrid, Gas
- max_price (integer): Maximum price in USD.
- min_price (integer): Minimum price in USD.
- page_size (integer): Number of results per page.
Example queries
- {"make":"Ford","page":"1","zip5":"90210","query":"sedan","sort_by":"MostPopular","fuel_type":"Electric","max_price":"50000","page_size":"24"}