# Dealabs Scraper (`lexis-solutions/dealabs-scraper`) Actor

Scrape Dealabs deals at scale from search, hot, trending, and category pages, capturing prices, discounts, ratings, comments, and voucher codes with powerful filters, pagination, and proxy support for reliable data.

- **URL**: https://apify.com/lexis-solutions/dealabs-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** E-commerce, Automation, AI
- **Stats:** 5 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$35.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Dealabs Scraper

***

![banner](https://i.ibb.co/SX51Pvr2/Screenshot-2026-01-16-at-11-28-15-AM.png)

***

This actor scrapes deals from **Dealabs.com**, France's #1 deals community platform. It extracts detailed deal information including prices, discounts, ratings, and comments.

### Features

- ✅ Scrapes deals from search results, categories, and trending pages
- ✅ Supports filtering by price, temperature, category, merchant, and time frame
- ✅ Extracts detailed deal information including prices, discounts, ratings, and comments
- ✅ Handles pagination automatically
- ✅ Captures promotional codes and vouchers
- ✅ Proxy support for reliable scraping

### Input

The actor accepts the following input parameters:

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

#### Parameters

- **startUrls** (array, required): List of URLs to scrape. Supports:
  - Homepage: `https://www.dealabs.com/`
  - Search: `https://www.dealabs.com/search?q=keyword`
  - Hot deals: `https://www.dealabs.com/les-plus-hot`
  - Trending: `https://www.dealabs.com/tendance`
  - Categories: `https://www.dealabs.com/groupe/category-name`
  - Detail pages: `https://www.dealabs.com/bons-plans/deal-slug-id`

- **maxItems** (integer, optional): Maximum number of deals to scrape. Default: 5

- **proxyConfiguration** (object, optional): Proxy settings for the actor

### Output

Each deal contains the following information:

```json
{
  "url": "https://www.dealabs.com/bons-plans/deal-title-123456",
  "title": "Deal Title",
  "price": 99.99,
  "originalPrice": 149.99,
  "discountPercentage": 33,
  "merchant": "Amazon",
  "merchantUrl": "https://www.dealabs.com/marchand/amazon",
  "description": "Deal description...",
  "temperature": 150.5,
  "temperatureLevel": "Hot2",
  "commentCount": 25,
  "voucherCode": "SAVE20",
  "dealLink": "https://www.amazon.fr/...",
  "shareableLink": "https://www.dealabs.com/share-deal/123456",
  "publishedAt": "2025-01-15T10:30:00.000Z",
  "updatedAt": "2025-01-15T12:00:00.000Z",
  "startDate": "2025-01-15T00:00:00.000Z",
  "endDate": "2025-01-20T23:59:59.000Z",
  "isExpired": false,
  "isHot": true,
  "category": "High-Tech",
  "imageUrl": "https://static.pepper.pl/threads/raw/image.jpg",
  "shipping": {
    "isFree": true,
    "price": 0
  },
  "user": {
    "username": "dealfinder",
    "userId": 12345
  }
}
```

### URL Filters

The scraper supports various URL parameters for filtering:

- `q` - Search query
- `page` - Page number
- `priceFrom` - Minimum price
- `priceTo` - Maximum price
- `temperatureFrom` - Minimum temperature (deal rating)
- `groups` - Category IDs (comma-separated)
- `retailers` - Merchant IDs (comma-separated)
- `time_frame` - Time period in days (e.g., 30)
- `search_fields` - Search fields (2=title, 3=description)
- `hide_expired` - Hide expired deals (true/false)

### 📞 Support & Feedback

Got feedback or need an extension?

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners/find). We can help you with custom solutions or data extraction projects.

Contact us over [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

***

### 💝 Support Our Work

If you're happy with our work and scrapers, you're welcome to leave us a company review [here](https://apify.com/partners/find/lexis-solutions/review) and leave a review for the scrapers you're subscribed to. It will take you less than a minute but it will mean a lot to us!

Image Credit: https://www.dealabs.com

# Actor input Schema

## `startUrls` (type: `array`):

List of URLs to start scraping from

## `maxItems` (type: `integer`):

Maximum number of deals to scrape

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

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

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.dealabs.com/search?q=iphone"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/dealabs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://www.dealabs.com/search?q=iphone" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/dealabs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.dealabs.com/search?q=iphone"
    }
  ]
}' |
apify call lexis-solutions/dealabs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,lexis-solutions/dealabs-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/JuyaSE0HeOsysjMgQ/builds/4aLE0w956yxF4LOzJ/openapi.json
