Shopping
KaBuM! logo

KaBuM! API

kabum.com.br

KaBuM! Brazil electronics - product details, pricing, variants, availability, reviews, and deals.

Actions
13
Category
Shopping
Login
Not required
Output
JSON

Call the KaBuM! API

Submit a task, then poll the job until it settles. This example runs act_kabum_com_br_product_listing_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_kabum_com_br_product_listing_ssr",
    "params": {
      "category_path": "eletroportateis/aspirador-de-po/robo-aspirador"
    }
  }'

13 actions on kabum.com.br

Read

  • Category Products

    act_kabum_com_br_product_listing_ssrread2 credits / call

    Returns products for a category path with titles, prices, images, and product links.

    category_path
    string · required
  • Category Tree

    act_kabum_com_br_category_treeread1 credit / call

    Returns the full department and category taxonomy tree for navigation and browse paths.

  • Daily Deals

    act_kabum_com_br_daily_dealsread2 credits / call

    Returns paginated daily-deal products with prices, installments, images, and campaign details.

    campanha
    string · required
    pagina
    string · required
    limite
    string · required
  • Deals Showcase

    act_kabum_com_br_deals_showcaseread1 credit / call

    Returns the curated offers showcase with featured deal groups and product highlights.

  • Department Category Tree

    act_kabum_com_br_category_tree_departmentread2 credits / call

    Returns the subcategory tree for a department, including nested category paths.

    department_slug
    string · required
    ativo
    string
  • Homepage Products

    act_kabum_com_br_homepage_ssrread1 credit / call

    Returns featured homepage products with titles, prices, images, and links.

  • Product Brief

    act_kabum_com_br_product_briefread2 credits / call

    Returns compact product summaries with title, price, image, and link for given IDs.

    ids
    string · required
  • Product Description

    act_kabum_com_br_product_descriptionread1 credit / call

    Returns a product's description content, including specs and marketing copy.

    product_id
    string · required
  • Product Details

    act_kabum_com_br_product_detail_ssrread2 credits / call

    Returns full product detail with name, brand, prices, availability, images, and variant group.

    product_id
    string · required
    product_slug
    string · required
  • Product Listing

    act_kabum_com_br_product_listingread2 credits / call

    Returns a category product listing with prices, availability, images, and facet filters.

    department_slug
    string · required
    subcategory_slug
    string · required
    facet_filters
    string
    page_size
    string
    sort
    string
    is_prime
    string
  • Product Review Media

    act_kabum_com_br_product_review_mediaread2 credits / call

    Returns paginated customer review photos and videos for a product.

    product_id
    string · required
    page
    string
    items_per_page
    string
  • Product Reviews

    act_kabum_com_br_product_reviewsread2 credits / call

    Returns paginated customer reviews with ratings, text, and reviewer details for a product.

    product_id
    string · required
    page
    string
    items_per_page
    string
    order_by
    string
  • Product Variants

    act_kabum_com_br_product_variantsread2 credits / call

    Returns variant options, prices, and availability for a product variant group.

    product_id
    string · required
    variant_group_id
    string · required

KaBuM! API questions

Is there an API for KaBuM!?
KaBuM! does not offer a public data API for this, but Anakin Wire provides 13 maintained endpoints for kabum.com.br. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape KaBuM! data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when kabum.com.br changes its markup, Anakin updates the action.
Do I need a KaBuM! account?
No. Every KaBuM! action listed here runs anonymously — no account and no credentials required.
What does the KaBuM! API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Shopping APIs

All Shopping sites