Vinted Scraper โ Second-hand Fashion Listings
Pricing
from $0.001 / item scraped
Vinted Scraper โ Second-hand Fashion Listings
Search Vinted and scrape item listings: title, price, brand, size, condition, seller, favourites, photo and link. Any Vinted country. For resale, pricing and market research.
Pricing
from $0.001 / item scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Vinted Scraper โ Second-hand Fashion Listings, Any Country, Reliable, Clean JSON
Search Vinted and scrape item listings โ title, price, brand, size, condition, seller, favourites, photo and link โ from any Vinted country marketplace. Results come back as clean, structured JSON, ready for spreadsheets, databases or your own tooling. No account, no API key; runs reliably at scale. Built for resellers, sourcing, pricing and second-hand market research.

Features
- ๐ Keyword or URL search โ pass
searcheslike "nike air max", or a full Vinted catalog URL whose domain sets the country. - ๐ Any Vinted country โ supports co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at marketplaces automatically.
- ๐ถ Price + total โ each item carries
price,currencyandtotalPrice(item price plus buyer protection). - ๐ Fashion attributes โ captures
brand,sizeandstatus(condition) for every listing. - ๐ค Seller signals โ
seller,sellerId,favouritescount and anisBusinessflag. - ๐ก๏ธ Reliable at scale โ consistent, complete results across large multi-page runs.
- ๐ Paginated & capped โ control volume with
maxItemsPerSearchandmaxPagesPerSearch(96 items per page).
What you get

One record per item:
{"id": 987654321,"title": "Nike Air Max 90","price": 45,"currency": "GBP","totalPrice": 48.5,"brand": "Nike","size": "UK 9","status": "Very good","favourites": 23,"seller": "sneakerhead_uk","sellerId": 123456,"photo": "https://images1.vinted.net/....jpeg","isBusiness": false,"url": "https://www.vinted.co.uk/items/987654321"}
Output schema
| Field | Type | Description |
|---|---|---|
id | integer | Vinted numeric listing ID. |
title | string | Listing title. |
price | integer | Item price, excluding buyer protection. |
currency | string | Currency code for the prices (e.g. GBP). |
totalPrice | number | Item price plus the buyer protection fee. |
brand | string | Brand name of the item. |
size | string | Size label as listed by the seller. |
status | string | Item condition, e.g. Very good. |
favourites | integer | Number of users who favourited the listing. |
seller | string | Seller's username. |
sellerId | integer | Vinted numeric seller ID. |
photo | string (URL) | Link to the item's primary photo. |
isBusiness | boolean | Whether the seller is a business account. |
url | string (URL) | Link to the listing on Vinted. |
Input
{"searches": ["nike air max"],"maxItemsPerSearch": 96,"maxPagesPerSearch": 5,"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }}
| Field | Description |
|---|---|
searches | Search terms, or a full Vinted catalog URL (domain sets the country). |
maxItemsPerSearch | Max items per search (1โ5000, 96 per page, default 96). |
maxPagesPerSearch | Max pages per search (1โ100, ~96 items each, default 5). |
proxyConfiguration | Proxy settings; residential is for reliable access and on by default. |
Use cases
- Track resale prices and demand (favourites) for brands and models.
- Source undervalued inventory across multiple country marketplaces.
- Analyze brand, size and condition distribution for market research.
- Monitor a niche by keyword to spot new listings as they appear.
Pricing
Pay-per-event: you're billed a small amount per run and per item scraped โ you only pay for what you get. See the Pricing tab for current rates.
FAQ
Do I need a Vinted account or API key? No. The Vinted Scraper reads publicly available catalog listings, so there's no account or API key to set up.
Which countries are supported? Any Vinted marketplace โ co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at. Pass a full catalog URL and its domain sets the country, or search by keyword.
How many items can I get per run?
Control volume with maxItemsPerSearch (1โ5000) and maxPagesPerSearch (up to 100, ~96 items per page). Pass multiple search terms to scale a single run.
What's the output format? Clean, structured JSON with one record per item. Export as JSON, CSV or Excel, or pull it from the API.
Can I connect this to other apps and services? The Vinted Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Notes
This scraper only reads publicly available Vinted catalog listings โ no login-walled content, private messages or account data. It is an independent tool and is not affiliated with, authorized or endorsed by Vinted; "Vinted" and related marks belong to their respective owners.