The Coop Search API lets you query the full Coop Switzerland product catalogue in real time. Retrieve product names, prices, ongoing promotions, certification labels (Bio, Fair Trade, IP-SUISSE, Rainforest Alliance), availability status, customer ratings, and direct product URLs: across all three Swiss language storefronts (French, German, Italian).
GET https://api.piloterr.com/v2/coop/search?query=chocolat+noir&language=fr
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Keyword, brand name, or product reference to search |
language |
string |
no |
Storefront language: fr, de, it. Defaults to fr |
category |
string |
no |
Category slug to filter results (e.g. alimentation, beaute-sante) |
max_results |
integer |
no |
Number of results per page (max 100, default 25) |
page |
integer |
no |
Page number for pagination (default 1) |
| Field |
Type |
Description |
query |
string |
The submitted search term |
totalResults |
number |
Total matching products across all pages |
currentPage |
number |
Current page index |
totalPages |
number |
Total pages available |
results[].productId |
string |
Unique Coop product identifier |
results[].productName |
string |
Full product display name |
results[].brand |
string |
Brand or Coop own-label |
results[].productPrice |
string |
Regular shelf price (CHF) |
results[].promotionPrice |
string |
Promotional price if active |
results[].isPromotion |
boolean |
Whether a promotion is active |
results[].labels |
array |
Quality certifications (Bio, Fair Trade…) |
results[].isAvailable |
boolean |
Current stock status |
results[].rating |
number |
Customer rating (1–5) |
results[].productDetailsURL |
string |
Direct URL to Coop.ch product page |
- All prices are in CHF (Swiss Francs)
- Use
language to switch between fr, de, and it storefronts
- Promoted products return both
productPrice (original) and promotionPrice (discounted)
- Monitor competitor pricing on Coop Switzerland to benchmark your retail or wholesale strategy
- Build automated price-tracking dashboards for Swiss grocery products across multiple categories
- Enrich product catalogues with real-time Coop data for retail intelligence and e-commerce comparison tools
- Feed a price-alert system to notify buyers the moment a targeted product goes on promotion at Coop
- Collect structured product data from Coop for training retail-focused machine learning models