DJIスクレイパー

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

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

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": "1780474979238",
    "timestamp": "2026-06-03",
    "url": "https:\/\/store.dji.com\/product\/osmo-360-popular-combo?vid=194571",
    "item_id": "194571",
    "variant_id": "194571",
    "title": "Osmo 360 Popular Combo",
    "description": "1-Inch 360° Imaging — Specially designed for 360° capture, the all-new square HDR image sensor maintains the same 360° i...",
    "product_category": null
  },
  {
    "db_source": "1780474979238",
    "timestamp": "2026-06-03",
    "url": "https:\/\/store.dji.com\/product\/ronin-sc-pro-combo?vid=82251",
    "item_id": "82251",
    "variant_id": "82251",
    "title": "Ronin-SC Pro Combo",
    "description": null,
    "product_category": null
  },
  {
    "db_source": "1780474979238",
    "timestamp": "2026-06-03",
    "url": "https:\/\/store.dji.com\/product\/dji-power-500?vid=156171",
    "item_id": "156171",
    "variant_id": "156171",
    "title": "DJI Power 500 Portable Power Station",
    "description": "1000W Genuine Stable High-Capacity Power Output — DJI Power 500 provides stable power with a battery capacity of 512 Wh ...",
    "product_category": null
  },
  {
    "db_source": "1780474979238",
    "timestamp": "2026-06-03",
    "url": "https:\/\/store.dji.com\/product\/dji-action-2-remote-control-extension-rod?vid=109101",
    "item_id": "109101",
    "variant_id": "109101",
    "title": "DJI Action 2 Remote Control Extension Rod",
    "description": "Portable and light, this multi-purpose accessory is convenient to carry with you on any adventure. This versatile 3-in-1...",
    "product_category": null
  },
  {
    "db_source": "1780474979238",
    "timestamp": "2026-06-03",
    "url": "https:\/\/store.dji.com\/product\/dji-ronin-4d-raw-license?vid=133551",
    "item_id": "133551",
    "variant_id": "133551",
    "title": "DJI Ronin 4D RAW License",
    "description": "Enables Apple ProRes RAW video recording on Ronin 4D. Valid indefinitely upon a one-time purchase, it can help users to ...",
    "product_category": null
  }
]