# Scrape Leboncoin IT Job Postings France

**Use case:** 

Collect IT-related job advertisements from Leboncoin across France, including details like role, location, and owner type. Recruitment agencies and HR departmen

## Input

```json
{
  "startUrls": [
    "https://www.leboncoin.fr/recherche?category=10"
  ],
  "category": 4,
  "search": "développeur web",
  "maxItems": 75
}
```

## Output

```json
{
  "subject": {
    "label": "Title",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "price": {
    "label": "Price €",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "zipcode": {
    "label": "Zip",
    "format": "string"
  },
  "publishedDate": {
    "label": "Posted",
    "format": "string"
  },
  "ownerType": {
    "label": "Type",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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