Generate 360 social media reports with AI - Bright Data MCP

Go to Workflow
0 views
Built by Romuald Członkowski Romuald Członkowski
Created on June 09, 2026

Description

Social Media Intelligence Workflow with Bright Data and OpenAI

Get a 360 Social media presence report for a person

Who's it for
Business development professionals, recruiters, sales teams, and market researchers who need comprehensive social media intelligence on individuals for lead qualification, due diligence, partnership evaluation, or candidate assessment.

How it works
Enter target person's details through the web form (name, company, location)
AI Discovery Agent searches across selected platforms using name variations
Profile validator verifies discovered profiles with confidence scoring
Platform-specific agents analyze each profile using Bright Data MCP tools
GPT-4 synthesizes all data into a comprehensive intelligence report
Report automatically generated as formatted Google Doc with direct link

Requirements
Bright Data MCP account with PRO access (Get your Bright Data API key here)
OpenAI API key (or alternative LLM provider)
Google Drive OAuth connection for report delivery
n8n self-hosted instance or cloud account

How to set up
Update Bright Data credentials:
Find "Bright Data MCP" node (look for red warning note)
Replace YOUR_BRIGHT_DATA_TOKEN_HERE with your actual token
Update UNLOCKER_CODE_HERE with your unlocker code
Update Google Drive settings:
Find "Create Empty Google Doc" node
Select target folder there
Configure your LLM credentials (OpenAI or alternative)
Test with your own name using "Basic" search depth

Watch Youtube Tutorial

How to customize the workflow
Add platforms**: Extend the Switch node with new cases and create corresponding prompt builders
Modify analysis depth**: Edit the platform-specific prompt builders to focus on different metrics
Change report format**: Update the final LLM Chain prompt to adjust report structure
Add notifications**: Insert Slack or email nodes after report generation
Adjust confidence thresholds**: Modify validators to change profile verification requirements
Alternative outputs**: Replace Google Docs with PDF, Excel, or webhook to CRM

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Drive
n8n-nodes-base.googleDrive
MCP Client Tool
@n8n/n8n-nodes-langchain.mcpClientTool
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow