ConsoleCatalog
Sign in
MSC Industrial Supply logo

MSC Industrial Supply

www.mscdirect.comMarketplaceno auth

Industrial supply marketplace - metalworking, tools, safety, hardware, and abrasives.

Category Products

ASYNCREADNo auth

Returns products in a category with name, brand, product ID, price, and availability.

ParametersFormJSON

Category navid, e.g. 2103535 for Hardware/Locks. Use mscd_categories to discover navids

1-indexed page number. MSC returns ~24 products per page

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": "mscd_category_products",
    "params": {
      "navid": "2103535",
      "page": 1
    }
  }'