# HotUKDeals Laptop Deals Scraper

**Use case:** 

Monitor laptop deals on HotUKDeals and extract prices, merchants, temperatures, comments, and deal URLs.

## Input

```json
{
  "searchQueries": [
    "laptop"
  ],
  "startUrls": [
    {
      "url": "https://www.hotukdeals.com/search?q=laptop"
    }
  ],
  "maxItems": 100,
  "maxPages": 5,
  "includeExpired": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price"
  },
  "merchant": {
    "label": "Merchant"
  },
  "temperature": {
    "label": "Temperature"
  },
  "commentCount": {
    "label": "Comments"
  },
  "isExpired": {
    "label": "Expired"
  },
  "category": {
    "label": "Category"
  },
  "dealUrl": {
    "label": "Deal URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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