search_all_items
Retrieve all Vinted listings matching your search criteria by automatically fetching all pages of results. Supports filters for price, brand, size, color, and condition.
Instructions
Search Vinted listings and automatically paginate through all results, returning up to maxItems items in a single call. Use this instead of search_items when you need comprehensive results — e.g. "find all Nike shoes under €30" or "list every item in size M from this brand". Pages are fetched concurrently for speed. Returns the same item fields as search_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Brand names; automatically resolved to IDs | |
| query | Yes | Search keywords | |
| sortBy | No | Sort order | |
| country | No | Vinted country site to search | fr |
| sizeIds | No | Size IDs to filter by | |
| brandIds | No | Numeric brand IDs from search_brands | |
| colorIds | No | Color IDs to filter by. Use get_colors to discover all available color IDs. | |
| maxItems | No | Maximum total items to collect across all pages (default 200, max 1000) | |
| maxPages | No | Maximum number of pages to fetch regardless of maxItems | |
| priceMax | No | Maximum price in local currency | |
| priceMin | No | Minimum price in local currency | |
| condition | No | Item condition filter | |
| categoryId | No | Category ID from get_categories |