AutomationFlowsData & Sheets › Web Scraper to Google Sheet

Web Scraper to Google Sheet

Web Scraper To Google Sheet. Uses httpRequest, googleSheets. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesHTTP RequestGoogle Sheets
Data & Sheets Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.

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": [
    {
      "parameters": {
        "url": "https://www.example.com",
        "options": {}
      },
      "name": "HTTP Request (Web Scraper)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "authentication": "oAuth2",
        "operation": "append",
        "spreadsheetId": "",
        "sheetName": "Sheet1",
        "valueInputOption": "RAW",
        "options": {
          "values": "={{ $json.data }}"
        }
      },
      "name": "Google Sheet Append",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "interval": 3600
      },
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.interval",
      "typeVersion": 1,
      "position": [
        0,
        300
      ]
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "output": [
        [
          {
            "node": "HTTP Request (Web Scraper)",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request (Web Scraper)": {
      "output": [
        [
          {
            "node": "Google Sheet Append",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Web Scraper To Google Sheet. Uses httpRequest, googleSheets. Manual trigger; 3 nodes.

Source: https://github.com/EdgeAgent/n8n-automations/blob/main/web_scraper_to_google_sheet/web_scraper_to_google_sheet.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

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

Data & Sheets

Import Json Data Into Google Sheets And Csv File. Uses httpRequest, googleSheets, spreadsheetFile, stickyNote. Manual trigger; 6 nodes.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

This workflow gets data from an API and exports it into Google Sheets and a CSV file.

HTTP Request, Google Sheets, Spreadsheet File
Data & Sheets

This workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet.

HTTP Request, AWS Rekognition, Google Sheets
Data & Sheets

Aug 1-3 DS24 Booksales -> Katrin sheet. Uses googleSheets, pipedrive, httpRequest. Manual trigger; 19 nodes.

Google Sheets, Pipedrive, HTTP Request
Data & Sheets

ASM Investigator Enrichment. Uses googleSheets, httpRequest. Manual trigger; 15 nodes.

Google Sheets, HTTP Request