# Leboncoin Listing Details Scraper

**Use case:** 

Turn any Leboncoin listing URL into clean structured data: title, price, full description, photos, attributes, location and seller profile.

## Input

```json
{
  "urls": [
    "https://www.leboncoin.fr/ad/ventes_immobilieres/3223511879"
  ],
  "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.