# Vinted Monitor — New Listings, Prices & Discord Alerts (`crawloop/vinted-monitor`) Actor

Monitor and scrape Vinted catalog listings across 22 European markets. Extract prices, brands, sizes, conditions, seller ratings, and photos from search URLs or keywords. Discord and Telegram alerts for new items.

- **URL**: https://apify.com/crawloop/vinted-monitor.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Automation, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 listings

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 Monitor — New Listings, Prices & Discord Alerts

> **Disclaimer:** Unofficial tool for publicly accessible Vinted catalog search results. **Vinted** and related names are trademarks of Vinted Limited. Not affiliated with, sponsored by, or endorsed by Vinted Limited. Public catalog fields only — no private messages, emails, or phone numbers.

Monitor **new Vinted listings** and scrape **catalog search** results across **22 European markets**. Export **prices**, **brands**, **sizes**, **conditions**, **seller ratings**, and **photos** from a filtered catalog URL or a keyword — then send **Discord** and **Telegram** alerts when unseen items appear. Fast `curl_cffi` JSON path, no browser.

**Best for:** resellers, snipers, and price-tracking pipelines that need a **Vinted scraper** plus a scheduled **Vinted monitor**, not a full seller-wardrobe dump.

| Vinted Monitor | Vinted Seller Scraper |
| :--- | :--- |
| **Vinted Monitor** ◄── you are here | [Vinted Seller Scraper](https://apify.com/crawloop/vinted-seller-scraper) |

### When to use this Actor

- **New listing alerts** — schedule every 2–5 minutes and get Discord / Telegram cards for unseen items
- **Catalog / keyword scrape** — paste a filtered Vinted search URL or a keyword and export JSON / CSV
- **Price tracking** — brand, size, condition, favourites, and asking price per market
- **Multi-market runs** — mix `.fr`, `.de`, `.co.uk`, `.pl` catalog URLs in one input
- **Python / Node.js / MCP pipelines** — structured dataset, no Playwright

### When not to use this Actor

- **Seller wardrobe or buyer reviews** — use [Vinted Seller Scraper](https://apify.com/crawloop/vinted-seller-scraper) with member URLs or seller IDs
- **Sold listing comps** — Vinted hides sold items; use [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) for completed-sale prices
- **Private messages, emails, or phone numbers** — not collected
- **Official Vinted API replacement** — public catalog JSON only, with a residential proxy

### Key features

- **Catalog URL or keyword** — filters from the browser URL (brand, size, category, price) are forwarded
- **22 markets** — FR, DE, UK, PL, ES, IT, NL, BE, AT, and more
- **Monitor mode** — named Key-Value store of seen IDs; first run seeds silently, later runs emit only new listings
- **Discord & Telegram** — photo embeds with price, brand, size, condition, seller
- **JSON API path** — no item-page HTML, no Playwright
- **Proxy-ready** — Apify Residential recommended (DataDome)

### Input parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | — | Vinted `/catalog?...` search URLs |
| `searchTerms` | Array | — | Keywords resolved on `domain` |
| `domain` | String | `fr` | Default TLD for keywords (`fr`, `de`, `co.uk`, …) |
| `maxItems` | Integer | `50` | Scrape cap, or new-listing cap in monitor mode |
| `order` | String | `newest_first` | Catalog sort |
| `minPrice` / `maxPrice` | Number | — | Optional price overlay |
| `monitorMode` | Boolean | `false` | Delta tracking + alerts |
| `checkInterval` | Integer | `0` | `0` = one cycle (Scheduler). `30–600` = live poll |
| `monitorStoreName` | String | `vinted-monitor-state` | Named store for seen IDs |
| `emitExisting` | Boolean | `false` | Also write the seed snapshot (no alerts) |
| `discordWebhook` | String | — | Discord webhook URL |
| `telegramToken` / `telegramChatId` | String | — | Telegram bot alerts |
| `proxyConfiguration` | Object | Residential | Apify Proxy settings |

#### Input example

```json
{
    "startUrls": [
        { "url": "https://www.vinted.fr/catalog?search_text=nike+dunk&order=newest_first&price_to=80" }
    ],
    "searchTerms": ["stanley cup"],
    "domain": "fr",
    "maxItems": 40,
    "order": "newest_first",
    "monitorMode": false,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"]
    }
}
```

#### Monitor example (Scheduler)

```json
{
    "startUrls": [
        { "url": "https://www.vinted.de/catalog?search_text=carhartt&order=newest_first" }
    ],
    "domain": "de",
    "maxItems": 30,
    "monitorMode": true,
    "checkInterval": 0,
    "discordWebhook": "https://discord.com/api/webhooks/...",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "DE"
    }
}
```

### Output

Each dataset item is one catalog listing.

| Field | Description |
| :--- | :--- |
| `itemId` | Numeric listing ID |
| `title` | Listing title |
| `url` | Item URL |
| `domain` / `countryCode` | Market TLD and ISO country |
| `price` / `currency` | Asking price |
| `totalPrice` | Price with buyer protection when present |
| `brand` / `size` / `condition` | Catalog card fields |
| `favouriteCount` | Favourite count |
| `photoUrl` / `photoUrls` | Primary image and extra photos |
| `sellerId` / `sellerUsername` / `sellerProfileUrl` | Public seller fields |
| `sellerRating` | Feedback reputation when on the card |
| `isNew` | `true` when monitor mode emitted an unseen item |
| `createdAt` / `scrapedAt` | Listing time when exposed, plus scrape UTC |

#### Output example

```json
{
    "itemId": "9195032343",
    "title": "Nike Dunk Low",
    "url": "https://www.vinted.fr/items/9195032343-nike-dunk-low",
    "domain": "fr",
    "countryCode": "FR",
    "price": 45.0,
    "currency": "EUR",
    "totalPrice": 47.4,
    "brand": "Nike",
    "size": "42",
    "condition": "Very good",
    "favouriteCount": 3,
    "photoUrl": "https://images1.vinted.net/tc/example.jpeg",
    "sellerId": "57853971",
    "sellerUsername": "example_shop",
    "sellerProfileUrl": "https://www.vinted.fr/member/57853971-example_shop",
    "isNew": true,
    "scrapedAt": "2026-08-28T00:40:00Z"
}
```

### Use cases

- **Reseller sniping** — Discord alerts on newest-first searches with a price cap
- **Brand price boards** — scrape Nike / Carhartt / Sezane catalogs by market
- **Cross-border sourcing** — same keyword on `.fr` and `.de` in one run
- **Scheduled watches** — Apify Scheduler + named KV so IDs survive across runs
- **MCP / API export** — JSON dataset into Sheets, n8n, or a custom bot

### Integration examples

#### Node.js

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

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/vinted-monitor').call({
    startUrls: [{ url: 'https://www.vinted.fr/catalog?search_text=nike&order=newest_first' }],
    maxItems: 40,
    monitorMode: false,
    proxyConfiguration: {
        useApifyProxy: true,
        apifyProxyGroups: ['RESIDENTIAL'],
        apifyProxyCountry: 'FR',
    },
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/vinted-monitor").call(
    run_input={
        "startUrls": [
            {"url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first"}
        ],
        "maxItems": 40,
        "monitorMode": False,
        "proxyConfiguration": {
            "useApifyProxy": True,
            "apifyProxyGroups": ["RESIDENTIAL"],
            "apifyProxyCountry": "FR",
        },
    }
)
items = list(client.dataset(run["defaultDatasetId"]).iterate_items())
print(len(items), items[:3])
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~vinted-monitor/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "startUrls": [{"url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first"}],
    "maxItems": 40,
    "monitorMode": false,
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"],
      "apifyProxyCountry": "FR"
    }
  }'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call `crawloop/vinted-monitor`.

Example prompts:

- "Run Vinted Monitor for Nike Dunk on vinted.fr, max 30 listings, and return title, price, size, url"
- "Scrape Vinted catalog URLs for Carhartt under 40 EUR and summarize the cheapest 10"
- "Chain Vinted Monitor then Vinted Seller Scraper: take sellerProfileUrl from new listings and pull wardrobe plus reviews"

### Suite next step

When a new listing looks interesting, run [Vinted Seller Scraper](https://apify.com/crawloop/vinted-seller-scraper) on that member URL for wardrobe, reputation, and buyer reviews. For completed-sale comps, use [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper).

### Related Actors

| Actor | What it covers |
| :--- | :--- |
| **Vinted Monitor** ◄── you are here | Vinted catalog scrape + new-listing alerts |
| [Vinted Seller Scraper](https://apify.com/crawloop/vinted-seller-scraper) | Seller profile, wardrobe, reviews |
| [Kleinanzeigen Scraper](https://apify.com/crawloop/kleinanzeigen-scraper) | German classifieds + monitor alerts |
| [Marktplaats Scraper](https://apify.com/crawloop/marktplaats-scraper) | Dutch classifieds marketplace |
| [eBay Sold Listings Scraper](https://apify.com/crawloop/ebay-sold-listings-scraper) | eBay completed sales / sold comps |

### FAQ

#### How do I copy filters from Vinted?

Open a catalog search in the browser, apply brand / size / category / price, copy the `/catalog?...` URL, and paste it into **Start URLs**. Pretty category paths without `catalog` are skipped.

#### How does monitor mode work?

With `monitorMode: true`, listing IDs are stored in the named Key-Value store (`vinted-monitor-state` by default). The first run seeds IDs and writes nothing (unless `emitExisting` is on). Later scheduled runs emit only unseen listings and send Discord/Telegram alerts. After several consecutive already-seen cards on a newest-first page, pagination stops.

#### Should I use a live poll or the Scheduler?

Prefer **Apify Scheduler** every 2–5 minutes with `checkInterval: 0`. That keeps seen IDs in the named store and avoids a 24/7 container. Set `checkInterval` to 30–600 only when you need one long-running process.

#### Do I need residential proxies?

Yes for cloud runs. Vinted DataDome typically blocks datacenter IPs after one or two requests. Match `apifyProxyCountry` to the market (FR, DE, GB, …).

#### Does it collect seller emails or phone numbers?

No. Seller output is public catalog fields only: id, username, profile URL, and rating when present on the card.

#### How do I check a seller after an alert?

Copy `sellerProfileUrl` from the listing row and run [Vinted Seller Scraper](https://apify.com/crawloop/vinted-seller-scraper) for wardrobe, reputation, and reviews.

#### Can I scrape 1,000+ listings?

Yes. Raise `maxItems` (up to 2,000) and use residential proxies. The Actor paginates `/api/v2/catalog/items` until the cap or the last page.

#### Does it export to JSON / CSV / API?

Yes. Results go to the Apify dataset. Download JSON, CSV, or Excel from the run, or connect webhooks and integrations.

# Actor input Schema

## `startUrls` (type: `array`):

Paste Vinted catalog search URLs from your browser. Size, brand, category, and price filters in the URL are kept. Example: https://www.vinted.fr/catalog?search\_text=nike\&order=newest\_first

## `searchTerms` (type: `array`):

Keyword searches when you do not have a full catalog URL. Resolved on the default Vinted domain below.

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

Market used for keyword searches (catalog URLs keep their own domain). Residential proxy country follows this value when not set on the proxy.

## `maxItems` (type: `integer`):

Maximum listings to save this run. In scrape mode this is the catalog cap. In monitor mode this is the cap on NEW listings after the seed cycle.

## `order` (type: `string`):

Catalog sort. Monitor mode always works best with newest first.

## `minPrice` (type: `number`):

Optional price\_from overlay on every target (catalog URL filters still apply unless this is set).

## `maxPrice` (type: `number`):

Optional price\_to overlay on every target.

## `monitorMode` (type: `boolean`):

Track seen item IDs in a named Key-Value store. First run seeds silently. Later runs (or live poll cycles) save only new listings and send Discord/Telegram alerts. Use Apify Scheduler every 2–5 minutes.

## `checkInterval` (type: `integer`):

0 = one cycle then exit (correct for Scheduler). 30–600 keeps the run alive and re-polls. Minimum 30 seconds to stay inside DataDome limits.

## `monitorStoreName` (type: `string`):

Named Key-Value store for seen listing IDs across scheduled runs. Change this to keep separate watches.

## `emitExisting` (type: `boolean`):

If monitor mode is on, also write the current catalog snapshot on the seed run (no Discord/Telegram alerts). Default off so the first scheduled run stays silent.

## `discordWebhook` (type: `string`):

Optional Discord webhook for new-listing embeds (title, price, photo, seller).

## `telegramToken` (type: `string`):

Optional Telegram bot token for new-listing photo alerts.

## `telegramChatId` (type: `string`):

Telegram chat ID or channel username that receives alerts.

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

Residential proxies are strongly recommended. Vinted DataDome typically blocks datacenter IPs after one or two requests.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first"
    }
  ],
  "domain": "fr",
  "maxItems": 20,
  "order": "newest_first",
  "monitorMode": false,
  "checkInterval": 0,
  "monitorStoreName": "vinted-monitor-state",
  "emitExisting": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

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

Default dataset listings.

# 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 = {
    "startUrls": [
        {
            "url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first"
        }
    ],
    "maxItems": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/vinted-monitor").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 = {
    "startUrls": [{ "url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first" }],
    "maxItems": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/vinted-monitor").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 '{
  "startUrls": [
    {
      "url": "https://www.vinted.fr/catalog?search_text=nike&order=newest_first"
    }
  ],
  "maxItems": 20
}' |
apify call crawloop/vinted-monitor --silent --output-dataset

```

## MCP server setup

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

```

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/KJ7hg2WgBRIpNOszk/builds/I40QPQhy6hzV95m26/openapi.json
