{
  "name": "Scrape TikTok profile & transcript with Dumpling AI and save to Google Sheets",
  "nodes": [
    {
      "id": "5f9ee78c-393b-4e7b-87e8-d89101bc50bb",
      "name": "Watch for New TikTok Links in Sheet",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -600,
        -220
      ]
    },
    {
      "id": "c60c56c9-4a52-4640-8c07-236ee8a281ab",
      "name": " Extract Username from TikTok URL",
      "type": "n8n-nodes-base.set",
      "position": [
        -380,
        -220
      ]
    },
    {
      "id": "0f60893c-5cfa-4521-9921-91cf61acbf12",
      "name": " Get TikTok Profile Data using Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -160,
        -220
      ]
    },
    {
      "id": "bbe2ccef-6ce2-4ace-9adb-0ec947dcdc44",
      "name": "Get TikTok Video Transcript using Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        60,
        -220
      ]
    },
    {
      "id": "7785398a-fae6-49fb-9e38-d98e76a9dd71",
      "name": "Save Profile Stats and Transcript to Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        280,
        -220
      ]
    },
    {
      "id": "f702661a-1495-44df-990d-eb92bbff562f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -910,
        -620
      ],
      "parameters": {
        "width": 720,
        "height": 560,
        "content": "🎯 Workflow Purpose\n#### This automation monitors a Google Sheet for new TikTok video links. When a new link is added, it uses Dumpling AI to extract both the creator's profile data and the transcript "
      }
    }
  ],
  "connections": {
    " Extract Username from TikTok URL": {
      "main": [
        [
          {
            "node": " Get TikTok Profile Data using Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch for New TikTok Links in Sheet": {
      "main": [
        [
          {
            "node": " Extract Username from TikTok URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    " Get TikTok Profile Data using Dumpling AI": {
      "main": [
        [
          {
            "node": "Get TikTok Video Transcript using Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get TikTok Video Transcript using Dumpling AI": {
      "main": [
        [
          {
            "node": "Save Profile Stats and Transcript to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}