List listings
items_get_items_infoRetrieve a list of your Avito listings with status, category, and links. Filter by status, category, or update date, and paginate results to find listing IDs quickly.
Instructions
Returns a LIST of the authenticated user's listings (get_items_info) — id, status, category, link on the site. Read-only, changes nothing. Use it to find listing ids and get an overview; for details on a single listing, use items_get_item_info. Supports pagination (page + per_page) and filters (status, category, updatedAtFrom). Limit: 25 requests/min. Does not work with employees' listings — for those (under the main account or as an authenticated employee) it returns an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | Page size: how many listings to return per request (1–100). If omitted, the server picks a default value. | |
| page | No | Pagination page number, starting from 1. | |
| status | No | Filter by listing status: active (published), old (archived), blocked, removed (deleted). Without the filter — all statuses. | |
| category | No | Numeric Avito category ID to filter listings by category. | |
| updatedAtFrom | No | Filter: return only listings updated no earlier than this date (ISO 8601, e.g. "2026-05-01"). |