# Export Reed.co.uk jobs to CSV/JSON

**Use case:** 

Bulk job dataset with 40+ fields — title, salary, location, sector, recruiter — ready for CSV/JSON.

## Input

```json
{
  "keywords": "developer",
  "proximity": 10,
  "datePosted": "anytime",
  "permanent": false,
  "contract": false,
  "temp": false,
  "fullTime": false,
  "partTime": false,
  "postedBy": "any",
  "graduateOnly": false,
  "easyApplyOnly": false,
  "visaSponsorship": false,
  "hideTrainingJobs": false,
  "hideSurveyJobs": false,
  "hideNoSalaryJobs": false,
  "fetchDetails": true,
  "maxItems": 25,
  "monitorMode": false,
  "alertOnNewJob": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 6,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Job",
    "format": "string"
  },
  "salary_display": {
    "label": "Salary",
    "format": "string"
  },
  "salary_min": {
    "label": "Min",
    "format": "number"
  },
  "salary_max": {
    "label": "Max",
    "format": "number"
  },
  "salary_period": {
    "label": "Per",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote_working": {
    "label": "Remote?",
    "format": "string"
  },
  "contract_type": {
    "label": "Contract",
    "format": "string"
  },
  "recruiter_name": {
    "label": "Recruiter",
    "format": "string"
  },
  "posted_date": {
    "label": "Posted",
    "format": "string"
  },
  "expiry_date": {
    "label": "Expires",
    "format": "string"
  },
  "job_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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