docs / reed

Reed.co.uk API

Reed.co.uk API

base /reed/v14 endpoints
post/reed/v1/detail1 credit

Full posting for one Reed job by job_id (or a Reed job URL): title, company, salary (range + display), location breakdown (town/county/region/country/postcode/remote), full HTML + plain-text description, contract type, sector, eligibility, dates and breadcrumbs — plus related jobs.

ParameterAllowed / rangeDescription
job_idoptionalReed job ID — the number in the job URL (reed.co.uk/jobs/<slug>/<job_id>) or `job_id` from search.
urloptionalAlternatively a full Reed job URL.
include_similar = falseoptionalAlso return Reed's related/similar jobs for this posting.
Try in playground →
post/reed/v1/company-jobs1 credit

All public job postings at a specific company on Reed. Pass the company's Reed profile slug, full company URL, or its name; optionally narrow with the same keyword/location/salary/job-type/date filters as search.

ParameterAllowed / rangeDescription
companyrequiredThe employer — its Reed company profile slug (the part of reed.co.uk/jobs/<slug>-jobs), a full Reed company URL, or the company name (resolved to a slug automatically). The `company_slug` field on any search result is a valid input.
keywordsoptionalOptional: also filter the company's jobs by keyword.
locationoptionalUK town, city or region to search in (free text, e.g. 'London', 'Manchester', 'Birmingham'). Pair with `distance`.
distance = 10optional0–50Search radius in miles around the location (Reed bands: 0/1/3/5/10/15/20/30/50).
job_typeoptionalpermanent · temporary · contractRestrict to one employment type.
salary_fromoptional0–Minimum annual salary in GBP (Reed banded, e.g. 40000).
salary_tooptional0–Maximum annual salary in GBP (Reed banded, e.g. 80000).
date_postedoptionalanytime · today · lastthreedays · lastweek · lasttwoweeksOnly jobs posted within this window.
remoteoptionalremote · hybrid · onsiteFilter by working arrangement.
sort = defaultoptionaldefault · date · salarydesc · salaryasc · distanceResult ordering.
page = 1optional1–200Result page (25 jobs per page). Page until meta.total_pages.
Try in playground →
post/reed/v1/sector1 credit

Browse Reed jobs by sector/category (e.g. 'it', 'accountancy', 'healthcare', 'engineering', 'sales', 'marketing'). Optionally scope by location and the same salary/job-type/date/remote filters as search.

ParameterAllowed / rangeDescription
sectorrequiredReed sector slug — e.g. 'it', 'accountancy', 'healthcare', 'engineering', 'sales', 'marketing', 'education', 'construction', 'hospitality', 'legal'.
locationoptionalUK town, city or region to search in (free text, e.g. 'London', 'Manchester', 'Birmingham'). Pair with `distance`.
distance = 10optional0–50Search radius in miles around the location (Reed bands: 0/1/3/5/10/15/20/30/50).
job_typeoptionalpermanent · temporary · contractRestrict to one employment type.
salary_fromoptional0–Minimum annual salary in GBP (Reed banded, e.g. 40000).
salary_tooptional0–Maximum annual salary in GBP (Reed banded, e.g. 80000).
date_postedoptionalanytime · today · lastthreedays · lastweek · lasttwoweeksOnly jobs posted within this window.
remoteoptionalremote · hybrid · onsiteFilter by working arrangement.
sort = defaultoptionaldefault · date · salarydesc · salaryasc · distanceResult ordering.
page = 1optional1–200Result page (25 jobs per page). Page until meta.total_pages.
Try in playground →