15 个追踪反向链接机会
高级
这是一个Market Research, AI Summarization领域的自动化工作流,包含 19 个节点。主要使用 If, Set, Gmail, GoogleSheets, McpClientTool 等节点。 使用 Bright Data MCP 和 GPT-4o 追踪并分析反向链接机会
前置要求
- •Google 账号和 Gmail API 凭证
- •Google Sheets API 凭证
- •OpenAI API Key
使用的节点 (19)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "9JXJSRBgDOt0cwYz",
"meta": {
"instanceId": "60046904b104f0f72b2629a9d88fe9f676be4035769f1f08dad1dd38a76b9480",
"templateCredsSetupCompleted": true
},
"name": "15 个追踪反向链接机会",
"tags": [],
"nodes": [
{
"id": "dfaa75f6-d25a-48e0-a048-8d8c82460a14",
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
400,
260
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8sEyPDkC5p4w4Jha",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "42419b2c-9ca5-43b9-b08f-bcb0396d4969",
"name": "MCP 客户端",
"type": "n8n-nodes-mcp.mcpClientTool",
"position": [
580,
260
],
"parameters": {
"toolName": "scrape_as_markdown",
"operation": "executeTool",
"toolParameters": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Tool_Parameters', ``, 'json') }}"
},
"credentials": {
"mcpClientApi": {
"id": "eqq94k789oJCd6jU",
"name": "MCP Client (STDIO) account"
}
},
"typeVersion": 1
},
{
"id": "b61ffebf-1045-4404-b673-1486c26afcff",
"name": "🚀 开始手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bd85b0ab-1425-4d0e-af85-f8046593c1d6",
"name": "📝 定义搜索参数",
"type": "n8n-nodes-base.set",
"position": [
200,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "fcbac2cc-fcca-42c0-a9ba-a968521105a6",
"name": "url",
"type": "string",
"value": "https://www.designagency.gr/"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "012aee18-e4ec-47f9-b969-60b736d989dd",
"name": "🤖 使用 Bright Data MCP 运行 Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
440,
0
],
"parameters": {
"text": "=scrape the following website and extract key contant information like address, phone number, email etc. and also tell me what the website is about:\n{{ $json.url }}",
"options": {},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2
},
{
"id": "059a3934-0906-49c5-83dc-035b56692227",
"name": "📄 将潜在客户保存到 Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
900,
0
],
"parameters": {
"columns": {
"value": {
"url": "={{ $json.output.website.url }}",
"email": "={{ $json.output.contacts.emails }}",
"address": "={{ $json.output.addresses }}",
"description": "={{ $json.output.website.description }}",
"Phone number": "={{ $json.output.contacts.phoneNumbers }}",
"Website name": "={{ $json.output.website.name }}"
},
"schema": [
{
"id": "Website name",
"type": "string",
"display": true,
"required": false,
"displayName": "Website name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "url",
"type": "string",
"display": true,
"required": false,
"displayName": "url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "description",
"type": "string",
"display": true,
"required": false,
"displayName": "description",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "address",
"type": "string",
"display": true,
"required": false,
"displayName": "address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Phone number",
"type": "string",
"display": true,
"required": false,
"displayName": "Phone number",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email",
"type": "string",
"display": true,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1LFtV1-VvGlvPw3nSoUi-fjeB5ygjg3Pl5iR8wGXRbp8/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1LFtV1-VvGlvPw3nSoUi-fjeB5ygjg3Pl5iR8wGXRbp8",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1LFtV1-VvGlvPw3nSoUi-fjeB5ygjg3Pl5iR8wGXRbp8/edit?usp=drivesdk",
"cachedResultName": "Email outreach leads data"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "r2mDaisH6e9VkwHl",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "29684db7-1c9d-4fd2-873d-ebc6d64ce62e",
"name": "🔎 检查邮箱是否可用",
"type": "n8n-nodes-base.if",
"position": [
1100,
0
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "78120462-cbaf-476d-ab48-b1e4afc03e72",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.email }}",
"rightValue": "@gmail.com"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "aeb0886e-1eec-4e91-9839-ea71e00debe0",
"name": "📧 发送外联邮件",
"type": "n8n-nodes-base.gmail",
"position": [
1380,
-140
],
"webhookId": "5cb4fd74-eff0-42f0-9799-63020be354f9",
"parameters": {
"sendTo": "={{ $json.email }}",
"message": "=Hi {{ $json['Website name'] }}, \n\nI came across **Design Agency** and was really impressed by your creative work in web design and branding. I especially liked how you combine design, SEO, and digital marketing under one roof — that’s so valuable for modern businesses! \n\nI recently published a resource that I believe would be a great fit for your audience: \n**[Your Resource Title]** — [Short 1-sentence benefit, e.g., “A guide to boosting SEO through better UX design”]. \n\nI think adding this to one of your relevant blog posts or resource pages could offer your readers extra value. \n\nWould you be open to taking a quick look? I’d love to hear your thoughts — and of course, I’m happy to share it on my own channels to help promote the page too. \n\nThanks so much for your time and creative work! \n\nLooking forward to hearing from you. \n\nBest regards, \n[Your Name] \n[Your Position, e.g., Digital Marketer | Your Company] \n[Your Website] \n[Your LinkedIn Profile or Contact Info]\n",
"options": {},
"subject": "Let’s Collaborate: Valuable Resource for Your Readers",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "AQDSl75AdzK3vmqJ",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "02b3ac99-934a-489d-8f14-47e1ee36faf7",
"name": "🚫 若无邮箱则跳过外联",
"type": "n8n-nodes-base.noOp",
"position": [
1380,
120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a3950543-38ed-44ee-b044-65a4558ffcab",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-720
],
"parameters": {
"color": 5,
"width": 360,
"height": 900,
"content": "## ✅ **📌 第一部分:输入与设置**"
},
"typeVersion": 1
},
{
"id": "7255586f-1e0f-4650-a06e-0861fb872202",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
-880
],
"parameters": {
"color": 3,
"width": 340,
"height": 1060,
"content": "## ✅ **🤖 第二部分:数据收集与解析**"
},
"typeVersion": 1
},
{
"id": "1d43bd29-b044-4288-b5cb-7b76bf2b530d",
"name": "便签 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
840,
-640
],
"parameters": {
"color": 5,
"width": 380,
"height": 820,
"content": "## ✅ **📄 第三部分:保存与评估**"
},
"typeVersion": 1
},
{
"id": "2e665145-3d5c-40d3-a551-898f37b3a968",
"name": "便签 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1300,
-640
],
"parameters": {
"color": 2,
"width": 280,
"height": 920,
"content": "## ✅ **📧 第四部分:外联或跳过**"
},
"typeVersion": 1
},
{
"id": "a371feea-6722-4a68-b52d-6c9c3e7375b4",
"name": "便签 5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1660,
-640
],
"parameters": {
"color": 7,
"width": 380,
"height": 240,
"content": "## 如果您通过此链接加入 Bright Data,我将获得少量佣金——感谢您支持更多免费内容!"
},
"typeVersion": 1
},
{
"id": "704dc2f2-087a-4934-8b02-079a9c4a42c9",
"name": "### 替换 Airtable 连接",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1820,
-700
],
"parameters": {
"color": 4,
"width": 1300,
"height": 320,
"content": "======================================="
},
"typeVersion": 1
},
{
"id": "5feeac4c-e086-47b0-8ba8-89646d2920e1",
"name": "便签 4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1820,
-360
],
"parameters": {
"color": 4,
"width": 1289,
"height": 2778,
"content": "## 🎯 **工作流标题:反向链接机会查找器与外联自动化**"
},
"typeVersion": 1
},
{
"id": "87917899-ce34-439a-b44c-bfe0abe6a979",
"name": "自动修复输出解析器",
"type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
"position": [
720,
260
],
"parameters": {
"options": {}
},
"typeVersion": 1
},
{
"id": "e2b5b46f-ee2d-439b-9be3-b11112e754f8",
"name": "OpenAI 聊天模型1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
680,
480
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "8sEyPDkC5p4w4Jha",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "721b4c1a-892f-4594-80bf-a6cb0032d484",
"name": "结构化输出解析器1",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
860,
480
],
"parameters": {
"jsonSchemaExample": "{\n \"website\": {\n \"name\": \"Design Agency\",\n \"url\": \"https://www.designagency.gr/\",\n \"description\": \"Design Agency is a 360 Digital Agency that offers services like Graphic Design & Branding, Web Design, SEO, Social Media Marketing, Video Production, and App Development. They focus on creative design, brand strategies, digital marketing, and development, catering to various clients and industries.\"\n },\n \"addresses\": [\n {\n \"street\": \"Distomou 1\",\n \"postalCode\": \"18532\",\n \"city\": \"Pireas\",\n \"country\": \"GR\"\n },\n {\n \"street\": \"Meidlinger Hauptstrasse 7-9 / TOP EG 8-9\",\n \"postalCode\": \"1120\",\n \"city\": \"Vienna\",\n \"country\": \"AT\"\n }\n ],\n \"contacts\": {\n \"phoneNumbers\": [\n \"+30.2130.414.635\"\n ],\n \"emails\": \"\"\n }\n}\n"
},
"typeVersion": 1.2
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "f2b6ae55-41cb-4193-838d-95840dfb3bfd",
"connections": {
"MCP Client": {
"ai_tool": [
[
{
"node": "🤖 Run Agent with Bright Data MCP",
"type": "ai_tool",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "🤖 Run Agent with Bright Data MCP",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"OpenAI Chat Model1": {
"ai_languageModel": [
[
{
"node": "Auto-fixing Output Parser",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"📧 Send Outreach Email": {
"main": [
[]
]
},
"Auto-fixing Output Parser": {
"ai_outputParser": [
[
{
"node": "🤖 Run Agent with Bright Data MCP",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Structured Output Parser1": {
"ai_outputParser": [
[
{
"node": "Auto-fixing Output Parser",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"🚀 Start Manual Trigger": {
"main": [
[
{
"node": "📝 Define Search Parameters",
"type": "main",
"index": 0
}
]
]
},
"📝 Define Search Parameters": {
"main": [
[
{
"node": "🤖 Run Agent with Bright Data MCP",
"type": "main",
"index": 0
}
]
]
},
"📄 Save Leads to Google Sheets": {
"main": [
[
{
"node": "🔎 Check if Email is Available",
"type": "main",
"index": 0
}
]
]
},
"🔎 Check if Email is Available": {
"main": [
[
{
"node": "📧 Send Outreach Email",
"type": "main",
"index": 0
}
],
[
{
"node": "🚫 Skip Outreach if No Email",
"type": "main",
"index": 0
}
]
]
},
"🤖 Run Agent with Bright Data MCP": {
"main": [
[
{
"node": "📄 Save Leads to Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 市场调研, AI 摘要总结
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
23 分析客户终身价值
使用GPT-4和Bright Data MCP分析与定位高价值客户
If
Set
Code
+9
20 节点Yaron Been
市场调研
4跟踪竞争对手网站更新
使用Bright Data MCP和OpenAI的自动竞争对手价格监控
If
Set
Google Sheets
+8
18 节点Yaron Been
市场调研
11 监控社交媒体广告表现
使用 Bright Data MCP 监控社交媒体广告表现并发送告警
If
Set
Code
+9
19 节点Yaron Been
市场调研
35 监控竞争对手财务状况
使用Bright Data MCP、OpenAI和Google Sheets监控竞争对手财务表现
Set
Code
Gmail
+8
18 节点Yaron Been
市场调研
14 分析竞争对手内容表现
使用Bright Data MCP和GPT-4o分析竞争对手内容表现
Set
Gmail
Mcp Client Tool
+6
15 节点Yaron Been
市场调研
监控本地事件
使用 Bright Data MCP 和 OpenAI 分析自动监控本地事件
Set
Code
Google Sheets
+8
18 节点Yaron Been
市场调研
工作流信息
难度等级
高级
节点数量19
分类2
节点类型12
作者
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos
外部链接
在 n8n.io 查看 →
分享此工作流