# Dealabs High-Tech Category Scraper

**Use case:** 

Extract Dealabs High-Tech category deals with prices, merchants, temperatures, comments, images, and Dealabs URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/groupe/high-tech"
    }
  ],
  "categoryUrls": [
    {
      "url": "https://www.dealabs.com/groupe/high-tech"
    }
  ],
  "searchTerms": [
    "iphone",
    "amazon"
  ],
  "maxItems": 100,
  "maxPagesPerSource": 4,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "oldPrice": {
    "label": "Old price",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "merchant": {
    "label": "Merchant",
    "format": "string"
  },
  "temperature": {
    "label": "Temperature",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "couponCode": {
    "label": "Coupon",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted at",
    "format": "string"
  },
  "dealUrl": {
    "label": "Deal URL",
    "format": "string"
  },
  "outboundUrl": {
    "label": "Outbound URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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