{
  "name": "Extract LinkedIn post engagement data with Airtop",
  "nodes": [
    {
      "id": "6b6d54ef-21ad-43ef-be6a-14fc4295577d",
      "name": "Airtop",
      "type": "n8n-nodes-base.airtop",
      "position": [
        160,
        220
      ]
    },
    {
      "id": "463f422f-ee53-4d84-b904-764a69a60f1a",
      "name": "Parse engagement analysis response",
      "type": "n8n-nodes-base.code",
      "position": [
        380,
        220
      ]
    },
    {
      "id": "32383187-f2f2-4b00-b7c8-4b7d684e6fc1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -40
      ],
      "parameters": {
        "width": 900,
        "height": 540,
        "content": "## Extract engagmenet data\nWith airtop and a simple prompt, the agent is able to extract information from a LinkedIn post like:\n- Amount of comments on the post\n- Amount of reactions on the post\n- Amo"
      }
    },
    {
      "id": "2869efa1-1ca1-44a6-a980-2d901f6cadcf",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -280,
        320
      ]
    },
    {
      "id": "1c593188-6f2f-4182-a9bf-93da8acd0791",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -280,
        120
      ]
    },
    {
      "id": "74d20b84-fe2c-4d4f-beab-39d900eba200",
      "name": "Map fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -60,
        220
      ]
    },
    {
      "id": "5f79d197-6e41-4762-9d86-f62ada1e0c85",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1400,
        -240
      ],
      "parameters": {
        "width": 900,
        "height": 1260,
        "content": "README\n\n# LinkedIn Post Engagement Data Extractor\n\n## Use Case\nThis automation is designed to extract key engagement metrics and audience data from a LinkedIn post. It's useful for analyzing the impac"
      }
    }
  ],
  "connections": {
    "Airtop": {
      "main": [
        [
          {
            "node": "Parse engagement analysis response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map fields": {
      "main": [
        [
          {
            "node": "Airtop",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Map fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Map fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}