ConsoleCatalog
Sign in
Costco logo

Costco

costco.comShoppingno auth

Product search, categories, details, pricing, warehouses, and gas prices.

Category Browse

ASYNCREADNo auth

Returns products for a category slug with pagination, pricing, availability, and filters.

ParametersFormJSON

Category slug from the Costco category sitemap

Delivery ZIP code used for location-based availability and pricing

Two-letter US state code matching postal_code

Warehouse ID for in-store pricing

Results per page, maximum 48

1-based page number

Sort order. Supported values: price asc, price desc

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": "co_category_browse",
    "params": {
      "category_slug": "electronics"
    }
  }'