Vinted Search Feed — Clean Listings & Price Stats avatar

Vinted Search Feed — Clean Listings & Price Stats

Pricing

from $10.00 / 1,000 search with results

Go to Apify Store
Vinted Search Feed — Clean Listings & Price Stats

Vinted Search Feed — Clean Listings & Price Stats

Pricing

from $10.00 / 1,000 search with results

Rating

0.0

(0)

Developer

Juan de Pablos

Juan de Pablos

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Vinted Search Feed — Clean Listings & Price Stats (Multi-Country)

Search Vinted from code or from an AI agent and get clean, typed JSON back: title, price, currency, brand, condition and URL for every listing, plus a price snapshot (median, quartiles, range) for the search itself. Works across 9 European markets.

No login, no session juggling, no HTML parsing. One call per query.

What you get

{
"query": "nintendo switch",
"country": "ES",
"listings": [
{
"source": "vinted",
"title": "Nintendo Switch Lite Gris + Caja original",
"price": 100,
"currency": "EUR",
"brand": "Nintendo",
"condition": "Muy bueno",
"url": "https://www.vinted.es/items/..."
}
],
"stats": { "n": 46, "median": 129, "p25": 95, "p75": 175, "min": 40, "max": 320, "currency": "EUR" }
}

stats is the part you cannot get from the site: a one-glance read of what a thing actually goes for on Vinted right now.

Use cases

  • Resellers: watch a query daily and spot listings below the market median before anyone else.
  • Price research: what does a Switch Lite go for in Spain vs France? Run the same query with country: "ES" and country: "FR".
  • Watchlists: pass up to 20 queries per run and schedule it. Diff the results between runs to catch new listings.
  • AI agents: exposed as an MCP tool, so an agent can answer "find me a Switch under 120 EUR on Vinted" mid-conversation.

Input

query (single) or queries (batch of up to 20). Pick the market with country (ES, FR, DE, IT, UK, NL, BE, PT, PL), cap results with maxListings, filter with priceMax. Promoted listings are filtered out before stats, so the numbers reflect the real market.

Pricing

Pay per event: charged only for searches that return listings. Empty results and failures are free.

Use with AI agents (MCP)

https://mcp.apify.com?tools=jdepablos/vinted-search-feed

FAQ

Is the data live? Yes, every run queries Vinted at request time.

Why are some listings missing? Promoted listings are filtered by default (they are often paid placements from other categories). Everything else is what Vinted's own search returns.

Can I find underpriced items automatically? This Actor gives you the listings and the market snapshot. If you want deals scored against real eBay sold prices with estimated profit, that is what my Second-hand Deal Scanner does.