# Mediamarkt TV Price Monitoring

**Use case:** 

Monitor MediaMarkt TV prices with daily updates. Get current prices, ratings, reviews, and seller details for informed purchasing decisions.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.mediamarkt.es/es/category/televisores-399.html"
    }
  ],
  "maxItems": 0,
  "getSpecs": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "images": {
    "label": "Image",
    "format": "array"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "old_price": {
    "label": "Old price (EUR)",
    "format": "number"
  },
  "shipping_price": {
    "label": "Shipping (EUR)",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "array"
  },
  "prod_id": {
    "label": "Product ID",
    "format": "string"
  },
  "seller": {
    "label": "Seller",
    "format": "string"
  },
  "is_third_seller": {
    "label": "3rd-party seller",
    "format": "boolean"
  },
  "is_available_for_delivery": {
    "label": "Delivery",
    "format": "boolean"
  },
  "is_available_for_pickup": {
    "label": "Pickup",
    "format": "boolean"
  },
  "online_status": {
    "label": "Online status",
    "format": "string"
  },
  "eans": {
    "label": "EAN",
    "format": "array"
  },
  "part_nums": {
    "label": "Part numbers",
    "format": "array"
  },
  "product_url": {
    "label": "Product URL",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  },
  "specs_table": {
    "label": "Specifications",
    "format": "array"
  }
}
```

## About this Actor

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