# Leboncoin Full Details Scraper

**Use case:** 

Scrape full Leboncoin ad details: complete description, all photos, attributes, seller profile and exact price for every search result.

## Input

```json
{
  "searchUrl": "",
  "text": "appartement",
  "category": "0",
  "ownerType": "all",
  "maxItems": 50,
  "browseMode": true
}
```

## Output

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

## About this Actor

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