{
  "name": "Android to n8n automation | Save links to with Readeck, Openrouter, SerpAPI",
  "nodes": [
    {
      "id": "49c1e95f-2339-4783-bd7d-122692ca29e1",
      "name": "SerpAPI",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        840,
        200
      ]
    },
    {
      "id": "c3db131d-2f76-4c07-a130-3da7813c5fa2",
      "name": "Auto-fixing Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
      "position": [
        980,
        200
      ]
    },
    {
      "id": "4ad243d0-24df-41f8-bc1a-809163b236ce",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1120,
        420
      ]
    },
    {
      "id": "e0fc52ce-53c1-4e6e-9378-6a664f186946",
      "name": "Get Webhook Content",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "00cb8828-a466-4739-a46e-a246aa7b1788",
      "name": "Extractor URL & Title",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "c44e6de8-a1a3-4d8e-941c-ef2b507f5faf",
      "name": "If Title and URL provided",
      "type": "n8n-nodes-base.if",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "6cc2348b-1f91-405a-a5ab-df61db0511ba",
      "name": "Content Tagging Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        800,
        -20
      ]
    },
    {
      "id": "1e9f7ea2-02d0-4116-a9cc-7f1ab573a7e2",
      "name": "OpenRouter GPT 40 Mini",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        200,
        180
      ]
    },
    {
      "id": "5ce1b81a-0fbc-4ecb-ab8d-098aca7be467",
      "name": "Buffer Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        680,
        200
      ]
    },
    {
      "id": "185f7332-3a63-41f9-83eb-3af4e4ebd1e2",
      "name": "Create Bookmark",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1160,
        -20
      ]
    },
    {
      "id": "613a461d-f941-4149-b71c-050c25d17648",
      "name": "If Bookmark Created",
      "type": "n8n-nodes-base.if",
      "position": [
        1380,
        -20
      ]
    },
    {
      "id": "4879057b-e3da-4c6d-9a77-44fed749c119",
      "name": "Bookmark Created",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1600,
        -20
      ]
    },
    {
      "id": "c81bfb95-258e-40fe-a006-f789b0fdf9b9",
      "name": "Bookmark Not Created",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1600,
        -200
      ]
    },
    {
      "id": "e9c5e016-bd00-4ec8-bc25-3866ef950bf8",
      "name": "Title & URL Not Found",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        800,
        -180
      ]
    }
  ],
  "connections": {
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "Content Tagging Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Buffer Memory": {
      "ai_memory": [
        [
          {
            "node": "Content Tagging Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Create Bookmark": {
      "main": [
        [
          {
            "node": "If Bookmark Created",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Webhook Content": {
      "main": [
        [
          {
            "node": "Extractor URL & Title",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If Bookmark Created": {
      "main": [
        [
          {
            "node": "Bookmark Created",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Bookmark Not Created",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content Tagging Agent": {
      "main": [
        [
          {
            "node": "Create Bookmark",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extractor URL & Title": {
      "main": [
        [
          {
            "node": "If Title and URL provided",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter GPT 40 Mini": {
      "ai_languageModel": [
        [
          {
            "node": "Extractor URL & Title",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Content Tagging Agent",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Auto-fixing Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Content Tagging Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "If Title and URL provided": {
      "main": [
        [
          {
            "node": "Content Tagging Agent",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Title & URL Not Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}