# Offres data analyst à Lyon sur HelloWork

**Use case:** 

Extraire les offres d'emploi data analyst à Lyon depuis HelloWork.com. Idéal pour la veille du marché de l'emploi en France.

## Input

```json
{
  "keyword": "data analyst",
  "location": "Lyon",
  "collectDetails": true,
  "results_wanted": 50,
  "max_pages": 10
}
```

## 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.