Reed Job Scraper — UK Jobs, Salaries & Descriptions avatar

Reed Job Scraper — UK Jobs, Salaries & Descriptions

Pricing

from $0.001 / job scraped

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

from $0.001 / job scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 days 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

FAQ

Do I need a Reed account or API key? No. The Actor reads Reed.co.uk's public job search directly — no login and no API key required.

How many jobs can I get per run? Use maxItems to cap results per keyword. Each keyword in searchQueries is scraped separately, so more keywords means more coverage across UK roles and locations.

Is scraping Reed.co.uk legal? Only public data shown to any visitor on Reed.co.uk is scraped. This is an independent tool, not affiliated with Reed; check Reed's Terms of Service and applicable regulations for your use case.

What's the output format? Structured JSON — one record per job with title, company, location, salary, sector, contractType, remote, dates and (optionally) the full description. Export as JSON, CSV or Excel.

Can I filter by location, salary or keyword? Yes. Filter by location with an adjustable proximity radius in miles, plus salaryFrom/salaryTo, full-time/part-time flags and contractType (permanent / contract / temp).

Combine Reed with other job sources for wider coverage:

Notes

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