ConsoleCatalog
Sign in
BigBasket logo

BigBasket

bigbasket.comShoppingno auth

India's online grocery marketplace - products, categories, and prices.

Brands Directory

ASYNCREADNo auth

Returns the paginated brand directory.

ParametersFormJSON

1-based page number

Brands per page, 1-500

Optional prefix filter on brand slug (e.g. aa, fa). Case-insensitive

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": "bb_brands_directory",
    "params": {
      "page_no": "1",
      "page_size": "100"
    }
  }'