The Coop Product API delivers a complete, structured data sheet for any product sold on Coop Switzerland. Pass a product URL or a Coop product ID and instantly receive pricing, promotional status, certification labels (Bio, Fair Trade, IP-SUISSE), nutritional facts, stock availability, customer ratings, and high-resolution image URLs, all from a single API call.
GET https://api.piloterr.com/v2/coop/product?query=3090325
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full Coop.ch product URL or numeric product ID |
| Field |
Type |
Description |
product_id |
string |
Unique numeric Coop product identifier |
name |
string |
Full product name |
price |
string |
Regular shelf price (CHF) |
is_promotion |
boolean |
Whether the product is on sale |
promotion_price |
string |
Discounted price if active |
labels |
array |
Quality and certification labels |
in_stock |
boolean |
Current online availability |
origin |
string |
Country or region of origin |
allergens |
array |
Declared allergens |
nutrition_info |
object |
Full nutritional facts per 100 g |
rating |
number |
Average customer rating (1.0–5.0) |
image_url |
string |
Main product image URL |
- Both product URLs and numeric IDs are accepted
- Non-food products may return an empty
nutrition_info
- Enrich internal product databases with complete Coop data including nutrition facts and pricing
- Track price changes and promotional cycles for specific SKUs on Coop Switzerland
- Build compliance tools that verify origin, allergens, and certifications for Swiss grocery products
- Automate product content syndication for comparison sites, apps, or retail marketplaces
- Monitor stock availability of key products to trigger automated reordering alerts