Vinted Scraper 🛍️ $0.9/1k avatar

Vinted Scraper 🛍️ $0.9/1k

Pricing

Pay per usage

Go to Apify Store
Vinted Scraper 🛍️ $0.9/1k

Vinted Scraper 🛍️ $0.9/1k

$0.9/1k 💰 | Fast ⚡️ | Quick Support 🚀 | Scrape Vinted item, category, and search pages; get prices, condition, sizes, and seller details. Export JSON or CSV for second-hand price tracking and resale-market research.

Pricing

Pay per usage

Rating

4.0

(1)

Developer

123 Webdata

123 Webdata

Maintained by Community

Actor stats

5

Bookmarked

163

Total users

3

Monthly active users

2 days ago

Last modified

Categories

Share

Vinted Scraper

Collect structured second-hand fashion listings from Vinted item and category URLs.

Issues and feature requests

If you encounter an issue or need a field added, open an issue on the Actor page or write to hello@123webdata.com.

Output Example (simplified)

The overview shows the most useful fields in a table. Product images are displayed as thumbnails when the website provides them.

ImageProduct URLProduct IDProduct nameCurrent priceCurrencyIn stockBrandSellerScraped at
https://www.vinted.com/items/9206683078-chamarra-casual-vintage9206683078Chamarra casual vintage20USDfalseVintage Dressingrobles10252026-08-11T14:10:00.000Z

How to scrape supported list pages

This Actor accepts individual product links in productUrls. It accepts category pages, search result pages, and filtered result pages in categoryUrls.

  1. Open a supported list page in your browser.
  2. Choose a category, run a search, and apply the filters you need.
  3. Copy the final URL from the address bar and paste it into categoryUrls.

The Actor follows the products shown on that page.

Features

  • Scrapes detailed second-hand fashion listing information from Vinted product pages
  • Accepts individual product URLs and category pages, search result pages, and filtered result pages
  • Lets you limit the number of saved products and choose whether to continue through additional result pages
  • Returns structured prices, condition, sizes, and seller details for viewing, export, and analysis

Pricing

This Actor uses pay-per-event pricing. Its running costs are included.

  • Actor start: $0.02 once per run — One fixed charge for starting a run.
  • Result: $0.00089 each ($0.89 per 1,000) — A product record collected directly from a supported list page.
  • Product detail: $0.00199 each ($1.99 per 1,000) — A full product record collected from its product page.

The start charge applies once per run. Each saved product is charged either as a Result or a Product detail, never both.

Results in one runResultProduct detail
100$0.11$0.22
1,000$0.91$2.01

Apify's Free plan currently includes $5 in monthly usage credits. If the full $5 is available for this Actor, one run covers about 5,595 Results or 2,502 Product details. Other Apify usage reduces the available credit.

Input

The Actor accepts the following input parameters:

FieldTypeDescription
productUrlsarrayProduct URLs to scrape
categoryUrlsarraySupported list pages: category pages, search result pages, and filtered result pages
maxResultsPerScrapeintegerMaximum number of product records to save
usePaginationbooleanWhether to continue through additional result pages
scrapeProductDetailsbooleanEnabled returns Product detail records with the product-page fields listed below. Disabled returns Result records with the list-level fields.

What data you get in each mode

Every saved product is stored as one record. scrapeProductDetails decides which mode you receive; the lists below name every field each mode can return. A field is empty when the website does not show that information.

Result

A list-level product record with 17 declared fields:

url, product_id, name, price, currency, in_stock, brand, main_image, images, size, attributes, seller_name, seller_url, canonical_url, scraped_at, condition, price_with_protection

Product detail

A full product record with 23 declared fields:

url, product_id, name, price, currency, in_stock, sku, brand, category, main_image, images, description, description_html, color, size, material, attributes, seller_name, seller_url, canonical_url, scraped_at, condition, price_with_protection

Output Example (full)

The Actor stores one structured record per product. Card-only records contain only fields available on the list; detail-only fields are omitted.

{
"url": "https://www.vinted.com/items/9206683078-chamarra-casual-vintage",
"product_id": "9206683078",
"name": "Chamarra casual vintage",
"price": 20,
"currency": "USD",
"in_stock": false,
"sku": "9206683078",
"brand": "Vintage Dressing",
"category": "Men Bomber jackets",
"main_image": "https://images1.vinted.net/t/05_007ef_CHLCNUkFaCVjemCcyiCFZb2N/f800/1781809944.webp?s=8f2b6f8a39337c6d04c91e46720f9c35bca3d0ab",
"images": [
"https://images1.vinted.net/t/05_007ef_CHLCNUkFaCVjemCcyiCFZb2N/f800/1781809944.webp?s=8f2b6f8a39337c6d04c91e46720f9c35bca3d0ab",
"https://images1.vinted.net/t/05_01ebe_UqatKiiW5N6HSTu2D6QQWuSv/f800/1781809944.webp?s=9badc698ad4c82c10635786cec3eff41d10c9839",
"https://images1.vinted.net/t/05_0049b_h3tG2uhEohhpuGiGsEGmsUQb/f800/1781809944.webp?s=3641f356d9f4d9a16c6396dfbb0bd40e35ffb88d",
"https://images1.vinted.net/t/06_007a4_GoZAfdkcUh26WxB58fWGDhcf/f800/1781809944.webp?s=12f0b7b22d2089056f3b185bf3a3c81be978155d",
"https://images1.vinted.net/t/05_00745_xeTy6c5VXeXCCHZn5PEbWU6a/f800/1781809944.webp?s=e99fad0e48b1725254b276faaa70c655eacfa6f1"
],
"description": "Chamarra de buena calidad para frío ho calor con follo negro, estamoado color azul y blanco, nueva con etiquetas.",
"description_html": "<p>Chamarra de buena calidad para frío ho calor con follo negro, estamoado color azul y blanco, nueva con etiquetas.</p>",
"color": "White, Blue",
"size": "L",
"material": null,
"attributes": {
"uploaded": "8 weeks ago"
},
"seller_name": "robles1025",
"seller_url": "https://www.vinted.com/member/3158475317",
"canonical_url": "https://www.vinted.com/items/9206683078-chamarra-casual-vintage",
"scraped_at": "2026-08-11T14:10:00.000Z",
"condition": "New with tags",
"price_with_protection": 21.7
}

Use Cases

  • Track second-hand prices and listing condition
  • Compare brands and sellers
  • Build resale-market research datasets

Integrate with AI and automation

Use with AI through MCP

Connect your AI assistant to the Apify MCP server. It can discover and run Actors, then access the results in the same conversation. For example, ask your assistant to scrape a list of products from Vinted, compare prices, or summarize the collected data.

Run on a schedule

After one successful run, use Apify Schedules to repeat the same task hourly, daily, weekly, or with a custom cron schedule. Saved tasks are useful when you want to keep the same URLs and settings for every run.

Connect with n8n

Create an n8n account and add the verified Apify node to a workflow. Choose Run an Actor and Get Dataset when the workflow should start this Actor, wait for completion, and receive the product rows for the next node. See the Apify integration for n8n.

Connect with Make

Create a Make account and add the Apify Run an Actor module. Follow it with Get Dataset Items to pass the product rows to Google Sheets, a database, email, or another Make module. For longer runs, use Watch Actor Runs followed by Get Dataset Items.

Read the Make integration guide.