# House Sale Listings in Bordeaux on Leboncoin

**Use case:** 

Extract recent house sale listings from Bordeaux, including prices and seller details. Get up to 100 results for your market analysis.

## Input

```json
{
  "searchText": [
    "maison vente"
  ],
  "category": "",
  "location": "bordeaux",
  "sortBy": "time",
  "maxItemsPerSearch": 0,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "firstPublicationDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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