Data
Vinted API
extractr scrapes Vinted and serves it as clean, structured JSON behind a single API key. Vinted listings across 23 country sites — keyword search with price, condition, brand and category filters, and full per-item detail with price breakdown, attributes, photos and seller. Every endpoint has a fixed credit price and is charged only on a successful response.
- Endpoints
- 2
- Price
- from 2 credits
- Billing
- charged on success only
What you can pull from Vinted
Every endpoint is a single HTTP call with a fixed credit price, metered only on a successful response.
Up and running in one call
Sign up, grab a key, and scrape Vinted from anywhere that can make an HTTP request. Your first 1,000 credits are on us.
curl "https://api.extractr.dev/vinted/get_listing?listing_id=10060648906&marketplace=uk" \
-H "x-api-key: ext_live_YOUR_KEY"const res = await fetch("https://api.extractr.dev/vinted/get_listing?listing_id=10060648906&marketplace=uk", {
headers: { "x-api-key": process.env.EXTRACTR_API_KEY! },
});
const data = await res.json();What developers build with the Vinted API
Analytics & dashboards
Pipe Vinted data into your metrics, dashboards and reports without maintaining scrapers yourself.
Enrichment
Resolve Vinted records inside your product, CRM or data warehouse as clean JSON.
Automation & alerting
Poll Vinted endpoints on a schedule and trigger workflows the moment the data changes.
Vinted API FAQ
Is this an official Vinted API?
No. extractr scrapes public Vinted data and normalises it into stable JSON schemas, so you can build against Vinted with one API key and no approval process.
How much does the Vinted API cost?
Endpoints start at 2 credits per call (1 credit = £0.001), charged only on successful 2xx responses. Every account gets 1,000 free credits on signup.
How do I authenticate?
Create an API key in the dashboard and send it as the X-API-Key header (or Authorization: Bearer). Keys work across every extractr provider, not just this one.
What happens when a request fails?
Credits are reserved before the call and refunded automatically on any non-2xx response, so an upstream failure never charges you.
Start scraping Vinted in the next minute
1,000 free credits on signup — no card required. One key works across every extractr provider.