n8n-nodes-jobsuche
v0.1.1
Published
n8n community node for the Arbeitsagentur Jobsuche API - search German job listings
Readme
n8n community node for the Arbeitsagentur Jobsuche API -- search the largest job database in Germany.
Installation
- Create a new workflow or open an existing one
- Open the nodes panel by selecting + or pressing N
- Search for Jobsuche
- 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
| 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