# APEC.fr New Jobs Monitor

**Use case:** 

Monitor new APEC.fr jobs — incremental runs return only fresh postings. salary, location and description.

## Input

```json
{
  "mode": "jobUrls",
  "query": "software engineer",
  "contractTypes": [],
  "country": "FR",
  "jobUrls": [
    "https://www.apec.fr/candidat/recherche-emploi/detail-offre.html/offre/178537651W"
  ],
  "maxResults": 5,
  "includeDetails": true,
  "descriptionMaxLength": 0,
  "compact": false,
  "incrementalMode": true,
  "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.