# Find permanent (CDI) cadre jobs in France

**Use case:** 

Scrape permanent CDI cadre roles from APEC.fr. Structured French executive job data. Pay per result.

## Input

```json
{
  "searchQuery": "ingénieur",
  "location": "",
  "contractType": "CDI",
  "experienceLevel": "",
  "remoteWork": "",
  "sector": "",
  "daysOld": "",
  "maxResults": 5,
  "fetchDetails": false,
  "skipReposts": false,
  "startUrls": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "remoteWork": {
    "label": "Remote",
    "format": "text"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "locationText": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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