AutomationFlowsGeneral › Research Jobs

Research Jobs

research-jobs. Uses nocoDb. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesNoco Db
General Trigger: Event Nodes: 5 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

VCL_Attendance_Report_Nocodb. Uses googleDriveTrigger, googleDrive, informationExtractor, nocoDb. Event-driven trigger; 7 nodes.

Google Drive Trigger, Google Drive, Information Extractor +2
General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error