# Admin Job Listings Extractor from Jobsite.co.uk

**Use case:** 

Extract detailed job listings for admin positions from Jobsite.co.uk. Get job titles, salaries, locations, and descriptions up to 200 results.

## Input

```json
{
  "startUrl": "https://www.jobsite.co.uk/jobs/admin",
  "keyword": "software engineer",
  "location": "london",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "date_posted": {
    "label": "Date Posted",
    "format": "string"
  },
  "job_url": {
    "label": "Job URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  }
}
```

## About this Actor

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