Farfetch スクレイパー

Farfetchをスクレイプし、URL、アイテムID、商品名、説明、画像、価格、在庫状況などのデータを収集します。

クレジットカードは必要ありません
2 スクレイパー

CODE EXAMPLES

ブロックを気にせずFarfetchのデータを簡単にスクレイプできます。

入力
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://www.farfetch.com/shopping/women/doen-henri-ruffled-blouse-item-33602546.aspx","all_variations":true},{"url":"https://www.farfetch.com/shopping/women/jacquemus-the-plage-logo-patch-raffia-hat-item-34906682.aspx","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_molhfjtb113w8pwftj&format=json&uncompressed_webhook=true"
出力
JSON
[
  {
    "db_source": "1787497442066",
    "timestamp": "2026-08-23",
    "url": "https:\/\/www.farfetch.com\/shopping\/women\/lola-cruz-ruby-slingback-pumps-item-34491030.aspx?size=9",
    "item_id": "34491030-9",
    "variant_id": "34491030-9",
    "title": "Lola Cruz Ruby slingback pumps",
    "description": "The Details\nHighlights\nblack\nmesh detail\npointed toe\nslingback strap\nThis piece comes complete with a protective dust ba...",
    "product_category": "Women Home \u003E Lola Cruz \u003E Shoes \u003E Heeled Pumps"
  },
  {
    "db_source": "1787497442066",
    "timestamp": "2026-08-23",
    "url": "https:\/\/www.farfetch.com\/shopping\/women\/lola-cruz-ruby-slingback-pumps-item-34491030.aspx?size=11",
    "item_id": "34491030-11",
    "variant_id": "34491030-11",
    "title": "Lola Cruz Ruby slingback pumps",
    "description": "The Details\nHighlights\nblack\nmesh detail\npointed toe\nslingback strap\nThis piece comes complete with a protective dust ba...",
    "product_category": "Women Home \u003E Lola Cruz \u003E Shoes \u003E Heeled Pumps"
  },
  {
    "db_source": "1787497442066",
    "timestamp": "2026-08-23",
    "url": "https:\/\/www.farfetch.com\/shopping\/men\/nike-vomero-18-sneakers-item-36552645.aspx?size=39",
    "item_id": "36552645-39",
    "variant_id": "36552645-39",
    "title": "Nike Vomero 18 sneakers",
    "description": "The Details\nHighlights\nwhite\/blue\nmesh panels\nlogo to the sides\nlace-up fastening\nround toe\npull-tab at the heel\nrubber ...",
    "product_category": "Men Home \u003E Nike \u003E Shoes \u003E Low-Tops"
  },
  {
    "db_source": "1787497442066",
    "timestamp": "2026-08-23",
    "url": "https:\/\/www.farfetch.com\/shopping\/men\/nike-vomero-18-sneakers-item-36552645.aspx?size=31",
    "item_id": "36552645-31",
    "variant_id": "36552645-31",
    "title": "Nike Vomero 18 sneakers",
    "description": "The Details\nHighlights\nwhite\/blue\nmesh panels\nlogo to the sides\nlace-up fastening\nround toe\npull-tab at the heel\nrubber ...",
    "product_category": "Men Home \u003E Nike \u003E Shoes \u003E Low-Tops"
  },
  {
    "db_source": "1787497442066",
    "timestamp": "2026-08-23",
    "url": "https:\/\/www.farfetch.com\/shopping\/men\/oliver-peoples-ollis-glasses-item-16499487.aspx?size=17",
    "item_id": "16499487-17",
    "variant_id": "16499487-17",
    "title": "Oliver Peoples Ollis glasses",
    "description": "The Details\nHighlights\ncaramel brown\nacetate\ntortoiseshell effect\nsquare frame\nstraight arms\nWe know you\u0027ll look after t...",
    "product_category": "Men Home \u003E Oliver Peoples \u003E Accessories \u003E Glasses \u0026 Frames"
  }
]