Automotive
Cars24 logo

Cars24 API

cars24.com

India used-car marketplace - city inventory, filters, aggregates, reviews, and hubs.

Actions
5
Category
Automotive
Login
Not required
Output
JSON

Call the Cars24 API

Submit a task, then poll the job until it settles. This example runs act_cars24_com_seo_category_aggregates.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_cars24_com_seo_category_aggregates",
    "params": {
      "category_slug": "buy-used-suv-cars-bangalore"
    }
  }'

5 actions on cars24.com

Read

  • Category Aggregates

    act_cars24_com_seo_category_aggregatesread1 credit / call

    Returns per-model listing counts and price ranges for a category page.

    category_slug
    string · required
  • City List

    act_cars24_com_city_listread1 credit / call

    Returns supported cities with their ids, names, slugs, and inventory counts.

  • Customer Reviews

    act_cars24_com_customer_reviewsread1 credit / call

    Returns buyer reviews for a city with star ratings, text, and vehicle details.

    city_id
    string · required
  • Store Locator

    act_cars24_com_store_locatorread1 credit / call

    Returns hub and pickup locations for a city with addresses and geo coordinates.

    city_id
    string · required

Write

Write actions change state on cars24.com and run as the account you connect.

  • Filter Facets

    act_cars24_com_filter_facetswrite2 credits / call

    Gets filter widgets with counts for budget, make, model, year, fuel, and body type.

    city_id
    string · required
    search_filter
    array · required
    filter_version
    integer

Cars24 API questions

Is there an API for Cars24?
Cars24 does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for cars24.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Cars24 data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when cars24.com changes its markup, Anakin updates the action.
Do I need a Cars24 account?
No. Every Cars24 action listed here runs anonymously — no account and no credentials required.
What does the Cars24 API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Automotive APIs

All Automotive sites