π£ Automate multi-platform social media lookup from Google Sheets with Gemini AI
β‘ 1,460 views Β· π£ Lead Generation & Enrichment
π‘ Pro Tip β Since TikTok doesnβt have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β drop it into your workflow and skip the parsing.
Description
π Whoβs it for
This template is designed for campaigners, researchers, and organizers who need to enrich spreadsheets of contacts with publicly available social media profiles. Ideal for advocacy campaigns, outreach, or digital organizing where fast, scalable people lookup is needed.
βοΈ What it does
This workflow scans a Google Sheet for rows marked as unanalysed ("Analysed?" = false), sends each contact to a dedicated AI-powered research agent, and returns structured public profile links across major platforms like:
- Twitter/X
- GitHub
- TikTok
- YouTube
- Threads
- Medium
- Substack
- And more (18+ total)
It processes one contact per run for clarity and stability, appending the results back to the original Google Sheet.
π οΈ How to set it up
- Copy the Google Sheet template
β This sheet includes sample columns and headers for contacts and social profile fields. - Paste your contact list at the end of the sheet.
- For each new contact, make sure the βAnalysed?β column is set to
false. - Clone this workflow and the AI Research Agent subworkflow.
- Connect your Google Sheets account in n8n.
- Update the workflow with your sheet ID and sheet name (
Sheet1by default). - Trigger the workflow on a schedule (e.g. every 15 minutes) or run it manually.
β Requirements
- Google Sheets integration set up in n8n
- Access to this AI research subworkflow
- OpenRouter API key
- n8n (self-hosted or cloud)
π§© How to customize the workflow
- Modify the research agent to prioritize specific platforms or return only verified profiles.
- Add more profile columns to the Google Sheet and schema to match your custom fields.
- Add logic to send alerts (email, Slack, etc.) for specific contacts.
- Use an n8n webhook instead of a schedule to run the process on demand.
- Use a loop over all items to process all rows sequentially (only recommended for small datasets due to memory constraints)
π Nodes Used
Google Sheets, Execute Sub-workflow, Schedule Trigger, Filter, Information Extractor, OpenRouter Chat Model
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File