# Bien'Ici Scraper - France Real Estate (`igolaizola/bienici-scraper`) Actor

Find French property listings on bienici.com by location, sale or rent, price, surface area, rooms, property type, and keywords. Export records with links, photos, location, and contact details to JSON, CSV, Excel, or consume them through the Apify API.

- **URL**: https://apify.com/igolaizola/bienici-scraper.md
- **Developed by:** [Iñigo Garcia Olaizola](https://apify.com/igolaizola) (community)
- **Categories:** Real estate, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.70 / 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

## Bien'ici Scraper – French Real Estate Listings

Find apartments, houses, new-build properties, and other French real estate listings on Bien'ici and save them to an Apify dataset. Use the results for market research, investment sourcing, lead generation, competitor monitoring, and property discovery.

### 🔎 Search properties

Choose a location and search purpose, then narrow the results with price, surface area, rooms, property categories, keywords, and sorting. The default location is Paris, so a new actor run is ready to return listings without additional setup.

### 💡 Why use Bien'ici Scraper?

- 📈 **Track French property prices** — compare asking prices, surface areas, and price per square metre across cities and neighbourhoods.
- 🏠 **Source investment opportunities** — find apartments, houses, land, parking, and commercial properties that match a budget and property profile.
- 🎯 **Build real estate leads** — collect listing links, photos, advertiser details, and available contact information for research or outreach.
- 🔎 **Monitor market changes** — repeat filtered searches to identify new, sold, preview, or price-ranked listings.
- 📊 **Create property reports** — export structured listings for market studies, acquisition pipelines, and competitor analysis.

### 📥 Input reference

| Input | Type | Description | Default |
| --- | --- | --- | --- |
| `location` | Text | City, postcode, department, or another location name. Example: `Paris`. Ignored when coordinates are provided. | `Paris` |
| `latitude` / `longitude` | Number | Center point for a coordinate search. Provide both together; coordinates take precedence over `location`. | — |
| `distanceKm` | Number | Search radius around the coordinate point, in kilometers. | `20` |
| `operation` | Choice | Search for properties for sale, for rent, new construction, or house-building projects. | `buy` |
| `sortBy` | Choice | Sort by relevance, recency, surface area, price, or price per square metre. | `relevance` |
| `minPrice` | Number | Minimum price in euros. | — |
| `maxPrice` | Number | Maximum price in euros. | — |
| `minSurface` | Number | Minimum surface area in square metres. | — |
| `maxSurface` | Number | Maximum surface area in square metres. | — |
| `minRooms` | Number | Minimum number of rooms. | — |
| `maxRooms` | Number | Maximum number of rooms. | — |
| `propertyTypes` | List of choices | Optional categories: house, apartment, parking or garage, land, loft or studio, business sale, building, castle, commercial premises, office, townhouse, or other. | — |
| `keywords` | List of text | Optional free-text words or phrases, such as `balcony`. | — |
| `maxItems` | Number | Maximum number of listings to save. | `100` |
| `minBedrooms` / `maxBedrooms` | Number | Bedroom range. | — |
| `minGardenSurfaceArea` / `maxGardenSurfaceArea` | Number | Garden-area range in square metres. | — |
| `propertyAge` | List of choices | `new` and/or `old`. | — |
| `energyClassification` | List of choices | Energy classes from `A` to `G`. | — |
| `hasBalcony` | Boolean | Require a balcony. | `false` |
| `hasTerrace` | Boolean | Require a terrace. | `false` |
| `hasBalconyOrTerrace` | Boolean | Require a balcony or terrace. | `false` |
| `hasCellar` | Boolean | Require a cellar. | `false` |
| `hasParking` | Boolean | Require parking. | `false` |
| `hasGarden` | Boolean | Require a garden. | `false` |
| `hasDoorCode` / `hasIntercom` | Boolean | Require a door code or intercom. | `false` |
| `hasCaretaker` / `hasElevator` | Boolean | Require a caretaker or elevator. | `false` |
| `hasFireplace` / `hasPool` | Boolean | Require a fireplace or pool. | `false` |
| `hasSeparateToilet` | Boolean | Require a separate toilet. | `false` |
| `furnished` / `unfurnished` | Boolean | Include furnished or unfurnished properties. | `false` |
| `noWorkToDo` / `workToDo` | Boolean | Filter by whether work is needed. | `false` |
| `hasToBeBuilt` | Boolean | Require homes to be built. | `false` |
| `fiberAvailable` | Boolean | Require deployed fibre availability. | `false` |
| `hasChargingStations` | Boolean | Require an electric-vehicle charging station. | `false` |
| `accessibleForDisabled` | Boolean | Require accessibility for people with disabilities. | `false` |
| `flatSharing` | Boolean | Require listings allowing flat sharing. | `false` |
| `duplex` / `singleStoreyHouse` | Boolean | Filter duplex or single-storey houses. | `false` |
| `topFloor` / `groundFloor` | Boolean | Require top-floor or ground-floor properties. | `false` |
| `excludeGroundFloor` | Boolean | Exclude ground-floor properties. | `false` |
| `exclusiveSaleMandate` | Boolean | Require exclusive sale mandates. | `false` |
| `has3DModel` / `preview` | Boolean | Require 3D-model or preview listings. | `false` |
| `hasPhoto` | Boolean | Require listings with photos. | `false` |
| `lifeAnnuityOnly` / `excludeLifeAnnuity` | Boolean | Include only or exclude life-annuity sales. | `false` |
| `bareOwnershipOnly` / `excludeBareOwnership` | Boolean | Include only or exclude bare-ownership properties. | `false` |
| `studentResidence` / `seniorResidence` | Boolean | Filter student or senior residences. | `false` |
| `tourismResidence` / `managedResidence` | Boolean | Filter tourism or managed residences. | `false` |
| `excludeResidence` | Boolean | Exclude residence properties. | `false` |
| `eligibleDenormandie` | Boolean | Require Denormandie-law eligibility. | `false` |
| `sold` | Boolean | Include sold properties. | `false` |
| `excludeAgencyNew` | Boolean | Exclude new-build listings from agencies. | `false` |

### 🚀 Start a run

1. Open the [Bien'ici Scraper](https://apify.com/igolaizola/bienici-scraper).
2. Enter a location such as `Paris`.
3. Select the operation and any filters.
4. Click **Start** and open the dataset when the run finishes.

### 🧪 Example inputs

#### Buy apartments in Paris

```json
{
  "location": "Paris",
  "operation": "buy",
  "sortBy": "priceAsc",
  "minPrice": 150000,
  "maxPrice": 500000,
  "minSurface": 40,
  "minRooms": 2,
  "minBedrooms": 1,
  "propertyTypes": ["flat"],
  "energyClassification": ["A", "B", "C"],
  "hasBalcony": true,
  "hasParking": true,
  "keywords": ["balcony"],
  "maxItems": 100
}
```

#### Search around coordinates

```json
{
  "latitude": 48.8566,
  "longitude": 2.3522,
  "distanceKm": 20,
  "operation": "buy",
  "propertyTypes": ["flat"],
  "maxItems": 100
}
```

#### Rent apartments in Lyon

```json
{
  "location": "Lyon",
  "operation": "rent",
  "maxSurface": 80,
  "hasBalcony": true,
  "maxItems": 50
}
```

### 📦 Output

Each dataset item is a listing record. The **Overview** view highlights the most useful fields:

- Listing ID, reference, property type, title, and description
- Price, price before fees, price per square metre, surface area, rooms, bedrooms, shower rooms, and floor
- Listing URL and photos
- City, postcode, department, district, latitude, and longitude
- Advertiser type, professional-advertiser flag, and contact phone values when supplied

Example result:

```json
{
  "id": "ag750524-544296869",
  "reference": "544296869",
  "propertyType": "flat",
  "transactionType": "buy",
  "title": "Two-bedroom apartment with balcony",
  "description": "Bright apartment close to public transport.",
  "price": 325000,
  "priceWithoutFees": 315000,
  "pricePerSquareMeter": 5603.45,
  "surfaceArea": 58,
  "roomsQuantity": 3,
  "bedroomsQuantity": 2,
  "showerRoomsQuantity": 1,
  "floor": 4,
  "url": "https://www.bienici.com/annonce/123456789",
  "city": "Paris",
  "postalCode": "75015",
  "departmentCode": "75",
  "district": {"name": "Paris 15e"},
  "blurInfo": {"position": {"lat": 48.842, "lon": 2.292}},
  "photos": [{"url": "https://images.example.com/listing-123.jpg"}],
  "accountType": "agency",
  "adCreatedByPro": true,
  "phoneDisplays": ["+33123456789"]
}
```

### 💡 Tips and common recipes

- Start with `location` and `operation`, then add one filter at a time to understand the available inventory.
- Use `minPrice` and `maxPrice` together for a defined budget.
- Combine `minSurface` with `minRooms` to find family-sized properties.
- Set `maxItems` to a smaller value while testing a search, then increase it for a full collection. Requests use the largest supported page size automatically.
- Use `latitude`, `longitude`, and `distanceKm` to search around an exact point instead of a named location.

### ⚖️ Legal and ethical use

Use this actor only where you have a lawful basis to collect and use the data. Respect Bien'ici's terms, applicable privacy and data-protection laws, and any limits or permissions associated with your account and intended use. Do not use contact information for unsolicited messaging, harassment, discrimination, or other harmful activity.

### ❓ FAQ

#### Which locations are supported?

Use French cities, postcodes, departments, or other location names understood by Bien'ici. `Paris` is the default example and starting location.

#### Can I search for both sales and rentals?

Yes. Set `operation` to `buy` for-sale listings, `rent` for rentals, or `new` for new construction.

#### Can I search around coordinates?

Yes. Provide `latitude`, `longitude`, and optionally `distanceKm`. Coordinates take precedence over `location`; the default radius is 20 km.

#### How can I control run size?

Use `maxItems` to cap the number of saved listings. Requests use the largest supported page size automatically.

#### Need help?

Contact support at [igolaizola.com/#contact](https://igolaizola.com/#contact).

# Actor input Schema

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

Maximum number of listings to save.

## `location` (type: `string`):

City, postcode, department, or other location name. Example: Paris. Ignored when latitude and longitude are provided.

## `latitude` (type: `number`):

Latitude of the center point for coordinate-based search. Use together with longitude. Coordinates take precedence over location.

## `longitude` (type: `number`):

Longitude of the center point for coordinate-based search. Use together with latitude.

## `distanceKm` (type: `integer`):

Search radius around the latitude/longitude point, in kilometers.

## `operation` (type: `string`):

Whether to find properties for purchase, rent, new construction, or construction projects.

## `sortBy` (type: `string`):

Order in which matching listings are returned.

## `minPrice` (type: `integer`):

Only include listings priced at or above this amount.

## `maxPrice` (type: `integer`):

Only include listings priced at or below this amount.

## `minSurface` (type: `integer`):

Only include listings with at least this many square metres.

## `maxSurface` (type: `integer`):

Only include listings with at most this many square metres.

## `minRooms` (type: `integer`):

Only include listings with at least this many rooms.

## `maxRooms` (type: `integer`):

Only include listings with at most this many rooms.

## `minBedrooms` (type: `integer`):

Only include listings with at least this many bedrooms.

## `maxBedrooms` (type: `integer`):

Only include listings with at most this many bedrooms.

## `minGardenSurfaceArea` (type: `integer`):

Only include listings with at least this much garden area.

## `maxGardenSurfaceArea` (type: `integer`):

Only include listings with at most this much garden area.

## `propertyAge` (type: `array`):

Choose whether to include new or existing properties.

## `propertyTypes` (type: `array`):

Optional property categories to include in the search.

## `energyClassification` (type: `array`):

Include only listings with one or more selected energy classes.

## `keywords` (type: `array`):

Optional free-text words or phrases to match in listings. Example: balcony.

## `hasBalcony` (type: `boolean`):

Require a balcony.

## `hasTerrace` (type: `boolean`):

Require a terrace.

## `hasBalconyOrTerrace` (type: `boolean`):

Require a balcony or terrace.

## `hasCellar` (type: `boolean`):

Require a cellar.

## `hasParking` (type: `boolean`):

Require parking.

## `hasGarden` (type: `boolean`):

Require a garden.

## `hasDoorCode` (type: `boolean`):

Require a door code.

## `hasIntercom` (type: `boolean`):

Require an intercom.

## `hasCaretaker` (type: `boolean`):

Require a caretaker.

## `hasElevator` (type: `boolean`):

Require an elevator.

## `hasFireplace` (type: `boolean`):

Require a fireplace.

## `hasPool` (type: `boolean`):

Require a pool.

## `hasSeparateToilet` (type: `boolean`):

Require a separate toilet.

## `furnished` (type: `boolean`):

Require furnished properties.

## `unfurnished` (type: `boolean`):

Require unfurnished properties.

## `noWorkToDo` (type: `boolean`):

Require properties with no work to do.

## `workToDo` (type: `boolean`):

Require properties with work to do.

## `hasToBeBuilt` (type: `boolean`):

Require homes to be built.

## `fiberAvailable` (type: `boolean`):

Require deployed fibre availability.

## `hasChargingStations` (type: `boolean`):

Require an electric-vehicle charging station.

## `accessibleForDisabled` (type: `boolean`):

Require accessibility for people with disabilities.

## `flatSharing` (type: `boolean`):

Require listings allowing flat sharing.

## `duplex` (type: `boolean`):

Require duplex properties.

## `topFloor` (type: `boolean`):

Require top-floor properties.

## `groundFloor` (type: `boolean`):

Require ground-floor properties.

## `excludeGroundFloor` (type: `boolean`):

Exclude ground-floor properties.

## `singleStoreyHouse` (type: `boolean`):

Require single-storey houses.

## `exclusiveSaleMandate` (type: `boolean`):

Require exclusive sale mandates.

## `has3DModel` (type: `boolean`):

Require listings with a 3D model.

## `preview` (type: `boolean`):

Require preview listings.

## `hasPhoto` (type: `boolean`):

Require listings with photos.

## `lifeAnnuityOnly` (type: `boolean`):

Include only life-annuity sales.

## `excludeLifeAnnuity` (type: `boolean`):

Exclude life-annuity sales.

## `bareOwnershipOnly` (type: `boolean`):

Include only bare-ownership properties.

## `excludeBareOwnership` (type: `boolean`):

Exclude bare-ownership properties.

## `studentResidence` (type: `boolean`):

Require student residences.

## `seniorResidence` (type: `boolean`):

Require senior residences.

## `tourismResidence` (type: `boolean`):

Require tourism residences.

## `managedResidence` (type: `boolean`):

Require managed residences.

## `excludeResidence` (type: `boolean`):

Exclude residence properties.

## `eligibleDenormandie` (type: `boolean`):

Require Denormandie-law eligibility.

## `sold` (type: `boolean`):

Include sold properties.

## `excludeAgencyNew` (type: `boolean`):

Exclude new-build listings from agencies.

## Actor input object example

```json
{
  "maxItems": 100,
  "location": "Paris",
  "distanceKm": 20,
  "operation": "buy",
  "sortBy": "relevance",
  "hasBalcony": false,
  "hasTerrace": false,
  "hasBalconyOrTerrace": false,
  "hasCellar": false,
  "hasParking": false,
  "hasGarden": false,
  "hasDoorCode": false,
  "hasIntercom": false,
  "hasCaretaker": false,
  "hasElevator": false,
  "hasFireplace": false,
  "hasPool": false,
  "hasSeparateToilet": false,
  "furnished": false,
  "unfurnished": false,
  "noWorkToDo": false,
  "workToDo": false,
  "hasToBeBuilt": false,
  "fiberAvailable": false,
  "hasChargingStations": false,
  "accessibleForDisabled": false,
  "flatSharing": false,
  "duplex": false,
  "topFloor": false,
  "groundFloor": false,
  "excludeGroundFloor": false,
  "singleStoreyHouse": false,
  "exclusiveSaleMandate": false,
  "has3DModel": false,
  "preview": false,
  "hasPhoto": false,
  "lifeAnnuityOnly": false,
  "excludeLifeAnnuity": false,
  "bareOwnershipOnly": false,
  "excludeBareOwnership": false,
  "studentResidence": false,
  "seniorResidence": false,
  "tourismResidence": false,
  "managedResidence": false,
  "excludeResidence": false,
  "eligibleDenormandie": false,
  "sold": false,
  "excludeAgencyNew": false
}
```

# 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 = {
    "location": "Paris"
};

// Run the Actor and wait for it to finish
const run = await client.actor("igolaizola/bienici-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 = { "location": "Paris" }

# Run the Actor and wait for it to finish
run = client.actor("igolaizola/bienici-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 '{
  "location": "Paris"
}' |
apify call igolaizola/bienici-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,igolaizola/bienici-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/HmTMcDtGnGHEU3x4y/builds/mYFuOqpsRqKwoy180/openapi.json
