List listings
items_get_items_infoRetrieve a paginated list of your Avito listings with IDs, status, and category. Filter by status, category, or update date to get an overview of current listings.
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 |
|---|---|---|---|
| page | No | Pagination page number, starting from 1. | |
| status | No | One status or a comma-separated list: active, removed, old, blocked, rejected. Example: "active,old". | |
| category | No | Numeric Avito category ID to filter listings by category. | |
| per_page | No | Page size: how many listings to return per request (1–100). If omitted, the server picks a default value. | |
| updatedAtFrom | No | Filter: return only listings updated no earlier than this date (ISO 8601, e.g. "2026-05-01"). |