# Scrape executive jobs in France

**Use case:** 

Extract executive and cadre jobs from APEC.fr across France. Structured French job data. Pay per result.

## Input

```json
{
  "searchQuery": "développeur",
  "location": "",
  "contractType": "",
  "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.