Skip to Content

KaBuM! product data API

The ShopAPIS KaBuM! product data API returns price, installment terms, specifications, availability, ratings, review count and variants for any KaBuM! product — as clean JSON. KaBuM! is Brazil’s leading PC and electronics retailer, holding roughly 10.2% of the Brazilian electronics market, with deep technical attributes across components, gaming hardware and consumer tech — a spec depth that the generalist Brazilian marketplaces do not match.

Now part of the Magalu group, KaBuM! specialises in PCs, components, peripherals, gaming and consumer electronics, blending first-party retail with a curated tech marketplace. Because Brazilian purchase decisions hinge on installment pricing (parcelamento), parsing the live catalogue captures both spec sheets and the all-important “12x sem juros” terms — there is no open public product API.

Why KaBuM! data is hard to get

KaBuM! offers only limited developer access and serves price, installment and spec data from internal endpoints behind bot-detection, putting parse difficulty in the medium band. Installment terms vary by payment method, PIX-discount and boleto prices differ from card pricing, and component spec tables are dense and category-specific. ShopAPIS maintains the request infrastructure and returns normalized fields — price (BRL), installment plan and specs — as flat JSON.

Data fields returned

  • Identifiers — KaBuM! product code, brand, model, EAN.
  • Pricing — cash/PIX price, card price, currency (BRL).
  • Installments — number of installments, per-installment value, interest-free flag.
  • Specs — structured specification table (chipset, VRAM, clock, sockets, etc.).
  • Availability — in-stock, stock quantity, delivery estimate by CEP.
  • Seller — first-party KaBuM! vs marketplace seller.
  • Ratings — average rating, review count, review samples.
  • Variants — capacity/colour/configuration variants with per-variant price and stock.
  • Media — image gallery URLs, category path, key features.

Sample response

{ "platform": "kabum", "marketplace": "kabum.com.br", "product_code": "583920", "title": "Placa de Vídeo RTX 4070 SUPER Galax 12GB GDDR6X", "brand": "Galax", "price": { "pix": 4199.90, "card": 4499.90, "currency": "BRL" }, "installments": { "count": 12, "value": 374.99, "interest_free": true }, "specs": { "chipset": "NVIDIA GeForce RTX 4070 SUPER", "memory": "12GB GDDR6X", "interface": "PCIe 4.0", "outputs": "3x DisplayPort, 1x HDMI" }, "availability": { "in_stock": true, "quantity": 23, "delivery": "3-6 dias" }, "seller": { "type": "first_party", "name": "KaBuM!" }, "rating": 4.8, "review_count": 412, "category_path": ["Hardware", "Placa de Vídeo", "NVIDIA"], "images": ["https://images.kabum.com.br/produtos/rtx-4070-super-galax.jpg"], "scraped_at": "2026-06-05T11:54:00Z" }

Markets & domains covered

  • Brazil — kabum.com.br (BRL), first-party retail plus tech marketplace.

KaBuM! is Brazil-specific; one parser handles its dense component spec tables and PIX/installment pricing model.

Use cases

  • Electronics price monitoring — track PC and component pricing including PIX and installment terms. Feeds price monitoring.
  • Spec-driven catalog enrichment — pull authoritative component spec sheets. See catalog enrichment.
  • Competitive intelligence — benchmark against Magalu, Amazon BR and Mercado Livre tech pricing. See competitive intelligence.
  • MAP enforcement — detect below-MAP pricing on branded hardware. See MAP compliance.

Stats from ShopAPIS market research, June 2026 (@plans/plan2-research/reports/latin-america.md); KaBuM! ~10.2% BR electronics share, Magalu-owned (Magis5 / ecommerce sources ).

Last updated on