# Leboncoin Pro Seller Ads Data Collector

**Use case:** 

Collect listings from professional sellers on leboncoin.fr. Get detailed data including agency name, store ID, and company registration number.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.leboncoin.fr/recherche?category=9&owner_type=pro&price_min=100000"
    }
  ],
  "maxResults": 200,
  "fetchAdDetails": false
}
```

## Output

```json
{
  "list_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "subject": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "zipcode": {
    "label": "ZIP",
    "format": "text"
  },
  "poster_type": {
    "label": "Seller Type",
    "format": "text"
  },
  "seller_name": {
    "label": "Seller Name",
    "format": "text"
  },
  "seller_store_id": {
    "label": "Store ID",
    "format": "text"
  },
  "seller_user_id": {
    "label": "User ID",
    "format": "text"
  },
  "attributes.store_name": {
    "label": "Agency",
    "format": "text"
  },
  "attributes.online_store_id": {
    "label": "Online Store ID",
    "format": "text"
  },
  "attributes.store_logo": {
    "label": "Agency Logo",
    "format": "image"
  },
  "attributes.mandate_type": {
    "label": "Mandate",
    "format": "text"
  },
  "attributes.pro_rates_link": {
    "label": "Rates Link",
    "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.