Automotive
AutoList logo

AutoList API

autolist.com

Aggregated car listings - make/model filters, price history, and comparisons.

Actions
6
Category
Automotive
Login
Not required
Output
JSON

Call the AutoList API

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

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_autolist_make_model_lookup",
    "params": {}
  }'

6 actions on autolist.com

Read

  • Make Model Lookup

    act_autolist_make_model_lookupread1 credit / call

    Returns the full make and model taxonomy with names and URL paths.

  • Similar Vehicles

    act_autolist_similar_vehiclesread1 credit / call

    Returns similar vehicles near an anchor listing with VINs, prices, makes, and models.

    vin
    string · required
  • Vehicle Compare Quick Picks

    act_autolist_vehicle_compare_quick_picksread1 credit / call

    Returns quick-pick comparable vehicles for an anchor VIN with compare VINs, prices, makes, and models.

    vin
    string · required
  • Vehicle Detail Experience

    act_autolist_vehicle_detail_experienceread2 credits / call

    Returns a geo-scoped vehicle payload for a VIN with localized price and delivery context.

    exp_lat
    string · required
    exp_lon
    string · required
    exp_radius
    string · required
    vin
    string · required
  • Vehicle Details

    act_autolist_vehicle_detailread1 credit / call

    Returns full vehicle details for a VIN including price, mileage, dealer, and price history.

    vin
    string · required
  • Vehicle Listing Search

    act_autolist_vehicle_listing_searchread2 credits / call

    Searches aggregated vehicle listings by make, model, and location with prices and facet counts.

    latitude
    string · required
    longitude
    string · required
    zip
    string · required
    make
    string · required
    model
    string · required
    page
    string · required
    radius
    string
    limit
    string

AutoList API questions

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