eCommerce
Copart API Documentation
The CopartAPI is a developer-friendly REST API that extracts clean, structured vehicle listings and auction insights directly from Copart. It allows you to programmatically run keyword searches, utilize pagination, and pull comprehensive product details using direct vehicle IDs. This API is highly optimized for powering automotive marketplaces, custom pricing engines, and real-time inventory tracking dashboards.
Authentication
Authenticate all requests to Copart endpoints by including your API key in the x-api-key HTTP header.
x-api-key: YOUR_API_KEY
Available Endpoints (7)
GET
Countries
/countries
View Endpoint →
GET
Search
/search
View Endpoint →
GET
Vehicle Details
/product
View Endpoint →
GET
Popular Items by Country
/popularitems
View Endpoint →
GET
Popular Vehicles by Country
/popularvehicle
View Endpoint →
GET
Suggestion
/suggestions
View Endpoint →
GET
Product Details (url)
/product-by-url
View Endpoint →