# Scrape executive jobs in Paris

**Use case:** 

Extract executive and management job listings in Paris from Cadremploi.fr. Structured French job data. No subscription, pay per result.

## Input

```json
{
  "searchQuery": "directeur",
  "location": "Paris",
  "daysOld": 0,
  "fetchDetails": false,
  "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.