# Admin Job Listings from Reed.co.uk

**Use case:** 

Extract detailed admin job postings from Reed.co.uk, including titles, companies, locations, salaries, and URLs for hiring research and market analysis.

## Input

```json
{
  "keyword": "admin",
  "location": "London",
  "posted_date": "anytime",
  "collectDetails": true,
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "employmentType": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "validThrough": {
    "label": "Valid Through",
    "format": "date"
  },
  "isEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "remoteWorkingOption": {
    "label": "Remote",
    "format": "text"
  },
  "taxonomyLevel1": {
    "label": "Category",
    "format": "text"
  },
  "taxonomyLevel2": {
    "label": "Specialism",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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