Vinted UK Catalog Scraper
Pricing
from $2.00 / 1,000 results
Go to Apify Store
Vinted UK Catalog Scraper
Scrape product listings from vinted.co.uk catalog pages. Extract comprehensive product data including prices, images, seller information, and more.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer

Agenscrape
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
24 days ago
Last modified
Categories
Share
Scrape product listings from Vinted UK catalog pages. Extract comprehensive product data including prices, images, seller information, and more.
Features
- Extract product listings from any Vinted UK catalog page
- Get detailed product information: title, price, brand, images
- Seller details: username, profile URL, business status
- Product metrics: favorite count, visibility status
- High-performance pagination (200 items per page)
- Set maximum results limit or scrape entire catalogs
- Automatic retry with exponential backoff
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
catalogUrl | String | Yes | Vinted UK catalog URL (e.g., https://www.vinted.co.uk/catalog/2994-electronique) |
maxResults | Integer | No | Maximum number of products to scrape. Set to 0 for unlimited. Default: 100 |
Example Input
{"catalogUrl": "https://www.vinted.co.uk/catalog/2994-electronique","maxResults": 500}
Output
The actor outputs product data to the default dataset. Each item contains:
| Field | Type | Description |
|---|---|---|
id | Number | Unique product ID |
title | String | Product title |
price | Number | Product price |
currency | String | Currency code (GBP) |
brand | String | Brand name (if available) |
url | String | Full product URL |
path | String | Product path |
imageUrl | String | Main product image URL |
thumbnailUrl | String | Thumbnail image URL (310x430) |
sellerName | String | Seller username |
sellerId | Number | Seller ID |
sellerProfileUrl | String | Seller profile URL |
sellerPhotoUrl | String | Seller photo URL |
isBusinessSeller | Boolean | Whether seller is a business account |
favouriteCount | Number | Number of favorites/likes |
isFavourite | Boolean | Favorite status |
isPromoted | Boolean | Whether item is promoted |
isVisible | Boolean | Visibility status |
serviceFee | Number | Service fee amount |
totalPrice | Number | Total price including fees |
photoDominantColor | String | Dominant color hex code |
status | String | Item condition (e.g., "New with tags") |
sizeTitle | String | Size information |
scrapedAt | String | ISO timestamp of scrape time |
Example Output
{"id": 7638532452,"title": "Red dead redemption 2 PS4","price": 8,"currency": "GBP","brand": null,"url": "https://www.vinted.co.uk/items/7638532452-red-dead-redemption-2-ps4","path": "/items/7638532452-red-dead-redemption-2-ps4","imageUrl": "https://images1.vinted.net/t/06_01a0e_wvWrEVMwSD9JQ1NzXQZyxajV/f800/1764089304.jpeg","thumbnailUrl": "https://images1.vinted.net/t/06_01a0e_wvWrEVMwSD9JQ1NzXQZyxajV/310x430/1764089304.jpeg","sellerName": "haztb","sellerId": 291261300,"sellerProfileUrl": "https://www.vinted.co.uk/member/291261300-haztb","sellerPhotoUrl": "https://images1.vinted.net/t/03_02131_H5PpCmsEiv8C9jdJdVHgSyjM/f800/1758126094.jpeg","isBusinessSeller": false,"favouriteCount": 9,"isFavourite": false,"isPromoted": false,"isVisible": true,"serviceFee": 1.1,"totalPrice": 9.1,"photoDominantColor": "#BE937D","status": "New with tags","sizeTitle": null,"scrapedAt": "2025-11-25T17:58:34.671Z"}
Usage
- Go to the actor's input page
- Enter the Vinted UK catalog URL you want to scrape
- Set the maximum number of results (optional, 0 = unlimited)
- Run the actor
- Download your data in JSON, CSV, or Excel format
Finding Catalog URLs
To find catalog URLs on Vinted UK:
- Go to vinted.co.uk
- Browse categories or use the menu
- Copy the URL from your browser (e.g.,
https://www.vinted.co.uk/catalog/2994-electronique)
Performance
- Fetches up to 200 items per request
- Automatic pagination through all available pages
- Typical scraping speed: ~200 items every 3-4 seconds
- Uses residential proxies when needed for reliability
Limitations
- Only supports Vinted UK (vinted.co.uk)
- Maximum items per catalog depends on Vinted's listing limits