avito_get_items
Fetch a seller's Avito listings by status, category, or update date, returning each item's status, category, and URL with pagination.
Instructions
List the seller's listings (объявления): status, category, url (GET /core/v1/items). Max 25 requests/min.
Args: status: active | removed | old | blocked | rejected (comma-separated ok). category: Avito category id filter, 0 = all. updated_from: YYYY-MM-DD lower bound on the listing update date. page: 1-based page number. per_page: page size (<100). Returns JSON: {"ok": true, "data": {"meta": {...}, "resources": [...]}}. For all pages use avito_fetch_all with avito_get_items_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| status | No | active | |
| category | No | ||
| per_page | No | ||
| updated_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |