Automotive
sgCarMart logo

sgCarMart API

sgcarmart.com

Singapore automotive marketplace - new-car search, listings, model details, and COE prices.

Actions
5
Category
Automotive
Login
Not required
Output
JSON

Call the sgCarMart API

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

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_sgcarmart_coe_price_monitoring",
    "params": {
      "rsc_token": "19zvn"
    }
  }'

5 actions on sgcarmart.com

Read

  • COE Price Monitoring

    act_sgcarmart_coe_price_monitoringread1 credit / call

    Returns the latest Singapore COE bidding results by category with quota premiums and bid counts.

    rsc_token
    string
  • Electric Vehicle Listing

    act_sgcarmart_electric_vehicle_listingread1 credit / call

    Returns electric vehicle models with titles, images, and new, used, and rental prices.

  • New Car Details

    act_sgcarmart_new_car_detailread2 credits / call

    Returns full details for a new-car model including variants, specs, pricing, and availability.

    model_id
    string · required
    model_slug
    string · required
    rsc_token
    string · required
  • New Car Search

    act_sgcarmart_new_car_listingread2 credits / call

    Returns new cars by keyword, price, year, transmission, and fuel type.

    search_keyword
    string
    price_min
    string
    price_max
    string
    year_min
    string
    transmission
    string
    fuel_type
    string
  • New Cars Hub

    act_sgcarmart_new_cars_hubread1 credit / call

    Returns the new-cars hub with featured models, makes, prices, and category navigation.

sgCarMart API questions

Is there an API for sgCarMart?
sgCarMart does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for sgcarmart.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 sgCarMart 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 sgcarmart.com changes its markup, Anakin updates the action.
Do I need a sgCarMart account?
No. Every sgCarMart action listed here runs anonymously — no account and no credentials required.
What does the sgCarMart 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