CODE EXAMPLES
ブロックを心配せずにArcteryxのデータを簡単にスクレイピング。
入力
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://arcteryx.com/us/en/shop/womens/gamma-lightweight-hoody-0608","all_variations":true},{"url":"https://arcteryx.com/us/en/shop/mens/kragg-aura-shoe-0505","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_moviodj4264hhukzd1&format=json&uncompressed_webhook=true"
出力
JSON
[
{
"db_source": "1786869695944",
"timestamp": "2026-08-16",
"url": "https:\/\/arcteryx.com\/us\/en\/shop\/womens\/centra-jacket-0784",
"item_id": "X000010784010",
"variant_id": "X000010784010",
"title": "Centra Jacket Women\u0027s",
"description": "The Centra is a hardshell GORE-TEX jacket offering waterproof protection with a boxy fit and discreet functionality. The...",
"product_category": "Veilance \u003E Women\u0027s \u003E Centra Jacket"
},
{
"db_source": "1786869695944",
"timestamp": "2026-08-16",
"url": "https:\/\/arcteryx.com\/us\/en\/shop\/womens\/centra-jacket-0784",
"item_id": "X000010784002",
"variant_id": "X000010784002",
"title": "Centra Jacket Women\u0027s",
"description": "The Centra is a hardshell GORE-TEX jacket offering waterproof protection with a boxy fit and discreet functionality. The...",
"product_category": "Veilance \u003E Women\u0027s \u003E Centra Jacket"
},
{
"db_source": "1786869695944",
"timestamp": "2026-08-16",
"url": "https:\/\/arcteryx.com\/us\/en\/shop\/womens\/centra-jacket-0784",
"item_id": "X000010784006",
"variant_id": "X000010784006",
"title": "Centra Jacket Women\u0027s",
"description": "The Centra is a hardshell GORE-TEX jacket offering waterproof protection with a boxy fit and discreet functionality. The...",
"product_category": "Veilance \u003E Women\u0027s \u003E Centra Jacket"
},
{
"db_source": "1786869695944",
"timestamp": "2026-08-16",
"url": "https:\/\/arcteryx.com\/us\/en\/shop\/womens\/centra-jacket-0784",
"item_id": "X000010784012",
"variant_id": "X000010784012",
"title": "Centra Jacket Women\u0027s",
"description": "The Centra is a hardshell GORE-TEX jacket offering waterproof protection with a boxy fit and discreet functionality. The...",
"product_category": "Veilance \u003E Women\u0027s \u003E Centra Jacket"
},
{
"db_source": "1786869695944",
"timestamp": "2026-08-16",
"url": "https:\/\/arcteryx.com\/us\/en\/shop\/womens\/centra-jacket-0784",
"item_id": "X000010784004",
"variant_id": "X000010784004",
"title": "Centra Jacket Women\u0027s",
"description": "The Centra is a hardshell GORE-TEX jacket offering waterproof protection with a boxy fit and discreet functionality. The...",
"product_category": "Veilance \u003E Women\u0027s \u003E Centra Jacket"
}
]