The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "research-jobs",
"nodes": [
{
"parameters": {},
"id": "trigger-manual",
"name": "Manuell starten",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8 * * 1-5"
}
]
}
},
"id": "trigger-cron",
"name": "T\u00e4glich 8:00 (Cron)",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
240,
480
],
"disabled": true
},
{
"parameters": {
"content": "## Job-Research Workflow\n\n1. Hier: Apify-Node f\u00fcr StepStone/Indeed einbinden\n2. Oder: HTTP Request zu Job-API\n3. Output: NocoDB Create Records in Tabelle 'jobs'\n\n**Credentials:** NocoDB API, SMTP (mail-eu.smtp2go.com:2525), Apify (optional)",
"height": 200,
"width": 400
},
"id": "placeholder-research",
"name": "Placeholder: Job-Scraping",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
460,
180
]
},
{
"parameters": {
"operation": "create",
"baseId": "={{ $env.NOCODB_BASE_ID }}",
"tableId": "={{ $env.NOCODB_JOBS_TABLE_ID }}",
"columns": {
"mappingMode": "defineBelow",
"value": {
"title": "={{ $json.title }}",
"company": "={{ $json.company }}",
"description": "={{ $json.description }}",
"url": "={{ $json.url }}",
"location": "={{ $json.location }}"
}
}
},
"id": "nocodb-create",
"name": "NocoDB: Job speichern",
"type": "n8n-nodes-base.nocoDb",
"typeVersion": 2,
"position": [
680,
300
],
"credentials": {
"nocoDbApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"mode": "raw",
"jsonOutput": "[{\"title\":\"Test-Stelle KI-Berater\",\"company\":\"Test GmbH\",\"description\":\"Testbeschreibung\",\"url\":\"https://example.com/job/1\",\"location\":\"Frankfurt\"}]"
},
"id": "set-testdata",
"name": "Testdaten (ersetzen durch Apify/Scraper)",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
460,
300
]
}
],
"connections": {
"Manuell starten": {
"main": [
[
{
"node": "Testdaten (ersetzen durch Apify/Scraper)",
"type": "main",
"index": 0
}
]
]
},
"Testdaten (ersetzen durch Apify/Scraper)": {
"main": [
[
{
"node": "NocoDB: Job speichern",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": false
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
nocoDbApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
research-jobs. Uses nocoDb. Event-driven trigger; 5 nodes.
Source: https://github.com/timo-goetz-ai/apki-core-platform/blob/5cd9c9d9ed0ed464da995af94683e9301965a3bc/automations/n8n-workflows/scheduled-jobs/research-jobs.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
VCL_Attendance_Report_Nocodb. Uses googleDriveTrigger, googleDrive, informationExtractor, nocoDb. Event-driven trigger; 7 nodes.
Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.
Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.
The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨