Vinted Product & Profile Scraper avatar

Vinted Product & Profile Scraper

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Vinted Product & Profile Scraper

Vinted Product & Profile Scraper

Scrape Vinted listings, user profiles, followers, and reviews from any Vinted domain. Supports catalog search, category URLs, item URLs, and profile URLs.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Alessandro Amato

Alessandro Amato

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape Vinted listings, user profiles, followers, and reviews from any Vinted domain. Supports catalog search, category URLs, profile URLs, and item URLs (via search fallback). Built on top of Vinted's internal API with automatic cookie-based authentication.

⚠️ Important: Proxy Requirement for Cloud

Vinted blocks datacenter IPs. Residential proxy is strongly recommended when running on Apify Cloud. Configure it via the proxyConfiguration input field. Local runs typically work without proxy.

Features

  • Multi-domain support — Works with any Vinted domain: .it, .fr, .com, .co.uk, .de, .es, etc.
  • Catalog & Search scraping — Scrape category pages and search results with pagination.
  • Profile scraping — Extract user info, reviews, and followers.
  • Automatic auth — Fetches access_token_web cookie automatically. No manual login required.
  • Rate limit handling — Built-in delays and retry logic for 403/429 errors.
  • Flexible output — Each record has a type field: item, profile, follower, review.

Input Parameters

ParameterTypeDefaultDescription
startUrlsarray[object]List of Vinted URLs to scrape
maxItemsinteger100Max items per catalog/search/profile
includeReviewsbooleantrueFetch user reviews when scraping a profile
includeFollowersbooleanfalseFetch user followers when scraping a profile
maxReviewsinteger100Max reviews per profile
maxFollowersinteger100Max followers per profile
proxyConfigurationobjectRecommended: Enable useApifyProxy: true with residential proxy

Supported URL Formats

https://www.vinted.it/catalog?search_text=nike
https://www.vinted.fr/catalog/2050-clothing
https://www.vinted.com/member/49967486
https://www.vinted.co.uk/u/12345678

Output Example

Item

{
"id": 6333111856,
"title": "Pullover Weste mit Kapuze",
"description": null,
"brand": "Southern",
"size": "S",
"condition": "Très bon état",
"price": "1.0",
"currency": "EUR",
"service_fee": "0.75",
"seller": "sh1987",
"url": "https://www.vinted.it/items/6333111856-pullover-weste-mit-kapuze",
"main_photo": "https://images1.vinted.net/...",
"favourite_count": 7,
"type": "item"
}

Profile

{
"member_id": 49967486,
"username": "monpetitdresss",
"picture": "https://images1.vinted.net/...",
"reviews": "1597",
"score": "4.8",
"type": "profile",
"followers": "7601",
"followings": "",
"location": "France",
"last_online": "5/15/2025, 6:00:26 PM",
"verified_infos": ["Email"]
}

Follower

{
"url": "https://www.vinted.fr/member/84032653",
"username": "taniapavel",
"picture": "https://images1.vinted.net/...",
"reviews": "71",
"score": "4.5",
"type": "follower"
}

Review

{
"id": 2848522457,
"created_at_ts": "2025-05-15T20:07:39+02:00",
"item_title": "Magnifique robe noire gaufré ouverte sur les côtés",
"item_id": 6249543979,
"feedback": "tres sympathique, la robe est vraiment belle.\nmerci bien",
"rating": 5,
"type": "review"
}

Pricing

Pay Per Result

  • Start event: $0.001
  • Result event: $0.0003 (~$0.30 per 1,000 results)

Use Cases

  • Price monitoring — Track prices for specific brands or categories.
  • Seller research — Analyze top sellers and their reputation.
  • Market analysis — Understand supply and demand across categories.
  • Competitor tracking — Monitor what competitors are listing and at what price.

Disclaimer

This actor consumes publicly available data from Vinted. Always comply with Vinted's Terms of Service. For production use on Apify Cloud, residential proxies are recommended to avoid IP blocks.