search_items
Search Vinted marketplace for second-hand items. Returns matching listings with price, brand, size, and seller details.
Instructions
Search for items on the Vinted marketplace. Returns a list of items matching the query with prices, brands, sizes, and seller info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| order | No | Sort order | relevance |
| query | Yes | Search query (e.g., 'nike air max', 'robe vintage') | |
| per_page | No | Results per page (default: 20, max: 96) | |
| price_to | No | Maximum price filter | |
| size_ids | No | Size IDs (comma-separated) | |
| brand_ids | No | Brand IDs (comma-separated) | |
| color_ids | No | Color IDs (comma-separated) | |
| price_from | No | Minimum price filter | |
| status_ids | No | Condition IDs (comma-separated): 6=New with tags, 1=New, 2=Very good, 3=Good, 4=Satisfactory | |
| catalog_ids | No | Catalog/category IDs (comma-separated) |