Vinted Scraper & Resale Price Extractor avatar

Vinted Scraper & Resale Price Extractor

Pricing

from $1.80 / 1,000 results

Go to Apify Store
Vinted Scraper & Resale Price Extractor

Vinted Scraper & Resale Price Extractor

Fast, HTTP-only scraper for Vinted (Europe, UK, US). Extract listings, prices, brands, item condition, seller ratings, and high-res photos without browser overhead.

Pricing

from $1.80 / 1,000 results

Rating

0.0

(0)

Developer

Willy Lengkong

Willy Lengkong

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

11 days ago

Last modified

Categories

Share

πŸ›οΈ Vinted Scraper & Resale Price Extractor

A high-speed, HTTP-only Apify Actor to extract items, prices, brands, seller details, item condition, and high-resolution photos from Vinted across Europe, the UK, and the US without browser overhead.


✨ Key Features

  • ⚑ Ultra-Fast HTTP-Only Execution: Uses direct API reverse-engineering with browser TLS impersonation (curl_cffi). Runs in seconds at fraction of compute unit (CU) costs.
  • 🌍 Multi-Country Support: Supports all major Vinted domains including vinted.fr (France), vinted.co.uk (UK), vinted.de (Germany), vinted.it (Italy), vinted.es (Spain), vinted.com (US), vinted.pl (Poland), vinted.nl (Netherlands), and more.
  • 🎯 Rich Search & Filters: Search by keyword, price range, condition status (New with tags, Very good, etc.), sorting order, or direct URL.
  • πŸ“¦ Complete Data Schema: Extracts item title, price, currency, service fee, total price, brand, size, high-res photos, view count, favourite count, and seller reputation metrics.
  • πŸ›‘οΈ Anti-Ban & Retry Logic: Automatic session cookie bootstrap, header rotation, and exponential backoff.

πŸ“₯ Input Parameters

ParameterTypeDefaultDescription
searchQueriesArray["vintage jacket"]List of search keywords to scrape.
startUrlsArray[]Direct Vinted catalog/search URLs.
domainString"vinted.com"Target Vinted regional domain (vinted.fr, vinted.co.uk, etc.).
sortByString"relevance"Sort by relevance, newest_first, price_low_to_high, or price_high_to_low.
priceFromNumbernullMinimum item price.
priceToNumbernullMaximum item price.
maxItemsInteger50Maximum number of items to return.
proxyConfigurationObjectnullApify proxy settings (Residential recommended for high concurrency).

πŸ“€ Output Sample

{
"id": 9741212849,
"title": "Vintage Silk set",
"price": 20.0,
"currency": "USD",
"total_price": 20.0,
"service_fee": 1.7,
"brand": "YouniQue",
"size": "M",
"status": "Very good",
"condition_id": 2,
"url": "https://www.vinted.com/items/9741212849-vintage-silk-set",
"view_count": 48,
"favourite_count": 5,
"is_promoted": false,
"photo_url": "https://images1.vinted.net/t/01_01633_.../600x600/1787409312.jpeg",
"seller": {
"id": 7812903,
"login": "sydneyraven",
"profile_url": "https://www.vinted.com/member/7812903",
"feedback_reputation": 4.95,
"positive_feedback_count": 142,
"negative_feedback_count": 1,
"item_count": 89,
"country_code": "US"
},
"domain": "vinted.com"
}