# Scrape developer jobs in London

**Use case:** 

Extract developer jobs in London from Reed.co.uk. Structured UK job data with titles and companies. Pay per result.

## Input

```json
{
  "searchQuery": "developer",
  "locationName": "London",
  "distanceFromLocation": 10,
  "contractType": "",
  "partTime": false,
  "fullTime": false,
  "graduate": false,
  "postedByRecruitmentAgency": false,
  "skipReposts": false,
  "startUrls": [],
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "employer": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salaryRaw": {
    "label": "Salary",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "workSchedule": {
    "label": "Schedule",
    "format": "text"
  },
  "remoteWorkingOption": {
    "label": "Remote",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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