ConsoleCatalog
Sign in
IndiaMART logo

IndiaMART

indiamart.comMarketplaceno auth

India's B2B marketplace - product search, categories, details, and supplier profiles.

Category Listing

ASYNCREADNo auth

Returns products in a category with supplier offers, breadcrumbs, and city listings.

ParametersFormJSON

Category slug as it appears in IndiaMART URLs, e.g. 'wood-door', 'industrial-batteries', 'cnc-machines'. Listed as `mcat_slug` / `BRD_MCAT_FLNAME` in other actions

Optional city slug to narrow to a city page (e.g. 'bengaluru'). Leave blank for all-India

cost: 3 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": "idm_list_category",
    "params": {
      "category_slug": "wood-door"
    }
  }'