Countries
/api/vinted/countries
List supported Vinted countries, domains, and currencies
Search Vinted listings, get item details, browse user profiles and inventories, find similar items, and explore categories — all through a structured REST API. Vinted has no public API, so Scrappa fills the gap for marketplace analytics, price monitoring, and resale tools.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/vinted/search?query=nike+air+max&order=newest_first&per_page=10" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"id": 4012345678,
"title": "Nike Air Max 90 - Size 42",
"price": "45.00",
"currency": "EUR",
"brand": "Nike",
"size": "42",
"condition": "Very good",
"photo_url": "https://images1.vinted.net/...",
"url": "https://www.vinted.fr/items/...",
"seller": {
"username": "fashionseller92",
"rating": 4.8
}
}
]
}
Structured data for real applications. Here are some ideas.
Resolve valid Vinted market codes before search, item, or profile calls. Build onboarding flows that present supported countries, currencies, and domains without spending paid credits.
Track prices for specific brands, categories, and items across Vinted. Build price comparison tools, deal alerts, and market value estimators for secondhand fashion.
Monitor new listings matching your criteria, track competitor sellers, and automate inventory research. Build tools that help resellers find underpriced items quickly.
Analyze pricing trends, popular brands, category demand, and seasonal patterns on Vinted. Build analytics dashboards for fashion resale market intelligence.
Use similar items and category data to enrich product catalogs, suggest prices, and build recommendation features for resale platforms and fashion apps.
Everything you need in one API.
/api/vinted/countries
List supported Vinted countries, domains, and currencies
/api/vinted/search
Search Vinted listings by keyword, brand, size, and price range
/api/vinted/filters
Get available catalog filters including brands, sizes, colors, and conditions
/api/vinted/suggestions
Get autocomplete suggestions for Vinted search queries
/api/vinted/item-details
Get full details of a Vinted listing including photos, price, and description
/api/vinted/item-shipping
Get available shipping options and costs for a specific item
/api/vinted/user-profile
Get a Vinted seller's profile with ratings and activity stats
/api/vinted/user-items
Browse all active listings from a specific seller
/api/vinted/similar-items
Find items similar to a specific listing for price comparison
/api/vinted/categories
Get the full Vinted category tree with IDs and hierarchy
See how Scrappa compares to the official API.
| Feature | Scrappa | Vinted (no official API) |
|---|---|---|
| API available | Yes (10 endpoints) | No public API |
| Search listings | Yes (programmatic) | Manual only |
| Item details | Structured JSON | Not available |
| Seller profiles | Manual browsing | |
| Similar items | Limited (on-site) | |
| Category data | Full tree | Not available |
| Bulk access | ||
| Free tier | 500 credits/month | N/A |
Vinted does not offer a public API, so there is no programmatic way to search listings, get item details, or analyze seller data. Scrappa provides a structured REST API with 10 endpoints covering countries, search, item details, user profiles, inventories, similar items, and categories — all accessible with an API key.
Yes. You can run thousands of searches to track prices, detect new listings, and monitor market trends across brands and categories. Many customers use this for price comparison tools, deal alerts, and resale business intelligence.
Just a Scrappa API key passed as an X-API-KEY header. No Vinted account needed, no OAuth, no web scraping setup. Sign up for Scrappa, get your key, and start querying Vinted data immediately.
You can search listings by keyword with brand, size, and price filters. Get full item details with photos, descriptions, and condition. Access seller profiles with ratings and stats. Browse seller inventories, find similar items, and explore the full category tree.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. This lets you test all 10 Vinted endpoints and build your integration before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. All Vinted endpoints cost the same flat rate. The free tier gives you 500 credits per month to get started.