Web Scraping & Data Extraction
0023 HTTP Googlebigquery Automation Scheduled
0023 HTTP Googlebigquery Automation Scheduled
Scheduled
Medium
4
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.7 KB
{
"name": "0023 HTTP Googlebigquery Automation Scheduled",
"nodes": [
{
"name": "Google BigQuery",
"type": "n8n-nodes-base.googleBigQuery",
"position": [
1010,
240
],
"parameters": {
"columns": "name, latitude, longitude, timestamp",
"options": {},
"tableId": "position",
"datasetId": "iss",
"projectId": "supple-cabinet-289219"
},
"credentials": {
"googleBigQueryOAuth2Api": "BigQuery Credentials"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
810,
240
],
"parameters": {
"values": {
"number": [
{
"name": "latitude",
"value": "={{$node[\"HTTP Request\"].json[\"0\"][\"latitude\"]}}"
},
{
"name": "longitude",
"value": "={{$node[\"HTTP Request\"].json[\"0\"][\"longitude\...Showing first 1000 characters. Click "Expand" to view the full JSON.