Web Scraping & Data Extraction
AirQuality Scheduler
AirQuality Scheduler
Scheduled
High
12
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
12
Node Types
8
Node Types
http Request
Get Air data, Get Pollen data
2 nodes
agent
AI Agent
1 node
tool Think
Think
1 node
lm Chat Open Ai
OpenAI Chat Model
1 node
gmail Tool
Gmail
1 node
schedule Trigger
Schedule Trigger
1 node
sticky Note
Sticky Note, Sticky Note1, Sticky Note2
3 nodes
set
Set Your Location Coordinates, Set User Profile
2 nodes
Workflow JSON
12.38 KB
{
"id": "PcVz6j5XLU7Z9MPN",
"meta": {
"instanceId": "7182053c6096cf2c9d8885665d447ff4ab0753f89cf41ab8a36a48ee405e4b1c",
"templateCredsSetupCompleted": true
},
"name": "AirQuality Scheduler",
"tags": [],
"nodes": [
{
"id": "ea677d9c-fa79-4897-be4d-6b9793050775",
"name": "Get Air data",
"type": "n8n-nodes-base.httpRequest",
"position": [
480,
0
],
"parameters": {
"url": "https://api.ambeedata.com/latest/by-lat-lng",
"options": {
"redirect": {
"redirect": {}
}
},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "lat",
"value": "={{ $('Set Your Location Coordinates').item.json.lat }}"
},
{
"name": "lng",
"value": "={{ $('Set Your Location Coordinates').item.json.lng }}"
}
]
...Showing first 1000 characters. Click "Expand" to view the full JSON.