# Collect permanent finance leadership job offers

**Use case:** 

Collect APEC offers for finance leadership and controlling roles to support hiring or prospect research in France.

## Input

```json
{
  "searchQuery": "contrôleur de gestion",
  "maxResults": 10,
  "sortBy": "date_desc",
  "contractTypes": [
    "CDI"
  ],
  "experienceLevel": [
    "MID",
    "SENIOR",
    "EXEC"
  ],
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "string"
  },
  "company": {
    "label": "Company name",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salaryText": {
    "label": "Salary (raw text)",
    "format": "string"
  },
  "contractType": {
    "label": "Contract type",
    "format": "string"
  },
  "remoteWork": {
    "label": "Remote work",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at (ISO 8601)",
    "format": "string"
  },
  "url": {
    "label": "Public URL",
    "format": "string"
  }
}
```

## About this Actor

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