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 →
{
"createdAt": "2021-02-15T11:38:21.443Z",
"updatedAt": "2021-05-20T15:25:59.639Z",
"id": "5",
"name": "Hackernews:All:getAll:Article:get:User:get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "481a7e7f-5ea7-402b-8316-f72c37b850bb"
},
{
"parameters": {
"resource": "all",
"limit": 1,
"additionalFields": {}
},
"name": "Hacker News",
"type": "n8n-nodes-base.hackerNews",
"typeVersion": 1,
"position": [
450,
300
],
"id": "3c48cdd6-1b9f-41cc-9ffd-861839a17846"
},
{
"parameters": {
"articleId": "={{$json[\"objectID\"]}}",
"additionalFields": {}
},
"name": "Hacker News1",
"type": "n8n-nodes-base.hackerNews",
"typeVersion": 1,
"position": [
650,
300
],
"id": "3cd97e86-f978-498a-9519-117a930529ad"
},
{
"parameters": {
"resource": "user",
"username": "={{$json[\"author\"]}}"
},
"name": "Hacker News2",
"type": "n8n-nodes-base.hackerNews",
"typeVersion": 1,
"position": [
850,
300
],
"id": "4f1db844-dea5-4ee0-bf62-ae05a7467fe7"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Hacker News",
"type": "main",
"index": 0
}
]
]
},
"Hacker News": {
"main": [
[
{
"node": "Hacker News1",
"type": "main",
"index": 0
}
]
]
},
"Hacker News1": {
"main": [
[
{
"node": "Hacker News2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Hackernews:All:getAll:Article:get:User:get. Uses start, hackerNews. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/5.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.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.