Reed Job Scraper β€” UK Jobs, Salaries & Descriptions avatar

Reed Job Scraper β€” UK Jobs, Salaries & Descriptions

Pricing

from $0.00125 / 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.

Pricing

from $0.00125 / 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

10 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.

Reed Job Scraper input β€” keywords, location and salary filters in the Apify Console

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 β€” clean JSON output, efficient on large runs

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

Reed Job Scraper output example β€” UK job listings as structured JSON

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

Output schema

FieldTypeDescription
typestringRecord type β€” always job.
idintegerReed job listing ID.
titlestringJob title.
companyobjectCompany details (name, profile URL, logo URL).
locationobjectJob location (display name and county).
remotestringRemote working option, e.g. Hybrid, Remote, On-site.
fullTimebooleanWhether the role is full-time.
partTimebooleanWhether the role is part-time.
salaryobjectStructured salary (currency, min, max).
salaryTextstringSalary as displayed on the listing.
sectorstringJob sector/category path.
easyApplybooleanWhether the job supports Reed Easy Apply.
postedDatestring (ISO date)When the job was posted.
updatedDatestring (ISO date)When the listing was last updated.
expiryDatestring (ISO date)When the listing expires.
summarystringShort summary of the role.
externalUrlstring (URL)External application link, when the job points off-site.
urlstring (URL)Job listing URL on Reed.co.uk.
descriptionstringFull job description text (when includeDescription is on).
descriptionHtmlstringFull job description as HTML (when includeDescription is on).
contractTypestringContract type label, e.g. Permanent.
isPermanentbooleanWhether the role is permanent.
isContractbooleanWhether the role is a contract position.
isTempbooleanWhether the role is temporary.
isAgencybooleanWhether the listing is posted by a recruitment agency.
isEasyApplybooleanWhether the job supports Easy Apply.
postedByReedbooleanWhether the job was posted directly on Reed.
eligibleToWorkInUkbooleanWhether UK work eligibility is required.

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).

Can I integrate this with other tools? The Reed Job Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

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.