Vinted Search - Scrape Vinted listings for any search query
Pricing
Pay per usage
Go to Apify Store

Vinted Search - Scrape Vinted listings for any search query
Extract Vinted product listings including name, price, condition, images, likes, and boosted status from Vinted search results.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Anyscrap
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Vinted Search
What it does
This actor scrapes product listings from Vinted search results. It extracts key details such as product name, price, condition, image URL, like count, and whether the item is boosted. It supports pagination to gather results from multiple pages.
Use cases
- Monitor pricing and availability of specific items on Vinted
- Analyze market trends for second-hand products
- Build a database of Vinted listings for research or comparison shopping
Input
| Field | Type | Description |
|---|---|---|
| startUrl | string | URL of the Vinted search page (e.g., https://www.vinted.fr/catalog?search_text=iphone) |
| maxPages | integer | Maximum number of pages to scrape (default: 10) |
| proxyConfiguration | object | Proxy configuration (optional) |
Output
| Field | Type | Description |
|---|---|---|
| name | string | Product name (e.g., "Iphone 16 pro") |
| url | url | URL of the product page |
| condition | string | Condition type (e.g., "Bon état", "Très bon état") |
| price | money | Price of the item |
| price_full | string | Price including buyer protection |
| image | image_url | URL of the product image |
| is_boosted | boolean | Whether the item is boosted |
| like_count | integer | Number of likes on the item |
Getting started
- Open the actor on Apify Store
- Enter the Vinted search URL and configure max pages
- Click Start and wait for results