Description
n8n-nodes-jobsuche
Installation |
Credentials |
Resources |
Development |
License
—
n8n community node for the Arbeitsagentur Jobsuche API — search the largest job database in Germany.
Installation
1. Create a new workflow or open an existing one
2. Open the nodes panel by selecting + or pressing N
3. Search for Jobsuche
4. Select Install to install the node for your instance
Credentials
Create new credentials in n8n by selecting Jobsuche API and use the default key: jobboerse-jobsuche
Resources
Job
| Operation | Description |
| ——— | ———– |
| Get | Get details of a specific job listing by its reference number |
| Search | Search available job offers with various filters |
Development
git clone https://github.com/hans/n8n-nodes-jobsuche.git
cd n8n-nodes-jobsuche
bun install
bun run build
bun run lint