Vinted Scraper
2 hours trial then $19.00/month - No credit card required now
Vinted Scraper
2 hours trial then $19.00/month - No credit card required now
Transform Vinted.com searches into structured data effortlessly. This powerful scraper extracts detailed product listings including prices, images, and seller info, making it perfect for market research and price monitoring.
Vinted Scraper is an Apify actor that extracts detailed product listings from Vinted.com search results. It transforms Vinted catalog URLs into API calls and collects comprehensive data about each item including prices, images, seller information, and item statistics.
Features
- Scrapes product listings from Vinted search results
- Converts catalog URLs to API endpoints automatically
- Handles pagination and retries failed requests
- Collects detailed item information including:
- Product details (ID, title, brand, size, condition)
- Pricing information
- Image URLs and thumbnails
- Seller information
- Item statistics (views, favorites)
Input Parameters
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
startUrls | Array | List of Vinted catalog URLs to scrape (Required) |
maxResultsPerUrl | Integer | Maximum number of results to fetch per URL (Default: 960) |
Example input:
1{ 2 "startUrls": [ 3 { 4 "url": "https://www.vinted.com/catalog?search_text=jacket&time=1733480739&page=1&" 5 } 6 ] 7}
Output
The actor stores results in the default dataset. Each item contains the following fields:
1{ 2 "id": 5097757599, 3 "title": "Jacket", 4 "price": { 5 "amount": 10, 6 "currency": "USD" 7 }, 8 "brand": "1511 inc", 9 "url": "https://www.vinted.com/items/5097757599-jacket", 10 "imageUrl": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/f800/1727128065.jpeg?s=baf8784d9946989b587b259e7e2c17e31c0854fd", 11 "thumbnails": [ 12 { 13 "type": "thumb70x100", 14 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/70x100/1727128065.jpeg?s=bfe8cc055f05df25486851feacaacb8f1df356fd", 15 "dimensions": "70x100" 16 }, 17 { 18 "type": "thumb150x210", 19 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/150x210/1727128065.jpeg?s=70891f0f7ae60a0c8456771bf85f262b14fc4634", 20 "dimensions": "150x210" 21 }, 22 { 23 "type": "thumb310x430", 24 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/310x430/1727128065.jpeg?s=3890915e412385489864d1b996fc2fc1be4d2f88", 25 "dimensions": "310x430" 26 }, 27 { 28 "type": "thumb428x624", 29 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/f800/1727128065.jpeg?s=baf8784d9946989b587b259e7e2c17e31c0854fd", 30 "dimensions": "321x428" 31 }, 32 { 33 "type": "thumb624x428", 34 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/f800/1727128065.jpeg?s=baf8784d9946989b587b259e7e2c17e31c0854fd", 35 "dimensions": "468x624" 36 }, 37 { 38 "type": "thumb364x428", 39 "url": "https://images1.vinted.net/t/03_015ec_fYFnrv4BxoPUePXkwqXtr1Db/f800/1727128065.jpeg?s=baf8784d9946989b587b259e7e2c17e31c0854fd", 40 "dimensions": "273x364" 41 } 42 ], 43 "seller": { 44 "id": 228920534, 45 "username": "j.lara15", 46 "profileUrl": "https://www.vinted.com/member/228920534-jlara15" 47 }, 48 "size": "16 / 1 X", 49 "condition": "Very good", 50 "stats": { 51 "favorites": 18, 52 "views": 0 53 } 54}
Usage
- Input a list of Vinted search URLs in the
startUrls
field - Run the actor and wait for the results
- Download the dataset in your preferred format (JSON, CSV, etc.)
Limitations
- Maximum results per URL is set to 960 items by default
- Some items might not have complete information depending on the seller's input
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified 2 days ago