Vinted-scrapper
Referenced as a verification method for Vinted accounts that is detected and stored in the database.
Used for hosting the project and distributing updates, with reference to version 2.0 development in progress.
Referenced as a verification method for Vinted accounts that is detected and stored in the database.
Used to run the scraping script with various command-line arguments for customizing the scraping process.
Stores scraped user profile data, product information, and image references in structured database tables.
Scrapes product data and images from Vinted user profiles and stores them in a SQLite database. Supports accessing private messages with session authentication.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vinted-scrapperscrape products from user 123456789"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vinted-Scraper
This is a tool to download images and scrape data from Vinted & Depop and store it in a SQLite database.
-- Currently working on version 2.0 (WIP) --
How to use
Download/clone this repo
Download the dependencies using
pip install -r requirements.txtrun the script
python scraper.py
Vinted
Put the user IDs of the accounts in the users.txt and run the script. The script will download all the images and put it in the downloads folder. The data will be stored in the SQLite database.
Depop
Put the usernames of the accounts in the users.txt and run the script with -d.
The script will download all the images and videos and put it in the downloads folder.
The data will be stored in the SQLite database.
Related MCP server: vinted-mcp-server
Arguments
-p [Vinted] Scrape all images from your private messages. (requires -s to login and -u to set your userid)-s "your_vinted_fr_session" [Vinted] to login to your account. how to get sessionid?-u [Vinted] Set your userid-i [Vinted] Define the maximum number of images to download. Minimum 1 image. (example: -i 1 will download only the first image of the product)-n [Depop] Disable file download (Only scrape product info)-g [Depop] Also download sold items-b [Depop] Start from a specific item. (example: python3 scraper.py -d -n -b "coose-navy-lee-sweatshirt-amazing-lee")
Example:
Download all images from private messages from your Vinted accountpython scraper.py -p -u 123456789 -s "RS9KcmE1THMxV3NlclRsbEVRdU52ZVp4UG.......ASFe26"
Data that will be scraped
All the images of the products of the users will be downloaded. The avatar of the user will also be downloaded.
All the info will be stored in the sqlite db in the following tables:
Vinted Users
Username
User_id
Gender
Given_item_count
Taken_item_count
Followers_count
Following_count
Positive_feedback_count
Negative_feedback_count
Feedback_reputation
Avatar
Created_at
Last_loged_on_ts
City_id
City
Country_title
Verification_email
Verification_facebook
Verification_google
Verification_phone
Vinted Products
ID
User_id
Url
Favourite
Gender
Category
Size
State
Brand
Colors
Price
Images
Description
Title
Platform
Depop Users
Username
User_id
Bio
first_name
followers
following
initials
items_sold
last_name
last_seen
Avatar
reviews_rating
reviews_total
verified
website
Depop Products
ID
Sold
User_id
Gender
Category
Size
State
Brand
Colors
Price
Image
Description
Title
Platform
Address
discountedPriceAmount
dateUpdated
If you have any feature requests don't hesitate to open an issue :)
Disclaimer
This script is designed for educational purposes only. It is intended to demonstrate web scraping techniques and should not be used for any commercial or personal gain. Please note that using this software may violate the terms of service of Vinted and Depop websites, and you assume all responsibility for any consequences that may arise from its use. The creator of this script will not be held responsible for any damages, injuries, or losses that occur while using the software. Use at your own risk.
This server cannot be deployed
Maintenance
Related MCP Connectors
Observed Vinted market analytics: compare brands, research niches, and discover trends via OAuth.
Shopify and eBay product scraper & extractor for fast market research. Pulls Shopify products.
Depop listings for searches or URLs, with alerts on new listings, price drops and sales.
ScrapeCreators MCP — wraps the ScrapeCreators social-media + ad-library
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server for Vinted search and analysis that provides tools to search listings, fetch item details, inspect seller profiles, compare prices across countries, and surface trending items.59 npm15AGPL 3.0
- AlicenseAqualityDmaintenanceEnables AI assistants to search, browse, and discover second-hand items on Vinted via a Model Context Protocol server.57 npmMIT
- AlicenseNot gradedqualityAmaintenanceSearch Kleinanzeigen.de, Germany's largest classifieds site, via MCP tools without API keys.1MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server that scrapes e-commerce product and category pages into structured JSON, enabling Claude to build presentations, market analyses, and competitive product comparisons. Currently optimized for Trendyol.MIT