Reed.co.uk-scraper
Pricing
from $1.20 / 1,000 results
Pricing
from $1.20 / 1,000 results
Rating
0.0
(0)
Developer
Code and Curl
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
What does Reed.co.uk Jobs Scraper do?
Reed.co.uk Jobs Scraper extracts job listings from Reed.co.uk, one of the UK's largest job boards - title, company, salary, location, job type, full description, and required skills. Give it a search term and it scrapes the results directly via HTTP requests, no browser needed. Running it on the Apify platform gets you scheduling, API access to results, and monitoring out of the box.
Why use Reed.co.uk Jobs Scraper?
- Track UK job postings and salary ranges for a role without manually browsing Reed.
- Feed job market data into research, recruiting, or competitor-analysis tools.
- Monitor new postings for a search term over time by scheduling recurring runs.
How to use Reed.co.uk Jobs Scraper
- Click Try for free (or Start) to open the Actor.
- Enter a Job title / keywords to search for, e.g.
python developer. - Optionally set a Location, a Work type filter (e.g.
full-time), and Max items. - Click Start and wait for the run to finish, then open the Dataset tab to view, filter, and export the results.
Input
| Field | Type | Description |
|---|---|---|
job_title | string (required) | Job title, keywords, or company to search for. |
location | string (optional) | City or region to search near. Leave empty for a nationwide search. |
work_type | string (optional) | Only return jobs whose listed type contains this text (e.g. full-time, contract). |
maxItems | integer (optional) | Stop the run after this many jobs have been scraped. Defaults to 5. |
proxyConfiguration | object (optional) | Proxy settings. Not required in testing, but recommended for larger runs. |
See the Input tab for the full schema.
Output
Each dataset item looks like this:
{"url": "https://www.reed.co.uk/jobs/python-developer/57088337","jobId": "57088337","title": "Python Developer","company": "4Square Recruitment Ltd","postedDate": "3 July","salary": "£50,000 - £60,000 per annum","location": "Abingdon, Oxfordshire","jobType": "Permanent, full-time","description": "Full job description\nSoftware Developer required for my client...","skills": ["GCP", "JavaScript", "Cloud", "Azure", "React.Js"]}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data table
| Field | Description |
|---|---|
url, jobId | Link to the listing and Reed's internal job ID |
title, company | Job title and hiring company/agency |
postedDate | When the job was posted |
salary, location, jobType | Key listing details |
description | Full job description text |
skills | Skill tags listed on the job page |
Cost estimation
Each job requires two lightweight HTTP requests (search result page + job detail page), no browser rendering - so this is one of the cheaper Actors to run. Use Max items to scope smaller, cheaper runs.
Tips
- Reed was reachable via plain HTTP requests in testing (no CAPTCHA or bot challenge encountered), so a proxy isn't required for typical use - but enabling one is recommended for larger or repeated runs to reduce the chance of rate limiting.
- Use
work_typeto filter results without needing separate runs per employment type.
FAQ, disclaimers, and support
This Actor only collects publicly listed Reed.co.uk data. It is not affiliated with or endorsed by Reed. Respect Reed's Terms of Service when using the scraped data. Found a bug or have a feature request? Use the Issues tab on this Actor's page.