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": "1787480481355",
    "timestamp": "2026-08-23",
    "url": "https:\/\/us-store.msi.com\/Sale\/promotions\/Flash-Deals\/Stealth-A18-AI-A3XWJG-006US",
    "item_id": "Stealth-A18-AI-A3XWJG-006US",
    "variant_id": "Stealth-A18-AI-A3XWJG-006US",
    "title": "Stealth A18 AI+ A3XWJG-006US 18\u0022 UHD Gaming Laptop",
    "description": "Copilot+ PC. Windows 11 Home. AMD Ryzen™ AI 9 HX 370 2.0 - 5.1GHz. NVIDIA® GeForce RTX™ 5090 Laptop GPU 24G GDDR7. 18\u0022 U...",
    "product_category": "Home \/ Sales \/ PROMOTIONS \/ Flash Deals"
  },
  {
    "db_source": "1787480481355",
    "timestamp": "2026-08-23",
    "url": "https:\/\/us-store.msi.com\/Graphics-Cards\/NVIDIA-GPU\/RTX-5070\/GeForce-RTX-5070-12G-VENTUS-2X-OC",
    "item_id": "GeForce-RTX-5070-12G-VENTUS-2X-OC",
    "variant_id": "GeForce-RTX-5070-12G-VENTUS-2X-OC",
    "title": "GeForce RTX 5070 12G VENTUS 2X OC",
    "description": "VENTUS focuses on the essentials to tackle any challenge. Its efficient thermal solution is encased in a resilient enclo...",
    "product_category": "Home \/ Graphic Cards \/ NVIDIA GPU \/ GeForce® RTX 5070"
  },
  {
    "db_source": "1787480481355",
    "timestamp": "2026-08-23",
    "url": "https:\/\/us-store.msi.com\/PC-Components\/Storage-Devices\/Solid-State-Drive\/SPATIUM-M470-PRO-PCIe-2TB",
    "item_id": "SPATIUM-M470-PRO-PCIe-2TB",
    "variant_id": "SPATIUM-M470-PRO-PCIe-2TB",
    "title": "SPATIUM M470 PRO PCIe 4.0 NVMe M.2 2TB",
    "description": "SPATIUM is designed for high-performance storage needs. Built with high-quality, high-density 3D NAND flash, SPATIUM SSD...",
    "product_category": "Home \/ Components \/ STORAGE DEVICES \/ SSDs"
  },
  {
    "db_source": "1787480481355",
    "timestamp": "2026-08-23",
    "url": "https:\/\/us-store.msi.com\/Monitors\/Gaming-Monitors\/MAG-Series-Monitor\/MAG-346CQDF-E20",
    "item_id": "MAG-346CQDF-E20",
    "variant_id": "MAG-346CQDF-E20",
    "title": "MAG 346CQDF E20 34\u0022 UWQHD 200Hz Curved Gaming Monitor",
    "description": "Experience immersive gaming with the MAG 346CQDF E20 gaming monitor. Featuring Dual Mode with UWQHD 200Hz and HD 400Hz, ...",
    "product_category": "Home \/ Monitors \/ GAMING MONITORS \/ MAG Series"
  },
  {
    "db_source": "1787480481355",
    "timestamp": "2026-08-23",
    "url": "https:\/\/us-store.msi.com\/Monitors\/BUSINESS-PRODUCTIVITY-Monitor\/PRO-MP273Q-E14",
    "item_id": "PRO-MP273Q-E14",
    "variant_id": "PRO-MP273Q-E14",
    "title": "PRO MP273Q E14 27\u0022 QHD 144Hz Flat Business \u0026 Productivity Monitor",
    "description": "The MSI PRO MP273Q E14 PerfectEdge monitor features a frameless design and 144 Hz refresh rate to provide users with a s...",
    "product_category": "Home \/ Monitors \/ BUSINESS \u0026 PRODUCTIVITY"
  }
]