All sites
Data API
Vinted Data API
Second-hand listings, members and search results from Vinted.
8endpointsDataDome · Rate Limit handled for you
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 frPagination
Page through results with page.
Quick Start
Send your key and a few params. Failed requests are free.
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| Endpoint | Category | Price / 1k results |
|---|---|---|
/v1/data/vinted/brandsComing soonSearch Brands | Reference | 1 credit / run |
/v1/data/vinted/colorsComing soonList Colors | Reference | 1 credit / run |
/v1/data/vinted/marketsList Markets | Reference | 1 credit / run |
/v1/data/vinted/statusesList Statuses | Reference | 1 credit / run |
/v1/data/vinted/items/{item_id}Get Item | Catalog | 1 credit / run |
/v1/data/vinted/searchComing soonSearch Items | Catalog | 1 credit / run |
/v1/data/vinted/users/{user_id}Coming soonGet User | Users | 1 credit / run |
/v1/data/vinted/users/{user_id}/itemsComing soonUser Items | Users | 1 credit / run |