Vinted Product Scraper
Pricing
$12.00/month + usage
Go to Apify Store
Deprecated
Vinted Product Scraper
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
Pricing
$12.00/month + usage
Rating
0.0
(0)
Developer

Rewerse
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
2
Monthly active users
4 months ago
Last modified
Categories
Share
🧩 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
| Field | Type | Description |
|---|---|---|
searchText | string | Search phrase (e.g., "oakley sunglasses") |
region | string | Country name (e.g., "Poland", "France") — required |
proxyUrl | string | Your proxy, e.g., http://user:pass@hostname:port — required |
priceFrom | number | (Optional) Minimum price |
priceTo | number | (Optional) Maximum price |
SortBy | string | (Optional) Sorting: relevance, price_high_to_low, price_low_to_high, newest_first |
📤 Output
Each result contains:
title– Listing titleprice– Pricethumbnail– Thumbnail image URLurl– Direct link to the itemfavouriteCount– Number of likesviewCount– Number of viewsbrand– 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"}---