# Bien'ici Universal Scraper (`scrapifier/bien-ici-universal-scraper`) Actor

🏠 Scrape Bien'ici real-estate listings by filters — rent or buy. Get price, surface, rooms, DPE/energy, photos, location, coordinates and the agency, as clean structured data. Pay per result.

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

## Pricing

from $0.61 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## 🏠 Bienici Scraper

Extract Bien'ici real-estate listings by filters — rent or buy — and export them as structured JSON, CSV or Excel. No code required.

[![Apify Actor](https://apify.com/actor-badge?actor=scrapifier/bienici-universal-scraper)](https://apify.com/scrapifier/bienici-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 Bien'ici for rentals or sales by location, price, surface, rooms and bedrooms. For each listing you get the title and description, price (and price per m²), surface, rooms, bedrooms, floor, DPE/energy rating, photos, city, district, coordinates and the agency.

- Search with **friendly filters** — transaction, locations, property types, price, surface, rooms.
- Locations resolve **automatically** to Bien'ici zones (cities, districts or postal codes).
- Automatically collects the **full result set** for large searches (split by price to reach them all).
- Rich data out of the box — description, photos, DPE, coordinates and agency.
- Exports to JSON, CSV, Excel, or the Apify dataset API.
- Pay per result — no subscription.

### 🚀 How to use

1. Pick **Buy** or **Rent**, add one or more **locations** (cities, districts or postal codes), and set property types, price, surface and rooms.
2. Set **Max results** (`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 | `buy` | Buy (sale) or rent. |
| Locations | `locations` | array | `["Bordeaux"]` | Cities, districts or postal codes. |
| Property types | `property_types` | select (multi) | flat + house | Flat, house, land, parking… |
| Min / Max price | `price_min` / `price_max` | integer | — | Sale price or monthly rent, in €. |
| Min / Max surface | `surface_min` / `surface_max` | integer | — | Living surface in m². |
| Min rooms / bedrooms | `rooms_min` / `bedrooms_min` | integer | — | Minimum rooms / bedrooms. |
| New builds only | `new_only` | boolean | `false` | Only new-build (neuf) properties. |
| Max results | `max_results` | integer | `100` | Listings to collect. `0` = all reachable. |
| Proxy configuration | `proxyConfiguration` | object | Apify Proxy (auto) | Rotates IPs for reliable large runs. |

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

```json
{
  "transaction": "buy",
  "locations": ["Bordeaux"],
  "property_types": ["flat"],
  "price_max": 500000,
  "rooms_min": 2,
  "max_results": 100
}
```

</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` | Bien'ici listing ID |
| `url` | Direct link to the listing |
| `title` / `description` | Title and full description |
| `transaction` | buy or rent |
| `propertyType` | flat, house, terrain… |
| `price` / `priceWithoutFees` / `pricePerSquareMeter` | Price, price excl. fees, price per m² |
| `surfaceArea` / `roomsQuantity` / `bedroomsQuantity` / `floor` | Size and layout |
| `energyClassification` / `greenhouseGazClassification` | DPE / greenhouse-gas rating |
| `city` / `postalCode` / `district` | Location |
| `latitude` / `longitude` | Coordinates (approximate for privacy) |
| `newProperty` / `isInCondominium` / `annualCondominiumFees` | Property facts |
| `publicationDate` / `modificationDate` | Publication and update dates |
| `photos[]` / `photoCount` | Photo URLs and count |
| `agency` / `accountType` / `byPro` | Advertiser |

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

```json
{
  "id": "immo-facile-60587888",
  "url": "https://www.bienici.com/annonce/immo-facile-60587888",
  "title": "CHARTRONS - DUPLEX RÉNOVÉ - TERRASSE SUD-OUEST",
  "transaction": "buy",
  "propertyType": "flat",
  "price": 470000,
  "pricePerSquareMeter": 4451.3,
  "surfaceArea": 102.52,
  "roomsQuantity": 4,
  "bedroomsQuantity": 3,
  "energyClassification": "C",
  "city": "Bordeaux",
  "postalCode": "33300",
  "district": "Bordeaux - Grand Parc",
  "latitude": 44.8575,
  "longitude": -0.5739,
  "agency": "Côté Particuliers Bordeaux Chartrons",
  "photoCount": 12
}
```

</details>

### 💰 Pricing

**$0.90 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

- Apify Proxy (automatic) is on by default and rotates IPs for reliable large runs; switch to Residential (FR) for very big jobs.
- A single search reaches at most ~2,400 results; the Actor automatically splits big searches by price to collect the full set.
- Set **Max results** to `0` to fetch everything, and raise the run timeout for large jobs.
- Add several locations in one run to cover multiple cities at once.

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

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

Need another marketplace? Open an issue.

### ❓ FAQ

**How do I target a specific area?**

Add cities, districts or postal codes in **Locations** — each is resolved automatically to its Bien'ici zone. Add several to cover multiple areas in one run.

**Can I scrape every result?**

Yes. Set **Max results** to `0`; the Actor collects the full set, splitting large searches by price to get past the per-search limit.

**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`):

Whether to scrape properties for sale or for rent.

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

Cities, districts or postal codes (e.g. Bordeaux, Paris 15, 33000). Each is resolved automatically to its Bien'ici zone.

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

One or more property types. Empty = flats and houses.

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

Lowest price to include, in € (monthly rent or sale price).

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

Highest price to include, 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.

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

Minimum number of bedrooms.

## `new_only` (type: `boolean`):

Only new-build (neuf) properties.

## `max_results` (type: `integer`):

How many listings to collect (0 = as many as possible). Big searches are split by price so the full set is reachable.

## `emit_input_status` (type: `boolean`):

Add an input\_status report to the run's OUTPUT record.

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

Apify Proxy (automatic) is recommended — it rotates IPs to keep large runs reliable. For very big jobs you can switch to Residential (country FR).

## Actor input object example

```json
{
  "transaction": "buy",
  "locations": [
    "Bordeaux"
  ],
  "new_only": false,
  "max_results": 100,
  "emit_input_status": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

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

All Bien'ici 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 = {
    "locations": [
        "Bordeaux"
    ],
    "max_results": 100,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapifier/bien-ici-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 = {
    "locations": ["Bordeaux"],
    "max_results": 100,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapifier/bien-ici-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 '{
  "locations": [
    "Bordeaux"
  ],
  "max_results": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call scrapifier/bien-ici-universal-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/yYP9ZEyiLSpnXyMGT/builds/F83oJYmZqTFU9uj26/openapi.json
