UnifyAPI
← Back to catalog

carmarket.listing

mock data$0.002 / call

Car Listing Details

Get full details for a specific car listing by ID — VIN, price, MSRP, mileage, full build specs (engine, transmission, drivetrain, fuel type), dealer contact, Carfax 1-owner status, days on market, photos. Get listing IDs from carmarket.search (MarketCheck)

Financeprovider: Carmarket#carmarket#finance

Input schema

idrequired

MarketCheck listing ID (e.g. "3TMCZ5AN5PM564843-883937ce-f335"). Get IDs from carmarket.search results

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/carmarket.listing \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":"<id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.