# Cadremploi Job Scraper by Role

**Use case:** 

Scrape Cadremploi jobs by role or keyword — salary, location and description. Structured JSON, ready to run.

## Input

```json
{
  "query": "commercial",
  "country": "FR",
  "maxResults": 20,
  "maxPages": 2,
  "includeDetails": true,
  "includeCompanyProfile": false,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Employment Type",
    "format": "text"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "text"
  },
  "contactEmail": {
    "label": "Contact Email",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "link"
  },
  "contentQuality": {
    "label": "Content Quality",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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