KaBuM! Product Scraper avatar

KaBuM! Product Scraper

Pricing

from $30.00 / 1,000 results

Go to Apify Store
KaBuM! Product Scraper

KaBuM! Product Scraper

Scrapes product listings from KaBuM! search results, returning structured product data (name, price, URL, seller, availability).

Pricing

from $30.00 / 1,000 results

Rating

0.0

(0)

Developer

Trantor Software

Trantor Software

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Scrape product listings from KaBuM! search results. Returns structured product data including name, price, URL, seller, availability, and image.

KaBuM! is Brazil's largest online electronics and technology retailer, specializing in computers, hardware, gaming peripherals, and consumer electronics.

Features

  • Searches KaBuM!'s product catalog by keyword
  • Extracts structured product data (name, price, URL, seller, availability, image)
  • Handles Brazilian price format (R$ 1.299,90) automatically
  • Prioritizes JSON-LD structured data extraction for reliability
  • Falls back to DOM scraping when structured data is unavailable
  • Uses residential proxies (Brazil) to bypass anti-bot protection
  • Saves a debug screenshot to key-value store when scraping is blocked

Input

FieldTypeDescriptionDefault
searchstringProduct search query (e.g. "notebook", "placa de video")(required)
maxItemsintegerMaximum number of products to return (1-100)5

Output

Each item in the dataset contains:

{
"name": "Notebook Gamer Acer Nitro V 15 Intel Core i5 8GB 512GB SSD",
"price": 3799.99,
"url": "https://www.kabum.com.br/produto/123456/notebook-gamer-acer",
"seller": "KaBuM!",
"available": true,
"image": "https://images.kabum.com.br/produtos/fotosG/123456/1.jpg"
}
FieldTypeDescription
namestringProduct title
pricenumberPrice in BRL (e.g. 3799.99)
urlstringDirect link to the product page
sellerstring or nullSeller name (when available)
availablebooleanWhether the product is in stock
imagestring or nullProduct image URL

How much will it cost?

The Actor uses Apify's residential proxies (Brazil) to reliably bypass anti-bot protection. Residential proxy usage is the main cost driver.

A typical run scraping 50 products takes ~30 seconds and consumes approximately 0.05-0.10 USD in platform credits (compute + residential proxy traffic).

Limitations

  • The scraper returns products from search result pages only (not individual product detail pages).
  • Anti-bot systems may occasionally block a run. When this happens, a debug screenshot is saved to the key-value store under the key debug-screenshot.
  • Residential proxies are recommended for reliable results.