# Collect graduate jobs across the UK

**Use case:** 

Export Reed graduate job listings from across the UK for early-career market research and recurring trend reports.

## Input

```json
{
  "queries": [
    "graduate"
  ],
  "startUrls": [
    {
      "url": "https://www.reed.co.uk/jobs/software-developer-jobs"
    }
  ],
  "location": "",
  "radius": 0,
  "datePosted": "last30days",
  "jobType": "all",
  "includeDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "jobType": {
    "label": "Job type",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted",
    "format": "string"
  },
  "descriptionSnippet": {
    "label": "Description snippet",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  },
  "reedJobId": {
    "label": "Reed job ID",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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