{
  "name": "Reliable Reddit subreddit search with OAuth2 API authentication",
  "nodes": [
    {
      "id": "b2e203b5-75d0-417b-8f6c-4742f441fc19",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -512,
        256
      ]
    },
    {
      "id": "f1c7f1b1-7f54-46d1-88ff-9c5cc5a41fe8",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        -16,
        368
      ]
    },
    {
      "id": "34b65197-d956-47ba-95bb-c56260f24897",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        160,
        368
      ]
    },
    {
      "id": "42d35c17-9414-4e2f-b15f-5fc94fa0fd7b",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        336,
        368
      ]
    },
    {
      "id": "8851d902-4c4e-48ec-831c-24785f7efc69",
      "name": "Get many Subreddit",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -240,
        256
      ]
    },
    {
      "id": "11ce97ad-4a31-49d3-af3b-bee886da3e96",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -560,
        -112
      ],
      "parameters": {
        "width": 1120,
        "height": 640,
        "content": "## Get many subreddit Alternative Node workflow\nDo you keep getting an error response when using Get many subreddit node? Me too, so I made this Template to fix this issue,\nit turns out that reddit do"
      }
    },
    {
      "id": "d1fee9c5-3e2c-4f76-9aaa-4254f2694284",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        224
      ],
      "parameters": {
        "width": 640,
        "height": 304,
        "content": "# Data Processing\nThis section is made to process and retrieve the data needed and return the cleaned data"
      }
    }
  ],
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many Subreddit": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Get many Subreddit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}