Bringatrailer: Get Model Auction Results
Bringatrailer via Parse · automotive
Retrieves completed auctions for a specific make/model combination with optional time period filtering. Returns paginated auction results with pricing statistics including sold and unsold data points. Use search_listings or get_makes_and_models_directory to discover valid make/model slugs. Search and monitor Bring a Trailer vehicle auctions, view detailed listing information, pricing trends, and historical auction results. Fulfilled by Parse from bringatrailer.com.
- automotive
- bringatrailer
- bringatrailer-com
- finance
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/0ea2dbf8-cbae-4a6b-90d3-149278f4a294/get_model_auction_results
- Interface artifact
- sha256:ce7839187097cf850e1ea897589c09d54ac1247c4a8107e56d839964fd777f68
- Manifest digest
- sha256:776e8312744d8fb9b5aec1721fed268cbb1cf396a27bfad35b16beb6f867de26
Request fields
- make (string, required): Make slug in lowercase (e.g. 'porsche', 'ferrari', 'bmw').
- page (integer): Page number for pagination.
- model (string, required): Model slug in lowercase (e.g. '911', '488', 'm3'). Use search_listings or get_makes_and_models_directory to find valid slugs.
- recency (string): Time period filter. Accepted values: '1Y', '2Y', '3Y', '5Y'.: Allowed values: 1Y, 2Y, 3Y, 5Y
Example queries
- {"make":"porsche","page":"1","model":"911","recency":"1Y"}