{
  "name": "Archive trending TikTok hashtags using TikTok, Airtable, and Apify",
  "nodes": [
    {
      "id": "eae8bb8d-38e3-4215-bcaa-0cbf37ad689d",
      "name": "Start: Monthly Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        360
      ]
    },
    {
      "id": "166350e8-b294-4426-8be0-162c58030b81",
      "name": "1. Run TikTok Hashtag Scraper",
      "type": "n8n-nodes-apify.apify",
      "position": [
        220,
        360
      ]
    },
    {
      "id": "40f9c3b6-7bc8-4ddd-9944-12c02a71945b",
      "name": "2. Get Scraped Hashtag Data",
      "type": "n8n-nodes-apify.apify",
      "position": [
        440,
        360
      ]
    },
    {
      "id": "29c2b157-cb90-42a5-9bf4-8fc3540fe0a4",
      "name": "3. Split Hashtags into Items",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        660,
        360
      ]
    },
    {
      "id": "386898b1-0ea3-41dc-ac70-a5189e5e7fd2",
      "name": "4. Save Hashtag to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        880,
        360
      ]
    },
    {
      "id": "6dd6e4f6-6d32-4e7f-b1b8-c3cd20eb7e79",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1080,
        -40
      ],
      "parameters": {
        "width": 660,
        "height": 1500,
        "content": "## Archive Trending TikTok Hashtags to Airtable with Apify\nThis template uses a community node (`@apify/n8n-nodes-apify`). It will not work without the required node installed.\n\n### Who it's for\n**Soc"
      }
    }
  ],
  "connections": {
    "Start: Monthly Schedule": {
      "main": [
        [
          {
            "node": "1. Run TikTok Hashtag Scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2. Get Scraped Hashtag Data": {
      "main": [
        [
          {
            "node": "3. Split Hashtags into Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4. Save Hashtag to Airtable": {
      "main": [
        []
      ]
    },
    "3. Split Hashtags into Items": {
      "main": [
        [
          {
            "node": "4. Save Hashtag to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1. Run TikTok Hashtag Scraper": {
      "main": [
        [
          {
            "node": "2. Get Scraped Hashtag Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}