CODE EXAMPLES
ブロックを気にせずMSI Storeのデータを簡単にスクレイプ。
入力
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://us-store.msi.com/Motherboards/Intel-Platform-Motherboard/INTEL-Z890/MAG-Z890-TOMAHAWK-WIFI?_gl=1*ewdcp2*_up*MQ..*_ga*OTUwOTkwODMwLjE3NzgyMzc2NjA.*_ga_HWQLS0TVJH*czE3NzgyMzc2NTckbzEkZzEkdDE3NzgyMzc2NjUkajUyJGwwJGgw*_ga_S2QK5TQZSB*czE3NzgyMzc2NTckbzEkZzEkdDE3NzgyMzc2NjUkajUyJGwwJGgxNTAzNTU0MTA.","all_variations":true},{"url":"https://us-store.msi.com/PC-Components/CPU-Coolers/Liquid-Cooler/MAG-CORELIQUID-A12-240","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_movioxyr2mxhipqiwr&format=json&uncompressed_webhook=true"
出力
JSON
[
{
"db_source": "1783070123905",
"timestamp": "2026-07-03",
"url": "https:\/\/us-store.msi.com\/Motherboards\/AMD-Platform-Motherboard\/MAG-X870E-TOMAHAWK-MAX-WIFI",
"item_id": "MAG-X870E-TOMAHAWK-MAX-WIFI",
"variant_id": "MAG-X870E-TOMAHAWK-MAX-WIFI",
"title": "MAG X870E TOMAHAWK MAX WIFI",
"description": "The MAG X870E TOMAHAWK MAX WIFI is a gaming oriented ATX motherboard that is constructed with the latest AMD X870E chips...",
"product_category": "Home \/ Motherboards \/ AMD PLATFORM"
},
{
"db_source": "1783070123905",
"timestamp": "2026-07-03",
"url": "https:\/\/us-store.msi.com\/PC-Components\/Power-Supply\/Gaming-Power-Supplies\/MAG-A750GLS-PCIE5",
"item_id": "MAG-A750GLS-PCIE5",
"variant_id": "MAG-A750GLS-PCIE5",
"title": "MAG A750GLS PCIE5 750W Power Supply",
"description": "MAG A750GLS PCIE5 750W Power Supply Featuring ATX 3.1 and PCIe 5.1 support with native 12V-2x6 connectors, these PSUs ar...",
"product_category": "Home \/ Components \/ POWER SUPPLIES \/ Gaming Power Supplies"
},
{
"db_source": "1783070123905",
"timestamp": "2026-07-03",
"url": "https:\/\/us-store.msi.com\/Gaming-Gears\/Mice\/Gaming-Mice\/VERSA-300-W-WHITE",
"item_id": "VERSA-300-W-WHITE",
"variant_id": "VERSA-300-W-WHITE",
"title": "VERSA 300 Wireless White Gaming Mouse",
"description": "The VERSA 300 WIRELESS White Gaming Mouse is a lightweight 60g mouse designed for gamers and professionals, offering MSI...",
"product_category": "Home \/ Gaming Gears \/ MICE \/ Gaming Mice"
},
{
"db_source": "1783070123905",
"timestamp": "2026-07-03",
"url": "https:\/\/us-store.msi.com\/Motherboards\/AMD-Platform-Motherboard\/AMD-X870\/PRO-X870E-S-EVO-WIFI",
"item_id": "PRO-X870E-S-EVO-WIFI",
"variant_id": "PRO-X870E-S-EVO-WIFI",
"title": "PRO X870E-S EVO WIFI",
"description": "The PRO X870E-S EVO WIFI is a creation-oriented ATX motherboard with a 12 Duet Rail Power System, constructed around the...",
"product_category": "Home \/ Motherboards \/ AMD PLATFORM \/ AMD X870"
},
{
"db_source": "1783070123905",
"timestamp": "2026-07-03",
"url": "https:\/\/us-store.msi.com\/Graphics-Cards\/NVIDIA-GPU\/GeForce-RTX-50-Series\/GeForce-RTX-5060-Ti-8G-GAMING",
"item_id": "GeForce-RTX-5060-Ti-8G-GAMING",
"variant_id": "GeForce-RTX-5060-Ti-8G-GAMING",
"title": "GeForce RTX 5060 Ti 8G GAMING",
"description": "Fearless and bold, GeForce RTX 5060 Ti 8G GAMING delivers strong performance to both gaming and content creation. It ble...",
"product_category": "Home \/ Graphic Cards \/ NVIDIA GPU \/ GeForce® RTX 50 Series"
}
]