CODE EXAMPLES
ブロックを心配せずにDJIのデータを簡単にスクレイピング。
入力
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://store.dji.com/product/dji-power-2000?from=site-nav\u0026vid=184911","all_variations":true},{"url":"https://store.dji.com/product/osmo-action-5-pro-skiing-combo?from=events-best-sellers\u0026vid=170691","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_mosh6ejmi5y82mqr7&format=json&uncompressed_webhook=true"
出力
JSON
[
{
"db_source": "1787471331257",
"timestamp": "2026-08-23",
"url": "https:\/\/store.dji.com\/product\/ssd-reader?vid=40211",
"item_id": "40211",
"variant_id": "40211",
"title": "DJI CINESSD Station (Thunderbolt 3)",
"description": "The DJI CINESSD Station is used to connect the DJI CINESSD to a computer for fast, efficient file transferring.",
"product_category": null
},
{
"db_source": "1787471331257",
"timestamp": "2026-08-23",
"url": "https:\/\/store.dji.com\/product\/ronin-sc-rss-control-cable-panasonic?vid=82161",
"item_id": "82161",
"variant_id": "82161",
"title": "Ronin-SC RSS Control Cable for Panasonic",
"description": "The Ronin-SC RSS Control Cable for Panasonic connects the camera control port of Ronin-SC to a Panasonic camera for came...",
"product_category": null
},
{
"db_source": "1787471331257",
"timestamp": "2026-08-23",
"url": "https:\/\/store.dji.com\/product\/ronin-2-c-stand-bracket?vid=45401",
"item_id": "45401",
"variant_id": "45401",
"title": "Ronin 2 C-Stand Bracket",
"description": null,
"product_category": null
},
{
"db_source": "1787471331257",
"timestamp": "2026-08-23",
"url": "https:\/\/store.dji.com\/product\/canvas-bag?vid=21021",
"item_id": "21021",
"variant_id": "21021",
"title": "Canvas Bag",
"description": null,
"product_category": null
},
{
"db_source": "1787471331257",
"timestamp": "2026-08-23",
"url": "https:\/\/store.dji.com\/product\/zenmuse-x7-dl-dl-s-lens-nd-filters?vid=46931",
"item_id": "46931",
"variant_id": "46931",
"title": "DJI DL Lens ND Filter Set",
"description": "Specially made for the Zenmuse series, including ND4\/8\/16\/32\/64\/128 and DL Lens Protector, reducing light transmittance,...",
"product_category": null
}
]