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": "1780478659258",
    "timestamp": "2026-06-03",
    "url": "https:\/\/us-store.msi.com\/Monitors\/Gaming-Monitors\/MAG-Series-Monitor\/MAG-346CQ",
    "item_id": "MAG-346CQ",
    "variant_id": "MAG-346CQ",
    "title": "MAG 346CQ 34\u0022 UWQHD 180Hz Curved Gaming Monitor",
    "description": "Experience immersive gaming with the MAG 346CQ gaming monitor. It features a 3440x1440 (UWQHD) panel, a 180Hz refresh ra...",
    "product_category": "Home \/ Monitors \/ GAMING MONITORS \/ MAG Series"
  },
  {
    "db_source": "1780478659258",
    "timestamp": "2026-06-03",
    "url": "https:\/\/us-store.msi.com\/Motherboards\/AMD-Platform-Motherboard\/AMD-B650\/PRO-B650M-A-WIFI",
    "item_id": "PRO-B650M-A-WIFI",
    "variant_id": "PRO-B650M-A-WIFI",
    "title": "PRO B650M-A WIFI",
    "description": "PRO B650M-A WIFI is designed with tons of flexible tools and convenient Wi-Fi solution with DDR5 memory version. The PRO...",
    "product_category": "Home \/ Motherboards \/ AMD PLATFORM \/ AMD B650"
  },
  {
    "db_source": "1780478659258",
    "timestamp": "2026-06-03",
    "url": "https:\/\/us-store.msi.com\/Sale\/promotions\/Codex-Z2-A8NVP-486US",
    "item_id": "Codex-Z2-A8NVP-486US",
    "variant_id": "Codex-Z2-A8NVP-486US",
    "title": "Codex Z2 A8NVP-486US Gaming Desktop",
    "description": "The new mesh-style front panel design drastically increases airflow to the system compared to previous generations. In a...",
    "product_category": "Home \/ Sales \/ PROMOTIONS"
  },
  {
    "db_source": "1780478659258",
    "timestamp": "2026-06-03",
    "url": "https:\/\/us-store.msi.com\/Monitors\/BUSINESS-PRODUCTIVITY-Monitor\/Pro-Series-Monitor\/PRO-MP252-E2",
    "item_id": "PRO-MP252-E2",
    "variant_id": "PRO-MP252-E2",
    "title": "PRO MP252 E2 25\u0022 FHD 120hz Flat Business \u0026 Productivity Monitor",
    "description": "The PerfectEdge 120Hz Home Office Monitor, PRO MP252 E2, crafted for young professionals, combines modern design with hi...",
    "product_category": "Home \/ Monitors \/ BUSINESS \u0026 PRODUCTIVITY \/ Pro Series"
  },
  {
    "db_source": "1780478659258",
    "timestamp": "2026-06-03",
    "url": "https:\/\/us-store.msi.com\/PC-Components\/Power-Supply\/MAG-A1000GLS-PCIE5",
    "item_id": "MAG-A1000GLS-PCIE5",
    "variant_id": "MAG-A1000GLS-PCIE5",
    "title": "MAG A1000GLS PCIE5 1000W Power Supply",
    "description": "MAG A1000GLS PCIE5 1000W Power Supply Featuring ATX 3.1 and PCIe 5.1 support with native 12V-2x6 connectors, these PSUs ...",
    "product_category": "Home \/ Components \/ POWER SUPPLIES"
  }
]