Official Vinted API intent
Scrappa is not Vinted and does not claim an official partnership. It provides documented Vinted marketplace data endpoints for teams that need search, item details, seller context, and pricing data.
Use Scrappa's Vinted API endpoints with a Scrappa API key to search marketplace listings, fetch item details, and build resale workflows across 19 supported European markets. Scrappa is not Vinted and does not claim an official Vinted partnership.
500 free credits/month · No credit card required
API coverage
Docs, access, and official API questions
Developers searching for a Vinted API often need to know whether access is official, where the docs are, what data is available, and how to test requests before committing production code.
Scrappa is not Vinted and does not claim an official partnership. It provides documented Vinted marketplace data endpoints for teams that need search, item details, seller context, and pricing data.
Start with Vinted Search to find listings by query, country, category, brand, size, price, and sort order, then pass listing IDs into downstream endpoints.
Use Vinted Item Details to enrich listing IDs with photos, pricing, condition, brand, size, seller context, favorites, views, and source URLs.
Create a Scrappa account, use your Scrappa API key, and test Vinted requests with 500 free monthly credits across 19 supported European markets.
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/countries
List supported Vinted countries, domains, and currencies
/api/vinted/search
Search marketplace with filters for brand, size, price, and more
/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 detailed item information including photos and seller info
/api/vinted/item-shipping
Get available shipping options and costs for a specific item
/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
}
}
No. Scrappa is not Vinted and does not claim an official Vinted partnership. Scrappa provides documented Vinted marketplace data endpoints that you can call with a Scrappa API key.
Start with the Vinted Search API documentation to find listing IDs by query, country, category, brand, size, price, and sort order. Then use the Vinted Item Details documentation to enrich those IDs with photos, pricing, condition, seller context, and source URLs.
Create a Scrappa account, use your Scrappa API key with the documented Vinted endpoints, and test requests with 500 free monthly credits before scaling to paid usage.
Scrappa supports Vinted marketplace workflows across 19 European country markets, letting teams localize item search and pricing research by country.
Yes. The API returns item pricing, currency, brand, condition, seller context, and pagination data that can power resale analytics, alerts, and inventory sourcing workflows.
Create a Scrappa account, use your API key with the documented Vinted endpoints, and test with the monthly free credit allowance before scaling to paid credits.
Sign up and get 500 free credits. No credit card required.