ConsoleCatalog
Sign in
Migros Switzerland logo

Migros Switzerland

migros.chFood Diningno auth

Swiss online grocery store. Browse categories, product listings, pricing, ingredients, nutrition, and similar-product recommendations.

Category Product Listing

ASYNCWRITENo auth

Returns paginated product IDs for a category with filters and counts.

ParametersFormJSON

Migros category id to browse (e.g. Fruits & vegetables)

Cooperative region code for pricing and availability (e.g. gmzh for Zurich)

Response language code (en, de, fr, it)

Pagination offset (from) for the category listing

Maximum number of product ids to return per page

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_migros_ch_category_product_listing",
    "params": {
      "category_id": "7494732",
      "region_id": "gmzh",
      "language": "en",
      "offset": "0",
      "limit": "100"
    }
  }'