{
  "name": "Detect influencer fraud and fake followers with Instagram, X, TikTok and Claude",
  "nodes": [
    {
      "id": "53c4485a-32ca-4d7d-89da-b5c4c49dfbf0",
      "name": "Influencer Profile Input",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -64,
        144
      ]
    },
    {
      "id": "7d31c909-da36-4eb5-ab54-e40d589dc423",
      "name": "Fetch Influencer Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        144
      ]
    },
    {
      "id": "f5bee00a-c135-4945-b639-6e42711329ff",
      "name": "Analyze Follower Patterns",
      "type": "n8n-nodes-base.code",
      "position": [
        384,
        144
      ]
    },
    {
      "id": "639a1dc7-e2c6-4e30-a38a-4e16630c698e",
      "name": "AI Authenticity Analysis",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        608,
        144
      ]
    },
    {
      "id": "9a341d4e-1007-4e16-af6a-dfc6c992fcc2",
      "name": "Generate Fraud Report",
      "type": "n8n-nodes-base.code",
      "position": [
        816,
        144
      ]
    },
    {
      "id": "b2b71f85-95d2-4924-80ff-600fe5b07d64",
      "name": "Send Report & Notification",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1040,
        144
      ]
    },
    {
      "id": "112a5f5f-6db0-4ac9-a6b1-ab94d9b92b43",
      "name": "Save to Database",
      "type": "n8n-nodes-base.postgres",
      "position": [
        1264,
        144
      ]
    },
    {
      "id": "398cce3c-5d49-4434-87c1-4191bf7021fd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -944,
        -752
      ],
      "parameters": {
        "width": 720,
        "height": 1748,
        "content": "## 🛡️ AI Influencer Fraud & Fake Follower Detector\n\nAnalyzes influencer profiles and scores authenticity before brand partnership approval. Detects fake followers, bot accounts, and suspicious engagem"
      }
    },
    {
      "id": "77bed5f9-06df-4aea-849e-c6f1736ce728",
      "name": "Sticky Note - Workflow",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -112,
        16
      ],
      "parameters": {
        "width": 640,
        "height": 352,
        "content": "## Input → Fetch Profile → Analyze Patterns"
      }
    },
    {
      "id": "bc08e159-a9c4-43b3-b060-182640d96b92",
      "name": "Sticky Note - Workflow1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        16
      ],
      "parameters": {
        "width": 640,
        "height": 352,
        "content": "## IAI Verification → Generate Report → Notify Team "
      }
    },
    {
      "id": "01c4e97a-d604-4f8e-a245-0e2c3abc13f1",
      "name": "Sticky Note - Workflow2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1232,
        16
      ],
      "parameters": {
        "width": 320,
        "height": 352,
        "content": "## Database Log"
      }
    }
  ],
  "connections": {
    "Fetch Influencer Data": {
      "main": [
        [
          {
            "node": "Analyze Follower Patterns",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Fraud Report": {
      "main": [
        [
          {
            "node": "Send Report & Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Authenticity Analysis": {
      "main": [
        [
          {
            "node": "Generate Fraud Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Influencer Profile Input": {
      "main": [
        [
          {
            "node": "Fetch Influencer Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Follower Patterns": {
      "main": [
        [
          {
            "node": "AI Authenticity Analysis",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Report & Notification": {
      "main": [
        [
          {
            "node": "Save to Database",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}