# Find remote teacher jobs on Reed.co.uk UK

**Use case:** 

Extract remote teaching job listings across the UK from Reed.co.uk with subject areas, contract length, and school types.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.reed.co.uk/jobs/teacher-jobs?workfromhome=true"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "query": "teacher",
  "workFromHome": true
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "date"
  },
  "jobLocation": {
    "label": "Location",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "companyLogo": {
    "label": "Company Logo",
    "format": "image"
  }
}
```

## About this Actor

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