# Scrape products from MediaMarkt Spain

**Use case:** 

Extract product listings and prices from MediaMarkt Spain. Structured electronics product data. Pay per result.

## Input

```json
{
  "searchQuery": "movil",
  "searchQueries": [],
  "startUrls": [],
  "retailer": "mediamarkt",
  "country": "es",
  "maxResults": 5,
  "maxResultsPerUrl": 0,
  "fetchOffers": false,
  "maxOffersPerProduct": 50,
  "includeVariantPrices": false,
  "maxPages": 30,
  "sortOrder": "relevant",
  "condition": "all",
  "sellerType": "all",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID"
  },
  "ean": {
    "label": "EAN-13"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "strikePrice": {
    "label": "Was"
  },
  "discountPercentage": {
    "label": "Disc%"
  },
  "seller": {
    "label": "Seller"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "isAvailableForDelivery": {
    "label": "Delivery"
  },
  "energyClass": {
    "label": "Energy"
  },
  "retailer": {
    "label": "Retailer"
  },
  "country": {
    "label": "Country"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "fulfillmentEarliest": {
    "label": "Earliest delivery"
  },
  "fulfillmentLatest": {
    "label": "Latest delivery"
  }
}
```

## About this Actor

This example demonstrates how to use [MediaMarkt & Saturn Scraper](https://apify.com/unfenced-group/mediamarkt-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/mediamarkt-scraper) to learn more, explore other use cases, and run it yourself.