# Fully Remote Reed.co.uk Jobs - UK Job Listings

**Use case:** 

Extract Reed.co.uk Jobs - UK Job Listings data filtered by Fully Remote. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [],
  "keywords": "data scientist",
  "maxItems": 10,
  "proximity": 10,
  "remoteWorkingOption": "fullyRemote",
  "datePosted": "anytime",
  "postedBy": "any",
  "isEasyApply": false,
  "isEarlyBird": false,
  "visaSponsorship": false,
  "sortBy": "default",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "employerLogoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "jobTitle": {
    "label": "Title",
    "format": "text"
  },
  "employerName": {
    "label": "Employer",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "salaryDisplay": {
    "label": "Salary",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary Min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary Max",
    "format": "number"
  },
  "salaryCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "salaryType": {
    "label": "Per",
    "format": "text"
  },
  "contractType": {
    "label": "Contract",
    "format": "text"
  },
  "isFullTime": {
    "label": "Full-time",
    "format": "boolean"
  },
  "isPartTime": {
    "label": "Part-time",
    "format": "boolean"
  },
  "remoteWorkingOption": {
    "label": "Remote",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subcategory": {
    "label": "Subcategory",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "date"
  },
  "expiryDate": {
    "label": "Expires",
    "format": "date"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "isEasyApply": {
    "label": "Easy Apply",
    "format": "boolean"
  },
  "applicationUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "jobUrl": {
    "label": "Reed URL",
    "format": "link"
  },
  "employerUrl": {
    "label": "Employer Page",
    "format": "link"
  },
  "jobId": {
    "label": "Job ID",
    "format": "text"
  },
  "jobDescription": {
    "label": "Job description"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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