{
  "name": "Auto-scrape TikTok user data via Dumpling AI and Segment in Airtable",
  "nodes": [
    {
      "id": "ff24f466-3350-4259-b8c4-12525f8fffce",
      "name": "Watch for New TikTok Handles in Airtable",
      "type": "n8n-nodes-base.airtableTrigger",
      "position": [
        -660,
        -80
      ]
    },
    {
      "id": "0f31947a-154a-4902-9cb4-d4b30979539e",
      "name": "Get TikTok Profile Data via Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -440,
        -80
      ]
    },
    {
      "id": "ba10cc9a-dede-41e3-9027-93fc07b039a0",
      "name": " Check if Follower Count is 100k or More",
      "type": "n8n-nodes-base.if",
      "position": [
        -220,
        -80
      ]
    },
    {
      "id": "a0556542-a7f6-4e2a-9154-7f862f13f8fd",
      "name": "Update Record with Basic TikTok Stats",
      "type": "n8n-nodes-base.airtable",
      "position": [
        0,
        -180
      ]
    },
    {
      "id": "d3662656-b23e-49d6-8a85-0c9662ea3025",
      "name": "Update Record with All TikTok Stats ",
      "type": "n8n-nodes-base.airtable",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "5db3da72-a48b-4b79-bb28-730ed2529406",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        -460
      ],
      "parameters": {
        "width": 760,
        "height": 360,
        "content": "### 📊 TikTok Profile Scraper & Airtable Filter with Dumpling AI\n\nThis workflow takes a list of TikTok profile URLs from Airtable and enriches them using Dumpling AI’s scraping API. It checks each prof"
      }
    }
  ],
  "connections": {
    "Get TikTok Profile Data via Dumpling AI": {
      "main": [
        [
          {
            "node": " Check if Follower Count is 100k or More",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    " Check if Follower Count is 100k or More": {
      "main": [
        [
          {
            "node": "Update Record with Basic TikTok Stats",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Update Record with All TikTok Stats ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Watch for New TikTok Handles in Airtable": {
      "main": [
        [
          {
            "node": "Get TikTok Profile Data via Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}