# APEC Executive Job Listings Data Extractor

**Use case:** 

Collect up to 200 executive job listings from APEC.fr. Get detailed job titles, companies, locations, salary information, and descriptions.

## Input

```json
{
  "startUrl": "https://www.apec.fr/candidat/recherche-emploi.html/emploi?lieux=27&motsCles=ingenieur",
  "keyword": "ingenieur logiciel",
  "location": "Paris",
  "department": "27",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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