Vinted Product Scraper avatar
Vinted Product Scraper
Under maintenance

Pricing

$12.00/month + usage

Go to Store
Vinted Product Scraper

Vinted Product Scraper

Under maintenance

Developed by

Rewerse

Rewerse

Maintained by Community

This actor scrapes Vinted listings across all supported regions using Vinted API. It allows filtering by search term, price range, and sort order. ✅ Works with your own proxy ✅ Validates proxy before scraping ✅ Returns: title, price, brand, link, thumbnail, likes, views, and region

0.0 (0)

Pricing

$12.00/month + usage

0

1

1

Last modified

4 days ago

🧩 Vinted Scraper

This actor scrapes Vinted using the API, supports multiple countries, works with your own proxy, and collects clean structured data.


✨ Features

  • 🔍 Search by keyword (searchText)
  • 🌍 Multi-region support (e.g., Poland, France, Germany, etc.)
  • 🧰 Requires your **own proxy in format: http://user:pass@hostname:port (proxyUrl)
  • 🔢 Sorting: relevance, price, newest first
  • 📤 Outputs clean item data: title, price, likes, views, thumbnail, URL
  • 🔗 Ready for integration with n8n, Webhook, Discord, Telegram

🧾 Input schema

FieldTypeDescription
searchTextstringSearch phrase (e.g., "oakley sunglasses")
regionstringCountry name (e.g., "Poland", "France") — required
proxyUrlstringYour proxy, e.g., http://user:pass@hostname:portrequired
priceFromnumber(Optional) Minimum price
priceTonumber(Optional) Maximum price
SortBystring(Optional) Sorting: relevance, price_high_to_low, price_low_to_high, newest_first

📤 Output

Each result contains:

  • title – Listing title
  • price – Price
  • thumbnail – Thumbnail image URL
  • url – Direct link to the item
  • favouriteCount – Number of likes
  • viewCount – Number of views
  • brand – Brand (if available)

🟢 Example output (full)

{
"id": 6802168807,
"title": "Adidas Samba, Größe 9 (US)",
"price": {
"amount": "10.0",
"currency_code": "EUR"
},
"brand": "adidas",
"thumbnail": "https://images1.vinted.net/t/02_02298_ByVJUyQh5pkRb8Z43twRaeMo/f800/1754222426.jpeg?s=2ca6d7f3454bb3a453f1e7cdb78ec530f9186b0d",
"likes": 22,
"views": 2,
"link": "https://www.vinted.de/items/6802168807-adidas-samba-grosse-9-us",
"region": "Germany"
}
---