Automotive
Carvana logo

Carvana API

carvana.com

Used cars - keyword/make/model/year/price search, detail pages, reviews, and recall data.

Actions
7
Category
Automotive
Login
Not required
Output
JSON

Call the Carvana API

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

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_carvana_com_filter_suggestions",
    "params": {
      "browser_cookie_id": "82a1bdd3-f903-2dae-3a9e-5d56c2c1b7e0",
      "zip5": "30303",
      "search_session_id": "f9e14122-28af-4899-b02b-7d73145adfc3",
      "previous_search_request_id": "7f470775-d826-4be6-93df-12b4f91b5657"
    }
  }'

7 actions on carvana.com

Read

  • State Discount Eligibility

    act_carvana_com_state_discount_eligibilityread1 credit / call

    Returns state-level discount and deal eligibility for a US state abbreviation.

    state_abbreviation
    string · required
  • Vehicle Listings

    act_carvana_com_vehicle_listing_ssrread1 credit / call

    Returns vehicle listings for a category with inventory ids and search context.

    category_slug
    string · required
  • Vehicle Recall Info

    act_carvana_com_vehicle_recall_inforead1 credit / call

    Returns recall campaigns and safety notices for a specific vehicle.

    vehicle_id
    string · required

Write

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

  • Filter Suggestions

    act_carvana_com_filter_suggestionswrite2 credits / call

    Gets suggested search filters and facets with inventory counts for a search.

    browser_cookie_id
    string · required
    zip5
    string · required
    search_session_id
    string · required
    previous_search_request_id
    string · required
    body_styles
    array
    page
    integer
    page_size
    integer
    sort_by
    string
    number_of_suggested_filters
    integer
  • Listing Bulk Pricing

    act_carvana_com_listing_bulk_pricingwrite2 credits / call

    Fetches pricing, finance estimates, and incentives for multiple vehicles at once.

    vehicle_ids
    array · required
    zip5
    string · required
    browser_cookie_id
    string · required
    search_session_id
    string
    previous_search_request_id
    string
    apply_trade_in
    boolean
    preferred_acquisition_name
    string
  • Owner Reviews

    act_carvana_com_owner_reviewswrite2 credits / call

    Fetches owner reviews and ratings for a specific make, model, trim, and year.

    make
    string · required
    model
    string · required
    trim
    string · required
    year
    integer · required
    from_offset
    integer
    size
    integer
  • Vehicle Questions

    act_carvana_com_vehicle_qa_questionswrite2 credits / call

    Fetches suggested buyer questions and answers for a specific vehicle.

    vehicle_id
    string · required
    model
    string · required
    correlation_id
    string · required
    kbb_vehicle_id
    integer · required
    make
    string · required
    trim
    string · required
    year
    integer · required
    browser_cookie_id
    string
    user_id
    string
    page
    string

Carvana API questions

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