Vinted Scraper โ€” Second-hand Fashion Listings avatar

Vinted Scraper โ€” Second-hand Fashion Listings

Pricing

from $0.001 / item scraped

Go to Apify Store
Vinted Scraper โ€” Second-hand Fashion Listings

Vinted Scraper โ€” Second-hand Fashion Listings

Search Vinted and scrape item listings: title, price, brand, size, condition, seller, favourites, photo and link. Any Vinted country. For resale, pricing and market research.

Pricing

from $0.001 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Vinted Scraper โ€” Second-hand Fashion Listings, Any Country, Reliable, Clean JSON

Search Vinted and scrape item listings โ€” title, price, brand, size, condition, seller, favourites, photo and link โ€” from any Vinted country marketplace. Results come back as clean, structured JSON, ready for spreadsheets, databases or your own tooling. No account, no API key; runs reliably at scale. Built for resellers, sourcing, pricing and second-hand market research.

Vinted Scraper input โ€” searches, item caps and country marketplace in the Apify Console

Features

  • ๐Ÿ”Ž Keyword or URL search โ€” pass searches like "nike air max", or a full Vinted catalog URL whose domain sets the country.
  • ๐ŸŒ Any Vinted country โ€” supports co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at marketplaces automatically.
  • ๐Ÿ’ถ Price + total โ€” each item carries price, currency and totalPrice (item price plus buyer protection).
  • ๐Ÿ‘• Fashion attributes โ€” captures brand, size and status (condition) for every listing.
  • ๐Ÿ‘ค Seller signals โ€” seller, sellerId, favourites count and an isBusiness flag.
  • ๐Ÿ›ก๏ธ Reliable at scale โ€” consistent, complete results across large multi-page runs.
  • ๐Ÿ“„ Paginated & capped โ€” control volume with maxItemsPerSearch and maxPagesPerSearch (96 items per page).

What you get

Vinted Scraper output example โ€” item listings with price, brand, size and seller as structured JSON

One record per item:

{
"id": 987654321,
"title": "Nike Air Max 90",
"price": 45,
"currency": "GBP",
"totalPrice": 48.5,
"brand": "Nike",
"size": "UK 9",
"status": "Very good",
"favourites": 23,
"seller": "sneakerhead_uk",
"sellerId": 123456,
"photo": "https://images1.vinted.net/....jpeg",
"isBusiness": false,
"url": "https://www.vinted.co.uk/items/987654321"
}

Output schema

FieldTypeDescription
idintegerVinted numeric listing ID.
titlestringListing title.
priceintegerItem price, excluding buyer protection.
currencystringCurrency code for the prices (e.g. GBP).
totalPricenumberItem price plus the buyer protection fee.
brandstringBrand name of the item.
sizestringSize label as listed by the seller.
statusstringItem condition, e.g. Very good.
favouritesintegerNumber of users who favourited the listing.
sellerstringSeller's username.
sellerIdintegerVinted numeric seller ID.
photostring (URL)Link to the item's primary photo.
isBusinessbooleanWhether the seller is a business account.
urlstring (URL)Link to the listing on Vinted.

Input

{
"searches": ["nike air max"],
"maxItemsPerSearch": 96,
"maxPagesPerSearch": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldDescription
searchesSearch terms, or a full Vinted catalog URL (domain sets the country).
maxItemsPerSearchMax items per search (1โ€“5000, 96 per page, default 96).
maxPagesPerSearchMax pages per search (1โ€“100, ~96 items each, default 5).
proxyConfigurationProxy settings; residential is for reliable access and on by default.

Use cases

  • Track resale prices and demand (favourites) for brands and models.
  • Source undervalued inventory across multiple country marketplaces.
  • Analyze brand, size and condition distribution for market research.
  • Monitor a niche by keyword to spot new listings as they appear.

Pricing

Pay-per-event: you're billed a small amount per run and per item scraped โ€” you only pay for what you get. See the Pricing tab for current rates.

FAQ

Do I need a Vinted account or API key? No. The Vinted Scraper reads publicly available catalog listings, so there's no account or API key to set up.

Which countries are supported? Any Vinted marketplace โ€” co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at. Pass a full catalog URL and its domain sets the country, or search by keyword.

How many items can I get per run? Control volume with maxItemsPerSearch (1โ€“5000) and maxPagesPerSearch (up to 100, ~96 items per page). Pass multiple search terms to scale a single run.

What's the output format? Clean, structured JSON with one record per item. Export as JSON, CSV or Excel, or pull it from the API.

Can I connect this to other apps and services? The Vinted Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

This scraper only reads publicly available Vinted catalog listings โ€” no login-walled content, private messages or account data. It is an independent tool and is not affiliated with, authorized or endorsed by Vinted; "Vinted" and related marks belong to their respective owners.