# Leboncoin Ad Description Extractor

**Use case:** 

Retrieve complete ad descriptions from leboncoin.fr for comprehensive market research and keyword analysis, including unseen listings.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.leboncoin.fr/recherche?category=9&locations=Lorraine_53300__48.34594_-0.56243_5000_5000&real_estate_type=2"
    }
  ],
  "maxResults": 50,
  "fetchAdDetails": true
}
```

## Output

```json
{
  "list_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "subject": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Description",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "price_cents": {
    "label": "Price (cents)",
    "format": "number"
  },
  "category_id": {
    "label": "Category ID",
    "format": "text"
  },
  "category_name": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "text"
  },
  "department_id": {
    "label": "Department",
    "format": "text"
  },
  "region_id": {
    "label": "Region",
    "format": "text"
  },
  "lat": {
    "label": "Latitude",
    "format": "number"
  },
  "lng": {
    "label": "Longitude",
    "format": "number"
  },
  "poster_type": {
    "label": "Seller Type",
    "format": "text"
  },
  "seller_name": {
    "label": "Seller",
    "format": "text"
  },
  "seller_store_id": {
    "label": "Store ID",
    "format": "text"
  },
  "seller_user_id": {
    "label": "User ID",
    "format": "text"
  },
  "image_count": {
    "label": "Photos",
    "format": "number"
  },
  "first_publication_date": {
    "label": "Published",
    "format": "date"
  },
  "index_date": {
    "label": "Last Updated",
    "format": "date"
  },
  "source_url": {
    "label": "Search URL",
    "format": "link"
  },
  "url": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

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