Endpoint Playground
Test Crawlora's Cars.com vehicle listing detail API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/carsdotcom/vehicle/<listing_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| listing_id (path) | string | Yes | Cars.com listing id (a UUID), the path segment of a /vehicledetail/{listing_id}/ URL |
{
"code": 200,
"msg": "OK",
"data": {
"listing_id": "a6ea5d6f-0395-4f9d-94d5-724c4d7414de",
"vin": "JTHKD5BH9G2270550",
"year": 2016,
"make": "Lexus",
"model": "CT 200h",
"trim": "Base",
"body_style": "Hatchback",
"mileage": 63436,
"exterior_color": "White",
"drivetrain": "Front-wheel Drive",
"fuel_type": "Hybrid",
"stock_type": "USED",
"price": 21992,
"images": [
"https://platform.cstatic-images.com/in/v2/.../1.jpg"
],
"url": "https://www.cars.com/vehicledetail/a6ea5d6f-0395-4f9d-94d5-724c4d7414de/",
"title": "Used 2016 Lexus CT 200h Base",
"stock_number": "G2270550",
"interior_color": "Parchment",
"engine": "1.8L I-4 DOHC, variable valve control, regular unleaded, engine",
"transmission": "Automatic",
"cylinder_count": 4,
"door_count": 4,
"mpg_city": 43,
"mpg_highway": 40,
"deal_rating": {
"rating": "fair",
"good_price_min": 17591,
"good_price_max": 19566,
"predicted_price": 17950,
"predicted_price_difference": -4042
},
"features": [
{
"category": "Safety",
"items": [
"Automatic Emergency Braking",
"Backup Camera",
"Brake Assist",
"Stability Control"
]
}
],
"history": {
"owner": "Multiple Owners",
"accidents": "No accidents reported",
"title": "Clean",
"one_owner": false,
"no_accidents": true,
"clean_title": true,
"report_url": "https://www.autocheck.com/vehiclehistory/?vin=JTHKD5BH9G2270550&siteID=7071",
"report_source": "autocheck"
},
"sellers_notes": "This vehicle includes a Money-Back Guarantee* and passed our precise inspection process...",
"dealer": {
"name": "Lexus of Cerritos",
"rating": 4.8,
"review_count": 4101,
"address": "18800 Studebaker Rd, Cerritos, CA 90703",
"website": "https://www.cerritoslexus.com/",
"phones": [
{
"area_code": "888",
"local_number": "3375218",
"phone_type": "PRIMARY"
}
],
"hours": [
{
"day": "MON",
"department": "Sales",
"start_at": "09:00:00",
"end_at": "21:00:00"
}
]
},
"listed_days": 13,
"total_price_change_display": "$0",
"price_history": [
{
"description": "Listed",
"inserted_at": "2026-07-22T01:17:35",
"list_price": 21992,
"list_price_display": "$21,992"
}
],
"source_url": "https://graph.cars.com/graphql/api"
}
}Public Playground
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Returns a normalized Cars.com vehicle listing: full vehicle spec (make, model, trim, mileage, colors, engine, transmission, fuel economy, a key-specs table), Cars.com's own deal-fairness rating and predicted fair price, categorized equipment features, an AutoCheck-derived vehicle history report, Cars.com's own price-change history, the seller's notes, dealer detail (name, rating, address, website, phones, hours) or private-seller detail for a for-sale-by-owner listing, and certified-pre-owned/manufacturer-program detail when applicable. Credential-free public data sourced directly from Cars.com's own public GraphQL API.
{
"code": 200,
"msg": "OK",
"data": {
"listing_id": "a6ea5d6f-0395-4f9d-94d5-724c4d7414de",
"vin": "JTHKD5BH9G2270550",
"year": 2016,
"make": "Lexus",
"model": "CT 200h",
"trim": "Base",
"body_style": "Hatchback",
"mileage": 63436,
"exterior_color": "White",
"drivetrain": "Front-wheel Drive",
"fuel_type": "Hybrid",
"stock_type": "USED",
"price": 21992,
"images": [
"https://platform.cstatic-images.com/in/v2/.../1.jpg"
],
"url": "https://www.cars.com/vehicledetail/a6ea5d6f-0395-4f9d-94d5-724c4d7414de/",
"title": "Used 2016 Lexus CT 200h Base",
"stock_number": "G2270550",
"interior_color": "Parchment",
"engine": "1.8L I-4 DOHC, variable valve control, regular unleaded, engine",
"transmission": "Automatic",
"cylinder_count": 4,
"door_count": 4,
"mpg_city": 43,
"mpg_highway": 40,
"deal_rating": {
"rating": "fair",
"good_price_min": 17591,
"good_price_max": 19566,
"predicted_price": 17950,
"predicted_price_difference": -4042
},
"features": [
{
"category": "Safety",
"items": [
"Automatic Emergency Braking",
"Backup Camera",
"Brake Assist",
"Stability Control"
]
}
],
"history": {
"owner": "Multiple Owners",
"accidents": "No accidents reported",
"title": "Clean",
"one_owner": false,
"no_accidents": true,
"clean_title": true,
"report_url": "https://www.autocheck.com/vehiclehistory/?vin=JTHKD5BH9G2270550&siteID=7071",
"report_source": "autocheck"
},
"sellers_notes": "This vehicle includes a Money-Back Guarantee* and passed our precise inspection process...",
"dealer": {
"name": "Lexus of Cerritos",
"rating": 4.8,
"review_count": 4101,
"address": "18800 Studebaker Rd, Cerritos, CA 90703",
"website": "https://www.cerritoslexus.com/",
"phones": [
{
"area_code": "888",
"local_number": "3375218",
"phone_type": "PRIMARY"
}
],
"hours": [
{
"day": "MON",
"department": "Sales",
"start_at": "09:00:00",
"end_at": "21:00:00"
}
]
},
"listed_days": 13,
"total_price_change_display": "$0",
"price_history": [
{
"description": "Listed",
"inserted_at": "2026-07-22T01:17:35",
"list_price": 21992,
"list_price_display": "$21,992"
}
],
"source_url": "https://graph.cars.com/graphql/api"
}
}curl "https://api.crawlora.net/api/v1/carsdotcom/vehicle/<listing_id>" \
-H "x-api-key: $CRAWLORA_API_KEY"