{
  "name": "Extract named entities from web pages with Google Natural Language API",
  "nodes": [
    {
      "id": "8719f1de-2a3e-4c34-9edc-e4b8f993b525",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1240,
        -420
      ]
    },
    {
      "id": "01420fd5-3483-4e74-b9fc-971199898449",
      "name": "Google Entities",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1020,
        -420
      ]
    },
    {
      "id": "5c1c258a-44ed-4d5a-a22d-cddb4df09018",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -700
      ],
      "parameters": {
        "width": 620,
        "height": 880,
        "content": "# Google Page Entity Extraction Template\n\n## What this workflow does\nThis workflow allows you to extract named entities (people, organizations, locations, etc.) from any web page using Google's Natura"
      }
    },
    {
      "id": "79add9a7-adca-4ce5-8a6a-5fcb75288846",
      "name": "Get Url",
      "type": "n8n-nodes-base.webhook",
      "position": [
        360,
        -420
      ]
    },
    {
      "id": "081a52bc-2da7-44fb-bdc3-4cb73cbf8dd3",
      "name": "Get URL Page Contents",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        580,
        -420
      ]
    },
    {
      "id": "dda5ef3d-f031-4dd6-b117-c1f69aa66b63",
      "name": "Respond with detected entities",
      "type": "n8n-nodes-base.code",
      "position": [
        800,
        -420
      ]
    }
  ],
  "connections": {
    "Get Url": {
      "main": [
        [
          {
            "node": "Get URL Page Contents",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Entities": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get URL Page Contents": {
      "main": [
        [
          {
            "node": "Respond with detected entities",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Respond with detected entities": {
      "main": [
        [
          {
            "node": "Google Entities",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}