ποΈ 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
2 days 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).