# Emploi développeur web à Paris sur HelloWork

**Use case:** 

Scraper les offres d'emploi développeur web à Paris sur HelloWork. Obtenez les salaires, compétences requises, types de contrat, et descriptions complètes.

## Input

```json
{
  "keyword": "développeur web",
  "location": "Paris",
  "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.