Vinted Search Scraper avatar

Vinted Search Scraper

Pricing

from $3.00 / 1,000 dataset items

Go to Apify Store
Vinted Search Scraper

Vinted Search Scraper

Scrape Vinted second-hand fashion listings at scale — price, brand, size, condition, photos, seller & views — via the official mobile API. Proxy-free, reliable, 20+ country markets. Search by keyword or paste any Vinted URL. Structured JSON for resale & price research. Pay only for results.

Pricing

from $3.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Extract Vinted second-hand fashion listings at scale through the platform's official mobile API — the same backend the Vinted app uses. That means no headless browser, no proxies, and no DataDome/CAPTCHA breakage: clean, structured JSON with prices, brands, sizes, condition, photos, seller info and engagement metrics, across 20+ country marketplaces.

Search by keyword, or paste any Vinted search / catalog / brand / member URL and the actor reads its filters automatically.


Who is this for?

  • Resellers & flippers — spot underpriced items, track what sells, source inventory across countries.
  • Price & market researchers — monitor second-hand prices, brand demand and condition mix over time.
  • Brands & analysts — measure how a label performs on the resale market (volume, price bands, engagement).
  • PropTech / e-commerce devs — a stable JSON schema to power dashboards, price-comparison tools and alerts.

Output fields

Each listing is one dataset row:

FieldTypeDescription
idintegerVinted listing ID
urlstringCanonical listing URL
titlestringListing title
descriptionstringFull text description (when Include full description is on)
pricestringItem price
currencystringPrice currency (e.g. USD, EUR, GBP)
total_item_pricestringTotal incl. Buyer Protection
service_feestringBuyer Protection fee
brandstringBrand name
sizestringSize label
conditionstringNew with tags / Very good / Good …
favourite_countintegerNumber of favourites (likes)
view_countintegerNumber of views
is_promotedbooleanPromoted (bumped) listing
seller_idintegerSeller user ID
seller_loginstringSeller username
seller_businessbooleanBusiness (pro) seller flag
seller_profile_urlstringSeller profile URL
photostringMain photo URL
photosarrayAll photo URLs
photo_countintegerNumber of photos
scraped_atstringScrape timestamp (UTC, ISO-8601)

High-value use cases

  1. Sourcing & arbitrage — pull the newest listings for a brand + size under a price cap, sort by price, and surface deals to relist.
  2. Price benchmarking — snapshot a category daily and chart median price by condition to price your own inventory correctly.
  3. Brand demand tracking — measure favourites/views per brand to see what's heating up before it sells out.
  4. Competitor monitoring — watch a specific seller or catalog and export new listings to your CRM or a Google Sheet.
  5. Dataset building — assemble a clean second-hand fashion dataset (title, price, brand, condition, images) for ML or analytics.

Input parameters

FieldTypeDefaultDescription
searchQueriesarray["nike air max"]Free-text keywords; each is scraped in turn
startUrlsarrayVinted search/catalog/brand/member URLs (filters read from the URL)
countrystringcomMarketplace: com, fr, de, co.uk, es, it, pl, nl, …
conditionsarrayCondition filter (New with tags, Very good, …)
orderstringnewest_firstnewest_first, relevance, price_low_to_high, price_high_to_low
priceFrom / priceTointegerPrice range in the marketplace currency
currencystringISO currency for the price filter (USD, EUR, GBP, PLN…)
catalogIdsarrayCatalog/category IDs (from /catalog/1904-shoes)
brandIdsarrayBrand IDs (from /brand/53-nike)
sizeIds / colorIdsarraySize / color IDs
includeDescriptionbooleanfalseAlso fetch each listing's full description
maxItemsinteger100Stop after this many listings

Tip — going past ~1,000 results: Vinted caps deep pagination per query at about 1,000 items. To collect more, split the job by catalogIds, brandIds or price bands (e.g. 0–20, 20–50, 50+).

Example input

{
"searchQueries": ["nike air max", "levis 501"],
"country": "com",
"conditions": ["6", "2"],
"priceTo": 80,
"order": "newest_first",
"includeDescription": false,
"maxItems": 200
}

Example output

{
"id": 9511053552,
"url": "https://www.vinted.com/items/9511053552-nike-air-max-1-sc-field-purple",
"title": "Nike Air Max 1 SC \u201cField Purple\u201d Men's 10.5 New",
"price": "227.69",
"currency": "USD",
"total_item_price": "236.34",
"service_fee": "8.65",
"brand": "Nike",
"size": "10.5",
"condition": "New with tags",
"favourite_count": 3,
"view_count": 41,
"is_promoted": false,
"seller_id": 258105024,
"seller_login": "vacantshowroom",
"seller_business": false,
"photo": "https://images1.vinted.net/…/f800/…jpeg",
"photos": ["https://images1.vinted.net/…"],
"photo_count": 5,
"scraped_at": "2026-07-28T21:14:00Z"
}

Scheduling & integrations

  • Schedule runs (hourly/daily) from the Apify Console to keep a fresh feed.
  • Webhooks can push each finished run to your endpoint, Make, or Zapier.
  • Export to JSON, CSV, Excel, or Google Sheets, or pull from the Dataset API.

Use it from an AI agent (MCP)

The dataset is clean and typed, so it plugs straight into AI workflows. Apify Actors are callable over the Model Context Protocol, letting assistants like Claude or Cursor run this scraper and reason over the results — "find Nike Air Max under $60 in Very good condition and summarise the price range."

FAQ

Is there a result limit? Vinted caps deep pagination at ~1,000 items per query. Partition by catalog/brand/price to gather more.

How fresh is the data? Every run hits Vinted live, so results reflect the marketplace at run time. Sort by newest_first for the latest listings.

Does it need proxies? No. It uses Vinted's mobile API with an anonymous token, so it runs proxy-free and avoids the anti-bot walls the website enforces.

Can I scrape a specific country? Yes — set country, or paste a URL from that marketplace (e.g. vinted.fr) and the host is detected automatically.

Can I get item descriptions? Yes — enable Include full description. It adds one request per item, so it's slower but returns the full listing text.

Is this affiliated with Vinted? No. This is an independent tool that reads publicly available listing data. Respect Vinted's Terms and applicable laws.

It stopped mid-run — do I lose progress? No. Progress is checkpointed to the key-value store and resumes automatically on the same input.