# SimplyHired Admin Job Listings Extractor

**Use case:** 

Extract job listings for admin positions from SimplyHired. Receive detailed job titles, company names, salaries, and descriptions.

## Input

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

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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