Skip to main content
Glama

Vinted-scrapper

by Gertje823

ヴィンテッド・スクレーパー

これは、Vinted と Depop から画像をダウンロードし、データをスクレイピングして、SQLite データベースに保存するツールです。

--現在バージョン 2.0に取り組んでいます(WIP) --

使い方

  1. このリポジトリをダウンロード/クローンする
  2. pip install -r requirements.txtを使用して依存関係をダウンロードします。
  3. スクリプトpython scraper.pyを実行する

ヴィンテージ

アカウントのユーザーIDをusers.txtに入力し、スクリプトを実行してください。スクリプトはすべての画像をダウンロードし、ダウンロードフォルダに保存します。データはSQLiteデータベースに保存されます。

デポップ

アカウントのユーザー名をusers.txtに入力し、スクリプトを-d付きで実行します。スクリプトはすべての画像と動画をダウンロードし、ダウンロードフォルダに保存します。データはSQLiteデータベースに保存されます。

議論

-p [Vinted] プライベートメッセージからすべての画像を取得します。(ログインするには-s 、ユーザーIDを設定するには-u必要です)
-s "your_vinted_fr_session" [Vinted] でアカウントにログインします。セッションIDを取得するにはどうすればいいですか?
-u [Vinted] ユーザーIDを設定する
-i [Vinted] ダウンロードする画像の最大数を指定します。最小値は1枚です。(例: -i 1製品の最初の画像のみをダウンロードします)
-n [Depop] ファイルのダウンロードを無効にする(製品情報のみをスクレイピングする)
-g [Depop] 販売済みのアイテムもダウンロード
-b [Depop] 特定のアイテムから開始します。(例: python3 scraper.py -d -n -b "coose-navy-lee-sweatshirt-amazing-lee" )

例:

Vintedアカウントのプライベートメッセージからすべての画像をダウンロードする
python scraper.py -p -u 123456789 -s "RS9KcmE1THMxV3NlclRsbEVRdU52ZVp4UG.......ASFe26"

スクレイピングされるデータ

ユーザーの商品の画像がすべてダウンロードされます。また、ユーザーのアバターもダウンロードされます。

すべての情報は、次のテーブルの sqlite データベースに保存されます。

Vintedユーザー

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

ヴィンテージ製品

ID
User_id
Url Favourite Gender
Category
Size
State
Brand
Colors
Price
Images
Description
Title
Platform

Depopユーザー

Username
User_id
Bio
first_name
followers
following
initials
items_sold
last_name
last_seen
Avatar
reviews_rating
reviews_total
verified
website

デポップ製品

ID
Sold
User_id
Gender
Category
Size
State
Brand
Colors
Price
Image
Description
Title
Platform
Address
discountedPriceAmount
dateUpdated

機能に関するご要望がありましたら、遠慮なく問題をご報告ください :)

免責事項

このスクリプトは教育目的のみに設計されています。ウェブスクレイピング技術のデモンストレーションを目的としており、商業目的または個人的な利益のために使用しないでください。このソフトウェアの使用は、VintedおよびDepopのウェブサイトの利用規約に違反する可能性があり、使用に起因するあらゆる結果について、すべての責任はお客様が負うことになりますのでご注意ください。このスクリプトの作成者は、ソフトウェアの使用中に発生した損害、傷害、または損失について一切責任を負いません。自己責任でご使用ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

この MCP スクラップは製品情報用に作成されました。

免責事項:このスクリプトは教育目的のみに設計されています。Webスクレイピング技術のデモンストレーションを目的としており、商業目的または個人的な利益のために使用しないでください。このソフトウェアの使用は、Vintの利用規約に違反する可能性がありますのでご注意ください。

  1. 使い方
    1. ヴィンテージ
    2. デポップ
  2. 議論
    1. 例:
  3. スクレイピングされるデータ
    1. Vintedユーザー
    2. ヴィンテージ製品
    3. Depopユーザー
    4. デポップ製品
  4. 免責事項

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A TypeScript-based MCP server utilizing the UseScraper API to provide web scraping capabilities, allowing users to extract content from webpages in various formats.
      Last updated -
      1
      2
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      MCP Server enabling integration with Scrapezy to retrieve structured data from websites.
      Last updated -
      1
      431
      6
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.
      Last updated -
      3
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that retrieves product data from the DummyJSON API, supporting filtering by various parameters like ID, title, category, brand, price and rating.
      Last updated -
      2
      TypeScript
      • Linux
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gertje823/Vinted-Scraper'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server