# Analyze Leboncoin Luxury Goods Market Trends

**Use case:** 

Extract listings for high-end second-hand luxury goods (e.g., watches, handbags) from Leboncoin to monitor pricing and availability trends. This data supports m

## Input

```json
{
  "startUrls": [
    "https://www.leboncoin.fr/montres_bijoux/offres/",
    "https://www.leboncoin.fr/vetements/offres/?q=sac%20luxe"
  ],
  "category": 3,
  "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.