# Suivre les annonces iPhone sur Leboncoin

**Use case:** 

Extrayez les nouvelles annonces iPhone à Paris avec prix, état, vendeur, photos, description, date de publication et lien direct.

## Input

```json
{
  "adLimit": 100,
  "includeSeller": true,
  "searchUrl": "https://www.leboncoin.fr/recherche?category=2&u_car_brand=BMW&fuel=2,6",
  "adDetailUrls": [
    "https://www.leboncoin.fr/ad/accessoires_bagagerie/3009018573"
  ],
  "searchQuery": "iPhone 16",
  "excludeKeywords": "Pro, Max, coque",
  "category": "17",
  "location": "Paris",
  "radius": 30,
  "sortBy": "time",
  "price_min_filter": 100,
  "price_max_filter": 500,
  "search_in_title_only": false,
  "seller_type": "all",
  "urgent": false,
  "donation": false,
  "shippable": true,
  "includePhone": false,
  "mode": "standard",
  "telegramNotificationLimit": 10,
  "webhookUrl": "https://hook.eu1.make.com/abc123",
  "webhookNotificationLimit": 100
}
```

## Output

```json
{
  "subject": {
    "label": "Title",
    "format": "text"
  },
  "price_euros": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "price_cents": {
    "label": "Price cents"
  },
  "location_summary": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "category_name": {
    "label": "Category",
    "format": "text"
  },
  "first_publication_date": {
    "label": "Published",
    "format": "text"
  },
  "is_shippable": {
    "label": "Shippable",
    "format": "boolean"
  },
  "status": {
    "label": "Status"
  },
  "transaction_status": {
    "label": "Transaction status"
  },
  "body": {
    "label": "Body"
  },
  "images": {
    "label": "Images"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "has_phone": {
    "label": "Has Phone",
    "format": "boolean"
  },
  "seller.name": {
    "label": "Seller",
    "format": "text"
  },
  "seller.type": {
    "label": "Seller Type",
    "format": "text"
  },
  "seller.id": {
    "label": "Id"
  },
  "seller.total_ads": {
    "label": "Seller Ads",
    "format": "number"
  },
  "seller.profile_url": {
    "label": "Seller Profile",
    "format": "link"
  },
  "seller.profile_picture_url": {
    "label": "Seller Picture",
    "format": "image"
  },
  "seller.registered_at": {
    "label": "Registered at"
  },
  "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": "Time minutes"
  },
  "seller.reply.time_text": {
    "label": "Time text"
  },
  "seller.presence.status": {
    "label": "Status"
  },
  "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"
  },
  "search_query": {
    "label": "Search query"
  },
  "scraped_at": {
    "label": "Scraped at"
  },
  "data_source": {
    "label": "Data source"
  },
  "list_id": {
    "label": "List id"
  }
}
```

## About this Actor

This example demonstrates how to use [Leboncoin Scraper (API) Pro 🇫🇷 - Annonces & Prix](https://apify.com/clearpath/leboncoin-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/leboncoin-api) to learn more, explore other use cases, and run it yourself.