This workflow follows the HTTP Request → RSS Feed Read 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 →
{
"name": "RSS \u2014 HN Jobs",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 6
},
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.3,
"position": [
0,
0
],
"id": "29c269fd-8698-4d76-b946-95028744e14f",
"name": "Schedule Trigger"
},
{
"parameters": {
"url": "https://hnrss.org/jobs",
"options": {}
},
"type": "n8n-nodes-base.rssFeedRead",
"typeVersion": 1.2,
"position": [
208,
0
],
"id": "652d0751-8587-4120-8077-5a93e3874aac",
"name": "RSS Read"
},
{
"parameters": {
"options": {
"reset": false
}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
624,
0
],
"id": "c00b92be-07d1-4424-9efe-ed4182e7d384",
"name": "Loop Over Items"
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:3000/api/ai/extract",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Ingest-Secret",
"value": "REPLACE_WITH_YOUR_INGEST_SHARED_SECRET"
},
{
"name": "Content-Type",
"value": "application/json"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "=text",
"value": "={{ $json.title + '\\n\\n' + ($json.contentSnippet || $json.content || '') }}"
},
{
"name": "=source_url",
"value": "={{ $json.link }}"
},
{
"name": "hint",
"value": "RSS feed: HN Jobs"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "json"
}
},
"timeout": 60000
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
1024,
-48
],
"id": "ad1bdc9e-c0ef-4f66-8c29-8e176906afb1",
"name": "AI Extract",
"retryOnFail": true,
"waitBetweenTries": 1000
},
{
"parameters": {
"amount": 7
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
880,
16
],
"id": "a17c04d3-7e49-46b4-b117-95d7aabcff0d",
"name": "Wait"
},
{
"parameters": {
"maxItems": 20
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
416,
0
],
"id": "2d3aa44e-40df-455c-8ef1-8ce2c1f28841",
"name": "Limit"
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:3000/api/ingest/upsert",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Ingest-Secret",
"value": "REPLACE_WITH_YOUR_INGEST_SHARED_SECRET"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "=opportunity",
"value": "={{ $json.opportunity }}"
},
{
"name": "=source_url",
"value": "={{ $json.opportunity.apply_url }}"
},
{
"name": "source_name",
"value": "Manual Admin Entry"
}
]
},
"options": {
"timeout": 15000
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.4,
"position": [
1232,
-48
],
"id": "c22b432c-4edf-4732-b3ab-9fcd0ab203e8",
"name": "Upsert Opportunity"
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "RSS Read",
"type": "main",
"index": 0
}
]
]
},
"RSS Read": {
"main": [
[
{
"node": "Limit",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"Wait": {
"main": [
[
{
"node": "AI Extract",
"type": "main",
"index": 0
}
]
]
},
"Limit": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"AI Extract": {
"main": [
[
{
"node": "Upsert Opportunity",
"type": "main",
"index": 0
}
]
]
},
"Upsert Opportunity": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
RSS — HN Jobs. Uses rssFeedRead, httpRequest. Scheduled trigger; 7 nodes.
Source: https://github.com/krishnagahlod/opportunity-os/blob/399dbb38874ec13c22922b64013cbc57a2845dc0/n8n-workflows/01-rss-hn-jobs.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.
Blog Post → Social Media. Uses rssFeedRead, httpRequest. Scheduled trigger; 24 nodes.
Kairos - RSS Processor v3. Uses httpRequest, rssFeedRead. Scheduled trigger; 23 nodes.
NJOOBA RSS Feed Aggregator V3. Uses rssFeedRead, httpRequest. Scheduled trigger; 13 nodes.
NJOOBA RSS Feed Aggregator V2. Uses rssFeedRead, httpRequest. Scheduled trigger; 13 nodes.
Tech News Digest. Uses rssFeedRead, httpRequest. Scheduled trigger; 11 nodes.