๐Ÿ›๏ธ Vinted Scraper avatar

๐Ÿ›๏ธ Vinted Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
๐Ÿ›๏ธ Vinted Scraper

๐Ÿ›๏ธ 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

Scraper Engine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

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

FeatureDescription
๐Ÿ”— Bulk URLsScrape multiple searches in one run
๐ŸŽฏ Item capLimit total items, or fetch the full retrievable window
โฑ๏ธ Polite delaysConfigurable delay + jitter between requests
๐ŸŒ Proxy fallbackdirect โ†’ datacenter โ†’ residential (sticky)
๐Ÿ“Š Section viewsOverview, Pricing, Seller, Engagement, Media

๐Ÿ“ฅ Input

FieldTypeDescription
startUrlsarrayVinted catalog / search URLs (bulk supported). Required.
maxItemsintegerMax products to collect (0 = no limit).
requestDelaynumberSeconds between requests (jitter added).
proxyConfigurationobjectApify Proxy settings powering the fallback ladder.
maxPagesPerUrlintegerCap pages fetched per URL (0 = no cap).
maxRequestRetriesintegerRetries 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 }
}
FieldDescription
idVinted item ID
titleListing title
price.amount / price.currencyNumeric price + currency code
brandBrand name
urlDirect listing link
imageUrlMain photo
thumbnailsAll thumbnail sizes with dimensions
seller.*Seller ID, username, profile URL
sizeSize label
conditionItem condition
stats.favorites / stats.viewsEngagement counters

๐Ÿš€ How to Use (Apify Console)

  1. Log in at https://console.apify.com โ†’ Actors.
  2. Open Vinted Scraper.
  3. Paste one or more Vinted search/catalog URLs into Vinted Search / Catalog URLs.
  4. (Optional) Set Maximum Items and proxy settings.
  5. Click Start and watch results stream into the log in real time.
  6. Open the Output tab โ€” switch between the Overview / Pricing / Seller / Engagement / Media views.
  7. 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).