# Mediamarkt Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/mediamarkt/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/mediamarkt-product | ## Description Extract detailed product info from Mediamarkt's platform for price comparisons, market analysis, and automation. ## 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/mediamarkt/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "product": { "name": "Apple iPhone 14", "brand": "Apple", "model": "iPhone 14", "price": { "amount": "1029.00", "currency": "CHF" }, "images": [ "https://mediamarkt-ch-prod-scene7.s3.amazonaws.com/is/image/mediamarktch-2920/10132926_201341?$zoom$&img404=missing_product" ], "rating": { "count": 10, "average": 4.5 }, "features": [ { "name": "Écran", "value": "6,1 pouces, OLED" }, { "name": "Caméra", "value": "Double 12 MP" } ], "description": "Le nouvel iPhone 14 offre une expérience utilisateur exceptionnelle avec son design élégant, ses performances puissantes et ses fonctionnalités avancées.", "availability": "En stock" } } ``` ## Documentation ## Overview Extract detailed product info from Mediamarkt's platform for price comparisons, market analysis, and automation. ## Quickstart ``` GET https://api.piloterr.com/v2/mediamarkt/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Mediamarkt Product data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Mediamarkt without maintaining scrapers - Power internal dashboards and workflow automations with live Mediamarkt data