ConsoleCatalog
Sign in
Best Buy logo

Best Buy

bestbuy.comShoppingno auth

Best Buy electronics retail data: product listings, details, pricing, and store fulfillment availability.

Category Listing

ASYNCREADNo auth

Returns products in a Best Buy category with titles, prices, ratings, and images.

ParametersFormJSON

Best Buy category ID (e.g. abcat0100000) for the browse page

URL path segment under /site/ for the category (e.g. electronics/tv-home-theater)

Category slug used in the .c listing URL

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bestbuy_category_listing_ssr",
    "params": {
      "category_id": "abcat0100000",
      "category_path": "electronics/tv-home-theater",
      "category_slug": "abcat0100000"
    }
  }'