ConsoleCatalog
Sign in
Autotrader logo

Autotrader

autotrader.comAutomotiveno auth

Search and browse new and used car listings with filters, vehicle detail pages, payment estimates, consumer reviews, and dealer information.

Featured Vehicle Listings

ASYNCREADNo auth

Returns featured vehicle listing cards with make, model, year, mileage, price, and dealer.

ParametersFormJSON

Deal type filter (e.g. greatprice)

Sort order (e.g. relevance)

Search radius in miles

Number of listing records to return

Whether to collapse filter UI (true/false string)

Seller type filter (e.g. dealer)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_autotrader_vehicle_listing_lc_services",
    "params": {
      "deal_type": "greatprice",
      "sort_by": "relevance",
      "search_radius": "50",
      "num_records": "12",
      "collapse_filters": "true",
      "seller_type": "dealer"
    }
  }'