Vinted Scraper avatar
Vinted Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Vinted Scraper

Vinted Scraper

Specialized scraper for Vinted.it (and compatible domains). Extract detailed listings including prices, photos, descriptions, and seller info from the popular fashion marketplace.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

DaddyAPI

DaddyAPI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

The specialized scraper for Vinted.it (and compatible domains). Extract detailed listings including prices, photos, descriptions, and seller info from the popular fashion marketplace.

Apify Actor Node.js

πŸš€ Why this scraper?

Vinted is heavily protected against bots. This actor is designed to handle Vinted's structure.

Vinted Scraper allows you to:

  1. Provide a Search Keyword (e.g., "Nike Air Force", "Zara Dress").
  2. Navigate pages automatically.
  3. Extract structured data.

Perfect for:

  • πŸ‘— Reselling: Find underpriced vintage and fashion items.
  • πŸ“‰ Price Monitoring: Track trends in the second-hand market.
  • πŸ“Š Competitor Analysis: See what others are selling.

πŸ“– How to Use

Option 1: Apify Console (No Coding)

  1. Go to the Input tab.
  2. Enter your Search Keyword (e.g., Focusrite).
  3. Proxy Selection: Select "Apify Proxy" (Residential IT/EU is highly recommended).
  4. Click Start.
  5. Download your data.

Option 2: API (Developers)

Input Payload (JSON)

{
"searchQuery": "Dr Martens",
"sortBy": "newest",
"maxPages": 2,
"maxRequestsPerCrawl": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IT"
}
}

πŸ”’ Proxy Configuration

Crucial: Vinted is very strict. You must use Residential Proxies, preferably from the country you are scraping (e.g., Italy for .it).

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IT"
}
}

πŸ“Š Data Output

The scraper returns structured data for every listing:

{
"type": "search_result_vinted",
"id": "123456789",
"url": "https://www.vinted.it/items/123456789-item-title",
"title": "Nike Air Max",
"price": {
"display": "50,00 €",
"currency": "EUR",
"amount": 50.00
},
"brand": "Nike",
"size": "42",
"seller": {
"name": "user123"
},
"mainPhoto": "https://images1.vinted.net/...",
"status": "active"
}

βš™οΈ Configuration Parameters

ParameterTypeRequiredDefaultDescription
searchQueryStringβœ…-What to search for.
maxPagesInteger❌1Number of pages to scrape.
proxyConfigurationObject❌AutoConfigure Residential (IT/EU).

This scraper is for educational and analytical purposes. Please respect Vinted's Terms of Service.


🌟 More Scrapers from DaddyAPI

Check out our other specialized tools for scraping data:

ScraperDescription
Generic Html ScraperFetch raw HTML from any URL.
Mercari ScraperScrape Mercari.com.