# Vinted Scraper (`thirdwatch/vinted-scraper`) Actor

Search Vinted second-hand fashion listings - price, brand, size, condition, seller, photos. Works across Vinted country domains.

- **URL**: https://apify.com/thirdwatch/vinted-scraper.md
- **Developed by:** [Thirdwatch](https://apify.com/thirdwatch) (community)
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Vinted Scraper

> **Thirdwatch portfolio:** 5K+ users across 140+ public Actors, 2M+ records delivered, and >99% run success. [Explore all Thirdwatch Actors](https://apify.com/thirdwatch).

> Search Vinted second-hand fashion listings — price, brand, size, condition, seller signals, and photos across Vinted country domains.

### What you get

Search Vinted second-hand fashion listings — price, brand, size, condition, seller signals, and photos across Vinted country domains.

### Why use this Vinted scraper

- **Rich listing fields** — title, brand, condition, size, price, buyer-protection total, photo, favourites count, and canonical item URL.
- **All major Vinted domains** — `.com`, `.fr`, `.de`, `.es`, `.it`, `.co.uk`, `.nl`, `.pl` via one input field.
- **Fast and cheap** — direct HTTP reads Vinted's server-rendered catalog; no browser session per query.
- **Predictable billing** — one charge per unique listing; empty searches are not billed.

### Scrape Vinted data in minutes

```json
{
  "queries": [
    "iphone 15"
  ],
  "maxResults": 10
}
```

```json
{
  "queries": [
    "running shoes"
  ],
  "maxResults": 10
}
```

### Input parameters

| Parameter | Required | Description |
|---|---:|---|
| `queries` | Yes | Search queries. Example: `['nike dunk low']` |
| `domain` | No | Vinted.com / vinted.fr / vinted.de / vinted.co.uk etc. Default: `vinted.com`. |
| `maxResults` | No | Cap items. Default: `10`. |

### Output fields

- `title`
- `brand`
- `condition`
- `size`
- `price`
- `currency`
- `totalPrice`
- `itemId`
- `url`
- `image`
- `favourites`
- `query`
- `searchUrl`
- `error`

#### Example result

```json
{
  "title": "Nike Kyrie 2",
  "brand": "Nike",
  "condition": "Good",
  "size": "10",
  "price": 41,
  "currency": "USD",
  "totalPrice": 43.75,
  "itemId": "9769866463",
  "url": "https://www.vinted.com/items/9769866463-nike-kyrie-2",
  "image": "https://images1.vinted.net/t/04_00fb1_o9b4C7gdZKbF44xcJdhsbwkj/310x430/ec967403.webp?s=6b938eec2f64509e42642a8ea2fc4f979493a56d",
  "favourites": null,
  "query": "nike",
  "searchUrl": "https://www.vinted.com/catalog?search_text=nike"
}
```

### Common use cases

- Track resale prices for brands, sizes, and conditions
- Monitor new listings for arbitrage or sourcing
- Build second-hand market datasets across European countries
- Alert on price drops for saved searches

### Compared to alternatives

- **vs other Vinted scrapers on the Store** — pay-per-result billing means empty or failed searches cost nothing; you are not charged for a run that returns zero rows.
- **vs building your own** — no proxy management, markup-change maintenance, or infrastructure to run; paste inputs and consume the dataset.

### Limitations

- Results reflect the public catalog; sold or removed listings disappear between runs.

- Seller identity and shipping details are not part of the public card data.

- Very rare catalog layouts may return fewer parsed fields.

- Use public data lawfully and respect applicable privacy and platform rules.

### FAQ

**Do I need an account or cookies?**

No — the Actor reads public data only. There is no login to configure and no account to risk.

**What happens when a search returns nothing?**

The run completes with zero (or an explicit error) rows. Per-result billing means you are not charged for empty output.

**Can I run it on a schedule?**

Yes — attach an Apify schedule or use the saved tasks to re-run the same inputs daily or weekly.

### Related guides and Actors

- [Compare Vinted Product Side By Side](https://thirdwatch.dev/blog/compare-vinted-product-side-by-side)
- [Export Vinted Product To Csv](https://thirdwatch.dev/blog/export-vinted-product-to-csv)
- [Extract Vinted Product At Scale](https://thirdwatch.dev/blog/extract-vinted-product-at-scale)
- [MercadoLibre Scraper](https://apify.com/thirdwatch/mercadolibre-scraper?fpr=9m2cd6)
- [Trendyol Scraper](https://apify.com/thirdwatch/trendyol-scraper?fpr=9m2cd6)
- [Depop-class resale monitoring](https://apify.com/thirdwatch/website-screenshotter?fpr=9m2cd6)

Last verified: 2026-09

More scrapers at [thirdwatch.dev](https://thirdwatch.dev).

# Actor input Schema

## `queries` (type: `array`):

e.g. \['nike dunk low']

## `domain` (type: `string`):

vinted.com / vinted.fr / vinted.de / vinted.co.uk etc.

## `maxResults` (type: `integer`):

Cap items

## Actor input object example

```json
{
  "queries": [
    "nike dunk low"
  ],
  "domain": "vinted.com",
  "maxResults": 10
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "queries": [
        "nike dunk low"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("thirdwatch/vinted-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "queries": ["nike dunk low"] }

# Run the Actor and wait for it to finish
run = client.actor("thirdwatch/vinted-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "queries": [
    "nike dunk low"
  ]
}' |
apify call thirdwatch/vinted-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,thirdwatch/vinted-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/2CCv7eNyekhg8N4Bn/builds/rSdcQWcmu6SqvuDZS/openapi.json
