πŸ›οΈ 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

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