Skip to content
All sites
Data API

Vinted Data API

Second-hand listings, members and search results from Vinted.

8endpointsRate Limit · Cloudflare handled for you
vinted.comGET/vinted/brandsGET/vinted/colorsGET/vinted/markets{ } JSON
Example (captured live)
vinted.com
Example
JSON responseclick the page to trace a field
{
"search_information": {
"seller_id": 9627543440,
"location": "FR"
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET/v1/data/vinted/users/{user_id}/items1 credit / run Verified

User Items

Items listed by a specific user.

Handled for you:Rate LimitCloudflare
Parameters
NameTypeReqDescription
user_idstringyesVinted user id.
Advanced filters
marketstringnoMarket code. (default: fr)
pageintegernoPage number. (default: 1)
per_pageintegernoItems per page. (default: 48)
sort_bystringnoSort order for the wardrobe.
price_minnumbernoOnly items priced at or above this amount.
price_maxnumbernoOnly items priced at or below this amount.
currencystringnoPrice currency for the price filters (for example EUR, GBP, USD).
conditionstringnoFilter by item condition. Comma separate multiple values.
status_idsstringnoFilter by raw Vinted status id(s). Comma separate multiple ids. See /vinted/statuses. Takes precedence over condition.
brand_idsstringnoFilter by Vinted brand id(s). Comma separate multiple ids. See /vinted/brands.
catalog_idsstringnoFilter by category/catalog id(s). Comma separate multiple ids.
color_idsstringnoFilter by colour id(s). Comma separate multiple ids. See /vinted/colors.
size_idsstringnoFilter by size id(s). Comma separate multiple ids.