# Scrape iPhone deals on Dealabs France

**Use case:** 

Extract iPhone deal listings from Dealabs.com with price drops, merchant, votes, and comments for French deal monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/search?q=iphone"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "temperature": {
    "label": "Temperature",
    "format": "text"
  },
  "temperatureLevel": {
    "label": "Temperature Level",
    "format": "text"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

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