Collect new tweets that match a keyword and log them into an Airtable table for easy review. Great for marketing and community teams that want quick social listening without manual copy and paste.
The flow runs on click. It searches Twitter for a chosen term with up to 100 results. Existing rows are pulled from Airtable. Two mapping steps shape the data so both sides share the same fields like Tweet, Tweet_id, and Likes. A compare step checks Tweet_id and keeps only items that are not already stored. Only new tweets are then added to Airtable. The result is a clean list with no duplicates and a simple count of likes for each post.
You will need a Twitter developer app and an Airtable base with fields named Tweet, Tweet_id, and Likes. Expect faster monitoring and fewer errors because each run only adds what is new. Use this for brand mentions, event tracking, or competitor watch. You can keep it on demand or later add a schedule trigger in n8n if you want it to run on a timer.