MSI Store Scraper
Haz scraping en MSI Store y recopila datos como URL, ID de artículo, nombre del producto, descripción, imágenes, precio, disponibilidad y más.
No se requiere tarjeta de crédito
2 scrapers
CODE EXAMPLES
Haz scraping de datos de MSI Store fácilmente sin preocuparte por ser bloqueado.
Entrada
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"
Salida
JSON
[
{
"db_source": "1786267495277",
"timestamp": "2026-08-09",
"url": "https:\/\/us-store.msi.com\/Monitors\/Portable-Monitors\/MAG-PB151",
"item_id": "MAG-PB151",
"variant_id": "MAG-PB151",
"title": "MAG PB151 Portable Charging Dock",
"description": "Portable charger packed with 14700mAh battery capacity is able to power your portable monitor or recharge your phone. Ch...",
"product_category": "Home \/ Monitors \/ PORTABLE MONITORS"
},
{
"db_source": "1786267495277",
"timestamp": "2026-08-09",
"url": "https:\/\/us-store.msi.com\/Motherboards\/AMD-Platform-Motherboard\/AMD-B850\/MAG-B850-TOMAHAWK-WIFI",
"item_id": "MAG-B850-TOMAHAWK-WIFI",
"variant_id": "MAG-B850-TOMAHAWK-WIFI",
"title": "MAG B850 TOMAHAWK WIFI",
"description": "The MAG B850 TOMAHAWK WIFI is a gaming-oriented ATX motherboard that is constructed with a 14 Duet Rail Power System and...",
"product_category": "Home \/ Motherboards \/ AMD PLATFORM \/ AMD B850"
},
{
"db_source": "1786267495277",
"timestamp": "2026-08-09",
"url": "https:\/\/us-store.msi.com\/Desktops\/gaming-pcs\/Aegis-Series\/Aegis-ZS2-C9NVV-1277US",
"item_id": "Aegis-ZS2-C9NVV-1277US",
"variant_id": "Aegis-ZS2-C9NVV-1277US",
"title": "Aegis ZS2 C9NVV-1277US Gaming Desktop",
"description": "Elevate your gaming experience with the revolutionary MSI Aegis ZS2 C9NVV-1277US gaming desktop, engineered to deliver u...",
"product_category": "Home \/ Desktops \/ GAMING PCS \/ Aegis Series"
},
{
"db_source": "1786267495277",
"timestamp": "2026-08-09",
"url": "https:\/\/us-store.msi.com\/Gaming-Gears\/Keyboards\/FORGE-GK100-COMBO",
"item_id": "FORGE-GK100-COMBO",
"variant_id": "FORGE-GK100-COMBO",
"title": "Forge GK100 COMBO Gaming Keyboard and Mouse",
"description": "The Forge GK100 COMBO Gaming Keyboard and Mouse blends gaming and creative pursuits, offering users a platform to craft ...",
"product_category": "Home \/ Gaming Gears \/ KEYBOARDS"
},
{
"db_source": "1786267495277",
"timestamp": "2026-08-09",
"url": "https:\/\/us-store.msi.com\/Sale\/LAST-CHANCE-CLEARANCE\/Laptop-Deals\/VenturePro-A16-AI-A3HWFTG-004US",
"item_id": "VenturePro-A16-AI-A3HWFTG-004US",
"variant_id": "VenturePro-A16-AI-A3HWFTG-004US",
"title": "VenturePro A16 AI+ A3HWFTG-004US 16\u0022 FHD+ Professional Laptop",
"description": "Copilot+ PC. Windows 11 Home (MSI recommends Windows 11 Pro for business.). AMD Ryzen™ AI 9 365 2.0 - 5.0GHz. 16\u0022 16:10 ...",
"product_category": "Home \/ Sales \/ LAST CHANCE CLEARANCE \/ Laptop Deals"
}
]