# Scrape Reed UK Jobs for Recruiter Pipelines

**Use case:** 

Scrape Reed.co.uk job listings - title, company, salary, location, job type, and full description. Feed UK recruiter pipelines and ATS with structured Next.js d

## Input

```json
{
  "queries": [
    "software engineer"
  ],
  "location": "london",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary_min": {
    "label": "Min Salary",
    "format": "text"
  },
  "salary_max": {
    "label": "Max Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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