Ferrari: Search Listings
Ferrari via Parse · Automotive
Search preowned Ferrari listings with optional filters for country, model, price range, year range, and sort order. Returns vehicle summaries with VINs, pricing, dealer info, and pagination. Also returns available filter options (models, countries, price/year ranges). Results are paginated with a 0-indexed page parameter. API for searching and retrieving detailed information on preowned Ferrari vehicles worldwide, including specifications, dealer details, and inventory metadata. Fulfilled by Parse from preowned.ferrari.com.
- automotive
- ecommerce
- ferrari
- marketplace
- parse
- platform-key
- preowned-ferrari-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Automotive
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/2acfe330-1a3e-4d34-806b-ecdd95525bd7/search_listings
- Interface artifact
- sha256:16c297236d2137dc02e2dd882b6193413db1307eb9df8dc8389ed1cc807cb4b5
- Manifest digest
- sha256:cc747a196379808f372e0e748fc1d129a6138bbc66dc06424b83d7c5036136da
Request fields
- page (integer): Page number (0-indexed)
- sort (string): Sort order for results.: Allowed values: price-asc, price-desc, year-asc
- limit (integer): Number of results per page (max 24)
- locale (string): Locale for results (e.g., 'en-US', 'en-EN'): Allowed values: en-US, en-EN
- models (string): Comma-separated model slugs to filter by (e.g., 'F8 CP,F171'). Slugs available from list_models endpoint.
- year_to (integer): Maximum production year filter
- price_to (integer): Maximum price filter (in local currency)
- countries (string): Comma-separated country slugs to filter by (e.g., 'US,IT,DE'). Slugs available from list_countries endpoint.
- year_from (integer): Minimum production year filter
- price_from (integer): Minimum price filter (in local currency)
Example queries
- {"page":"0","sort":"price-asc","limit":"3","locale":"en-US","models":"F171","year_to":"2026","price_to":"1000000","countries":"AU","year_from":"2020","price_from":"100000"}