UnifyAPI
← Back to catalog

carmarket.search

mock data$0.003 / call

Search Car Listings

Search millions of active US car listings by make, model, year, price range, mileage, ZIP code, and radius. Returns VIN, price, miles, dealer info, Carfax status, and days on market. Filter by seller type (dealer/private) and color. Data from all major US marketplaces (MarketCheck)

Financeprovider: Carmarket#carmarket#finance

Input schema

zip

US ZIP code to search near (e.g. "10001")

string
make

Car manufacturer (e.g. "Toyota", "Honda", "BMW", "Tesla")

string
year

Model year (e.g. 2023, 2024)

integer
limit

Max results (1-25, default 10)

integer
model

Car model (e.g. "Camry", "Civic", "Model 3")

string
start

Offset for pagination

integer
radius

Search radius in miles from ZIP (max 100 on free tier)

number
miles_max

Maximum mileage

number
price_max

Maximum price in USD

number
price_min

Minimum price in USD

number
seller_type

Filter by seller type

string
exterior_color

Filter by exterior color (e.g. "White", "Black", "Red")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/carmarket.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"zip":"<zip>","make":"<make>","year":0,"limit":10,"model":"<model>","start":0,"radius":0,"miles_max":0,"price_max":0,"price_min":0,"seller_type":"<seller_type>","exterior_color":"<exterior_color>"}'

Try it

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