Vinted Scraper API
Search listings, fetch item details, and retrieve user profiles from Vinted — the largest European second-hand marketplace. The API handles authentication, anti-bot bypass, and market routing automatically.Key Features
26 Markets
Access all Vinted markets including FR, DE, UK, IT, ES, PL, NL, BE, CZ, LT, and more.
Anti-Bot Bypass
Automatic session management and fingerprint rotation to avoid blocks.
Fast Responses
Median response time under 2 seconds for search and item detail requests.
Structured Data
Clean JSON responses with prices, photos, sizes, brands, conditions, and seller info.
Country Proxies
Requests are routed through proxies matching the target market for accurate results.
SDK Support
First-class support via the ScrapeBadger Node.js and Python SDKs.
Supported Markets
Vinted operates across 26 country domains. Use themarket query parameter to target a specific one.
| Market | Domain | Market | Domain |
|---|---|---|---|
:fr: fr | vinted.fr | :de: de | vinted.de |
:gb: uk | vinted.co.uk | :it: it | vinted.it |
:es: es | vinted.es | :pl: pl | vinted.pl |
:nl: nl | vinted.nl | :be: be | vinted.be |
:czech_republic: cz | vinted.cz | :lithuania: lt | vinted.lt |
:portugal: pt | vinted.pt | :at: at | vinted.at |
:luxembourg: lu | vinted.lu | :sk: sk | vinted.sk |
:denmark: dk | vinted.dk | :finland: fi | vinted.fi |
:sweden: se | vinted.se | :romania: ro | vinted.ro |
:hungary: hu | vinted.hu | :croatia: hr | vinted.hr |
:greece: gr | vinted.gr | :us: us | vinted.com |
:canada: ca | vinted.ca | :australia: au | vinted.com.au |
:latvia: lv | vinted.lv | :estonia: ee | vinted.ee |
Quick Start
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/v1/vinted/search | GET | Search Vinted catalog items with filters |
/v1/vinted/items/{item_id} | GET | Get detailed information about a single item |
/v1/vinted/users/{user_id} | GET | Get a user’s profile information |
/v1/vinted/users/{user_id}/items | GET | List items from a specific user |
/v1/vinted/brands | GET | Search for brand IDs by name |
/v1/vinted/colors | GET | List all available color filters |
/v1/vinted/statuses | GET | List item condition statuses |
/v1/vinted/markets | GET | List all supported Vinted markets |
Credit Costs
| Endpoint | Cost |
|---|---|
| Search items | 1 credit |
| Get item detail | 1 credit |
| Get user profile | 1 credit |
| Get user items | 1 credit |
| Search brands | 1 credit |
| List colors | 1 credit |
| List statuses | 1 credit |
| List markets | 1 credit |
| Failed requests | 0 credits |
Next Steps
Search Items
Full API reference for searching the Vinted catalog
Get Item Details
Retrieve full details for a specific listing

