# HotUKDeals Electronics Category Extractor

**Use case:** 

Extract HotUKDeals electronics category listings with prices, merchants, hotness scores, comments, and URLs.

## Input

```json
{
  "searchQueries": [
    "laptop",
    "air fryer"
  ],
  "startUrls": [
    {
      "url": "https://www.hotukdeals.com/tag/electronics"
    }
  ],
  "maxItems": 100,
  "maxPages": 4,
  "includeExpired": false,
  "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.