Discover/cardekho.com API
live

cardekho.com APIcardekho.com

Access CarDekho used car listings, new car models, vehicle specs, pricing in INR, and 360-degree view data via a structured JSON API.

Endpoints
4
Updated
3mo ago
Try it
City slug for filtering used car listings (e.g., 'new-delhi', 'mumbai', 'bangalore').
Page number for pagination. Must be a positive integer.
api.parse.bot/scraper/07c72402-da37-40b8-bd63-890f88793747/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/07c72402-da37-40b8-bd63-890f88793747/search_used_cars?city=new-delhi&page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for used cars by city and page number. Returns paginated listings with basic car information including model, price, fuel type, and kilometers driven.

Input
ParamTypeDescription
citystringCity slug for filtering used car listings (e.g., 'new-delhi', 'mumbai', 'bangalore').
pageintegerPage number for pagination. Must be a positive integer.
Response
{
  "type": "object",
  "fields": {
    "cars": "array of car listing objects with id, sku_id, model, variant, year, price, formatted_price, km, fuel_type, transmission, image, url, city, owner",
    "city": "string city slug used for the search",
    "page": "integer current page number",
    "total_count": "integer total number of cars available"
  },
  "sample": {
    "data": {
      "cars": [
        {
          "id": 5268914,
          "km": "431",
          "url": "https://www.cardekho.com/used-car-details/used-Mercedes-benz-amg-glc-43-4matic-cars-Gurgaon_47875892-b23c-47bd-9111-ffbc8c4c8945.htm?adId=25966&adType=1",
          "city": "Gurgaon",
          "year": 2026,
          "image": "https://images10.gaadi.com/usedcar_image/5268914/original/processed_f4736a8e6be446fb2ee8f847ab31c357.jpg?imwidth=420",
          "model": "Mercedes-Benz AMG GLC 43",
          "owner": "unregistered",
          "price": 8800000,
          "sku_id": "47875892-b23c-47bd-9111-ffbc8c4c8945",
          "variant": "4Matic",
          "fuel_type": "Petrol",
          "transmission": "Automatic",
          "formatted_price": "₹88 Lakh"
        }
      ],
      "city": "new-delhi",
      "page": 1,
      "total_count": 20
    },
    "status": "success"
  }
}

About the cardekho.com API

The CarDekho API covers 4 endpoints that return structured vehicle data from CarDekho.com, including paginated used-car search results, detailed specs and images for individual listings, new car model browsing by brand, and 360-degree view metadata. The search_used_cars endpoint alone surfaces fields like sku_id, fuel_type, transmission, km, and formatted_price across Indian cities, making it straightforward to build car comparison or inventory tools without manual data collection.

Used Car Search and Listing Details

search_used_cars accepts a city slug (e.g., new-delhi, mumbai, bangalore) and a page integer, returning an array of car objects alongside a total_count field for pagination math. Each listing includes id, sku_id, model, variant, year, price, formatted_price, km, fuel_type, transmission, image, and url. The url field feeds directly into get_car_details, which returns the full detail view: a price in INR, an images array, an overview array of key-value pairs with associated icon fields, and a specifications array broken into labelled sections.

New Cars and Brand Browsing

get_new_cars returns a models array where each entry carries name, url, image, and price (when available). Omitting the optional brand parameter returns a set of popular models across brands; passing a slug like tata, maruti, hyundai, or mahindra scopes results to that manufacturer. The response also includes the url queried and the brand value used (or null if omitted), which helps with cache keying and debugging.

360-Degree View Metadata

get_360_view takes a model_slug such as tata-tiago or hyundai-creta and returns an items array. Each item includes image, text, title, and an isInterior boolean that distinguishes exterior walk-around shots from cabin views. The response also includes the resolved url, the model slug, and a title string describing the view experience. This endpoint is useful for embedding or pre-fetching visual assets in vehicle detail pages.

Common use cases
  • Build a used car aggregator filtered by Indian city using search_used_cars city slugs and total_count for pagination.
  • Display full vehicle specs and photo galleries by chaining search_used_cars results into get_car_details via the url field.
  • Compare fuel types and transmission options across listings for a given city and page range.
  • Populate a new car catalogue filtered by brand using get_new_cars with the brand parameter.
  • Embed 360-degree exterior and interior imagery in a vehicle detail page using get_360_view items filtered by isInterior.
  • Track used car pricing in INR across cities over time by periodically calling search_used_cars and storing the price field.
  • Validate model slugs and retrieve canonical image URLs for new car models using get_new_cars without a brand filter.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does CarDekho have an official developer API?+
CarDekho does not publish a public developer API. The Parse API is the structured way to access CarDekho listing and vehicle data programmatically.
What does `get_car_details` return beyond the basic listing fields?+
get_car_details returns fields not present in search_used_cars results: an images array of full-resolution URLs, an overview array of key-value objects (each with key, value, and icon), and a specifications array broken into labelled sections. Pass the url from any search_used_cars car object as the required input.
Is city filtering available for new car listings?+
get_new_cars filters by brand slug, not by city. It returns model-level data — name, url, image, and price — which is brand- and model-scoped rather than regionally scoped. City-level new car availability is not currently exposed. You can fork the API on Parse and revise it to add a city-filtered new car endpoint.
Does the API return user reviews or ratings for car models?+
Not currently. The four endpoints cover used car listings, car details, new car models, and 360-degree view metadata. User reviews and ratings are not included in any response field. You can fork the API on Parse and revise it to add a reviews endpoint.
Are there any known limitations with the `search_used_cars` pagination?+
The page parameter must be a positive integer. The total_count field tells you how many total listings exist for the city, but the API does not expose a max page number directly — you need to calculate it from total_count and the number of items returned per page. Listings reflect availability at query time and can change between requests.
Page content last updated . Spec covers 4 endpoints from cardekho.com.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.