← Back to catalog
jooble.search
mock data$0.001 / callSearch Jobs Worldwide
Search aggregated job listings across 70+ countries — filter by keywords, location, radius, salary, company name. Returns title, company, location, salary, source, direct link. 9M+ active listings from thousands of job boards (Jooble)
Input schema
page
integerPage number (default 1)
limit
integerMax results per page (1-20, default 10)
radius
stringSearch radius in km from location: 0, 4, 8, 16, 26, 40, or 80
salary
numberMinimum salary filter (numeric)
keywords
stringJob search keywords (e.g. "python developer", "marketing manager", "nurse")
location
stringLocation (e.g. "New York", "London", "Berlin", "Remote")
company_search
booleanSet true to search by company name instead of job title
Call via REST
curl -X POST https://unifyapi.pro/api/call/jooble.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":1,"limit":10,"radius":"<radius>","salary":0,"keywords":"<keywords>","location":"<location>","company_search":"<company_search>"}'