/bestbuy/categories
Get a Best Buy category by id (or category page URL): category name, total product count, breadcrumb path (parent categories) and child categories (each with id, name and url).
Price: 10 credits
💡 AI Hint: Fetch a single Best Buy category by id (e.g. pcmcat138500050001) or a category page URL. Returns one item with id, url, name, product_count (number of products in the category), breadcrumbs (the parent-category path) and children (subcategories, each with id, name and url) to navigate the catalog taxonomy.
⚠️ Common errors: 412: Category not found (well-formed but nonexistent id, or page is not a category)
Authorizations
API token from the dashboard
Headers
Body
Best Buy category id or a category page URL containing it
1"pcmcat138500050001"
"https://www.bestbuy.com/site/laptop-computers/all-laptops/pcmcat138500050001.c?id=pcmcat138500050001"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500