# Latest HotUKDeals Deals Scraper

**Use case:** 

Scrape the latest HotUKDeals deals with prices, merchants, temperatures, comments, images, and deal URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.hotukdeals.com/deals"
    }
  ],
  "maxItems": 75,
  "maxPagesPerStartUrl": 3,
  "includeExpired": false
}
```

## Output

```json
{
  "dealId": {
    "label": "Deal ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "merchant": {
    "label": "Merchant",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "temperature": {
    "label": "Temperature",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "expired": {
    "label": "Expired",
    "format": "boolean"
  },
  "dealUrl": {
    "label": "Deal URL",
    "format": "link"
  }
}
```

## About this Actor

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