Vinted Price Checker — Market Price & Demand Stats avatar

Vinted Price Checker — Market Price & Demand Stats

Pricing

from $20.00 / 1,000 keyword price analyses

Go to Apify Store
Vinted Price Checker — Market Price & Demand Stats

Vinted Price Checker — Market Price & Demand Stats

Get instant price statistics (median, average, range) plus favourite-count demand signals for any search on Vinted. One call answers: what is this item going for on Vinted?

Pricing

from $20.00 / 1,000 keyword price analyses

Rating

0.0

(0)

Developer

h ichi

h ichi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share

Market stats + full listings in one call. Search any keyword on the Vinted market of your choice and get back every sampled listing — title, price, brand, size, condition, favourite count, photo, direct vinted URL — plus a ready-to-use price summary (median, average, quartiles, range) and a demand-heat signal (favourite-count statistics).

Try it free in 30 seconds: hit Start with the prefilled example — a run costs cents and is covered many times over by the $5 free usage credit every Apify account gets each month.

Getting the full listings

Turn on Include individual listings (includeIndividualItems) and every sampled listing is pushed to the dataset as clean JSON:

{
"keywords": ["leica m6", "carhartt detroit jacket"],
"domain": "fr",
"maxItemsPerKeyword": 120,
"includeIndividualItems": true,
"convertToUsd": true
}

Each listing record looks like this:

{
"type": "item",
"id": 4839021156,
"title": "Leica M6 classic 0.72 black",
"price": 1890.0,
"currency": "EUR",
"priceUsd": 2053.4,
"brand": "Leica",
"size": null,
"condition": "Very good",
"favouriteCount": 23,
"url": "https://www.vinted.fr/items/4839021156-leica-m6",
"thumbnail": "https://images1.vinted.net/..."
}

Cost example: 1 keyword × 120 listings = $0.02 (summary) + 120 × $0.002 = $0.26. Leave the switch off and a run costs a flat $0.02 per keyword (summary only).

Pricing — know your cost before you run

No subscription, no monthly rental — you pay per call:

EventPrice
Price summary (one per keyword)$0.02
Individual listing record$0.002 each
  • Keywords with zero results are never charged.
  • Apify's free plan includes $5 of usage credit every month — that covers e.g. ~19 full-listing runs (120 listings each) or ~250 summary-only checks at no cost. Most scrapers rent by the month; here you pay cents per search.

Why this Actor?

Vinted is Europe's biggest second-hand fashion marketplace (and growing fast in the US). Whether you resell, source cross-border, or price your own wardrobe:

  • Get the listings as data — titles, prices, brands, sizes, conditions, favourites, URLs in one structured payload instead of scrolling the app
  • Price before you list or buy — median and quartiles from real live listings
  • Spot cross-market gaps — compare vinted.fr vs vinted.com vs vinted.co.uk prices (USD conversion included)
  • Read demand, not just supply — favourite-count stats show what actually attracts buyers
  • Feed your AI agent or spreadsheet — clean JSON

Price summary output

One price_summary record per keyword (always included):

{
"type": "price_summary",
"keyword": "leica m6",
"domain": "vinted.fr",
"status": "on_sale",
"totalListingsFound": 151,
"sampledListings": 120,
"currency": "EUR",
"price": { "min": 45, "p25": 320, "median": 1150, "p75": 1890, "max": 3500, "average": 1214 },
"priceUsd": { "min": 48.9, "p25": 347.7, "median": 1249.5, "p75": 2053.4, "max": 3803.5, "average": 1319.1 },
"favouriteCountStats": { "min": 0, "p25": 1, "median": 4, "p75": 11, "max": 87, "average": 8 },
"checkedAt": "2026-07-03T12:00:00+00:00"
}

Note: Vinted search returns live listings only, so statistics reflect asking prices. Favourite counts are your demand signal.

Use with AI agents

Works out of the box with the Apify MCP server, so Claude, ChatGPT, and other MCP-enabled agents can pull Vinted listings and market prices autonomously — for example inside a sourcing, repricing, or arbitrage workflow.

Fair use & data

  • Reads only publicly visible listing data — no login, no seller personal data
  • Requests are throttled to keep the load on Vinted negligible
  • Not affiliated with Vinted. Data is provided for market research; verify before large transactions

Roadmap

Sold-listing detection, brand/size filters, and multi-market comparison in one call. Feedback via issues is very welcome — tell me what your workflow needs.