# Vintage Furniture Deals on Leboncoin

**Use case:** 

Scrape Leboncoin for vintage furniture listings and prices. Access detailed data on sellers and locations with 150 results per run.

## Input

```json
{
  "searchText": [
    "meuble vintage"
  ],
  "category": "",
  "sortBy": "time",
  "maxItemsPerSearch": 0,
  "maxResults": 150,
  "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.