Block 1 - Fetch X Profile Metrics
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
Monitor and record your personal or competitors’ social media growth with this scalable n8n automation template. Using official APIs from X (formerly Twitter) and YouTube , the workflow fetches dai...
n8n-nodes-base.httprequest, n8n-nodes-base.datatable, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by ScoutNow.
Original n8n.io sourceUsing official APIs from X (formerly Twitter) and YouTube, the workflow fetches daily follower and subscriber counts, stores them in a structured n8n Data Table, and now sends automated weekly summary emails via Gmail.
Built with extensibility in mind, this workflow is ready for future updates to support additional platforms like Instagram, TikTok, LinkedIn, and more.
📈 Daily Social Media Tracking
Automatically collects X follower counts and YouTube subscriber numbers based on usernames, not channel IDs.
📦 Data Table Logging
Cleanly stores daily metrics in a dedicated n8n Data Table with timestamps.
📧 Weekly Email Reports (New)
Sends a concise weekly summary of growth trends using the Gmail node.
🔁 Easy Customization
Swap out usernames in a couple of fields — no deep edits required.
🛠️ Extensible Design
Structure is ready to support more platforms (e.g., TikTok, Instagram, LinkedIn).
🧩 API-Based Accuracy
Uses official APIs from X and YouTube for real-time, reliable data.
?key=<your_api_key>)xUsername → your X / Twitter handle ytChannelUsername → your YouTube channel’s usernameInside the n8n dashboard, create a table with the following fields:
| Field Name | Type |
|---|---|
date |
DateTime |
xFollowersCount |
Number |
ytSubscriberCount |
Number |
You can extend this template to:
| Node | Function |
|---|---|
| HTTP Request | Pull data from APIs |
| Cron | Trigger workflow daily |
| Data Table | Store historical growth data |
| Gmail | Send weekly email reports |
| Set | Define usernames and settings |
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.
| Workflow | Track social media growth and weekly reports with X API, YouTube API, and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 18 |
| Categories | Market Research |
| Author | ScoutNow |
| Published | 15 Oct 2025 |
Use the JSON export at /data/workflows/9718/9718.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Monitor and record your personal or competitors’ social media growth with this scalable n8n automation template. Using official APIs from X (formerly Twitter) and YouTube , the workflow fetches dai...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.