Avito Item Card
avito_cardFetch an Avito listing by ID or full URL to get its price, title, description, location, images, and seller details in one structured response.
Instructions
Fetch one Avito listing by id or URL.
Return Format
AvitoCardResponse: {status, item_id, title, price_rub, description, location, posted_at, views, images, seller, url, tier_used, meta}. price_rub is None when the ad has no price — never 0.
Error Format
ToolError: BadRequestError when no id can be extracted; NotFoundError on a 404 (deleted or never existed); TransportDownError on blocks; ParserDriftError when the envelope changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id_or_url | Yes | Item id, slug path or full avito.ru URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| _meta | No | ||
| title | No | ||
| views | No | ||
| images | No | ||
| seller | No | ||
| status | No | ||
| item_id | No | ||
| location | No | ||
| posted_at | No | ||
| price_rub | No | ||
| tier_used | No | ||
| description | No |