# Leboncoin Electronics Price Tracker

**Use case:** 

Monitor prices for iPhones and Samsung Galaxies on Leboncoin. Get real-time data on listings and their prices without any login requirements.

## Input

```json
{
  "searchText": [
    "iphone",
    "samsung galaxy"
  ],
  "category": "",
  "sortBy": "price-asc",
  "maxItemsPerSearch": 0,
  "maxResults": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "seller": {
    "label": "Seller",
    "format": "object"
  },
  "firstPublicationDate": {
    "label": "Posted",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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