← Back to catalog
carmarket.search
mock data$0.003 / callSearch 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)
Input schema
zip
stringUS ZIP code to search near (e.g. "10001")
make
stringCar manufacturer (e.g. "Toyota", "Honda", "BMW", "Tesla")
year
integerModel year (e.g. 2023, 2024)
limit
integerMax results (1-25, default 10)
model
stringCar model (e.g. "Camry", "Civic", "Model 3")
start
integerOffset for pagination
radius
numberSearch radius in miles from ZIP (max 100 on free tier)
miles_max
numberMaximum mileage
price_max
numberMaximum price in USD
price_min
numberMinimum price in USD
seller_type
stringFilter by seller type
exterior_color
stringFilter by exterior color (e.g. "White", "Black", "Red")
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>"}'