# Bienici Real Estate Listings Extractor

**Use case:** 

Extract detailed real estate listings from Bienici.com. Get property prices, locations, descriptions, images, and contact details for analysis.

## Input

```json
{
  "url": "https://www.bienici.com/recherche/achat/france/maisonvilla",
  "location": "Paris",
  "propertyType": "maisonvilla",
  "results_wanted": 200,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "surfaceArea": {
    "label": "Area (m²)",
    "format": "number"
  },
  "roomsQuantity": {
    "label": "Rooms",
    "format": "number"
  },
  "bedroomsQuantity": {
    "label": "Bedrooms",
    "format": "number"
  },
  "adType": {
    "label": "Transaction",
    "format": "text"
  },
  "energyClassification": {
    "label": "Energy",
    "format": "text"
  },
  "hasPool": {
    "label": "Pool",
    "format": "boolean"
  },
  "parkingPlacesQuantity": {
    "label": "Parking",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bienici Property Scraper 🏠](https://apify.com/shahidirfan/bienici-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/bienici-property-scraper) to learn more, explore other use cases, and run it yourself.