# Scrape Mercadona Milk Prices

**Use case:** 

Scrape Mercadona Milk Prices to monitor grocery products, availability, categories, and Spanish supermarket data.

## Input

```json
{
  "language": "es",
  "query": "leche",
  "category": 0
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "display_name": {
    "label": "Product Name",
    "format": "text"
  },
  "price_instructions.unit_price": {
    "label": "Unit Price",
    "format": "number"
  },
  "price_instructions.bulk_price": {
    "label": "Bulk Price",
    "format": "number"
  },
  "price_instructions.size_format": {
    "label": "Unit",
    "format": "text"
  },
  "price_instructions.unit_size": {
    "label": "Size",
    "format": "number"
  },
  "packaging": {
    "label": "Packaging",
    "format": "text"
  },
  "categories.name": {
    "label": "Main Category",
    "format": "text"
  },
  "categories.categories.name": {
    "label": "Subcategory",
    "format": "text"
  },
  "badges.requires_age_check": {
    "label": "Age Restricted",
    "format": "boolean"
  },
  "share_url": {
    "label": "Product URL",
    "format": "link"
  },
  "published": {
    "label": "Available",
    "format": "boolean"
  },
  "limit": {
    "label": "Stock Limit",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Mercadona Price and Product Scraper](https://apify.com/igolaizola/mercadona-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/igolaizola/mercadona-scraper) to learn more, explore other use cases, and run it yourself.