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 →
{
"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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Import Json Data Into Google Sheets And Csv File. Uses httpRequest, googleSheets, spreadsheetFile, stickyNote. Manual trigger; 6 nodes.
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
This workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet.
Aug 1-3 DS24 Booksales -> Katrin sheet. Uses googleSheets, pipedrive, httpRequest. Manual trigger; 19 nodes.
ASM Investigator Enrichment. Uses googleSheets, httpRequest. Manual trigger; 15 nodes.