# Find French jobs with full descriptions

**Use case:** 

Scrape job listings from Cadremploi.fr including full descriptions. Clean structured French job data. Pay per result.

## Input

```json
{
  "searchQuery": "ingénieur",
  "daysOld": 0,
  "fetchDetails": true,
  "skipReposts": false,
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "publishDate": {
    "label": "PublishDate",
    "format": "text"
  },
  "scrapedAt": {
    "label": "ScrapedAt",
    "format": "text"
  }
}
```

## About this Actor

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