Carfax: Search Used Car Listings
Carfax via Parse · automotive
Search for used car listings on CARFAX with various filters. Returns paginated results with vehicle details, pricing, CARFAX history indicators, dealer information, and images. Each listing includes VIN, price, mileage, accident/service/owner history summaries, and reliability ratings. Paginates via integer page counter; each page returns up to `rows` listings. Search used and new car listings, retrieve detailed vehicle specifications, history summaries, dealer information, pricing data, and consumer reviews from CARFAX. Fulfilled by Parse from carfax.com.
- automotive
- carfax
- carfax-com
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a3228514-e913-4edc-ba2d-064d06372b2b/search_used_car_listings
- Interface artifact
- sha256:688bc8a95dc5b48d72bf9fec0e78a077136d35c83bc267b5c00896f23815f3a4
- Manifest digest
- sha256:a26b146bf2f93d030a717dcfb19414a3394e66ce7e7c4c438cf21247d4583791
Request fields
- zip (string): 5-digit US ZIP code for search location.
- make (string): Vehicle make to filter by (e.g. Toyota, Honda, Ford, BMW, Subaru).
- page (integer): Page number for pagination (1-based).
- rows (integer): Number of results per page (max 100).: Allowed values: 5, 24
- sort (string): Sort order for results.: Allowed values: BEST, PRICE_ASC, PRICE_DESC, MILEAGE_ASC, MILEAGE_DESC, YEAR_ASC, YEAR_DESC
- model (string): Vehicle model to filter by (e.g. Camry, Civic, F-150). Must correspond to the specified make.
- radius (integer): Search radius in miles from the ZIP code.: Allowed values: 25, 50, 100
Example queries
- {"zip":"10001","make":"Toyota","page":"1","rows":"5","sort":"BEST","model":"Camry","radius":"25"}