Skip to main content

Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving

Workflow preview

Workflow preview
100%
Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Monitor & Archive Keyword Tweets to Airtable Overview Automatically searches Twitter for any keyword/topic (person, brand, hashtag), filters duplicates, and stores new tweets in Airtable with ri...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.twitter, n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.merge, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roshan Ramani.

Original n8n.io source

1.1 Workflow description

Title
Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving
Workflow name
Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving

Monitor & Archive Keyword Tweets to Airtable

๐Ÿ“Œ Overview

Automatically searches Twitter for any keyword/topic (person, brand, hashtag), filters duplicates, and stores new tweets in Airtable with rich metadata - all on a daily schedule.

๐Ÿ› ๏ธ Workflow Steps

  1. โฐ Schedule Trigger
    Runs daily at 8 AM (customizable)

  2. ๐Ÿฆ Twitter Search
    Fetches 100 latest tweets matching your keyword

  3. ๐Ÿ“ฆ Reformat Data
    Structures:

    • Text | Likes | ID | URL
    • Author | Timestamp
  4. ๐Ÿ—‚๏ธ Fetch Airtable Records
    Retrieves existing tweet IDs

  5. ๐Ÿ” Deduplicate
    Compares IDs to exclude duplicates

  6. โž• Append New Tweets
    Saves only fresh entries to Airtable

๐Ÿ’ก Key Benefits

  • ๐Ÿค– Automated Monitoring: Near real-time tracking
  • ๐Ÿงน Clean Data: Zero duplicate entries
  • ๐Ÿ“ Structured Archive: Organized metadata for analysis
  • โš™๏ธ Fully Customizable: Adapt keywords/schedule/output

๐Ÿงฉ Perfect For

  • Social media analysts tracking brand mentions
  • Journalists monitoring public figures
  • Researchers archiving topic conversations
  • Marketing teams measuring campaign reach

๐Ÿš€ Getting Started

  1. Import into n8n
  2. Connect Credentials:
    • Twitter API keys
    • Airtable base + table ID
  3. Configure:
    • Search keyword (e.g., "Narendra Modi")
    • Schedule timing
  4. Run & Forget:
    • Initial run to backfill
    • Daily auto-archiving

โœ… Enhancement Ideas

  • Add Filters:

    • Exclude retweets
    • Filter by language
    • Geolocation targeting
  • Notifications:

    • Slack alerts for new tweets
    • Email digests
  • AI Extensions:

    • Sentiment analysis
    • Auto-categorization
    • Trend reporting

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Twitter

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 1

Block 2 - Set_AT_list

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 3 - get airtable list

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 1

Block 4 - set twitter data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 1

Block 5 - Leave only new tweets

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 1

Block 6 - Append new tweets to airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 1

Block 7 - 8 AM

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving
Complexity intermediate
Nodes 8
Categories Market Research
Author Roshan Ramani
Published 17 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5006/5006.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Twitter Keyword & Public-Figure Monitor with Automated Airtable Archiving do?

Monitor & Archive Keyword Tweets to Airtable Overview Automatically searches Twitter for any keyword/topic (person, brand, hashtag), filters duplicates, and stores new tweets in Airtable with ri...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.