Vinted Asking Prices — Median, Range & Favourites avatar

Vinted Asking Prices — Median, Range & Favourites

Pricing

from $20.00 / 1,000 keyword price analyses

Go to Apify Store
Vinted Asking Prices — Median, Range & Favourites

Vinted Asking Prices — Median, Range & Favourites

Type a keyword and get what sellers ask for that item on Vinted, on the country site you pick. Returns listings found, median and average price, lowest–highest and favourite counts, measured on the first 120 listings. $0.02 per keyword, +$0.002 per listing if wanted; no results = free. Unofficial.

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

0

Monthly active users

9 days ago

Last modified

Share

What it does: Searches Vinted for your keyword on one country site and returns one price summary: what sellers are asking right now, and how many people favourited the items.

You enter: One or more keywords, e.g. leica m6, and the country site (default com; fr, de, co.uk, pl…).

You get: One row per keyword: listings found, median and average asking price, lowest–highest and middle 50% range (local and USD), favourite counts — from the first 120 listings. Optional: one row per listing (title, price, brand, size, condition, favourites, URL).

Price: $0.02 per keyword, and every keyword in your list is charged. +$0.002 per listing if you also want the listings themselves (off by default). No results = no charge.

Unofficial — not affiliated with Vinted. Reads public pages only.

Getting the full listings

Turn on Include individual listings (includeIndividualItems) and every listing that was read comes back as its own row. Input:

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

Each listing row looks like this. Example values (shape only — numbers are illustrative):

{
"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

You pay per keyword, not per month:

EventPrice
Price summary (one per keyword)$0.02
Individual listing row$0.002 each
  • Every keyword in your list is charged $0.02.
  • A keyword that returns no priced listings is never charged.

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 and URLs as rows, instead of scrolling the app
  • Price before you list or buy — the median and the middle 50% range of real live listings
  • Spot gaps across two sites — run the same keyword on vinted.fr, vinted.com and vinted.co.uk and compare (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 row per keyword (always included). Example values (shape only — numbers are illustrative):

{
"type": "price_summary",
"keyword": "leica m6",
"domain": "vinted.fr",
"status": "on_sale",
"totalListingsFound": 151,
"totalListingsFoundCapped": false,
"totalListingsFoundCap": 960,
"sampledListings": 120,
"currency": "EUR",
"price": { "min": 45.0, "p25": 320.5, "median": 1150.0, "p75": 1890.25, "max": 3500.0, "average": 1214.37 },
"priceUsd": { "min": 48.9, "p25": 347.7, "median": 1249.5, "p75": 2053.4, "max": 3803.5, "average": 1319.1 },
"exchangeRate": 1.0864,
"favouriteCountStats": { "min": 0, "p25": 1, "median": 4, "p75": 11, "max": 87, "average": 8 },
"checkedAt": "2026-07-03T12:00:00+00:00"
}

totalListingsFound stops at 960: that is where Vinted stops counting, not where the market stops, and totalListingsFoundCapped tells you which of the two you are looking at.

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

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

Brand and size filters. Vinted publishes no sold prices anywhere, so sold-price statistics are not on the list — nobody can produce them from this site. To compare several country sites in one run, use Vinted Prices by Country. Feedback via issues is very welcome — tell me what your workflow needs.

If something goes wrong

  • Wrong number or a failed run? Open a ticket on the Issues tab. I read every one and reply within 2 business days (Japan time).
  • You never get a fake "empty" result. If the site can't be read, the run fails and says so.
  • No results = no charge. You only pay for results you actually get.
  • Checked every week. An automatic test runs this tool weekly; if the site changes, I fix it.
  • Public pages only. No login, no personal data, and it goes easy on the site.

More tools by the same author

All tools (Japan marketplaces, real estate, jobs, racing, prediction markets): https://apify.com/jpmarketdata

Disclaimer

Unofficial, independent tool — not affiliated with, endorsed by, or sponsored by Vinted. Product names and logos belong to their owners and only say where the data comes from. Data is read from public pages, for market research; check before you act on it.