# UK Data Analyst Jobs Lead Scraper

**Use case:** 

Collect detailed Reed data analyst jobs across the UK with employers, salaries, descriptions, dates, and job URLs.

## Input

```json
{
  "keywords": [
    "data analyst",
    "business intelligence analyst"
  ],
  "locationName": "",
  "distanceMiles": 10,
  "jobType": "",
  "salaryFrom": 35000,
  "salaryTo": 80000,
  "postedBy": "",
  "maxResults": 150,
  "fetchJobDetails": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "jobTitle": {
    "label": "Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "jobType": {
    "label": "Job Type",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "date": {
    "label": "Posted",
    "format": "text"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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