# Reed Contract Project Manager Jobs Scraper

**Use case:** 

Extract Reed contract project manager jobs with salary filters, recruiter postings, locations, dates, and listing URLs.

## Input

```json
{
  "keywords": [
    "project manager"
  ],
  "locationName": "Manchester",
  "distanceMiles": 25,
  "jobType": "contract",
  "salaryFrom": 50000,
  "postedBy": "recruiter",
  "datePostedWithin": 7,
  "maxResults": 75,
  "fetchJobDetails": false
}
```

## 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.