Skip to main content
n8n-nodes-jobo-job-search is a community node for n8n that brings Jobo’s job data into any workflow. Two nodes ship together:
  • Jobo — on-demand operations: Job (Search, Get, Get Many/Feed, Get Expired), Company (Get), Location (Geocode).
  • Jobo Trigger — polls for newly indexed jobs matching your filters and starts a workflow for each one.

Get the node

npmjs.com/package/n8n-nodes-jobo-job-search
This page assumes you’ve read the shared Authentication, Cost model, and Polling and watermark semantics sections on the connectors overview — it only covers what’s specific to n8n.

Install

1

Install the node

In n8n, go to Settings → Community nodes → Install and enter n8n-nodes-jobo-job-search. On self-hosted n8n you can also run:
2

Add your credentials

Create a Jobo API credential and paste your key from enterprise.jobo.world/api-keys. The credential test issues a page_size=1 search — deliberately small, since the balance precheck prices the requested page size, and a larger probe would demand a bigger balance just to verify a key.
3

Add a Jobo node, or a Jobo Trigger

Use the Jobo node for on-demand lookups inside an existing workflow. Use Jobo Trigger to start a workflow whenever a matching job appears.
4

Set at least one narrowing filter

A query, location, sources, skills, or industries — required on the trigger, and a good idea everywhere else, since you’re billed per job returned.

Filters

Every filter field on both nodes suggests values as you type rather than expecting you to know the exact spelling: The Jobo Trigger requires at least one of query, location, sources, skills, or industries before it will save — see Polling and watermark semantics for why.

Operations


Cost

Search is billed per job returned; an empty poll costs nothing. With a correctly persisted watermark, cost does not depend on how often the trigger polls — roughly $3 per 1,000 new jobs. Filter breadth is what drives the bill, not schedule frequency. For high-volume or genuinely real-time delivery, a Jobo Outbound Feed webhook is the better fit: flat subscription, no per-job credits. See your dashboard for outbound feed options.

Troubleshooting


Related: MCP server

For ad-hoc, conversational job search rather than a scheduled workflow, an MCP client may be a better fit.