Autobidmaster: Search Vehicles
Autobidmaster via Parse · automotive
Search vehicle auction listings with optional filters. Returns paginated lot summaries including year, make, model, damage, bid status, sale date, and location. Supports filtering by make, model, country, state, and free text. Pagination via page number; each page returns up to `size` lots. Sort by sale_date (default) or other fields. Access vehicle auction listings from Copart via AutoBidMaster. Search inventory by make, model, location; get detailed lot information; and browse filter categories (makes, types, body styles, damage types, featured items, locations). Fulfilled by Parse from autobidmaster.com.
- autobidmaster
- autobidmaster-com
- automotive
- ecommerce
- marketplace
- parse
- platform-key
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/c6fd4d1b-7ed8-49b8-b5f2-a977ec97f6ed/search_vehicles
- Interface artifact
- sha256:28bd7be24ca214ec7cbc2ebb95438e9ef05d2f182867d2443d5ee8ab902247e2
- Manifest digest
- sha256:a30f9706ea50cc5af04d42a3f0748a17ad6979af552192959b9eacbec041281e
Request fields
- make (string): Vehicle make filter in lowercase (e.g., toyota, honda, ford).
- page (integer): Page number (1-based).
- size (integer): Results per page (max 100).
- sort (string): Sort field. Currently only 'sale_date' is supported.
- model (string): Vehicle model filter in lowercase (e.g., camry, civic, f-150).
- order (string): Sort order: asc or desc.: Allowed values: asc, desc
- query (string): Free text search query.
- state (string): State filter in lowercase (e.g., california, texas, new-york).
- country (string): Country filter in lowercase. Accepted values: usa, canada.: Allowed values: usa, canada
Example queries
- {"make":"toyota","page":"1","size":"24","sort":"sale_date","model":"camry","order":"asc","query":"toyota","state":"texas","country":"usa"}