# MediaMarkt Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/mediamarkt/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/mediamarkt-search | ## Access This endpoint is **private**. Requests return HTTP 403 until access is granted. There is no self-serve request-access button. Open a support ticket from the dashboard Help desk (https://app.piloterr.com/app?returnTo=help-desk/tickets/new) and include the endpoint path, your use case, target fields, and expected volume. ## Description Extract detailed product information from MediaMarkt to enhance decision-making and 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/mediamarkt/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "query": "iphone", "results": [ { "url": "https://www.mediamarkt.ch/fr/product/apple-iphone-12-123456", "price": "CHF 849.00", "title": "Apple iPhone 12", "rating": 4.7, "reviews": 123, "availability": "in stock" }, { "url": "https://www.mediamarkt.ch/fr/product/apple-iphone-12-pro-789012", "price": "CHF 1149.00", "title": "Apple iPhone 12 Pro", "rating": 4.9, "reviews": 78, "availability": "in stock" }, { "url": "https://www.mediamarkt.ch/fr/product/apple-iphone-se-345678", "price": "CHF 479.00", "title": "Apple iPhone SE", "rating": 4.6, "reviews": 98, "availability": "in stock" }, { "url": "https://www.mediamarkt.ch/fr/product/apple-iphone-11-901234", "price": "CHF 699.00", "title": "Apple iPhone 11", "rating": 4.8, "reviews": 200, "availability": "in stock" } ] } ``` ## Documentation ## Overview Extract detailed product information from MediaMarkt to enhance decision-making and market analysis with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/mediamarkt/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate MediaMarkt Search 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