Skip to main content

Generate 360 social media reports with AI - Bright Data MCP

Workflow preview

Workflow preview
100%
Generate 360 social media reports with AI - Bright Data MCP preview
Open on n8n.io

Important notice

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

1. Workflow Overview

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 mark...

Best for

  • Market Research automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Romuald Członkowski.

Original n8n.io source

1.1 Workflow description

Title
Generate 360 social media reports with AI - Bright Data MCP
Workflow name
Generate 360 social media reports with AI - Bright Data MCP

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

  1. Enter target person's details through the web form (name, company, location)
  2. AI Discovery Agent searches across selected platforms using name variations
  3. Profile validator verifies discovered profiles with confidence scoring
  4. Platform-specific agents analyze each profile using Bright Data MCP tools
  5. GPT-4 synthesizes all data into a comprehensive intelligence report
  6. 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

  1. 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
  2. Update Google Drive settings:
    • Find "Create Empty Google Doc" node
    • Select target folder there
  3. Configure your LLM credentials (OpenAI or alternative)
  4. 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

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 - Social Media Research Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.3

Block 2 - Input Validator

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Bright Data MCP

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1.1

Block 4 - discovery agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 5 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 6 - Output validator

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Profiles validator

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Split Platforms into Items

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - LinkedIn Prompt Builder

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

Block 10 - Twitter/X Prompt Builder

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

Block 11 - Instagram Prompt Builder

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

Block 12 - YouTube Prompt Builder

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

Block 13 - GitHub Prompt Builder

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

Block 14 - TikTok Prompt Builder

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

Block 15 - Switch

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 16 - Research Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 17 - Merge

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

Block 18 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 19 - OpenAI Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 20 - Aggregate analyses

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

Block 21 - Merge1

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

Block 22 - Edit Fields

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

Block 23 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 24 - Set Content

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

Showing the first 24 of 50 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate 360 social media reports with AI - Bright Data MCP
Complexity advanced
Nodes 50
Categories Market Research, AI RAG
Author Romuald Członkowski
Published 16 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8653/8653.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 Generate 360 social media reports with AI - Bright Data MCP do?

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 mark...

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, AI RAG use case.