raw_search
Run raw V1 search parameters directly to query the Ukrainian used-car market, bypassing automatic name resolution for advanced control.
Instructions
Run a raw /auto/search with V1 params (power users).
Bypasses the curated name-resolution of search_used_cars; you supply V1
wire params directly (e.g. marka_id[0], category_id, s_yers[0]).
Cached briefly (volatile). By default returns the same compact shape as
search_used_cars (ids + count); pass verbose=True for the full raw
payload (~150 lines of echoed params/metadata).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Raw AUTO.RIA V1 search params, e.g. {'marka_id[0]': 9}. | |
| verbose | No | False (default) returns the compact {count, page, page_size, ids} shape (OfferOfTheDay filtered out). True returns the full raw API response — large; use only when you need the echoed params/metadata. |