AutomationFlowsWeb Scraping › Flowforge N8n (http Request) #2

Flowforge N8n (http Request) #2

Flowforge N8N. Uses httpRequest. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled 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
{
  "nodes": [
    {
      "id": "t1",
      "name": "Sync Interval",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        100,
        200
      ],
      "parameters": {}
    },
    {
      "id": "n2",
      "name": "Fetch MySQL mock API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        300,
        200
      ],
      "parameters": {
        "url": "https://api.mysql-mock.com/rows",
        "method": "GET"
      }
    },
    {
      "id": "n3",
      "name": "Map Airtable schema",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        500,
        200
      ],
      "parameters": {}
    },
    {
      "id": "n4",
      "name": "Airtable Upsert API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        200
      ],
      "parameters": {
        "url": "https://api.airtable.com/v0/app123/records",
        "method": "PATCH"
      }
    }
  ],
  "connections": {
    "Sync Interval": {
      "main": [
        [
          {
            "node": "Fetch MySQL mock API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch MySQL mock API": {
      "main": [
        [
          {
            "node": "Map Airtable schema",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Airtable schema": {
      "main": [
        [
          {
            "node": "Airtable Upsert API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Flowforge N8N. Uses httpRequest. Scheduled trigger; 4 nodes.

Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/airtable-sync/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

Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.

Ssh, HTTP Request
Web Scraping

ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.

HTTP Request
Web Scraping

Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.

HTTP Request, Email Send
Web Scraping

Scheduled-Api-Call. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request