# Bien'ici Marseille Properties For Sale Scraper

**Use case:** 

Scrape Marseille properties for sale from Bien'ici with title, transaction type, property type, price, and image. Export structured real estate data to CSV.

## Input

```json
{
  "transactionType": "buy",
  "maxItems": 50,
  "postalCode": "13001"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "image"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "transactionType": {
    "label": "Transaction Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "pricePerSquareMeter": {
    "label": "Price Per Square Meter",
    "format": "text"
  },
  "surfaceArea": {
    "label": "Surface Area",
    "format": "text"
  },
  "floorQuantity": {
    "label": "Floor Quantity",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "date"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "text"
  },
  "longitude": {
    "label": "Longitude",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Bien Ici French Real Estate Scraper](https://apify.com/parseforge/bienici-real-estate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bienici-real-estate-scraper) to learn more, explore other use cases, and run it yourself.