# Leboncoin Price Monitoring Scraper

**Use case:** 

Track Leboncoin ad prices over time: extract current price, description, photos and seller for any list of ad URLs. Perfect for price monitoring.

## Input

```json
{
  "urls": [
    "https://www.leboncoin.fr/ad/voitures/3217475000",
    "https://www.leboncoin.fr/ad/voitures/3184030512"
  ],
  "maxItems": 1000
}
```

## Output

```json
{
  "id": {
    "label": "Ad ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "firstPublicationDate": {
    "label": "Published",
    "format": "text"
  }
}
```

## About this Actor

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