Vinted Product Scraper avatar

Vinted Product Scraper

Pricing

Pay per usage

Go to Apify Store
Vinted Product Scraper

Vinted Product Scraper

Fast

Pricing

Pay per usage

Rating

0.0

(0)

Developer

oscar lira

oscar lira

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Search and scrape product listings from Vinted across 17 countries. Gets prices, brands, sizes, seller info, and engagement stats. Uses Vinted's internal API for fast results.

Supported countries

FR, ES, DE, IT, NL, BE, PT, LT, PL, CZ, AT, HU, RO, LU, SK, GB, US

Input example

{
"query": "nike air force 1",
"maxItems": 100,
"country": "fr"
}

Output fields

FieldTypeDescription
itemIdstringVinted item ID
titlestringListing title
brandstringBrand name
conditionstringItem condition
sizestringSize label
pricenumberPrice
currencystringCurrency code (EUR, GBP, etc.)
urlstringDirect link to listing
imagestringMain product image URL
favouriteCountintegerHow many people favourited it
viewCountintegerNumber of views
sellerLoginstringSeller's username
searchQuerystringYour search query
countrystringCountry code used
scrapedAtstringWhen it was scraped

Output example

{
"itemId": "4812345678",
"title": "Nike Air Force 1 '07 White",
"brand": "Nike",
"condition": "Good",
"size": "42",
"price": 45.00,
"currency": "EUR",
"url": "https://www.vinted.fr/items/4812345678-nike-air-force-1",
"image": "https://images1.vinted.net/...",
"favouriteCount": 12,
"viewCount": 89,
"sellerLogin": "marie_closet",
"searchQuery": "nike air force 1",
"country": "fr",
"scrapedAt": "2026-03-22T10:00:00.000Z"
}

Pricing

  • Free tier: First 500 items free
  • After free tier: $0.40 per 100 items scraped

Limitations

  • Search only (no full catalog crawl) -- you need to provide a search query
  • Max 500 items per run (Vinted API pagination limit)
  • Some countries may have different availability depending on Vinted's regional rollout
  • Uses Puppeteer with stealth plugin, so it needs more memory than a basic scraper (~1GB recommended)

Tips

  • Set country to match where you want to buy. Prices and availability differ by region.
  • Vinted sorts by relevance by default. For the best deals, scrape more items and filter by price yourself.