Used cars - keyword/make/model/year/price search, detail pages, reviews, and recall data.
Filter Suggestions
ASYNCWRITENo auth
Gets suggested search filters and facets with inventory counts for a search.
ParametersFormJSON
Browser cookie ID used for correlation-context and analytics tracking
Five-digit US ZIP code for location-aware filter suggestions
Active search session UUID from the listing browse context
Previous search request UUID linking this suggest call to the prior listing query
Body style filter categories to scope suggestions (e.g. suv, sedan, truck)
Pagination page number for the search results context
Number of listings per page in the search context
Sort order applied to the search results context
Maximum number of filter suggestions to return
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_carvana_com_filter_suggestions", "params": { "browser_cookie_id": "82a1bdd3-f903-2dae-3a9e-5d56c2c1b7e0", "zip5": "30303", "search_session_id": "f9e14122-28af-4899-b02b-7d73145adfc3", "previous_search_request_id": "7f470775-d826-4be6-93df-12b4f91b5657", "body_styles": "suv", "page": "1", "page_size": "24", "sort_by": "MostPopular", "number_of_suggested_filters": "10" } }'