ConsoleCatalog
Sign in
Arrow logo

Arrow

arrow.comShoppingno auth

Electronic components, categories, listings, pricing, and stock.

Category Browse

ASYNCWRITENo auth

Returns a category's subcategories with product counts, paths, and slugs.

ParametersFormJSON

ISO country code for regional browse counts (query countryCode)

Category SEO slug to browse (POST body category)

Language code (query param lang)

Currency code (query param currency)

Browse page index (POST body currentPage)

cost: 2 credits · 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_arrow_com_category_browse",
    "params": {
      "country_code": "IN",
      "category": "ALL",
      "lang": "en",
      "currency": "USD",
      "current_page": "0"
    }
  }'