Avito Search
avito_searchSearch Avito listings by keyword, category, and location to retrieve product prices, URLs, and seller details.
Instructions
Search Avito listings via the internal js/items API.
Return Format
AvitoSearchResponse: {status, query, page, location_id, tier_used, count, total_count, items[], meta}. Items carry item_id, title, price_rub (None when the ad has no price — never 0), url, location, seller fields.
Error Format
ToolError: BadRequestError on malformed arguments; TransportDownError on firewall blocks (with the captcha/proxy guidance inline); ParserDriftError when a reached-200 body no longer parses as the expected envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Result page (1-based) | |
| query | Yes | Search text, e.g. 'thinkpad x1 carbon' | |
| category_id | No | Optional Avito category id to narrow the search | |
| location_id | No | Avito location id; default AVITO_LOCATION_ID (637640 = Moscow) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| _meta | No | ||
| count | No | ||
| items | No | ||
| query | No | ||
| status | No | ||
| tier_used | No | ||
| location_id | No | ||
| total_count | No |