# Extract Leboncoin Rental Leads for Property Management

**Use case:** 

Gather new rental property listings from Leboncoin across major French cities to identify potential tenant leads. Property management companies can use this to 

## Input

```json
{
  "startUrls": [
    "https://www.leboncoin.fr/locations/p-1/lyon/",
    "https://www.leboncoin.fr/locations/p-1/marseille/"
  ],
  "category": 10,
  "maxItems": 100
}
```

## 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.