# APEC.fr Job Scraper by Role

**Use case:** 

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

## Input

```json
{
  "mode": "search",
  "query": "developpeur",
  "contractTypes": [],
  "country": "FR",
  "jobUrls": [],
  "maxResults": 25,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false,
  "descriptionFormat": "all",
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryText": {
    "label": "Salary",
    "format": "text"
  },
  "employmentType": {
    "label": "Type",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "extractedEmails": {
    "label": "Extracted Emails",
    "format": "array"
  },
  "extractedPhones": {
    "label": "Extracted Phones",
    "format": "array"
  },
  "extractedUrls": {
    "label": "Extracted URLs",
    "format": "array"
  },
  "socialProfiles": {
    "label": "Social Profiles",
    "format": "text"
  }
}
```

## About this Actor

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