Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Reed Scraper

Extract UK job listings from Reed.co.uk -- Britain's top job site with 250,000+ live jobs

Try on ApifyWebsite

What it does

Scrapes Reed.co.uk for UK job listings with salaries, descriptions, and employer details. Extracts comprehensive job data including salary ranges, benefits, required qualifications, and application deadlines. The go-to scraper for UK employment market data.

Output fields

FieldTypeDescription
titleStringJob title
companyStringEmployer name
locationStringUK location
salaryObjectSalary (min, max, currency, period)
descriptionStringFull job description
jobTypeStringPermanent, temporary, contract
sectorStringIndustry sector
postedDateStringPosting date
expiryDateStringApplication deadline
urlStringDirect listing URL

Input parameters

ParameterTypeDescription
queriesArrayJob search keywords
locationStringUK city or region
maxResultsNumberMaximum results per query
salaryFromNumberMinimum salary filter

Example output

{
"title": "Full Stack Developer",
"company": "Deloitte",
"location": "Manchester, UK",
"salary": {
"min": 45000,
"max": 65000,
"currency": "GBP",
"period": "yearly"
},
"description": "Join our digital team as a Full Stack Developer...",
"jobType": "Permanent",
"sector": "IT & Telecoms",
"postedDate": "2026-04-06",
"expiryDate": "2026-05-06",
"url": "https://www.reed.co.uk/jobs/..."
}

Pricing

PlanPrice
Pay per result$0.002/result
Free tierAvailable on Apify

Use cases

  • UK job market research and salary analysis
  • Build UK-focused job board platforms
  • Track hiring trends across British industries
  • Graduate job market monitoring
  • Recruitment agency lead generation

Getting started

  1. Go to the Apify Store
  2. Find the Reed Scraper
  3. Enter job keywords and UK location
  4. Run and download results as JSON, CSV, or Excel

Related scrapers by Thirdwatch

About Thirdwatch

Thirdwatch builds production-ready web scraping APIs. 18 scrapers for jobs, e-commerce, reviews, social media, and business data.

License

MIT

About

Scrape Reed.co.uk job listings - UK's largest job board. Salary, descriptions. Apify actor.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors