Reed.co.uk-scraper avatar

Reed.co.uk-scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
Reed.co.uk-scraper

Reed.co.uk-scraper

one of the UK's largest job boards

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

Code and Curl

Code and Curl

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

  1. Click Try for free (or Start) to open the Actor.
  2. Enter a Job title / keywords to search for, e.g. python developer.
  3. Optionally set a Location, a Work type filter (e.g. full-time), and Max items.
  4. Click Start and wait for the run to finish, then open the Dataset tab to view, filter, and export the results.

Input

FieldTypeDescription
job_titlestring (required)Job title, keywords, or company to search for.
locationstring (optional)City or region to search near. Leave empty for a nationwide search.
work_typestring (optional)Only return jobs whose listed type contains this text (e.g. full-time, contract).
maxItemsinteger (optional)Stop the run after this many jobs have been scraped. Defaults to 5.
proxyConfigurationobject (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

FieldDescription
url, jobIdLink to the listing and Reed's internal job ID
title, companyJob title and hiring company/agency
postedDateWhen the job was posted
salary, location, jobTypeKey listing details
descriptionFull job description text
skillsSkill 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_type to 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.