UnifyAPI
← Back to catalog

jooble.search

mock data$0.001 / call

Search 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)

Jobs & Careersprovider: Jooble#jooble#jobs

Input schema

page

Page number (default 1)

integer
limit

Max results per page (1-20, default 10)

integer
radius

Search radius in km from location: 0, 4, 8, 16, 26, 40, or 80

string
salary

Minimum salary filter (numeric)

number
keywords

Job search keywords (e.g. "python developer", "marketing manager", "nurse")

string
location

Location (e.g. "New York", "London", "Berlin", "Remote")

string
company_search

Set true to search by company name instead of job title

boolean

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>"}'

Try it

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