๐๏ธ Vinted Scraper
Pricing
from $4.99 / 1,000 results
๐๏ธ Vinted Scraper
๐๏ธ Vinted Scraper extracts listings, prices, and item details from Vinted for smarter market research. ๐ Fast, automated data collection for dropshipping, pricing, and competitor tracking. ๐ Effortless insights at scale.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Scraper Engine
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
๐๏ธ Vinted Scraper โ Catalog & Search Extractor
Extract clean, structured product data from any Vinted catalog or search page โ across every Vinted country domain (.com, .co.uk, .de, .fr, .it, .es, .pl, โฆ). Just paste a search URL and get back price, brand, size, condition, seller details and image galleries โ no login required.
โจ Why Choose This Actor?
- ๐ Works on every Vinted domain โ paste a
.com,.de,.fr(or any) catalog URL. - ๐งผ Clean output โ flattened, ready-to-use JSON instead of Vinted's noisy raw API objects.
- ๐ Smart proxy ladder โ runs proxy-free by default, then auto-escalates to datacenter and residential proxies only if Vinted blocks you. Cheaper and faster than always-on proxies.
- ๐ก๏ธ Anti-bot resilient โ browser TLS fingerprinting + exponential-backoff retries with automatic session re-warming.
- ๐พ Live results โ items stream into the dataset as they're found; a stopped run still keeps everything collected so far.
- ๐ฆ Bulk-friendly โ feed it many search URLs at once.
๐ Key Features
| Feature | Description |
|---|---|
| ๐ Bulk URLs | Scrape multiple searches in one run |
| ๐ฏ Item cap | Limit total items, or fetch the full retrievable window |
| โฑ๏ธ Polite delays | Configurable delay + jitter between requests |
| ๐ Proxy fallback | direct โ datacenter โ residential (sticky) |
| ๐ Section views | Overview, Pricing, Seller, Engagement, Media |
๐ฅ Input
| Field | Type | Description |
|---|---|---|
startUrls | array | Vinted catalog / search URLs (bulk supported). Required. |
maxItems | integer | Max products to collect (0 = no limit). |
requestDelay | number | Seconds between requests (jitter added). |
proxyConfiguration | object | Apify Proxy settings powering the fallback ladder. |
maxPagesPerUrl | integer | Cap pages fetched per URL (0 = no cap). |
maxRequestRetries | integer | Retries per blocked request. |
Example input
{"startUrls": [{ "url": "https://www.vinted.com/catalog?search_text=nike&order=newest_first" }],"maxItems": 100,"requestDelay": 1.0,"proxyConfiguration": { "useApifyProxy": true }}
๐ค Output
Each item is saved in this clean schema:
{"id": 9126191763,"title": "Born Brown Suede Leather Peep Toe Sandal Booties","price": { "amount": 38, "currency": "USD" },"brand": "Born","url": "https://www.vinted.com/items/9126191763-born-...","imageUrl": "https://images1.vinted.net/.../1780965676.jpeg","thumbnails": [{ "type": "thumb70x100", "url": "https://...", "dimensions": "70x100" }],"seller": {"id": 277625888,"username": "goodnightsuzie","profileUrl": "https://www.vinted.com/member/277625888-goodnightsuzie"},"size": "8","condition": "New without tags","stats": { "favorites": 1, "views": 0 }}
| Field | Description |
|---|---|
id | Vinted item ID |
title | Listing title |
price.amount / price.currency | Numeric price + currency code |
brand | Brand name |
url | Direct listing link |
imageUrl | Main photo |
thumbnails | All thumbnail sizes with dimensions |
seller.* | Seller ID, username, profile URL |
size | Size label |
condition | Item condition |
stats.favorites / stats.views | Engagement counters |
๐ How to Use (Apify Console)
- Log in at https://console.apify.com โ Actors.
- Open Vinted Scraper.
- Paste one or more Vinted search/catalog URLs into Vinted Search / Catalog URLs.
- (Optional) Set Maximum Items and proxy settings.
- Click Start and watch results stream into the log in real time.
- Open the Output tab โ switch between the Overview / Pricing / Seller / Engagement / Media views.
- Export to JSON / CSV / XLSX.
๐ค Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"startUrls":[{"url":"https://www.vinted.com/catalog?search_text=nike"}],"maxItems":50}'
๐ก Best Use Cases
- ๐ Resale / reselling price research and sourcing.
- ๐ Brand & competitor monitoring on second-hand marketplaces.
- ๐ Market & trend analysis for specific categories.
- ๐๏ธ Building product datasets for analytics or ML.
๐ณ Pricing
This Actor uses the pay-per-event model. You're billed per scraped item plus the standard Apify platform usage. Set a Maximum Items value (or a run budget) to control spend โ the Actor stops cleanly when your limit is reached.
โ FAQ
Do I need a Vinted account? No. The Actor uses Vinted's public catalog data and mints an anonymous session automatically.
Why did I get fewer items than the search shows? Vinted caps deep pagination at roughly 360 items per search, even when it advertises more. That's the maximum retrievable window โ narrow your search (brand, size, price) to surface different items.
Which countries are supported? All of them โ paste a URL from any Vinted domain.
Do I need a proxy? No. The Actor runs proxy-free and only escalates to datacenter/residential proxies if Vinted blocks the request.
๐ Support & Feedback
Found a bug or want a new field? Open an issue on the Actor's Issues tab. Data is collected only from publicly available pages; you are responsible for compliant use (GDPR, CCPA, target ToS).