# Scrape Leboncoin Real Estate Listings for Market Analysis

**Use case:** 

Extract detailed real estate classifieds from specific regions on Leboncoin, including price, location, and property attributes. This data enables real estate p

## Input

```json
{
  "startUrls": [
    "https://www.leboncoin.fr/ventes_immobilieres/p-1/ile_de_france/",
    "https://www.leboncoin.fr/ventes_immobilieres/p-1/nouvelle_aquitaine/"
  ],
  "category": 9,
  "maxItems": 200
}
```

## Output

```json
{
  "subject": {
    "label": "Title",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price €",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zipcode": {
    "label": "Zip",
    "format": "string"
  },
  "publishedDate": {
    "label": "Posted",
    "format": "string"
  },
  "ownerType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Leboncoin Classifieds Scraper](https://apify.com/crawlerbros/leboncoin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/leboncoin-scraper) to learn more, explore other use cases, and run it yourself.