Listing details
items_get_item_infoRetrieve detailed information for a single Avito listing, including status, price, address, and applied VAS services. Read-only operation.
Instructions
Returns detailed information about a SINGLE listing (get_item_info) — status, price, address, list of applied VAS services, etc. Read-only. Use it when the item_id is already known; for a list of listings, use items_get_items_info, and for view/contact statistics, use items_post_item_stats_shallow (this method does not return statistics). Limit: 500 requests/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ID of the Avito listing to get details for. | |
| user_id | No | ID of the user who owns the listing. Defaults to Profile_id from .env. |