Search Items
Search
Search Items
Search Vinted catalog items with filters.
GET
Search Items
Query Parameters
Search query string. Matches against item titles and descriptions.
Vinted market to search. See
/v1/vinted/markets for all supported values.Examples: fr, de, uk, it, es, pl, usPage number for paginated results. Starts at
1.Number of items per page. Range:
1 - 96.Minimum price filter in the market’s local currency.
Maximum price filter in the market’s local currency.
Comma-separated list of brand IDs to filter by. Use
/v1/vinted/brands to look up IDs.Example: 53, 14,53,221Comma-separated list of color IDs to filter by. Use
/v1/vinted/colors to look up IDs.Example: 1, 1,4,12Comma-separated list of condition status IDs to filter by. Use
/v1/vinted/statuses to look up IDs.Example: 6 (New with tags), 1,2 (New without tags, Very good)Sort order for results.
| Value | Description |
|---|---|
relevance | Best match (default) |
price_low_to_high | Cheapest first |
price_high_to_low | Most expensive first |
newest_first | Most recently listed |
Response
Array of matching items.
Total number of matching items across all pages.
Current page number.
Number of items per page.
Example Response
Each search request costs 1 credit. Failed requests are not charged.
Authorizations
Query Parameters
Search query string. Matches against item titles and descriptions.
Vinted market to search (e.g. fr, de, uk, it, es, pl, us).
Page number for paginated results.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 96Minimum price filter in the market's local currency.
Maximum price filter in the market's local currency.
Comma-separated list of brand IDs to filter by.
Comma-separated list of color IDs to filter by.
Comma-separated list of condition status IDs to filter by.
Sort order for results.
Available options:
relevance, price_low_to_high, price_high_to_low, newest_first 
