All sites
Data API
Vinted Data API
Second-hand listings, members and search results from Vinted.
8endpointsRate Limit · Cloudflare handled for you
Example (captured live)
vinted.fr
ExampleJSON responseclick the page to trace a field
{
"id": 9627543440,
"title": "T-shirt Nike noir taille XL neuf avec étiquette homme",
"short_description_html": "Produit neuf et authentique avec qr-code d'authentification. Jamais porté, encore avec son étiquette. Envoi rapide et soigné.",
"brand": "Nike",
"size": "XL",
"color": "Noir",
"condition": "NewCondition",
"status": "NewCondition",
"availability": "InStock",
"in_stock": true,
"categories": [
{
"name": "Hommes T-shirts unis"
}
],
"specification_highlights": [
{
"key": "Brand",
"value": "Nike",
"display_name": "Brand"
},
{
"key": "Size",
"value": "XL",
"display_name": "Size"
},
{
"key": "Condition",
"value": "NewCondition",
"display_name": "Condition"
},
{
"key": "Colour",
"value": "Noir",
"display_name": "Colour"
},
{
"key": "Material",
"value": "Coton",
"display_name": "Material"
}
],
"price_map": {
"price": 10,
"unit_price": null,
"currency": "EUR"
},
"price": 10,
"images": [
"https://images1.vinted.net/t/05_01c08_bZ9/f800/1786379111.webp",
"https://images1.vinted.net/t/03_02f14_kT2/f800/1786379112.webp",
"https://images1.vinted.net/t/01_00a77_pQ7/f800/1786379113.webp"
],
"image": "https://images1.vinted.net/t/05_01c08_bZ9/f800/1786379111.webp",
"seller_name": "chloe_vintage",
"seller_id": 266428658,
"product_page_url": "https://www.vinted.fr/items/9627543440"
}
GET
/v1/data/vinted/items/{item_id}1 credit / run VerifiedGet Item
Full detail for one Vinted listing: title, price, brand, size, condition, colour, category, images and seller. Listings are single-seller resale items, so there is no reviews block.
Handled for you:Rate LimitCloudflare
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | yes | Vinted item id. |
| Advanced filters | |||
| market | string | no | Market code (fr, de, uk, com, ...). (default: fr) |