# Reed Job Scraper — UK Jobs, Salaries & Descriptions (`hipersoft/reed-scraper`) Actor

Scrape UK job listings from Reed.co.uk: title, company, location, salary, contract type, remote option, and full job descriptions. Fast, reliable, no login or API key.

- **URL**: https://apify.com/hipersoft/reed-scraper.md
- **Developed by:** [hiper soft](https://apify.com/hipersoft) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Reed Job Scraper — UK Jobs, Salaries & Descriptions

Scrape UK job listings from **Reed.co.uk** with rich, structured data: title, company, location, salary, contract type, sector, remote option, and the **full job description**. Fast, reliable, no login or API key.

### Features

- 💼 **Rich job data** — title, company, location, salary, sector, contract type, and more per listing
- 💰 **Salary** — as displayed, plus structured min/max/currency when you fetch descriptions
- 📍 **Location + radius** — search a UK town/city with an adjustable distance in miles
- 🔎 **Powerful filters** — keyword, salary range, full-time / part-time, and contract type (permanent / contract / temp)
- 📄 **Full descriptions** — optional add-on: the complete job description text and structured salary/contract details
- ⚡ **Fast & cheap** — pure JSON, no browser, works without proxies

### Input

```json
{
  "searchQueries": ["python developer", "account manager"],
  "location": "London",
  "proximity": 10,
  "fullTimeOnly": false,
  "partTimeOnly": false,
  "contractType": "permanent",
  "salaryFrom": 40000,
  "salaryTo": 80000,
  "maxItems": 100,
  "includeDescription": true
}
````

| Field | Description |
|---|---|
| `searchQueries` | Job keywords (each scraped separately) — **required** |
| `location` | UK location filter (blank = all) |
| `proximity` | Search radius in miles around the location |
| `fullTimeOnly` | Only full-time jobs |
| `partTimeOnly` | Only part-time jobs |
| `contractType` | Any / permanent / contract / temp |
| `salaryFrom` | Minimum annual salary (£) |
| `salaryTo` | Maximum annual salary (£) |
| `maxItems` | Max jobs per keyword |
| `includeDescription` | Attach full description + structured salary/contract (add-on) |

### Output

```json
{
  "type": "job",
  "id": 54321678,
  "title": "Senior Python Developer",
  "company": {
    "name": "Acme Software Ltd",
    "profileUrl": "https://www.reed.co.uk/jobs/acme-software-ltd/…",
    "logoUrl": "https://resources.reed.co.uk/…/logo.png"
  },
  "location": { "display": "London", "county": "Greater London" },
  "remote": "Hybrid",
  "fullTime": true,
  "partTime": false,
  "salary": { "currency": "GBP", "min": 60000, "max": 80000 },
  "salaryText": "£60,000 - £80,000 per annum",
  "sector": "IT & Telecoms › Software Development",
  "easyApply": true,
  "postedDate": "2026-07-02T09:14:00Z",
  "updatedDate": "2026-07-05T11:00:00Z",
  "expiryDate": "2026-08-13T00:00:00Z",
  "summary": "We're looking for a senior Python developer to…",
  "url": "https://www.reed.co.uk/jobs/senior-python-developer/54321678",
  "description": "Full job description text… (when includeDescription is on)",
  "contractType": "Permanent"
}
```

### Use cases

- **Recruiting & sourcing** — monitor UK openings by role, location, or company
- **Job-market & salary research** — track demand and pay across UK sectors
- **Feed an ATS or job board** with fresh, structured UK listings
- **Lead generation** — find companies actively hiring for specific skills

### Notes

Only public data is scraped from Reed.co.uk's public job search. No login or API key required. Reed's public data works from datacenter IPs; enable a proxy only for very large volumes.

# Actor input Schema

## `searchQueries` (type: `array`):

Job search keywords (e.g. "python developer", "nurse", "account manager"). Each is scraped separately.

## `location` (type: `string`):

Filter by UK location (e.g. "London", "Manchester", "Bristol"). Leave blank for all locations.

## `proximity` (type: `integer`):

Search radius around the location, in miles. Only applies when a location is set.

## `fullTimeOnly` (type: `boolean`):

Only return full-time jobs.

## `partTimeOnly` (type: `boolean`):

Only return part-time jobs.

## `contractType` (type: `string`):

Filter by contract type.

## `salaryFrom` (type: `integer`):

Only jobs with a minimum annual salary at or above this amount (GBP).

## `salaryTo` (type: `integer`):

Only jobs with a maximum annual salary at or below this amount (GBP).

## `maxItems` (type: `integer`):

Maximum jobs to scrape per search keyword.

## `includeDescription` (type: `boolean`):

Fetch each job's full description text and structured salary/contract details (add-on, charged per description).

## `proxyConfiguration` (type: `object`):

Optional. Reed's public data works from datacenter IPs; enable a proxy only for very large volumes.

## Actor input object example

```json
{
  "searchQueries": [
    "python developer"
  ],
  "proximity": 10,
  "fullTimeOnly": false,
  "partTimeOnly": false,
  "contractType": "",
  "maxItems": 100,
  "includeDescription": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "python developer"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("hipersoft/reed-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "searchQueries": ["python developer"] }

# Run the Actor and wait for it to finish
run = client.actor("hipersoft/reed-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "python developer"
  ]
}' |
apify call hipersoft/reed-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hipersoft/reed-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Reed Job Scraper — UK Jobs, Salaries & Descriptions",
        "description": "Scrape UK job listings from Reed.co.uk: title, company, location, salary, contract type, remote option, and full job descriptions. Fast, reliable, no login or API key.",
        "version": "1.0",
        "x-build-id": "frDB2IafdeHzzidOD"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/hipersoft~reed-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-hipersoft-reed-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/hipersoft~reed-scraper/runs": {
            "post": {
                "operationId": "runs-sync-hipersoft-reed-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/hipersoft~reed-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-hipersoft-reed-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQueries"
                ],
                "properties": {
                    "searchQueries": {
                        "title": "Search keywords",
                        "type": "array",
                        "description": "Job search keywords (e.g. \"python developer\", \"nurse\", \"account manager\"). Each is scraped separately.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Filter by UK location (e.g. \"London\", \"Manchester\", \"Bristol\"). Leave blank for all locations."
                    },
                    "proximity": {
                        "title": "Distance from location (miles)",
                        "type": "integer",
                        "description": "Search radius around the location, in miles. Only applies when a location is set.",
                        "default": 10
                    },
                    "fullTimeOnly": {
                        "title": "Full-time only",
                        "type": "boolean",
                        "description": "Only return full-time jobs.",
                        "default": false
                    },
                    "partTimeOnly": {
                        "title": "Part-time only",
                        "type": "boolean",
                        "description": "Only return part-time jobs.",
                        "default": false
                    },
                    "contractType": {
                        "title": "Contract type",
                        "enum": [
                            "",
                            "permanent",
                            "contract",
                            "temp"
                        ],
                        "type": "string",
                        "description": "Filter by contract type.",
                        "default": ""
                    },
                    "salaryFrom": {
                        "title": "Minimum salary (£)",
                        "type": "integer",
                        "description": "Only jobs with a minimum annual salary at or above this amount (GBP)."
                    },
                    "salaryTo": {
                        "title": "Maximum salary (£)",
                        "type": "integer",
                        "description": "Only jobs with a maximum annual salary at or below this amount (GBP)."
                    },
                    "maxItems": {
                        "title": "Max jobs per keyword",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum jobs to scrape per search keyword.",
                        "default": 100
                    },
                    "includeDescription": {
                        "title": "Include full job description",
                        "type": "boolean",
                        "description": "Fetch each job's full description text and structured salary/contract details (add-on, charged per description).",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional. Reed's public data works from datacenter IPs; enable a proxy only for very large volumes.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
