8
n8n 中文网amn8n.com

竞争对手Facebook广告情报代理

初级

这是一个Market Research, Multimodal AI领域的自动化工作流,包含 4 个节点。主要使用 Gmail, Airtop, ScheduleTrigger 等节点。 每周竞品Facebook广告情报报告(Airtop和Gmail)

前置要求
  • Google 账号和 Gmail API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "jmDZtl6juC1EHMa5",
  "meta": {
    "instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
    "templateCredsSetupCompleted": true
  },
  "name": "竞争对手 Facebook 广告情报代理",
  "tags": [],
  "nodes": [
    {
      "id": "fd11f05c-a1c6-42be-b4c5-e8a2e7e2b51d",
      "name": "定时触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        32,
        0
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtHour": 19
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "44dccd7d-9a84-42b4-a7c2-f967b5e09b55",
      "name": "查询 Facebook 广告库",
      "type": "n8n-nodes-base.airtop",
      "position": [
        256,
        0
      ],
      "parameters": {
        "url": "https://www.facebook.com/ads/library/?active_status=active&ad_type=all&country=US&is_targeted_country=false&media_type=all&search_type=page&view_all_page_id=15087023444",
        "prompt": "This is a Facebook ad library. Extract up to 30 ads for each ad, extract:\nMessage summary (1–2 concise sentences)\n\nMain topic (e.g., Discount, Awareness, Product Launch, Testimonial)\n\nCall-to-Action (CTA)** (e.g., Learn More, Book Now, Shop Now)\n\nHow long the ad has been active (days active or start date, if displayed)\n\nAd Language (Eng, Esp, et..)\n\nReverse engineered target audience (hypothesis)\n\nReturn the results in as a nice, HTML formatted report",
        "resource": "extraction",
        "operation": "query",
        "sessionMode": "new",
        "additionalFields": {}
      },
      "credentials": {
        "airtopApi": {
          "id": "Yi4YPNnovLVUjFn5",
          "name": "Airtop Official Org"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a909ba2d-c1b2-4c89-ab6e-e788c44ccf56",
      "name": "发送报告",
      "type": "n8n-nodes-base.gmail",
      "position": [
        480,
        0
      ],
      "webhookId": "44e02ce2-b229-45a8-90f5-902a1aa5c4b7",
      "parameters": {
        "sendTo": "amir@airtop.ai",
        "message": "={{ $json.data.modelResponse }}",
        "options": {},
        "subject": "Facebook Ad Library Competitor Report:  "
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "975ZLOgWNQCTy54i",
          "name": "AA Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "602dc0cc-03ab-492b-a87b-23e65e42b7b9",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -912,
        -448
      ],
      "parameters": {
        "color": 6,
        "width": 896,
        "height": 944,
        "content": "自述文件"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "c478d744-2601-41ea-86ed-fecc114d0067",
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Query Facebook Ad Library",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Query Facebook Ad Library": {
      "main": [
        [
          {
            "node": "Send Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 市场调研, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者

Airtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words

外部链接
在 n8n.io 查看

分享此工作流