Cars24: Search Cars
Cars24 via Parse · automotive
Search for used cars with filters like city, brand, model, fuel type, transmission, year range, and price range. Returns paginated results ordered by best match or newest listings. Pagination uses a cursor (search_after) returned from the previous page; pass it as a JSON-encoded array to fetch the next page. Retrieve used car listings and detailed vehicle information from Cars24 India, including prices, features, and specifications across various cities. Fulfilled by Parse from cars24.com.
- automotive
- cars24
- cars24-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
- POST /scraper/d5ab788d-112a-403d-b08e-f300844ea4b9/search_cars
- Interface artifact
- sha256:d16f01a90baaf95ec5659887dae668f1a0c7c409d88e106eecd58b252c9d77b8
- Manifest digest
- sha256:12bfbb7b2a2fff6fbdd4da44bb9cdb44b9624b5373b40b466af1e0dc9c5a53eb
Request fields
- fuel (string): Fuel type filter: Allowed values: Petrol, Diesel, CNG, Electric
- sort (string): Sort order for results: Allowed values: latest, best_match
- brand (string): Car brand name such as Maruti, Hyundai, Tata, Honda, Mahindra, Renault, Toyota, Kia, Ford, Volkswagen
- limit (integer): Number of results per page (max 100)
- model (string): Car model name such as Swift, i20, Nexon, City, Creta
- city_id (integer): City ID from get_cities endpoint
- year_max (integer): Maximum registration year
- year_min (integer): Minimum registration year
- city_slug (string): SEO slug for the city from get_cities url field, or 'buy-used-car' for generic search
- price_max (integer): Maximum price in INR
- price_min (integer): Minimum price in INR
- search_after (string): JSON-encoded pagination cursor array [score, appointmentId] from previous result's search_after field
- transmission (string): Transmission type filter: Allowed values: Manual, Automatic
Example queries
- {"brand":"Maruti","limit":"5","city_id":"1","city_slug":"buy-used-car"}