Search items, track prices, and access user profiles from Vinted — Europe's largest second-hand fashion marketplace with 65+ million members across 18 countries.
500 free credits/month · No credit card required
Structured data for real applications. Here are some ideas.
Monitor item prices across categories and brands. Build price comparison tools that help buyers find the best deals on second-hand fashion.
Help resellers find underpriced items, track market demand, and optimize pricing for their own listings across multiple Vinted markets.
Analyze trending brands, popular categories, and pricing patterns across European second-hand markets. Track seasonal demand shifts.
Automate item discovery for vintage shops and thrift stores. Filter by brand, condition, size, and price to find inventory that matches your niche.
Everything you need in one API.
/api/vinted/search
Search marketplace with filters for brand, size, price, and more
/api/vinted/item-details
Get detailed item information including photos and seller info
/api/vinted/user-profile
Retrieve seller profile, ratings, and statistics
/api/vinted/user-items
Browse items from a specific seller's wardrobe
/api/vinted/similar-items
Find similar items for price comparison
/api/vinted/categories
Get full category tree for filtering
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/vinted/search?query=nike+shoes&country=DE" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"items": [
{
"id": 4012345678,
"title": "Nike Air Max 90 - Size 42",
"price": "45.00",
"currency": "EUR",
"brand": "Nike",
"size": "42",
"status": "Active",
"photo_url": "https://images.vinted.net/...",
"user": {
"login": "fashionista_de",
"feedback_reputation": 1.0
}
}
],
"pagination": {
"page": 1,
"total_pages": 125
}
}
Sign up and get 500 free credits. No credit card required.