# Admin Job Listings from HelloWork

**Use case:** 

Extract detailed job listings for admin roles from HelloWork. Receive structured data including salary ranges, locations, and company info.

## Input

```json
{
  "keyword": "admin",
  "location": "Paris",
  "collectDetails": true,
  "results_wanted": 50,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "company_url": {
    "label": "Company URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "number"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "number"
  },
  "salary_currency": {
    "label": "Currency",
    "format": "text"
  },
  "salary_period": {
    "label": "Period",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract",
    "format": "text"
  },
  "work_setting": {
    "label": "Work Setting",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "valid_through": {
    "label": "Valid Until",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "education": {
    "label": "Education",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "benefits": {
    "label": "Benefits",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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