{
  "name": "Automated Fiverr UGC market research: track gigs with Google Sheets",
  "nodes": [
    {
      "id": "639d8c5d-9b2c-4dda-a496-7098c298b5a5",
      "name": "Daily Fiverr Scrape Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "60977b7f-c8ec-4ec9-9d2a-e2d6c58149e6",
      "name": "Fetch Fiverr Search Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "b3cc4270-c7a3-4fcc-88b3-795c6c7b418d",
      "name": "Extract Data from HTML",
      "type": "n8n-nodes-base.html",
      "position": [
        580,
        0
      ]
    },
    {
      "id": "b5e115fe-3f5e-4ead-b09d-35af6c002204",
      "name": "Append Gig Data to Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        800,
        0
      ]
    },
    {
      "id": "3834eabc-6865-4fbb-941e-4e76e84d461f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -1040
      ],
      "parameters": {
        "width": 520,
        "height": 1260,
        "content": "## ⚙️ Section 1: **Trigger & Data Fetching**\n\nThis section is responsible for **automatically starting the workflow** and **retrieving Fiverr gig listings** for UGC content creators.\n\n---\n\n### ⏰ 1. `D"
      }
    },
    {
      "id": "09a950f8-54a9-409c-aed6-e3fd908a7f14",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        -1500
      ],
      "parameters": {
        "width": 520,
        "height": 1720,
        "content": "## 🧠 Section 2: **HTML Parsing & Data Logging**\n\nThis section focuses on **extracting useful data** from the raw HTML and then **storing it securely** in Google Sheets for future reference.\n\n---\n\n### "
      }
    },
    {
      "id": "c9562319-f44c-461c-bcb0-84192b8a8e3f",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1780,
        -1020
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "bd479abb-b26e-4b8c-a1f8-14fde7041059",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1780,
        -680
      ],
      "parameters": {
        "width": 1289,
        "height": 2378,
        "content": "## ⚙️ Section 1: **Trigger & Data Fetching**\n\nThis section is responsible for **automatically starting the workflow** and **retrieving Fiverr gig listings** for UGC content creators.\n\n---\n\n### ⏰ 1. `D"
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}