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": "1789314840951",
"timestamp": "2026-09-13",
"url": "https:\/\/www.farfetch.com\/shopping\/men\/nike-air-max2-cb-94-triple-black-sneakers-item-16123352.aspx",
"item_id": "16123352",
"variant_id": "16123352",
"title": "Access Denied",
"description": null,
"product_category": null
},
{
"db_source": "1789314840951",
"timestamp": "2026-09-13",
"url": "https:\/\/www.farfetch.com\/shopping\/men\/tom-ford-panelled-suede-sneakers-item-30677461.aspx",
"item_id": "30677461",
"variant_id": "30677461",
"title": "Access Denied",
"description": null,
"product_category": null
},
{
"db_source": "1789314840951",
"timestamp": "2026-09-13",
"url": "https:\/\/www.farfetch.com\/shopping\/men\/tom-ford-lace-up-sneakers-item-36994600.aspx",
"item_id": "36994600",
"variant_id": "36994600",
"title": "Access Denied",
"description": null,
"product_category": null
},
{
"db_source": "1789314840951",
"timestamp": "2026-09-13",
"url": "https:\/\/www.farfetch.com\/shopping\/women\/adidas-zip-side-lightweight-jacket-item-34583087.aspx",
"item_id": "34583087",
"variant_id": "34583087",
"title": "Access Denied",
"description": null,
"product_category": null
},
{
"db_source": "1789314840951",
"timestamp": "2026-09-13",
"url": "https:\/\/www.farfetch.com\/shopping\/women\/hzmer-jewellery-crystal-embellished-necklace-item-25422883.aspx",
"item_id": "25422883",
"variant_id": "25422883",
"title": "Access Denied",
"description": null,
"product_category": null
}
]