# BienIci Properties Scraper - Low-cost💲🔥🏡🇫🇷 (`delectable_incubator/bienici-properties-scraper-low-cost`) Actor

🏠🔎 Extract property listings from BienIci with ease. Collect prices, property types, surfaces, rooms, bedrooms, cities, postal codes, coordinates, DPE/GES, agencies, photos, and listing URLs. Ideal for real estate research, market analytics, price monitoring, and property datasets 📊🚀

- **URL**: https://apify.com/delectable\_incubator/bienici-properties-scraper-low-cost.md
- **Developed by:** [Prime Scrape](https://apify.com/delectable_incubator) (community)
- **Categories:** Real estate, Lead generation, Automation
- **Stats:** 1 total users, 1 monthly users, 80.0% runs succeeded, 1 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $0.00005 / actor start

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

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

<p align="center">
  <img src="https://i.ibb.co/jkNS73wX/readme.png" alt="BienIci Property Scraper" width="100%">
</p>

***

## 🏡🏢 BienIci Property Scraper | Bulk Search URL Scraper | French Real Estate Listings | Apify Actor

### 🚀 Extract BienIci Property Listings in Seconds (No Code)

The **BienIci Property Scraper (Apify Actor)** is a powerful, scalable, and SEO-optimized scraping solution designed to extract **public BienIci property listings** using bulk search URLs.

Scrape property listings across France and collect structured real estate data including property type, transaction type, prices, surface areas, rooms, bedrooms, location, coordinates, energy ratings, agencies, photos, publication dates, and listing URLs.

Perfect for **real estate research, property market analysis, investment research, price monitoring, lead generation, property intelligence, AI datasets, housing analytics, and automation.**

***

## 🔥 Why This BienIci Property Scraper?

✔ Powerful BienIci Scraper on Apify

✔ Supports Bulk Search URLs

✔ Buy & Rent Listings

✔ Search Across France

✔ City & Postal Code Searches

✔ Apartments, Houses & New-Build Programs

✔ Detailed Property Information

✔ Agency & Developer Information

✔ Property Photos

✔ DPE & GES Energy Information

✔ Fast & Scalable Extraction

✔ JSON / CSV / Excel Ready

✔ No Coding Required

***

## 🎯 What This Scraper Does

This Apify Actor extracts public property listings from **BienIci search pages**.

Each URL is processed independently and returns up to **maxItemsPerUrl** property listings.

You can provide one or multiple BienIci search URLs in a single run.

***

## 📌 Supported Search Types

The scraper supports BienIci search URLs for:

🏠 Properties for Sale

🏢 Properties for Rent

🏘️ Apartments

🏡 Houses

🏗️ New-Build Programs

📍 City Searches

📮 Postal Code Searches

🇫🇷 France-Wide Searches

***

## ⚡ Input Configuration

### 🔥 BULK URL MODE

```
{
  "bulkUrls": [
    "https://www.bienici.com/recherche/achat/france?mode=liste",
    "https://www.bienici.com/recherche/location/paris-75000?mode=liste"
  ],
  "maxItemsPerUrl": 50,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

Simply add one or multiple BienIci search URLs.

Each URL is processed independently and returns up to **maxItemsPerUrl** property listings.

🇫🇷 **French residential proxies are strongly recommended for the best reliability.**

***

## 📊 Extracted Data

| Field                       | Description                                    |
| --------------------------- | ---------------------------------------------- |
| id                          | BienIci internal advertisement ID              |
| reference                   | Agency-assigned property reference             |
| adType                      | Transaction type: buy or rent                  |
| transactionType             | Transaction type                               |
| propertyType                | Property type such as flat, house or programme |
| title                       | Property listing title                         |
| description                 | Full property description                      |
| price                       | Property price in EUR                          |
| priceWithoutFees            | Price excluding agency fees                    |
| pricePerSquareMeter         | Price per m²                                   |
| surfaceArea                 | Living surface in m²                           |
| landSurfaceArea             | Land surface in m²                             |
| roomsQuantity               | Number of rooms                                |
| bedroomsQuantity            | Number of bedrooms                             |
| floor                       | Floor number                                   |
| city                        | City                                           |
| postalCode                  | Postal code                                    |
| districtName                | District or neighbourhood                      |
| latitude                    | Approximate latitude                           |
| longitude                   | Approximate longitude                          |
| energyClassification        | DPE energy classification                      |
| greenhouseGazClassification | GES emissions classification                   |
| heating                     | Heating type                                   |
| newProperty                 | Whether the property is new-build              |
| accountType                 | Agency, developer, etc.                        |
| accountDisplayName          | Agency or developer name                       |
| photos                      | Property photo URLs                            |
| photoCount                  | Number of photos                               |
| publicationDate             | Publication date                               |
| modificationDate            | Last modification date                         |
| adUrl                       | Full BienIci listing URL                       |
| sourceUrl                   | Original BienIci search URL                    |
| pageNumber                  | Pagination page number                         |

***

## 🏠 Property Information

The scraper extracts detailed property characteristics, including:

🏷️ Listing ID & Reference

🏠 Property Type

💰 Sale or Rental Price

📐 Living Surface

🌳 Land Surface

🚪 Number of Rooms

🛏️ Number of Bedrooms

🏢 Floor

🔥 Heating Type

🆕 New-Build Status

***

## 📍 Location Data

Extract geographic information for every listing:

📍 City

📮 Postal Code

🏘️ District / Neighbourhood

🌐 Latitude

🌐 Longitude

The coordinates returned by BienIci may be approximate or intentionally blurred.

***

## ⚡ Energy Information

For listings where the information is available, the scraper extracts:

🔋 DPE Energy Classification

🌱 GES Greenhouse Gas Classification

🔥 Heating Information

These fields are useful for **property comparison, market analysis and energy-efficiency research**.

***

## 🏢 Agency & Developer Information

Extract information about the account publishing each listing:

🏢 Account Type

👤 Agency / Developer Name

🔖 Agency Reference

This can be useful for **real estate lead generation, agency research and market intelligence**.

***

## 📸 Property Photos

The scraper can collect:

🖼️ Property photo URLs

🔢 Photo count

🔗 Listing URLs

This allows you to build structured property catalogs or visual real estate datasets.

***

## 💡 Use Cases

Perfect for:

🏡 Real Estate Market Research

📊 Property Market Analytics

💰 Investment Research

📈 Property Price Monitoring

🏢 Real Estate Agency Research

👤 Lead Generation

🏘️ Property Discovery

📍 Location Intelligence

🏗️ New-Build Market Analysis

⚡ Energy Efficiency Analysis

🤖 AI Training Datasets

📋 Property Catalog Building

⚙️ Automation Workflows

***

## 🚀 Key Features

⚡ Bulk Search URL Support

🇫🇷 France-Wide Property Extraction

🏠 Sale & Rental Listings

🏢 Apartment Listings

🏡 House Listings

🏗️ New-Build Programs

💰 Property Pricing

📐 Surface & Room Information

📍 Geographic Data

⚡ DPE & GES Information

🏢 Agency & Developer Data

🖼️ Property Photos

🔗 Listing URLs

📅 Publication & Modification Dates

📊 Structured Output

🔁 Reliable Cloud Execution

💾 Export-Ready Datasets

⚙️ Scalable Apify Actor

***

## 📤 Export Formats

✔ JSON

✔ CSV

✔ Excel (XLSX)

✔ XML

✔ HTML

✔ RSS

***

## 📦 Example Output

```
{
  "id": "123456789",
  "reference": "AG12345",
  "adType": "buy",
  "transactionType": "buy",
  "propertyType": "flat",
  "title": "Appartement 3 pièces 65 m²",
  "description": "Bel appartement situé au cœur de Paris...",
  "price": 425000,
  "priceWithoutFees": 410000,
  "pricePerSquareMeter": 6538,
  "surfaceArea": 65,
  "landSurfaceArea": "N/A",
  "roomsQuantity": 3,
  "bedroomsQuantity": 2,
  "floor": 4,
  "city": "Paris",
  "postalCode": "75015",
  "districtName": "15e arrondissement",
  "latitude": 48.842,
  "longitude": 2.296,
  "energyClassification": "D",
  "greenhouseGazClassification": "B",
  "heating": "Individual electric heating",
  "newProperty": false,
  "accountType": "agency",
  "accountDisplayName": "Example Immobilier",
  "photos": [
    "https://..."
  ],
  "photoCount": 8,
  "publicationDate": "2026-08-10T10:30:00Z",
  "modificationDate": "2026-08-14T15:20:00Z",
  "adUrl": "https://www.bienici.com/annonce/...",
  "sourceUrl": "https://www.bienici.com/recherche/achat/paris-75015?mode=liste",
  "pageNumber": 1
}
```

***

## 🔥 Why Use This BienIci Scraper?

✔ Bulk URL Support

✔ Buy & Rent Searches

✔ France-Wide Coverage

✔ Rich Property Metadata

✔ Detailed Pricing Information

✔ Surface & Room Data

✔ DPE & GES Information

✔ Agency & Developer Information

✔ Property Photos

✔ Geographic Coordinates

✔ Publication Dates

✔ Structured Export-Ready Datasets

✔ Scalable Apify Infrastructure

***

## 💸 Pricing

This scraper runs on a **pay-per-result** pricing model.

You only pay for successfully extracted property listings.

**💳 Price: $0.95 / 1,000 results**

***

## ❓ FAQ

#### Can I scrape multiple BienIci URLs?

Yes.

The Actor supports **bulk search URLs**, allowing you to process multiple BienIci searches in a single run.

***

#### Can I scrape both properties for sale and rent?

Yes.

The scraper supports both **buy** and **rent** BienIci search URLs.

***

#### Can I scrape properties across France?

Yes.

You can provide France-wide, city-level, district-level or postal-code search URLs.

***

#### Which property types are supported?

The scraper can extract listings such as:

- Apartments
- Houses
- Flats
- New-build programs
- Other publicly available BienIci property listings

***

#### Does it extract property prices?

Yes.

The scraper extracts the advertised price, price excluding fees and price per square meter when available.

***

#### Does it extract DPE and GES?

Yes.

Energy and greenhouse-gas classifications are extracted when available in the listing data.

***

#### Does it extract agencies?

Yes.

The scraper extracts the account type and agency/developer display name when available.

***

#### Does it extract property photos?

Yes.

The output can contain the available property photo URLs as well as the total photo count.

***

#### Can I scrape thousands of listings?

Yes.

Increase **maxItemsPerUrl** and provide multiple search URLs to scale your extraction.

***

#### Are French residential proxies recommended?

Yes.

**French residential proxies are strongly recommended** for better reliability when scraping BienIci.

***

#### Is coding required?

No.

Everything runs directly through Apify.

Simply provide your BienIci search URLs and configure the maximum number of listings.

***

#### Can I export the data?

Yes.

Apify supports JSON, CSV, Excel, XML, HTML and RSS exports.

***

## ⚠️ Disclaimer

This tool is an independent data extraction solution and is **not affiliated with BienIci**.

Users are responsible for complying with BienIci's Terms of Service, applicable laws, and any restrictions governing the collection and use of publicly available data.

***

## 🔗 Related Actors

We are building the complete **PrimeScrape Real Estate Intelligence Suite**.

More premium real estate, rental, property marketplace, housing, and property intelligence scrapers are coming soon.

🚀 Stay tuned.

***

## 🌍 PrimeScrape Ecosystem

Built for large-scale data extraction, automation, AI datasets, and business intelligence.

🏡 Real Estate Intelligence

📊 Property Analytics

💰 Property Price Monitoring

📈 Market Research

🏢 Real Estate Agency Intelligence

🤖 AI Training Datasets

⚙️ Automation Pipelines

🌐 Public Data Extraction

***

## 📬 Support

⭐⭐⭐⭐⭐

If this scraper saves you time, please leave a review.

For enterprise scraping solutions, custom Apify Actors, or large-scale real estate scraping projects, feel free to contact **PrimeScrape**.

# Actor input Schema

## `bulkUrls` (type: `array`):

One or more BienIci search URLs to scrape (buy or rent).

Examples:

🔍 Buy, all of France:
https://www.bienici.com/recherche/achat/france?mode=liste

🏙️ Rent, Paris 75000:
https://www.bienici.com/recherche/location/paris-75000?mode=liste

## `maxItemsPerUrl` (type: `integer`):

Maximum number of property listings to collect per URL.

## `proxy` (type: `object`):

Residential French proxies are strongly recommended —

## Actor input object example

```json
{
  "bulkUrls": [
    "https://www.bienici.com/recherche/achat/france?mode=liste",
    "https://www.bienici.com/recherche/location/paris-75000?mode=liste"
  ],
  "maxItemsPerUrl": 40,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

# Actor output Schema

## `results` (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 = {
    "bulkUrls": [
        "https://www.bienici.com/recherche/achat/france?mode=liste",
        "https://www.bienici.com/recherche/location/paris-75000?mode=liste"
    ],
    "maxItemsPerUrl": 40,
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "FR"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("delectable_incubator/bienici-properties-scraper-low-cost").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 = {
    "bulkUrls": [
        "https://www.bienici.com/recherche/achat/france?mode=liste",
        "https://www.bienici.com/recherche/location/paris-75000?mode=liste",
    ],
    "maxItemsPerUrl": 40,
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "FR",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("delectable_incubator/bienici-properties-scraper-low-cost").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 '{
  "bulkUrls": [
    "https://www.bienici.com/recherche/achat/france?mode=liste",
    "https://www.bienici.com/recherche/location/paris-75000?mode=liste"
  ],
  "maxItemsPerUrl": 40,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}' |
apify call delectable_incubator/bienici-properties-scraper-low-cost --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,delectable_incubator/bienici-properties-scraper-low-cost"
        }
    }
}

```

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/c5NsJzlglWNc103EX/builds/d2PMVkx3cYL7BC4TU/openapi.json
