# Dealabs High-Tech Category Deals Scraper

**Use case:** 

Collect current offers from the Dealabs high-tech category for price intelligence, affiliate research, or deal alerts.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/groupe/high-tech"
    }
  ],
  "categorySlugs": [
    "high-tech"
  ],
  "searchQueries": [
    "iphone"
  ],
  "maxItems": 60,
  "maxPagesPerSource": 4,
  "includeExpired": false
}
```

## Output

```json
{
  "dealId": {
    "label": "Deal ID"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "oldPrice": {
    "label": "Old price"
  },
  "discountPercentage": {
    "label": "Discount %"
  },
  "merchant": {
    "label": "Merchant"
  },
  "temperature": {
    "label": "Temperature"
  },
  "commentsCount": {
    "label": "Comments"
  },
  "category": {
    "label": "Category"
  },
  "isExpired": {
    "label": "Expired"
  },
  "dealUrl": {
    "label": "Deal URL"
  },
  "postedAt": {
    "label": "Posted at"
  },
  "sourceUrl": {
    "label": "Source"
  }
}
```

## About this Actor

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