# Vinted Scraper — Second-hand Fashion Listings (`hipersoft/vinted-scraper`) Actor

Search Vinted and scrape item listings: title, price, brand, size, condition, seller, favourites, photo and link. Any Vinted country. For resale, pricing and market research.

- **URL**: https://apify.com/hipersoft/vinted-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.001 / item scraped

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?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Vinted Scraper — Second-hand Fashion Listings, Any Country, Reliable, Clean JSON

Search Vinted and scrape item listings — title, price, brand, size, condition, seller, favourites, photo and link — from any Vinted country marketplace. Results come back as clean, structured JSON, ready for spreadsheets, databases or your own tooling. No account, no API key; runs reliably at scale. Built for resellers, sourcing, pricing and second-hand market research.

![Vinted Scraper input — searches, item caps and country marketplace in the Apify Console](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/vinted-scraper-input.png?v=2)

### Features

- 🔎 **Keyword or URL search** — pass `searches` like "nike air max", or a full Vinted catalog URL whose domain sets the country.
- 🌍 **Any Vinted country** — supports co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at marketplaces automatically.
- 💶 **Price + total** — each item carries `price`, `currency` and `totalPrice` (item price plus buyer protection).
- 👕 **Fashion attributes** — captures `brand`, `size` and `status` (condition) for every listing.
- 👤 **Seller signals** — `seller`, `sellerId`, `favourites` count and an `isBusiness` flag.
- 🛡️ **Reliable at scale** — consistent, complete results across large multi-page runs.
- 📄 **Paginated & capped** — control volume with `maxItemsPerSearch` and `maxPagesPerSearch` (96 items per page).

### What you get

![Vinted Scraper output example — item listings with price, brand, size and seller as structured JSON](https://api.apify.com/v2/key-value-stores/SUfvnaFLd9z9eBCtV/records/vinted-scraper-output.png?v=5)

One record per item:

```json
{
  "id": 987654321,
  "title": "Nike Air Max 90",
  "price": 45,
  "currency": "GBP",
  "totalPrice": 48.5,
  "brand": "Nike",
  "size": "UK 9",
  "status": "Very good",
  "favourites": 23,
  "seller": "sneakerhead_uk",
  "sellerId": 123456,
  "photo": "https://images1.vinted.net/....jpeg",
  "isBusiness": false,
  "url": "https://www.vinted.co.uk/items/987654321"
}
```

#### Output schema

| Field | Type | Description |
| --- | --- | --- |
| `id` | integer | Vinted numeric listing ID. |
| `title` | string | Listing title. |
| `price` | integer | Item price, excluding buyer protection. |
| `currency` | string | Currency code for the prices (e.g. `GBP`). |
| `totalPrice` | number | Item price plus the buyer protection fee. |
| `brand` | string | Brand name of the item. |
| `size` | string | Size label as listed by the seller. |
| `status` | string | Item condition, e.g. `Very good`. |
| `favourites` | integer | Number of users who favourited the listing. |
| `seller` | string | Seller's username. |
| `sellerId` | integer | Vinted numeric seller ID. |
| `photo` | string (URL) | Link to the item's primary photo. |
| `isBusiness` | boolean | Whether the seller is a business account. |
| `url` | string (URL) | Link to the listing on Vinted. |

### Input

```json
{
  "searches": ["nike air max"],
  "maxItemsPerSearch": 96,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
```

| Field | Description |
| --- | --- |
| `searches` | Search terms, or a full Vinted catalog URL (domain sets the country). |
| `maxItemsPerSearch` | Max items per search (1–5000, 96 per page, default 96). |
| `maxPagesPerSearch` | Max pages per search (1–100, ~96 items each, default 5). |
| `proxyConfiguration` | Proxy settings; residential is for reliable access and on by default. |

### Use cases

- Track resale prices and demand (favourites) for brands and models.
- Source undervalued inventory across multiple country marketplaces.
- Analyze brand, size and condition distribution for market research.
- Monitor a niche by keyword to spot new listings as they appear.

### Pricing

Pay-per-event: you're billed a small amount per run and per item scraped — you only pay for what you get. See the **Pricing** tab for current rates.

### FAQ

**Do I need a Vinted account or API key?**
No. The Vinted Scraper reads publicly available catalog listings, so there's no account or API key to set up.

**Which countries are supported?**
Any Vinted marketplace — co.uk, com, fr, de, it, es, nl, pl, lt, be, lu, cz and at. Pass a full catalog URL and its domain sets the country, or search by keyword.

**How many items can I get per run?**
Control volume with `maxItemsPerSearch` (1–5000) and `maxPagesPerSearch` (up to 100, ~96 items per page). Pass multiple search terms to scale a single run.

**What's the output format?**
Clean, structured JSON with one record per item. Export as JSON, CSV or Excel, or pull it from the API.

**Can I connect this to other apps and services?**
The Vinted Scraper can be connected with almost any cloud service or web app thanks to [integrations on the Apify platform](https://apify.com/integrations). It works with [Make](https://apify.com/integrations/make), [Zapier](https://apify.com/integrations/zapier), [Slack](https://docs.apify.com/platform/integrations/slack), [Airbyte](https://docs.apify.com/platform/integrations/airbyte), [GitHub](https://docs.apify.com/platform/integrations/github), [Google Drive](https://docs.apify.com/platform/integrations/drive) and [many more](https://apify.com/integrations), plus the [Apify API](https://docs.apify.com/api/v2), JavaScript/Python clients and MCP. Or use [webhooks](https://docs.apify.com/platform/integrations/webhooks) to trigger an action whenever a run finishes.

### Notes

This scraper only reads publicly available Vinted catalog listings — no login-walled content, private messages or account data. It is an independent tool and is not affiliated with, authorized or endorsed by Vinted; "Vinted" and related marks belong to their respective owners.

# Actor input Schema

## `searches` (type: `array`):

Search terms (e.g. "nike air max"), or a full Vinted catalog URL (the domain sets the country). One per line.

## `maxItemsPerSearch` (type: `integer`):

Cap items per search (96 per page).

## `maxPagesPerSearch` (type: `integer`):

Pages (~96 items each) per search.

## `proxyConfiguration` (type: `object`):

Proxy configuration. Leave the default — it is tuned for reliable results.

## Actor input object example

```json
{
  "searches": [
    "nike air max"
  ],
  "maxItemsPerSearch": 96,
  "maxPagesPerSearch": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

The scraped results as dataset items.

# 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 = {
    "searches": [
        "nike air max"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/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 = { "searches": ["nike air max"] }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/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 '{
  "searches": [
    "nike air max"
  ]
}' |
apify call hipersoft/vinted-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,hipersoft/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/H8B1s1piuohwOt6eF/builds/BuLK9QlpgAWdcCMjX/openapi.json
