# Admin Job Listings from Welcome to the Jungle

**Use case:** 

Extract job listings for admin roles from Welcome to the Jungle. Get structured data including titles, companies, and locations.

## Input

```json
{
  "keyword": "admin",
  "location": "US",
  "posted_within": "any",
  "results_wanted": 50,
  "max_pages": 5
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "contract_type": {
    "label": "Contract Type",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted Date",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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