Automotive
AutoTempest logo

AutoTempest API

autotempest.com

Vehicle search aggregator - listings, curated pages, and dealer vehicle details.

Actions
8
Category
Automotive
Login
Not required
Output
JSON

Call the AutoTempest API

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

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_autotempest_browse_page_ssr",
    "params": {
      "browse_slug": "used-ford-mustang-for-sale"
    }
  }'

8 actions on autotempest.com

Read

  • Browse Page

    act_autotempest_browse_page_ssrread1 credit / call

    Returns a curated browse results page with applied make and model filters and search params.

    browse_slug
    string · required
  • Classifieds Listings

    act_autotempest_vehicle_listing_searchtempestread2 credits / call

    Returns classifieds-sourced listing areas with grouped URLs and nearby zip codes.

    make
    string · required
    model
    string · required
    search_keyword
    string
    sort
    string
    sites
    string
    localization
    string
    token
    string
  • Homepage

    act_autotempest_homepage_ssrread1 credit / call

    Returns homepage content including default search context and landing metadata.

  • Make Filter Taxonomy

    act_autotempest_filter_make_model_taxonomy_makesread1 credit / call

    Returns the make filter options including popular and full make lists.

    make_model_key
    string · required
  • Model Filter Taxonomy

    act_autotempest_filter_make_model_taxonomy_modelsread1 credit / call

    Returns model filter options for a given make, including popular models.

    make
    string · required
    make_model_key
    string · required
  • Vehicle Brochure

    act_autotempest_vehicle_detail_brochureread1 credit / call

    Returns brochure and window-sticker module data for a vehicle VIN.

    vin
    string · required
  • Vehicle Details

    act_autotempest_vehicle_detail_ssrread1 credit / call

    Returns dealer vehicle detail for a VIN including price, year, and listing metadata.

    vin
    string · required
    dealer_listing_url
    string
    dealer_base_url
    string
  • Vehicle Media Metadata

    act_autotempest_vehicle_media_metadataread1 credit / call

    Returns 360-degree media identifiers for a listing VIN.

    vin
    string · required
    enterprise_id
    string
    team_id
    string

AutoTempest API questions

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