Fiverr UGC 采集器

中级

这是一个AI、Marketing领域的自动化工作流,包含 8 个节点。主要使用 Html、HttpRequest、GoogleSheets、ScheduleTrigger 等节点,结合人工智能技术实现智能自动化。 使用Google Sheets追踪零工的自动化Fiverr UGC市场研究

前置要求
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "daABmpJ3xdrHjUS7",
  "meta": {
    "instanceId": "84ad02d6104594179f43f1ce9cfe3a81637b2faedb57dafcb9e649b7542988db",
    "templateCredsSetupCompleted": true
  },
  "name": "Fiverr UGC 采集器",
  "tags": [],
  "nodes": [
    {
      "id": "639d8c5d-9b2c-4dda-a496-7098c298b5a5",
      "name": "每日 Fiverr 采集触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 9
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "60977b7f-c8ec-4ec9-9d2a-e2d6c58149e6",
      "name": "获取 Fiverr 搜索结果",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ],
      "parameters": {
        "url": "https://www.fiverr.com/search/gigs",
        "options": {},
        "sendQuery": true,
        "sendHeaders": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "query",
              "value": "ugc"
            }
          ]
        },
        "headerParameters": {
          "parameters": [
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
            },
            {
              "name": "Accept",
              "value": "text/html"
            },
            {
              "name": "Accept-Language",
              "value": "en-US,en;q=0.9"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "b3cc4270-c7a3-4fcc-88b3-795c6c7b418d",
      "name": "从 HTML 提取数据",
      "type": "n8n-nodes-base.html",
      "position": [
        580,
        0
      ],
      "parameters": {
        "options": {},
        "operation": "extractHtmlContent",
        "extractionValues": {
          "values": [
            {
              "key": "price",
              "cssSelector": "div.basic-gig-card a._Z7OVIW span.text-bold > span"
            },
            {
              "key": "title",
              "cssSelector": "div.basic-gig-card p.f2YMuU6"
            },
            {
              "key": "Selller",
              "cssSelector": "div.basic-gig-card a._1lc1p3l2 span.vp9lqtk"
            },
            {
              "key": "Gig URL",
              "cssSelector": "div.basic-gig-card > a.media"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "b5e115fe-3f5e-4ead-b09d-35af6c002204",
      "name": "将零工数据追加到表格",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        800,
        0
      ],
      "parameters": {
        "columns": {
          "value": {
            "Price": "={{ $json.price }}",
            "Title": "={{ $json.title }}",
            "Gig URL": "={{ $json[\"Gig URL\"] }}",
            "Seller Name": "={{ $json.Selller }}"
          },
          "schema": [
            {
              "id": "Price",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Price",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Seller Name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Seller Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Gig URL",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Gig URL",
              "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/1mSpImM6r33QkQiYAZEoyvqo6Jce8pR4iyCZgUXqkQfk/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1mSpImM6r33QkQiYAZEoyvqo6Jce8pR4iyCZgUXqkQfk",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1mSpImM6r33QkQiYAZEoyvqo6Jce8pR4iyCZgUXqkQfk/edit?usp=drivesdk",
          "cachedResultName": "Fiverr UGC Scraper"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "K5yYfUnKFTqaRn6A",
          "name": "Google Sheets account"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "3834eabc-6865-4fbb-941e-4e76e84d461f",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -1040
      ],
      "parameters": {
        "color": 5,
        "width": 520,
        "height": 1260,
        "content": "## ⚙️ 第一部分:**触发器与数据获取**"
      },
      "typeVersion": 1
    },
    {
      "id": "09a950f8-54a9-409c-aed6-e3fd908a7f14",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -1500
      ],
      "parameters": {
        "color": 3,
        "width": 520,
        "height": 1720,
        "content": "## 🧠 第二部分:**HTML 解析与数据记录**"
      },
      "typeVersion": 1
    },
    {
      "id": "c9562319-f44c-461c-bcb0-84192b8a8e3f",
      "name": "便签 9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1780,
        -1020
      ],
      "parameters": {
        "color": 4,
        "width": 1300,
        "height": 320,
        "content": "======================================="
      },
      "typeVersion": 1
    },
    {
      "id": "bd479abb-b26e-4b8c-a1f8-14fde7041059",
      "name": "便签4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1780,
        -680
      ],
      "parameters": {
        "color": 4,
        "width": 1289,
        "height": 2378,
        "content": "## ⚙️ 第一部分:**触发器与数据获取**"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "9e357a6c-19fd-490d-b5ea-7afd9a4b533d",
  "connections": {
    "Extract Data from HTML": {
      "main": [
        [
          {
            "node": "Append Gig Data to Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Fiverr Scrape Trigger": {
      "main": [
        [
          {
            "node": "Fetch Fiverr Search Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Fiverr Search Results": {
      "main": [
        [
          {
            "node": "Extract Data from HTML",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个中级难度的工作流,适用于AI、Marketing等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

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

工作流信息
难度等级
中级
节点数量8
分类2
节点类型5
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Yaron Been

Yaron Been

@yaron-nofluff

Building 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 上查看 →

分享此工作流