Vinted UK Catalog Scraper avatar
Vinted UK Catalog Scraper

Pricing

Pay per event

Go to Apify Store
Vinted UK Catalog Scraper

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

Pay per event

Rating

0.0

(0)

Developer

Agenscrape

Agenscrape

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

ParameterTypeRequiredDescription
catalogUrlStringYesVinted UK catalog URL (e.g., https://www.vinted.co.uk/catalog/2994-electronique)
maxResultsIntegerNoMaximum 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:

FieldTypeDescription
idNumberUnique product ID
titleStringProduct title
priceNumberProduct price
currencyStringCurrency code (GBP)
brandStringBrand name (if available)
urlStringFull product URL
pathStringProduct path
imageUrlStringMain product image URL
thumbnailUrlStringThumbnail image URL (310x430)
sellerNameStringSeller username
sellerIdNumberSeller ID
sellerProfileUrlStringSeller profile URL
sellerPhotoUrlStringSeller photo URL
isBusinessSellerBooleanWhether seller is a business account
favouriteCountNumberNumber of favorites/likes
isFavouriteBooleanFavorite status
isPromotedBooleanWhether item is promoted
isVisibleBooleanVisibility status
serviceFeeNumberService fee amount
totalPriceNumberTotal price including fees
photoDominantColorStringDominant color hex code
statusStringItem condition (e.g., "New with tags")
sizeTitleStringSize information
scrapedAtStringISO 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

  1. Go to the actor's input page
  2. Enter the Vinted UK catalog URL you want to scrape
  3. Set the maximum number of results (optional, 0 = unlimited)
  4. Run the actor
  5. Download your data in JSON, CSV, or Excel format

Finding Catalog URLs

To find catalog URLs on Vinted UK:

  1. Go to vinted.co.uk
  2. Browse categories or use the menu
  3. 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