AutomationFlowsWeb Scraping › GitHub → HTTP Request automation

GitHub → HTTP Request automation

Original n8n title: Shapbird

shapbird. Uses start, httpRequest, githubTrigger. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesStartHTTP RequestGithub Trigger
Web Scraping Trigger: Event Nodes: 3 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": "shapbird",
  "nodes": [
    {
      "parameters": {},
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://webhookd:9000/deploy",
        "responseFormat": "string",
        "options": {}
      },
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        500,
        490
      ]
    },
    {
      "parameters": {
        "owner": "AKSW",
        "repository": "shapbird",
        "events": [
          "star"
        ]
      },
      "name": "Github Trigger",
      "type": "n8n-nodes-base.githubTrigger",
      "typeVersion": 1,
      "position": [
        310,
        490
      ]
    }
  ],
  "connections": {
    "Github Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "id": "1"
}
Pro

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

About this workflow

shapbird. Uses start, httpRequest, githubTrigger. Event-driven trigger; 3 nodes.

Source: https://github.com/AKSW/shapbird/blob/444e8a1c32d8a727efc01a5c4a87a676eafa78b4/n8n/workflow.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

Overkill. Uses start, rabbitmqTrigger, httpRequest, emailSend. Event-driven trigger; 4 nodes.

Start, Rabbitmq Trigger, HTTP Request +1
Web Scraping

Detect and merge duplicate GitHub issues automatically using Claude AI. This n8n automation triggers on new GitHub issues, checks them against open issues for duplicates, merges duplicate reports into

Github Trigger, GitHub, HTTP Request
Web Scraping

By embedding specific keywords and a JIRA issue ID within your git commit commands, this workflow automatically creates a Pull Request in GitHub and simultaneously updates the corresponding JIRA ticke

HTTP Request, Github Trigger, Stop And Error +1
Web Scraping

Semantic Duplicate Issue Detector. Uses githubTrigger, httpRequest, github. Event-driven trigger; 18 nodes.

Github Trigger, HTTP Request, GitHub
Web Scraping

This template is ideal for developers, DevOps engineers, and automation managers who manage their n8n workflows using GitHub. It helps teams streamline their CI/CD automation by syncing changes from G

Github Trigger, HTTP Request, GitHub +1