Web Scraping & Data Extraction
Send updates about the position of the ISS every minute to a topic in ActiveMQ
Send updates about the position of the ISS every minute to a topic in ActiveMQ
Scheduled
Medium
4
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.63 KB
{
"id": "102",
"name": "Send updates about the position of the ISS every minute to a topic in ActiveMQ",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
510,
300
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "everyMinute"
}
]
}
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
710,
300
],
"parameters": {
"url": "https://api.wheretheiss.at/v1/satellites/25544/positions",
"options": {},
"queryParametersUi": {
"parameter": [
{
"name": "timestamps",
"value": "={{Date.now();}}"
}
]
}
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
...Showing first 1000 characters. Click "Expand" to view the full JSON.