{
  "name": "Repurpose white papers into LinkedIn PDFs and blog posts with BrowserAct and GPT-4o",
  "nodes": [
    {
      "id": "7f4c2999-907b-4e36-9ec6-5f7270941c0d",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        448,
        32
      ]
    },
    {
      "id": "54bbdc70-5c9e-4151-bd47-8aeedcbbcfbd",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1088,
        208
      ]
    },
    {
      "id": "5c116bcf-5a34-4d86-b53c-48897eb1d787",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1280,
        224
      ]
    },
    {
      "id": "3dbe71be-da8f-48d0-9394-0a9a6902910f",
      "name": "Manual trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        32
      ]
    },
    {
      "id": "15a1378b-9001-4b1c-9aca-ee322b5fd6d7",
      "name": "Get links",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        32
      ]
    },
    {
      "id": "835c00fd-85a9-46ab-b388-e658dfb3c192",
      "name": "Scrape the data",
      "type": "n8n-nodes-browseract.browserAct",
      "position": [
        720,
        48
      ]
    },
    {
      "id": "3858862c-80fd-4fcf-8381-474c88f4cc17",
      "name": "Convert whitepaper to carousel",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1120,
        48
      ]
    },
    {
      "id": "c4ffac7e-3a50-4ba3-9557-1de171d49259",
      "name": "Create a carousel PDF",
      "type": "n8n-nodes-base.apiTemplateIo",
      "position": [
        1664,
        48
      ]
    },
    {
      "id": "56cd7e8c-71eb-454c-841b-d7598de290cb",
      "name": "Update Database",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2048,
        160
      ]
    },
    {
      "id": "5b408ffe-d7c7-43bd-bdf3-e589b56293cb",
      "name": "Documentation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        -704
      ],
      "parameters": {
        "width": 380,
        "height": 540,
        "content": "## ⚡ Workflow Overview & Setup\n\n**Summary:** This workflow automatically converts dense white papers (from URLs or PDFs) into engaging social media content. It scrapes the text, uses AI to generate a "
      }
    },
    {
      "id": "31fc9a6d-02f3-4ed7-b29c-6beee3a841c1",
      "name": "Step 1 Explanation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        -256
      ],
      "parameters": {
        "width": 844,
        "height": 108,
        "content": "### 📥 Step 1: Input & Scraping\n\nThe workflow reads a list of white paper URLs from Google Sheets. BrowserAct then navigates to each link and extracts the full text content, handling PDF viewers or web"
      }
    },
    {
      "id": "dd8d1530-5b0d-4ff7-8465-fb53b5b1df74",
      "name": "Step 3 Explanation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1120,
        -176
      ],
      "parameters": {
        "width": 1032,
        "height": 184,
        "content": "### 🎨 Step 2: Asset Generation\n\nAn AI analyzes the scraped text. It simultaneously drafts:\n\n1.  A viral-style LinkedIn post with a 5-slide carousel script.\n2.  A comprehensive, HTML-formatted blog pos"
      }
    },
    {
      "id": "3afbd0ca-656e-46f9-bcd0-784e90888d5f",
      "name": "Notify on completion",
      "type": "n8n-nodes-base.slack",
      "position": [
        720,
        -112
      ]
    },
    {
      "id": "c49f35de-9ac0-40ee-a9d5-3aa6995a5061",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        32,
        -704
      ],
      "parameters": {
        "width": 720,
        "height": 416,
        "content": "@[youtube](fcWlF0Bza80)"
      }
    }
  ],
  "connections": {
    "Get links": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual trigger": {
      "main": [
        [
          {
            "node": "Get links",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [
          {
            "node": "Notify on completion",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Scrape the data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Scrape the data": {
      "main": [
        [
          {
            "node": "Convert whitepaper to carousel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Database": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a carousel PDF": {
      "main": [
        [
          {
            "node": "Update Database",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Convert whitepaper to carousel",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Structured Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Convert whitepaper to carousel",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Convert whitepaper to carousel": {
      "main": [
        [
          {
            "node": "Create a carousel PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}