# Emploi ingénieur informatique CDI en France

**Use case:** 

Scraper les offres d'emploi ingénieur informatique en CDI sur HelloWork, toutes régions de France. Parfait pour le recrutement et l'analyse du marché IT.

## Input

```json
{
  "keyword": "ingénieur informatique",
  "location": "Paris",
  "collectDetails": true,
  "results_wanted": 100,
  "max_pages": 20
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "work_setting": {
    "label": "Work Setting",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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