Vehicle marketplace - inventory search, filters, listing details, pricing, and dealer contact.
Dealer Dynamic Phone
ASYNCWRITENo auth
Fetches the dealer call-tracking phone number and type for a vehicle listing.
ParametersFormJSON
Vehicle listing UUID from cars.com inventory
Session trip identifier sent as x-cars-trip-id header
JSON string with DNI correlation id, page instance id, and source page context for call tracking
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_cars_com_dealer_dynamic_phone", "params": { "listing_id": "67df6e2d-9819-462b-8eb4-e7bd28129498", "trip_id": "1e554260-a8ef-402a-ae14-f99ccebbff78", "dni_correlation_data": "{\"dni_correlation_id\":\"77a7a7d2-187c-4a5e-b61b-d8f3070397c3\",\"pageInstanceId\":\"GLZ9qoJCY_tvavyKZLOC\",\"sourcePage\":\"shopping/vehicle-details\",\"sourceUrl\":\"https://www.cars.com/vehicledetail/67df6e2d-9819-462b-8eb4-e7bd28129498/\"}" } }'