search_vehicles
Search the VIP Cars used-car inventory (verified ex-fleet cars, prices in EUR).
Values for the enum-like filters come from the live inventory (e.g. fuel_type 'dizel'/'benzin', body_type 'limuzina'/'suv'/'karavan', transmission 'manualni'/ 'automatski', color 'crna'/'siva' — Croatian, as stored). power_min/power_max are engine power in kW. sort: newest | price_asc | price_desc | year_desc | mileage_asc. Returns {items, total, page, per_page}; each item has listing_url for the human-readable page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| make | No | ||
| page | No | ||
| sort | No | newest | |
| color | No | ||
| model | No | ||
| per_page | No | ||
| year_max | No | ||
| year_min | No | ||
| body_type | No | ||
| fuel_type | No | ||
| power_max | No | ||
| power_min | No | ||
| price_max | No | ||
| price_min | No | ||
| mileage_max | No | ||
| mileage_min | No | ||
| transmission_type | No |