Kabum: Search Products
Kabum via Parse · ecommerce
Full-text search over KaBuM!'s product catalog by keyword. Returns paginated product summaries including prices, availability, ratings, and seller info. Paginates via page number. Each product carries an id and slug usable for get_product_details. Comprehensive API for KaBuM!, Brazil's leading electronics retailer. Supports searching products, browsing categories, fetching deep product details with specs, and user reviews. Fulfilled by Parse from kabum.com.br.
- ecommerce
- kabum
- kabum-com-br
- marketplace
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5cc2492d-6abb-44cd-bf2d-b94a65173040/search_products
- Interface artifact
- sha256:fb64b3912c091b163612978d74f2cf57380ab613f6d20b70bbf5262407197ccb
- Manifest digest
- sha256:4ce86a86fd6727c43735ad97309ff8ac2e26aa5c1d661613be5649aff48d7551
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: most_searched, price_asc, price_desc
- query (string, required): Search keyword (e.g. 'notebook', 'RTX 4060').
- page_size (integer): Number of items per page.
Example queries
- {"page":"1","sort":"most_searched","query":"notebook","page_size":"20"}