Skip to content
All sites
Data API

Vinted Data API

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

8endpointsDataDome · Rate Limit handled for you
vinted.comGET/vinted/brandsGET/vinted/colorsGET/vinted/markets{ } JSON

Vinted Data API

Extract item listings, member wardrobes and search from Vinted as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/vinted/{action}

Key Features

Structured JSON

Clean, normalized records for item listings, member wardrobes and search. No HTML parsing on your side.

8 endpoints

Across 3 categories, all under one base path.

Anti-bot handled

DataDome, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Target specific markets and languages with these parameters:

marketdefault fr

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/vinted/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "query": "nike hoodie",
    "market": "fr",
    "per_page": 48,
    "page": 1
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/vinted/brandsComing soonSearch BrandsReference1 credit / run
/v1/data/vinted/colorsComing soonList ColorsReference1 credit / run
/v1/data/vinted/marketsList MarketsReference1 credit / run
/v1/data/vinted/statusesList StatusesReference1 credit / run
/v1/data/vinted/items/{item_id}Get ItemCatalog1 credit / run
/v1/data/vinted/searchComing soonSearch ItemsCatalog1 credit / run
/v1/data/vinted/users/{user_id}Coming soonGet UserUsers1 credit / run
/v1/data/vinted/users/{user_id}/itemsComing soonUser ItemsUsers1 credit / run