← Back to catalog
reed.search
mock data$0.001 / callSearch 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)
Input schema
skip
integerNumber of results to skip for pagination (must be divisible by limit)
limit
integerMax results (1-100, default 25)
contract
booleanFilter contract positions only
distance
integerSearch radius in miles from location (default 10)
keywords
stringJob search keywords (e.g. "python developer", "data scientist", "nurse")
location
stringUK location — city, town, or postcode (e.g. "London", "Manchester", "SW1A 1AA")
full_time
booleanFilter full-time positions only
part_time
booleanFilter part-time positions only
permanent
booleanFilter permanent positions only
salary_max
numberMaximum annual salary in GBP (e.g. 80000)
salary_min
numberMinimum annual salary in GBP (e.g. 30000)
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}'