# Contacts des profils vendeurs Leboncoin

**Use case:** 

Analysez des profils vendeurs Leboncoin et exportez leur téléphone, leur boutique, leur localisation et leurs données publiques.

## Input

```json
{
  "annonces": [
    "https://www.leboncoin.fr/profile/a62aafd9-70c5-40f7-8be2-b3b24ebfec53/offers"
  ]
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "seller.name": {
    "label": "Seller",
    "format": "text"
  },
  "seller.type": {
    "label": "Type",
    "format": "text"
  },
  "seller.id": {
    "label": "Id"
  },
  "seller.registered_at": {
    "label": "Registered",
    "format": "text"
  },
  "seller.location": {
    "label": "Location"
  },
  "seller.total_ads": {
    "label": "Total Ads",
    "format": "number"
  },
  "seller.profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "seller.profile_picture_url": {
    "label": "Picture",
    "format": "image"
  },
  "seller.description": {
    "label": "Description"
  },
  "seller.feedback.score": {
    "label": "Score",
    "format": "number"
  },
  "seller.feedback.count": {
    "label": "Reviews",
    "format": "number"
  },
  "seller.reply.rate_percent": {
    "label": "Reply Rate %",
    "format": "number"
  },
  "seller.reply.time_minutes": {
    "label": "Reply Time (min)",
    "format": "number"
  },
  "seller.reply.time_text": {
    "label": "Time text"
  },
  "seller.presence.status": {
    "label": "Status",
    "format": "text"
  },
  "seller.presence.last_activity": {
    "label": "Last activity"
  },
  "seller.badges": {
    "label": "Badges"
  },
  "seller.pro.store_name": {
    "label": "Store",
    "format": "text"
  },
  "seller.pro.siren": {
    "label": "Siren"
  },
  "seller.pro.siret": {
    "label": "Siret"
  },
  "seller.pro.sector": {
    "label": "Sector"
  },
  "seller.pro.website_url": {
    "label": "Website url"
  },
  "seller.pro.rating.value": {
    "label": "Value"
  },
  "seller.pro.rating.count": {
    "label": "Count"
  }
}
```

## About this Actor

This example demonstrates how to use [Leboncoin Phone Scraper - Numéros de Téléphone en Masse](https://apify.com/clearpath/leboncoin-phone-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/leboncoin-phone-scraper) to learn more, explore other use cases, and run it yourself.