{
  "name": "Real-time X post monitoring & auto-categorization with Airtop",
  "nodes": [
    {
      "id": "6d32d28a-d604-431f-a8e9-051b890c63d2",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -320,
        320
      ]
    },
    {
      "id": "fcba7e05-3ab7-4036-9505-d840d8cb3d8e",
      "name": "Extract posts",
      "type": "n8n-nodes-base.airtop",
      "position": [
        560,
        320
      ]
    },
    {
      "id": "3184b362-5875-445a-8c0f-c7fabfaeca1d",
      "name": "Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        120,
        320
      ]
    },
    {
      "id": "e2808fa6-be3d-42db-8fae-077bc977e7fd",
      "name": "Window",
      "type": "n8n-nodes-base.airtop",
      "position": [
        340,
        320
      ]
    },
    {
      "id": "46c08221-84c0-42d3-8a3a-f572e1906e9a",
      "name": "End session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        780,
        320
      ]
    },
    {
      "id": "91460277-a8d9-4425-bc76-68b8f0209ae7",
      "name": "Filter out [NA] posts",
      "type": "n8n-nodes-base.filter",
      "position": [
        1220,
        320
      ]
    },
    {
      "id": "e06c0c9b-c121-4703-903c-e071b21c2498",
      "name": "Parse JSON output",
      "type": "n8n-nodes-base.code",
      "position": [
        1000,
        320
      ]
    },
    {
      "id": "2cb39cac-306f-496c-8198-8118b78f5781",
      "name": "Inputs",
      "type": "n8n-nodes-base.set",
      "position": [
        -100,
        320
      ]
    },
    {
      "id": "2f194c76-29a7-401f-8cd4-a74794b72c79",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        -1020
      ],
      "parameters": {
        "width": 1100,
        "height": 1240,
        "content": "README\n# Monitor X for Relevant Community Posts\n## Use Case\nThis automation monitors X (formerly Twitter) search pages in real time and extracts high-signal posts that match your categories of interes"
      }
    }
  ],
  "connections": {
    "Inputs": {
      "main": [
        [
          {
            "node": "Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window": {
      "main": [
        [
          {
            "node": "Extract posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Session": {
      "main": [
        [
          {
            "node": "Window",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "End session": {
      "main": [
        [
          {
            "node": "Parse JSON output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract posts": {
      "main": [
        [
          {
            "node": "End session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse JSON output": {
      "main": [
        [
          {
            "node": "Filter out [NA] posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Inputs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}