# SeLoger Universal Scraper (`scrapifier/seloger-universal-scraper`) Actor

⚡ Extract unlimited SeLoger listings in seconds! Drop your search URL and get rich, structured real estate data — price, surface, rooms, location, DPE & more. Perfect for market analysis, investment scouting, price benchmarking or lead generation. Automate the French property market & stay ahead! 🏡

- **URL**: https://apify.com/scrapifier/seloger-universal-scraper.md
- **Developed by:** [Scrapifier](https://apify.com/scrapifier) (community)
- **Categories:** Real estate, Lead generation, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $0.96 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

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

## 🏠 SeLoger Scraper

Extract SeLoger real-estate listings by filters or from a search URL — and export them as structured JSON, CSV or Excel. No code required.

[![Apify Actor](https://apify.com/actor-badge?actor=scrapifier/seloger-universal-scraper)](https://apify.com/scrapifier/seloger-universal-scraper)

### 📋 Contents

- [Overview](#-overview)
- [How to use](#-how-to-use)
- [Input](#-input)
- [Output](#-output)
- [Pricing](#-pricing)
- [Proxy and performance](#-proxy-and-performance)
- [Integrations](#-integrations)
- [Related Actors](#-related-actors)
- [FAQ](#-faq)
- [Support](#-support)

### 📖 Overview

Search SeLoger for rentals or sales by location, price, surface, rooms and bedrooms — or paste a SeLoger search URL. For each listing you get the title and description, price, surface, rooms, bedrooms, floor, DPE/energy rating, key facts, photos, location and the agency phone.

- Search with **friendly filters** (transaction, locations, price, surface, rooms) or paste a SeLoger search URL.
- Automatically collects the **full result set** for large searches.
- Rich data out of the box — description, photos, DPE, transport and agency contact.
- Exports to JSON, CSV, Excel, or the Apify dataset API.
- Pay per result — no subscription.

### 🚀 How to use

1. Pick **Rent** or **Buy**, add one or more **locations** (cities, arrondissements or postal codes), and set price/surface/rooms — **or** paste a SeLoger search URL into **Search URLs**.
2. Set **Max pages** (`0` = everything).
3. Start the run.
4. Download your data from the **Storage** tab, or fetch it from the API.

### 📥 Input

| Field | Key | Type | Default | Description |
|---|---|---|---|---|
| Transaction | `transaction` | select | `rent` | Rent or buy. |
| Locations | `locations` | array of strings | `["Paris 11"]` | Cities, arrondissements or postal codes. |
| Property types | `property_types` | select (multi) | `apartment` | Apartment and/or house. |
| Min / Max price | `price_min` / `price_max` | integer | — | Monthly rent or sale price, in €. |
| Min / Max surface | `surface_min` / `surface_max` | integer | — | Living surface in m². |
| Min rooms / bedrooms | `rooms_min` / `bedrooms_min` | integer | — | `5` = 5 and more. |
| Search URLs | `urls_list` | array of strings | — | Advanced: paste a SeLoger search URL (takes precedence over the filters). |
| Max pages | `max_pages` | integer | `10` | Pages per search. `0` = all reachable pages. |
| Full details | `fetch_details` | boolean | `false` | Also open each listing for every photo, full features and exact GPS (slower). |
| Proxy configuration | `proxyConfiguration` | object | Residential / FR | Residential FR recommended. |

<details>
<summary>Example input</summary>

```json
{
  "transaction": "rent",
  "locations": ["Paris 11", "Lyon"],
  "property_types": ["apartment"],
  "price_max": 1500,
  "surface_min": 30,
  "rooms_min": 2,
  "max_pages": 10
}
```

</details>

### 📤 Output

Each listing is stored as one dataset item. Export it as JSON, CSV or Excel, or read it from the API.

| Field | Description |
|---|---|
| `id` | SeLoger listing ID |
| `url` | Direct link to the listing |
| `title` / `headline` / `description` | Title, headline and full description |
| `distribution_type` | Rent or sale |
| `property_type` | Apartment, house… |
| `prices{}` | Price and price breakdown |
| `surface` / `rooms` / `bedrooms` / `floor` | Size and layout |
| `epc` / `energy` | DPE / energy rating |
| `keyfacts` | Key facts (heating, exposure…) |
| `city` / `zip_code` | Location |
| `creation_date` / `update_date` | Publication and update dates |
| `photos[]` | Photo URLs |
| `agency` / `phone` | Agency and contact (when available) |

<details>
<summary>Example output</summary>

```json
{
  "id": "274717675",
  "url": "https://www.seloger.com/annonces/locations/appartement/paris-11eme-75/...",
  "title": "Appartement meublé",
  "distribution_type": "rent",
  "property_type": "apartment",
  "prices": { "value": 1575, "currency": "EUR", "period": "monthly" },
  "surface": 42,
  "rooms": 2,
  "bedrooms": 1,
  "floor": 3,
  "epc": "D",
  "city": "Paris",
  "zip_code": "75011",
  "creation_date": "2026-07-10"
}
```

</details>

### 💰 Pricing

**$0.96 per 1,000 listings.** No subscription — you pay only for the results you extract. New Apify users can try the Actor with their free monthly platform credits.

### 🛡️ Proxy and performance

- Use Apify residential proxies (country FR) for reliable runs — it is the most robust setup.
- A single search returns at most ~2500 results; the Actor automatically collects the full set when there are more.
- Set **Max pages** to `0` to fetch everything, and raise the run timeout for large jobs.
- Keep **Full details** off unless you need every photo and exact GPS — it makes runs much slower and more expensive.

### 🔌 Integrations

Run the Actor from the [Apify API](https://docs.apify.com/api/v2), the [JavaScript](https://docs.apify.com/sdk/js) or [Python](https://docs.apify.com/sdk/python) clients, or connect it to Make, Zapier, n8n, Google Sheets and Slack through Apify integrations. Each run's data is available as JSON or CSV via the dataset API.

### 🔗 Related Actors

- [Leboncoin Universal Scraper](https://apify.com/scrapifier/leboncoin-universal-scraper) — listings from Leboncoin.fr.
- [Leboncoin Real Estate](https://apify.com/scrapifier/leboncoin-universal-scraper-real-estate) — Leboncoin real estate by filters.

Need another marketplace? Open an issue.

### ❓ FAQ

**Which URLs are supported?**

SeLoger search URLs — the `classified-search?...` URL from your browser's address bar (older `list.htm?...` URLs work too).

**Can I scrape every result?**

Yes. Set **Max pages** to `0`; the Actor collects the full set even for large searches.

**How fresh is the data?**

It is collected live at runtime.

### 💬 Support

Questions or issues? Post them in the **Issues** tab and I will respond quickly. If the Actor is useful to you, a review is appreciated.

# Actor input Schema

## `transaction` (type: `string`):

Rent or buy.

## `locations` (type: `array`):

One or more cities, arrondissements or postal codes, e.g. "Paris 11", "Lyon", "75011", "Bordeaux". Each is resolved automatically.

## `property_types` (type: `array`):

Apartment and/or house. Leave empty for both.

## `price_min` (type: `integer`):

Minimum price (monthly rent or sale price, in €).

## `price_max` (type: `integer`):

Maximum price (monthly rent or sale price, in €).

## `surface_min` (type: `integer`):

Minimum living surface in m².

## `surface_max` (type: `integer`):

Maximum living surface in m².

## `rooms_min` (type: `integer`):

Minimum number of rooms (5 = 5 and more).

## `bedrooms_min` (type: `integer`):

Minimum number of bedrooms (5 = 5 and more).

## `urls_list` (type: `array`):

Advanced: instead of the filters above, do a search on SeLoger.com and paste the URL from your browser's address bar (e.g. https://www.seloger.com/classified-search?distributionTypes=Buy\&estateTypes=House,Apartment\&locations=AD08FR31096). The older list.htm?... URLs also work. If set, URLs take precedence over the filters above.

## `max_pages` (type: `integer`):

Maximum number of pages to scrape per search. Set 0 to scrape all reachable pages. A single SeLoger search returns at most ~2500 results — narrow your filters to go beyond. Big runs are slower, so raise the run timeout accordingly.

## `split_intervals` (type: `boolean`):

ON by default. A single SeLoger search returns at most ~2500 results — when there are more, the Actor automatically collects the full set for you. Set 'Max pages' to 0 to get everything.

## `fetch_details` (type: `boolean`):

OFF by default to keep runs cheap and fast. The search results already include description, photos, price, surface, rooms, DPE, transport and the agency phone. Turn this ON only if you also need every photo, the full feature list and exact GPS — it opens each listing's own page, which makes the run much slower and more expensive.

## `concurrency` (type: `integer`):

How many listings to fetch in parallel. Higher = faster; keep it moderate and pair it with a good residential proxy.

## `delay_between_pages` (type: `number`):

Wait time between requests (politeness). 0 = fastest.

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

Residential proxies in France are strongly recommended for reliable runs.

## Actor input object example

```json
{
  "transaction": "rent",
  "locations": [
    "Paris 11"
  ],
  "property_types": [
    "apartment"
  ],
  "max_pages": 10,
  "split_intervals": true,
  "fetch_details": false,
  "concurrency": 8,
  "delay_between_pages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

All SeLoger listings extracted by this run.

# 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 = {
    "transaction": "rent",
    "locations": [
        "Paris 11"
    ],
    "property_types": [
        "apartment"
    ],
    "max_pages": 10,
    "split_intervals": true,
    "fetch_details": false,
    "concurrency": 8,
    "delay_between_pages": 0,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "FR"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapifier/seloger-universal-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 = {
    "transaction": "rent",
    "locations": ["Paris 11"],
    "property_types": ["apartment"],
    "max_pages": 10,
    "split_intervals": True,
    "fetch_details": False,
    "concurrency": 8,
    "delay_between_pages": 0,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "FR",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapifier/seloger-universal-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "transaction": "rent",
  "locations": [
    "Paris 11"
  ],
  "property_types": [
    "apartment"
  ],
  "max_pages": 10,
  "split_intervals": true,
  "fetch_details": false,
  "concurrency": 8,
  "delay_between_pages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}' |
apify call scrapifier/seloger-universal-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapifier/seloger-universal-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/x64gyTmKRhRSmOaU9/builds/jzYvmOCJuS23ZFDHB/openapi.json
