AutomationFlowsWeb Scraping › Seed Company Initialization

Seed Company Initialization

Original n8n title: Wf-0: Seed Initialization

WF-0: Seed Initialization. Uses httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 4 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": "WF-0: Seed Initialization",
  "nodes": [
    {
      "id": "trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {}
    },
    {
      "id": "seed_company",
      "name": "Seed Company",
      "type": "n8n-nodes-base.set",
      "position": [
        450,
        300
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "ticker",
              "value": "NVDA"
            },
            {
              "name": "name",
              "value": "NVIDIA Corporation"
            },
            {
              "name": "market",
              "value": "us"
            },
            {
              "name": "sector",
              "value": "Technology"
            }
          ]
        }
      }
    },
    {
      "id": "upsert_seed",
      "name": "Upsert Seed Company",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        650,
        300
      ],
      "parameters": {
        "method": "POST",
        "url": "http://data-api:8000/mcp/call/upsert_company",
        "body": {
          "ticker": "={{ $json.ticker }}",
          "name": "={{ $json.name }}",
          "market": "={{ $json.market }}",
          "sector": "={{ $json.sector }}"
        },
        "options": {
          "timeout": 30000
        }
      }
    },
    {
      "id": "log_seed",
      "name": "Log Seed Event",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        850,
        300
      ],
      "parameters": {
        "method": "POST",
        "url": "http://data-api:8000/mcp/call/log_discovery_event",
        "body": {
          "source": "NVDA",
          "found": [
            "NVDA"
          ],
          "method": "seed",
          "market": "us"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Seed Company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Seed Company": {
      "main": [
        [
          {
            "node": "Upsert Seed Company",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upsert Seed Company": {
      "main": [
        [
          {
            "node": "Log Seed Event",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "seed",
    "initialization"
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

WF-0: Seed Initialization. Uses httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/123qsa/supply-chain-kg/blob/main/n8n-workflows/wf-0-seed.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.

N8N Nodes Wts, HTTP Request
Web Scraping

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Custom, HTTP Request
Web Scraping

This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba

HTTP Request, Form Trigger, Google Drive
Web Scraping

Anyone who wants a dead-simple, free-tier friendly way to run custom API logic on Google Cloud Run and call it securely from n8n—no public exposure, no local hosting.

Jwt, HTTP Request
Web Scraping

This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.

Form Trigger, HTTP Request, Form