AutomationFlowsGeneral › Track Buying Signals with Airtop and Log Them to Google Sheets

Track Buying Signals with Airtop and Log Them to Google Sheets

ByAirtop @cesar-at-airtop on n8n.io

This powerful automation helps you stay ahead of the competition by identifying sales opportunities in real-time. Here’s how it works:

Event trigger★☆☆☆☆ complexity3 nodesExecute Workflow TriggerAirtop
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #14285 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "1213ff66-e24c-43b7-bf86-104b4e1f6fd4",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {
        "workflowInputs": {
          "values": [
            {
              "name": "googleSheetUrl"
            },
            {
              "name": "deduplicationWindowDays",
              "type": "number"
            },
            {
              "name": "enableHiringModule",
              "type": "boolean"
            },
            {
              "name": "enableLinkedInPostsModule",
              "type": "boolean"
            },
            {
              "name": "enableNewsModule",
              "type": "boolean"
            },
            {
              "name": "maxAccountsToProcess",
              "type": "number"
            },
            {
              "name": "maxJobPagesPerCompany",
              "type": "number"
            },
            {
              "name": "maxPostPagesPerCompany",
              "type": "number"
            },
            {
              "name": "newsDaysBack",
              "type": "number"
            },
            {
              "name": "postsDaysBack",
              "type": "number"
            }
          ]
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "34ee1f20-5953-4a23-a9fd-e4c42812ab92",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -464,
        -128
      ],
      "parameters": {
        "width": 432,
        "height": 576,
        "content": "## Track Buying Signals with Airtop\n\nAutomatically monitor target accounts across LinkedIn and news for hiring sprees, product launches, funding rounds, and other buying signals - logged straight to Google Sheets.\n\n### Video Tutorial\n@[youtube](VYD7X3It2v8)\n\n**Important**\nYou need to install the Airtop template [Real-Time Buying Signals Agent](https://www.airtop.ai/templates/multi-source-b2b-buying-signal-monitor?utm_source=n8n-template) in your account before executing this n8n workflow."
      },
      "typeVersion": 1
    },
    {
      "id": "334f531e-dad4-4bde-87de-7bf49c71bec3",
      "name": "Run \"The Real-Time Buying Signals Agent\"",
      "type": "n8n-nodes-base.airtop",
      "position": [
        208,
        0
      ],
      "parameters": {
        "agentId": {
          "__rl": true,
          "mode": "list",
          "value": "85d35fb5-0610-4dd0-bb39-9f1ed310d24e",
          "cachedResultName": "The Real-Time Buying Signals Agent"
        },
        "resource": "agent",
        "agentParameters": {
          "value": {
            "newsDaysBack": "={{ $json.newsDaysBack }}",
            "postsDaysBack": "={{ $json.postsDaysBack }}",
            "googleSheetUrl": "={{ $json.googleSheetUrl }}",
            "enableNewsModule": "={{ $json.enableNewsModule }}",
            "enableHiringModule": "={{ $json.enableHiringModule }}",
            "maxAccountsToProcess": "={{ $json.maxAccountsToProcess }}",
            "maxJobPagesPerCompany": "={{ $json.maxJobPagesPerCompany }}",
            "maxPostPagesPerCompany": "={{ $json.maxPostPagesPerCompany }}",
            "deduplicationWindowDays": "={{ $json.deduplicationWindowDays }}",
            "enableLinkedInPostsModule": "={{ $json.enableLinkedInPostsModule }}"
          },
          "schema": [
            {
              "id": "deduplicationWindowDays",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "deduplicationWindowDays",
              "defaultMatch": false
            },
            {
              "id": "enableHiringModule",
              "type": "boolean",
              "display": true,
              "required": false,
              "displayName": "enableHiringModule",
              "defaultMatch": false
            },
            {
              "id": "enableLinkedInPostsModule",
              "type": "boolean",
              "display": true,
              "required": false,
              "displayName": "enableLinkedInPostsModule",
              "defaultMatch": false
            },
            {
              "id": "enableNewsModule",
              "type": "boolean",
              "display": true,
              "required": false,
              "displayName": "enableNewsModule",
              "defaultMatch": false
            },
            {
              "id": "googleSheetUrl",
              "type": "string",
              "display": true,
              "required": true,
              "displayName": "googleSheetUrl (required)",
              "defaultMatch": false
            },
            {
              "id": "maxAccountsToProcess",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "maxAccountsToProcess",
              "defaultMatch": false
            },
            {
              "id": "maxJobPagesPerCompany",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "maxJobPagesPerCompany",
              "defaultMatch": false
            },
            {
              "id": "maxPostPagesPerCompany",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "maxPostPagesPerCompany",
              "defaultMatch": false
            },
            {
              "id": "newsDaysBack",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "newsDaysBack",
              "defaultMatch": false
            },
            {
              "id": "postsDaysBack",
              "type": "number",
              "display": true,
              "required": false,
              "displayName": "postsDaysBack",
              "defaultMatch": false
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        }
      },
      "credentials": {
        "airtopApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Run \"The Real-Time Buying Signals Agent\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This powerful automation helps you stay ahead of the competition by identifying sales opportunities in real-time. Here’s how it works:

Source: https://n8n.io/workflows/14285/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

This automation monitors X (formerly Twitter) search pages in real time and extracts high-signal posts that match your categories of interest. It’s ideal for community engagement, lead discovery, thou

Execute Workflow Trigger, Airtop
General

Back up n8n workflows to Google Drive automatically This workflow provides a robust solution for backing up your n8n workflows to Google Drive. It is designed to handle backups for multiple n8n instan

Execute Workflow Trigger, n8n, Google Drive
General

This workflow uses KlickTipp community nodes, available for self-hosted n8n instances only.

Execute Workflow Trigger, N8N Nodes Klicktipp
General

Manually uploading screenshots or other image files to hosting platforms like Postimages.org can be tedious and time-consuming. This automation simplifies the process by automatically uploading an ima

Airtop
General

This workflow is a robust and forgiving JSON parser designed to handle malformed or "dirty" JSON strings often returned by AI models or scraped from web pages. It takes a text string as input and atte

Execute Workflow Trigger