Migros Switzerland API
migros.ch
Swiss online grocery store. Browse categories, product listings, pricing, ingredients, nutrition, and similar-product recommendations.
- Actions
- 5
- Category
- Food Dining
- Login
- Not required
- Output
- JSON
Call the Migros Switzerland API
Submit a task, then poll the job until it settles. This example runs act_migros_ch_category_product_listing.
curl -X POST https://api.anakin.io/v1/wire/task \
-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"
}
}'5 actions on migros.ch
Read
Category Storemap
act_migros_ch_category_storemapread1 credit / callReturns the top-level category tree with product counts and slugs.
- language
- string · required
- region_id
- string · required
Write
Write actions change state on migros.ch and run as the account you connect.
Category Product Listing
act_migros_ch_category_product_listingwrite2 credits / callReturns paginated product IDs for a category with filters and counts.
- category_id
- string · required
- region_id
- string · required
- language
- string · required
- offset
- integer
- limit
- integer
Product Cards
act_migros_ch_product_cardswrite2 credits / callReturns full product cards with titles, prices, images, and offers.
- region
- string · required
- uids
- array · required
- ongoing_offer_date
- string
Product Details
act_migros_ch_product_detailwrite2 credits / callReturns product detail with price, ingredients, nutrition, ratings, and stock.
- product_id
- string · required
- warehouse_id
- integer · required
- region
- string · required
- ongoing_offer_date
- string
Product Recommendations
act_migros_ch_product_recommendationswrite2 credits / callReturns similar-product recommendations for a product page.
- product_id
- integer · required
- warehouse
- integer · required
- region
- string · required
Migros Switzerland API questions
- Is there an API for Migros Switzerland?
- Migros Switzerland does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for migros.ch. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Migros Switzerland data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when migros.ch changes its markup, Anakin updates the action.
- Do I need a Migros Switzerland account?
- No. Every Migros Switzerland action listed here runs anonymously — no account and no credentials required.
- What does the Migros Switzerland API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Food Dining APIs
101 Cookbooks
Whole-foods recipe blog - recipe categories, full recipes with ingredients, and article roundups.
Allmenus
Allmenus - restaurant search by city, menus with dish prices, and cuisine filters.
Allrecipes
Allrecipes - recipe search by keyword or ingredient, categories, and recipe details.
Ambitiouskitchen
Recipe site - categories, recipe details, ingredients, steps, and ratings.
Applebee's
Applebee's - menu, item prices, locations, and nutrition info.
Arbys
Arby's quick-service chain - menu categories, prices, nutrition facts, and store locations.