メルカリをスクレイピングして、商品の価格、説明、画像、レビュー、評価などの公開データを収集します。
メルカリスクレイパー
Bright Data のデータコレクターを使用する、
または事前に収集されたメルカリデータセットを購入する
メルカリスクレイパー use cases
- トップブランドをスクレイピング
- 販売された商品のデータを収集
- 特定のカテゴリーをスクレイピング
- 毎日の取引のリストをスクレイピング
メルカリスクレイパー 概要
- コーディング不要のデータスクレイピング – 使用は簡単
- 業界をリードするプロキシネットワークを統合したオールインワンプラットフォーム
- 独自のサイトアンブロック技術を活用
- サイトの変更に対応:メルカリによるサイト構造の変更にデータコレクターが対応
- 無限に拡張可能 – 必要なだけのデータを素早く完全に収集
- 業界のベストプラクティスとプライバシー規制(GDPR、CCPA)に完全準拠
Mercari product description page (PDP)
Sample Input
url
https://www.mercari.com/us/item/m53764514162/
Sample Output
{
"name": "Christian Louboutin Pumps",
"brand": "Christian Louboutin",
"images": [
"https:\/\/u-mercari-images.mercdn.net\/photos\/m53764514162_1.jpg?1607885516",
"https:\/\/u-mercari-images.mercdn.net\/photos\/m53764514162_2.jpg?1607885516",
"https:\/\/u-mercari-images.mercdn.net\/photos\/m53764514162_3.jpg?1607885516",
"https:\/\/u-mercari-images.mercdn.net\/photos\/m53764514162_4.jpg?1607885516"
],
"price": 300,
"description": "Christian Louboutin Pigalle 120 Patent Calf\nColor: Nude\nSize: 39\n\n100% Authentic - Purchased in store. \nComes with original box, dust bag, replacement heel tips. \nWorn once or twice. \n\nUPS is the shipping method that I use, as it has offered the smoothest process thus far.",
"created": 1607885516,
"lastUpdate": 1608143237,
"condition": "Good",
"shippingPrice": 9.99,
"size": "8.5 (39)",
"model": "Pigalle",
"sold": false,
"sellerName": "Prrrfumista",
"sellerReviewsCount": 130,
"sellerAverageRating": 5
}