Extract structured job data from Reed.co.uk, the UK's number one job site with millions of listings. Returns title, company, salary, location, job type, and full description. HTTP-only — no Chrome, no Playwright.
Full job details — complete description, requirements, benefits
Salary data — minimum, maximum, and displayed salary ranges
Company info — employer name, recruiter type
Multi-query — run multiple keyword + location searches in a single run
Filters — job type, salary range, distance, posted date
Primary Use Cases
UK job market research — analyze hiring trends and salary distributions across the UK
Lead generation — identify UK companies actively hiring as growth signals
Recruitment intelligence — monitor competitor postings and talent demand
HR tech — feed UK job data into aggregators, job boards, or matching platforms
Salary benchmarking — compare compensation across roles and regions
API Example
# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~reed-uk-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["software engineer"],
"location": "London",
"maxResultsPerQuery": 50
}'
# Or use with AI agents via MCP:# https://mcp.apify.com?tools=santamaria-automations/reed-uk-scraper
Integrations
n8n / Make / Zapier — trigger runs and process results via webhook
AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
Python / Node.js — Apify SDK for programmatic access
Google Sheets / Airtable — export via Apify integrations