# Intermarché Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/intermarche/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/intermarche-product | ## Description Extract detailed product information from Intermarché to enhance insights and streamline market analysis with our API. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/intermarche/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "id": "3572420000405", "brand": "Intermarché", "price": "3.15", "title": "Céréales \"Croc Choc\" à la pâte à tartiner", "images": [ { "url": "https://www.intermarche.com/images/produit/croc-choc-3572420000405_01" } ], "weight": "375g", "category": "Céréales et produits céréaliers", "currency": "EUR", "allergens": "Gluten, Soja, Peut contenir des traces de lait et fruits à coque", "description": "Céréales au chocolat fourrées à la pâte à tartiner.", "ingredients": [ "Farine de blé complet (30%)", "Pâte à tartiner (20%)", "Sucre", "Poudre de cacao", "Graisse de palme", "Arômes" ], "nutritional_info": { "fat": "15g", "salt": "0.78g", "fiber": "7.5g", "energy": "1870 kJ / 445 kcal", "sugars": "30g", "protein": "6.5g", "carbohydrates": "67g", "saturated_fat": "8g" } } ``` ## Documentation ## Overview Extract detailed product information from Intermarché to enhance insights and streamline market analysis with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/intermarche/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Intermarché Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Intermarche without maintaining scrapers - Power internal dashboards and workflow automations with live Intermarche data