Vinted Search Scraper avatar

Vinted Search Scraper

Pricing

Pay per usage

Go to Apify Store
Vinted Search Scraper

Vinted Search Scraper

Search Vinted secondhand fashion listings by keyword, country, brand, category, size, condition, price range, and sort order. Built for resale research, price monitoring, and marketplace analytics.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Scrappa

Scrappa

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search Vinted marketplace listings by keyword and filters through Scrappa. Use it to monitor resale prices, find underpriced secondhand fashion, track brand/category supply, or collect item IDs for later detail enrichment.

This actor is intended for paid pay-per-result pricing with the item-result event. Recommended launch pricing is $0.20 per 1,000 saved Vinted listings so users pay for successful dataset rows, not empty runs.

Features

  • Search Vinted listings by keyword or browse by filters
  • Target 19 Vinted markets: France, Germany, Spain, Italy, Netherlands, Belgium, Austria, Poland, Czech Republic, Lithuania, Luxembourg, Slovakia, Hungary, Romania, Portugal, Sweden, Denmark, Finland, or United States
  • Filter by category, brand, size, color, material, condition/status, and price range
  • Sort by relevance, newest listings, lowest price, or highest price
  • Fetch one or more result pages per run
  • Extract listing title, URL, image, price, currency, brand, category, size, condition, seller, favorite count, view count, and request metadata
  • Full Scrappa page responses saved to the OUTPUT key-value-store record

Input

FieldTypeRequiredDescription
querystringNoSearch query, for example nike shoes or zara dress
countrystringNoVinted country code. Default FR
pageintegerNoFirst one-based result page, 1-999. Default 1
per_pageintegerNoListings per page, 1-100. Default 24
max_pagesintegerNoNumber of pages to fetch, 1-20. Default 1
orderstringNorelevance, newest_first, price_low_to_high, or price_high_to_low
catalog_idsstringNoComma-separated Vinted category IDs
brand_idsstringNoComma-separated Vinted brand IDs
size_idsstringNoComma-separated Vinted size IDs
color_idsstringNoComma-separated Vinted color IDs
material_idsstringNoComma-separated Vinted material IDs
status_idsstringNoComma-separated Vinted condition/status IDs
price_fromnumberNoMinimum listing price
price_tonumberNoMaximum listing price

Example Input

{
"query": "nike shoes",
"country": "DE",
"order": "newest_first",
"per_page": 50,
"max_pages": 2,
"price_to": 80
}

Output

Each listing is saved as one dataset item:

{
"id": "1234567890",
"title": "Nike Air Max 90",
"price_amount": "45.00",
"price_currency": "EUR",
"brand_name": "Nike",
"category_name": "Shoes",
"size_name": "EU 42",
"condition": "Very good",
"url": "https://www.vinted.de/items/1234567890-nike-air-max-90",
"image_url": "https://images1.vinted.net/t/01_example/image.jpg",
"seller_login": "seller123",
"favourite_count": 15,
"view_count": 234,
"request_query": "nike shoes",
"request_country": "DE",
"request_page": 1
}

The OUTPUT record includes the request summary, pages fetched, saved listing count, reported pagination totals, and raw Scrappa responses for fetched pages.

Notes

Vinted does not provide a public developer API. This actor returns public marketplace listing data through Scrappa's structured Vinted endpoint. For item details, seller profiles, shipping data, similar items, higher-volume access, or direct API usage, use Scrappa at https://scrappa.co.