# Monitor Leboncoin Used Car Prices in Paris

**Use case:** 

Track used car listings and pricing trends for popular models in the Paris region on Leboncoin. Automobile dealerships and resellers can leverage this for compe

## Input

```json
{
  "startUrls": [
    "https://www.leboncoin.fr/voitures/offres/ile_de_france/?q=Peugeot%20208&o=1",
    "https://www.leboncoin.fr/voitures/offres/ile_de_france/?q=Renault%20Clio&o=1"
  ],
  "category": 2,
  "maxItems": 150
}
```

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