Reed Job Scraper — UK Jobs, Salaries & Descriptions avatar

Reed Job Scraper — UK Jobs, Salaries & Descriptions

Pricing

Pay per event

Go to Apify Store
Reed Job Scraper — UK Jobs, Salaries & Descriptions

Reed Job Scraper — UK Jobs, Salaries & Descriptions

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.

Pricing

Pay per event

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 hours ago

Last modified

Share

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

{
"searchQueries": ["python developer", "account manager"],
"location": "London",
"proximity": 10,
"fullTimeOnly": false,
"partTimeOnly": false,
"contractType": "permanent",
"salaryFrom": 40000,
"salaryTo": 80000,
"maxItems": 100,
"includeDescription": true
}
FieldDescription
searchQueriesJob keywords (each scraped separately) — required
locationUK location filter (blank = all)
proximitySearch radius in miles around the location
fullTimeOnlyOnly full-time jobs
partTimeOnlyOnly part-time jobs
contractTypeAny / permanent / contract / temp
salaryFromMinimum annual salary (£)
salaryToMaximum annual salary (£)
maxItemsMax jobs per keyword
includeDescriptionAttach full description + structured salary/contract (add-on)

Output

{
"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.