# Multi-Category Dealabs Price Intelligence

**Use case:** 

Monitor several Dealabs categories and searches together to build a richer French ecommerce price-intelligence dataset.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/groupe/high-tech"
    },
    {
      "url": "https://www.dealabs.com/search?q=iphone"
    }
  ],
  "categorySlugs": [
    "high-tech",
    "jeux-video"
  ],
  "searchQueries": [
    "ordinateur portable",
    "air fryer"
  ],
  "maxItems": 150,
  "maxPagesPerSource": 5,
  "includeExpired": true
}
```

## 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.