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.
Structured data for real applications. Here are some ideas.
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/search
Search Vinted listings by keyword, brand, size, and price range
/api/vinted/item-details
Get full details of a Vinted listing including photos, price, and description
/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
One API call. Structured JSON response.
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
}
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Vinted (no official API) |
|---|---|---|
| API available | Yes (9 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 9 endpoints covering 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 9 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.