# Approved Food Discount Product Monitor

**Use case:** 

Track Approved Food chocolate and household discount products with price, RRP savings, stock, images, and product URLs.

## Input

```json
{
  "searchTerms": [
    "chocolate",
    "household"
  ],
  "categorySlugs": [
    "groceries"
  ],
  "startUrls": [
    {
      "url": "https://www.approvedfood.co.uk/groceries"
    }
  ],
  "maxItems": 250,
  "includeChildCategories": true,
  "includeOutOfStock": false,
  "sortBy": "priority"
}
```

## Output

```json
{
  "name": {
    "label": "Product name"
  },
  "brand": {
    "label": "Brand"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "rrpPrice": {
    "label": "RRP price",
    "format": "number"
  },
  "savingsAmount": {
    "label": "Savings amount",
    "format": "number"
  },
  "savingsPercent": {
    "label": "Savings %",
    "format": "number"
  },
  "stockQuantity": {
    "label": "Stock",
    "format": "number"
  },
  "availability": {
    "label": "Availability"
  },
  "bestBeforeDate": {
    "label": "Best before"
  },
  "size": {
    "label": "Size"
  },
  "barcode": {
    "label": "Barcode"
  },
  "category": {
    "label": "Category"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sourceType": {
    "label": "Source type"
  },
  "sourceValue": {
    "label": "Source value"
  },
  "id": {
    "label": "Stock ID",
    "format": "number"
  },
  "productId": {
    "label": "Product ID",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Approved Food UK Scraper](https://apify.com/automation-lab/approved-food-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/approved-food-uk-scraper) to learn more, explore other use cases, and run it yourself.