# Scrape a Reed software jobs search URL

**Use case:** 

Use a saved Reed.co.uk search URL as the task input to export software developer jobs without rebuilding filters manually.

## Input

```json
{
  "queries": [
    "software developer"
  ],
  "startUrls": [
    {
      "url": "https://www.reed.co.uk/jobs/software-developer-jobs"
    }
  ],
  "location": "London",
  "radius": 10,
  "datePosted": "all",
  "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.