UnifyAPI
← Back to catalog

reed.search

mock data$0.001 / call

Search UK Jobs

Search UK job listings — filter by keywords, location, distance, salary range (GBP), contract type (permanent/contract/temp), full/part time. Returns title, company, salary, applications count, direct link. UK largest job board (Reed.co.uk)

Jobs & Careersprovider: Reed#reed#jobs

Input schema

skip

Number of results to skip for pagination (must be divisible by limit)

integer
limit

Max results (1-100, default 25)

integer
contract

Filter contract positions only

boolean
distance

Search radius in miles from location (default 10)

integer
keywords

Job search keywords (e.g. "python developer", "data scientist", "nurse")

string
location

UK location — city, town, or postcode (e.g. "London", "Manchester", "SW1A 1AA")

string
full_time

Filter full-time positions only

boolean
part_time

Filter part-time positions only

boolean
permanent

Filter permanent positions only

boolean
salary_max

Maximum annual salary in GBP (e.g. 80000)

number
salary_min

Minimum annual salary in GBP (e.g. 30000)

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/reed.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"skip":0,"limit":25,"contract":"<contract>","distance":0,"keywords":"<keywords>","location":"<location>","full_time":"<full_time>","part_time":"<part_time>","permanent":"<permanent>","salary_max":0,"salary_min":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.