ヴィンテッド・スクレーパー
これは、Vinted と Depop から画像をダウンロードし、データをスクレイピングして、SQLite データベースに保存するツールです。
--現在バージョン 2.0に取り組んでいます(WIP) --
使い方
- このリポジトリをダウンロード/クローンする
pip install -r requirements.txt
を使用して依存関係をダウンロードします。- スクリプト
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のウェブサイトの利用規約に違反する可能性があり、使用に起因するあらゆる結果について、すべての責任はお客様が負うことになりますのでご注意ください。このスクリプトの作成者は、ソフトウェアの使用中に発生した損害、傷害、または損失について一切責任を負いません。自己責任でご使用ください。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
この MCP スクラップは製品情報用に作成されました。
免責事項:このスクリプトは教育目的のみに設計されています。Webスクレイピング技術のデモンストレーションを目的としており、商業目的または個人的な利益のために使用しないでください。このソフトウェアの使用は、Vintの利用規約に違反する可能性がありますのでご注意ください。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -11JavaScriptMIT License
Graphlit MCP Serverofficial
AsecurityAlicenseAqualityThe Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.Last updated -431,347290TypeScriptMIT License- AsecurityAlicenseAqualityMCP Server enabling integration with Scrapezy to retrieve structured data from websites.Last updated -1121JavaScriptMIT License
Oxylabs MCP Serverofficial
AsecurityAlicenseAqualityA scraper tool that leverages the Oxylabs Web Scraper API to fetch and process web content with flexible options for parsing and rendering pages, enabling efficient content extraction from complex websites.Last updated -233PythonMIT License