get_item
Fetch detailed Vinted item info including price, photos, and seller details by item ID or URL. Automatically falls back to HTML scraping when API is unavailable.
Instructions
Fetch complete item details by Vinted item ID (with country) or by a direct Vinted item URL. Returns title, price, currency, brand, size, condition, full description, all photo URLs, creation date, item URL, favourite count, and seller username/ID. Automatically falls back to HTML scraping when the JSON API is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full Vinted item URL, e.g. "https://www.vinted.fr/items/5678901234-nike-air-max". Country is inferred from the URL automatically. | |
| itemId | No | Numeric Vinted item ID, e.g. 5678901234 | |
| browser | No | Use headless browser for retrieval. Requires optional Playwright deps; only needed for items blocked by bot detection. | |
| country | No | Country site (required when using itemId; inferred automatically when url is provided) |