ConsoleCatalog
Sign in
Garmin logo

Garmin

garmin.comShoppingno auth

Garmin India - category and product listings with titles, SKUs, prices, and features.

Category Lookup

ASYNCREADNo auth

Returns a category ID, title, and page URL for a category slug.

ParametersFormJSON

Category path segment(s) after /c/ on garmin-india.com (e.g. sports-fitness/running-smartwatches)

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_garmin_category_product_listing_ssr",
    "params": {
      "category_slug": "sports-fitness/running-smartwatches"
    }
  }'