Instagram Competition Analyzer Agent in n8n - By Sohail

    Shared 12/4/2025

    2 views

    Visual Workflow

    JSON Code

    {
      "id": "Cmyn4RrSfd8djCT7",
      "meta": {
        "instanceId": "9fb634bb746cbe3fe9f7fa86fdd635510d2f0c24c4ba919fbba1ca6aec3c4e57",
        "templateCredsSetupCompleted": true
      },
      "name": "Instagram Competitor Reel Research Agent v1",
      "tags": [],
      "nodes": [
        {
          "id": "b509b122-304a-42f0-a594-0ac83f39d47a",
          "name": "When clicking ‘Execute workflow’",
          "type": "n8n-nodes-base.manualTrigger",
          "position": [
            208,
            -512
          ],
          "parameters": {},
          "typeVersion": 1
        },
        {
          "id": "f46b306e-607d-4991-80e5-74c2f98089dd",
          "name": "Get Competitors",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            400,
            -512
          ],
          "parameters": {
            "options": {},
            "filtersUI": {
              "values": [
                {
                  "lookupValue": "Pending",
                  "lookupColumn": "Status"
                }
              ]
            },
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": "gid=0",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=0",
              "cachedResultName": "Competitors"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "d6427431-bc39-483c-8376-0654886aa97b",
          "name": "Loop Over Items",
          "type": "n8n-nodes-base.splitInBatches",
          "position": [
            208,
            -240
          ],
          "parameters": {
            "options": {}
          },
          "typeVersion": 3
        },
        {
          "id": "e8c473e3-6f88-402b-b91b-cb86ab3a08e7",
          "name": "Get Competitor Data",
          "type": "@apify/n8n-nodes-apify.apify",
          "position": [
            608,
            -512
          ],
          "parameters": {
            "actorId": {
              "__rl": true,
              "mode": "list",
              "value": "dSCLg0C3YEZ83HzYX",
              "cachedResultUrl": "https://console.apify.com/actors/dSCLg0C3YEZ83HzYX/input",
              "cachedResultName": "Instagram Profile Scraper (apify/instagram-profile-scraper)"
            },
            "operation": "Run actor and get dataset",
            "customBody": "={\n  \"includeAboutSection\": false,\n  \"usernames\": [\n    \"{{ $('Get Competitors').item.json.Username }}\"\n  ]\n}"
          },
          "credentials": {
            "apifyApi": {
              "id": "QYF5ZYibqkW9a0UB",
              "name": "Apify account"
            }
          },
          "typeVersion": 1
        },
        {
          "id": "4374fc82-05b6-487a-a2b7-aa2008b802eb",
          "name": "Update Competitor",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            208,
            48
          ],
          "parameters": {
            "columns": {
              "value": {
                "Username": "={{ $('Get Competitor Data').item.json.username }}",
                "Verified": "={{ $json.verified ? \"Yes\" : \"No\" }}",
                "Followers": "={{ $('Get Competitor Data').item.json.followersCount }}",
                "Following": "={{ $('Get Competitor Data').item.json.followsCount }}",
                "Full Name": "={{ $('Get Competitor Data').item.json.fullName }}",
                "Post Count": "={{ $('Get Competitor Data').item.json.postsCount }}",
                "Business Category": "={{ $('Get Competitor Data').item.json.businessCategoryName }}"
              },
              "schema": [
                {
                  "id": "Status",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Status",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Username",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "required": false,
                  "displayName": "Username",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Full Name",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Full Name",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Verified",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Verified",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Followers",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Followers",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Following",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Following",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Post Count",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Post Count",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Business Category",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Business Category",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                }
              ],
              "mappingMode": "defineBelow",
              "matchingColumns": [
                "Username"
              ],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "operation": "appendOrUpdate",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": "gid=0",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=0",
              "cachedResultName": "Competitors"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "20faa83e-b95a-4959-ac31-54a11c393f04",
          "name": "Get Competitor Reels - OLD",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            928,
            -304
          ],
          "parameters": {
            "options": {},
            "filtersUI": {
              "values": [
                {
                  "lookupValue": "={{ $json.username }}",
                  "lookupColumn": "Username"
                }
              ]
            },
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 671756726,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=671756726",
              "cachedResultName": "Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7,
          "alwaysOutputData": true
        },
        {
          "id": "6a51d09a-644f-4800-8650-fb15a28201ba",
          "name": "Get Top Competitor Reels - OLD",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            928,
            -512
          ],
          "parameters": {
            "options": {},
            "filtersUI": {
              "values": [
                {
                  "lookupValue": "={{ $json.username }}",
                  "lookupColumn": "Username"
                }
              ]
            },
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 1286942019,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=1286942019",
              "cachedResultName": "Top Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7,
          "alwaysOutputData": true
        },
        {
          "id": "20104020-d93c-415d-8c38-edf9ef88b80f",
          "name": "Delete Top Competitor Reels - OLD",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            1840,
            -528
          ],
          "parameters": {
            "operation": "delete",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 671756726,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=671756726",
              "cachedResultName": "Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            },
            "startIndex": "={{ $json.startRow }}",
            "numberToDelete": "={{ $json.count }}"
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "8d5b9ea0-53e7-4c66-aa0e-9ab264e8e13e",
          "name": "Delete Competitor Reels - OLD",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            1840,
            -320
          ],
          "parameters": {
            "operation": "delete",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 671756726,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=671756726",
              "cachedResultName": "Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            },
            "startIndex": "={{ $json.startRow }}",
            "numberToDelete": "={{ $json.count }}"
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "50263ea5-6d6e-47fb-8f6e-4833841e47c8",
          "name": "Filter Reels",
          "type": "n8n-nodes-base.filter",
          "position": [
            656,
            48
          ],
          "parameters": {
            "options": {},
            "conditions": {
              "options": {
                "version": 2,
                "leftValue": "",
                "caseSensitive": true,
                "typeValidation": "strict"
              },
              "combinator": "and",
              "conditions": [
                {
                  "id": "48546bec-699c-416a-8641-83f118909854",
                  "operator": {
                    "type": "string",
                    "operation": "equals"
                  },
                  "leftValue": "={{ $json.type }}",
                  "rightValue": "=Video"
                }
              ]
            }
          },
          "typeVersion": 2.2
        },
        {
          "id": "659adf4d-7672-4d9b-8f40-8668d3020137",
          "name": "Sort",
          "type": "n8n-nodes-base.sort",
          "position": [
            880,
            48
          ],
          "parameters": {
            "options": {},
            "sortFieldsUi": {
              "sortField": [
                {
                  "fieldName": "videoViewCount"
                }
              ]
            }
          },
          "typeVersion": 1
        },
        {
          "id": "95f677b6-0945-4888-9d58-a97f9935758d",
          "name": "Limit",
          "type": "n8n-nodes-base.limit",
          "position": [
            1712,
            48
          ],
          "parameters": {
            "maxItems": "=5"
          },
          "typeVersion": 1
        },
        {
          "id": "f8a32e2f-8764-448e-ba63-1f2c2026c894",
          "name": "Add Top Competitor Reels",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            2096,
            48
          ],
          "parameters": {
            "columns": {
              "value": {},
              "schema": [
                {
                  "id": "Post Date",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Post Date",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Username",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Username",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "URL",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "URL",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Thumbnail",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Thumbnail",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Views",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Views",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Likes",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Likes",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Comments",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Comments",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Transcript",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Transcript",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Hook Analysis",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Hook Analysis",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Caption",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Caption",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                }
              ],
              "mappingMode": "autoMapInputData",
              "matchingColumns": [],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "operation": "append",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 1286942019,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=1286942019",
              "cachedResultName": "Top Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Reel Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "16ae2d97-1a19-4b87-b971-e5dcd1cab038",
          "name": "Add Competitor Reels",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            2096,
            240
          ],
          "parameters": {
            "columns": {
              "value": {},
              "schema": [
                {
                  "id": "Post Date",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Post Date",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Username",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Username",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "URL",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "URL",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Thumbnail",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Thumbnail",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Views",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Views",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Likes",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Likes",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Comments",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Comments",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Transcript",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Transcript",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Hook Analysis",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Hook Analysis",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Caption",
                  "type": "string",
                  "display": true,
                  "required": false,
                  "displayName": "Caption",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                }
              ],
              "mappingMode": "autoMapInputData",
              "matchingColumns": [],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "operation": "append",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": 671756726,
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=671756726",
              "cachedResultName": "Competitors Reels"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Reel Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "c9b300f1-6e6a-4785-9bf9-c1fbe2713651",
          "name": "Set Posts",
          "type": "n8n-nodes-base.code",
          "position": [
            432,
            48
          ],
          "parameters": {
            "jsCode": "const data = $('Get Competitor Data').first().json.latestPosts\nreturn data"
          },
          "typeVersion": 2
        },
        {
          "id": "3596e2cc-60eb-407b-b932-745133f3b19f",
          "name": "Format Reels Vals",
          "type": "n8n-nodes-base.set",
          "position": [
            1360,
            48
          ],
          "parameters": {
            "options": {},
            "assignments": {
              "assignments": [
                {
                  "id": "62df98cb-3737-4f0a-a5b4-689b5535790b",
                  "name": "Post Date",
                  "type": "string",
                  "value": "={{ $(\"Sort\").item.json.timestamp }}"
                },
                {
                  "id": "79f04d92-2111-4e47-bfc8-9ce6cd17b90d",
                  "name": "Username",
                  "type": "string",
                  "value": "={{ $('Get Competitor Data').item.json.username }}"
                },
                {
                  "id": "6c045ba6-9011-413b-8b9f-7c66a78b83e0",
                  "name": "URL",
                  "type": "string",
                  "value": "={{ $(\"Sort\").item.json.url }}"
                },
                {
                  "id": "5bb5c80a-ccc3-43c1-a9c3-04cb3fedaf6e",
                  "name": "Thumbnail",
                  "type": "string",
                  "value": "={{ $(\"Sort\").item.json.displayUrl }}"
                },
                {
                  "id": "c72365ac-a886-47ff-a450-5404a7dae9f8",
                  "name": "Views",
                  "type": "number",
                  "value": "={{ $('Sort').item.json.videoViewCount }}"
                },
                {
                  "id": "9e7beae5-b35c-42e0-acaf-7c6b280db84d",
                  "name": "Likes",
                  "type": "number",
                  "value": "={{ $('Sort').item.json.likesCount }}"
                },
                {
                  "id": "23edb465-4031-45da-97ae-c807fa31f1ec",
                  "name": "Comments",
                  "type": "number",
                  "value": "={{ $('Sort').item.json.commentsCount }}"
                },
                {
                  "id": "13da2b04-6187-42d1-8b90-a83eb9ccc997",
                  "name": "Transcript",
                  "type": "string",
                  "value": "={{ $(\"Transcribe Reels\").item.json.text ?? 'NA' }}"
                },
                {
                  "id": "eee54eaa-528c-48fb-a7d5-9c4ef8ea8048",
                  "name": "Hook",
                  "type": "string",
                  "value": "={{ $(\"Transcribe Analyzer\").item.json.output.hook }}"
                },
                {
                  "id": "c21463e4-d1c6-4c6a-b17d-e276737f2616",
                  "name": "Summary",
                  "type": "string",
                  "value": "={{ $(\"Transcribe Analyzer\").item.json.output.summary }}"
                }
              ]
            }
          },
          "typeVersion": 3.4
        },
        {
          "id": "e25d6f4b-ae8e-4ff1-b447-3014e7518e38",
          "name": "Download Files",
          "type": "n8n-nodes-base.httpRequest",
          "onError": "continueErrorOutput",
          "position": [
            1072,
            48
          ],
          "parameters": {
            "url": "={{ $json.videoUrl }}",
            "options": {
              "response": {
                "response": {
                  "responseFormat": "file"
                }
              }
            }
          },
          "typeVersion": 4.2
        },
        {
          "id": "ad15860a-21f3-42b9-af85-42bf0bea66f5",
          "name": "Transcribe Reels",
          "type": "@n8n/n8n-nodes-langchain.openAi",
          "position": [
            656,
            272
          ],
          "parameters": {
            "options": {},
            "resource": "audio",
            "operation": "transcribe"
          },
          "credentials": {
            "openAiApi": {
              "id": "tgl6dYfCwAsbUDtk",
              "name": "OpenAi account"
            }
          },
          "typeVersion": 1.8
        },
        {
          "id": "003bb727-295c-4527-8bd5-89d2b04c78a1",
          "name": "Merge",
          "type": "n8n-nodes-base.merge",
          "position": [
            2096,
            -512
          ],
          "parameters": {
            "numberInputs": 4
          },
          "typeVersion": 3.2
        },
        {
          "id": "e54f66de-ff00-44b7-bf1c-d70c5fcd5c17",
          "name": "Aggregate Reset",
          "type": "n8n-nodes-base.aggregate",
          "position": [
            2096,
            -240
          ],
          "parameters": {
            "options": {},
            "fieldsToAggregate": {
              "fieldToAggregate": [
                {
                  "fieldToAggregate": "success"
                }
              ]
            }
          },
          "typeVersion": 1
        },
        {
          "id": "ae2a265d-4d69-44f6-aea9-9f3e6c23b70f",
          "name": "Batch Rows For Delete - Top Competitor",
          "type": "n8n-nodes-base.code",
          "position": [
            1152,
            -512
          ],
          "parameters": {
            "jsCode": "function groupUsernameBlocks(rows) {\n  // If no rows → return empty\n  if (!rows || rows.length === 0) {\n    return [];\n  }\n\n  const groups = [];\n  let currentUsername = null;\n  let startRow = null;\n  let count = 0;\n\n  for (let i = 0; i < rows.length; i++) {\n    const row = rows[i].json;\n\n    // if row is missing or Username missing → skip\n    if (!row || !row.Username) {\n      continue;\n    }\n\n    const username = row.Username;\n    const rowNumber = row.row_number;\n\n    if (currentUsername === null) {\n      currentUsername = username;\n      startRow = rowNumber;\n      count = 1;\n      continue;\n    }\n\n    if (username === currentUsername) {\n      count++;\n    } else {\n      groups.push({ username: currentUsername, startRow, count });\n      currentUsername = username;\n      startRow = rowNumber;\n      count = 1;\n    }\n  }\n\n  // Final group\n  if (currentUsername !== null) {\n    groups.push({ username: currentUsername, startRow, count });\n  }\n\n  return groups;\n}\n\nconst rows = $input.all();\nconst groups = groupUsernameBlocks(rows);\n\n// If groups = only 1 item but rows were empty/bad → treat as no data\nconst hasValidData = groups.some(g => g.username);\n\nreturn {\n  groups: hasValidData ? groups : [],\n  groupCount: hasValidData ? groups.length : 0\n};\n"
          },
          "typeVersion": 2
        },
        {
          "id": "5c0ee7aa-f182-44e3-bded-2d7de2d1cc68",
          "name": "Rows Group - Top Competitor",
          "type": "n8n-nodes-base.code",
          "position": [
            1600,
            -528
          ],
          "parameters": {
            "jsCode": "return $input.first().json.groups"
          },
          "typeVersion": 2
        },
        {
          "id": "f2bb4c51-3460-4738-b293-c327f4141db9",
          "name": "Batch Rows For Delete - Competitor",
          "type": "n8n-nodes-base.code",
          "position": [
            1152,
            -304
          ],
          "parameters": {
            "jsCode": "function groupUsernameBlocks(rows) {\n  // If no rows → return empty\n  if (!rows || rows.length === 0) {\n    return [];\n  }\n\n  const groups = [];\n  let currentUsername = null;\n  let startRow = null;\n  let count = 0;\n\n  for (let i = 0; i < rows.length; i++) {\n    const row = rows[i].json;\n\n    // if row is missing or Username missing → skip\n    if (!row || !row.Username) {\n      continue;\n    }\n\n    const username = row.Username;\n    const rowNumber = row.row_number;\n\n    if (currentUsername === null) {\n      currentUsername = username;\n      startRow = rowNumber;\n      count = 1;\n      continue;\n    }\n\n    if (username === currentUsername) {\n      count++;\n    } else {\n      groups.push({ username: currentUsername, startRow, count });\n      currentUsername = username;\n      startRow = rowNumber;\n      count = 1;\n    }\n  }\n\n  // Final group\n  if (currentUsername !== null) {\n    groups.push({ username: currentUsername, startRow, count });\n  }\n\n  return groups;\n}\n\nconst rows = $input.all();\nconst groups = groupUsernameBlocks(rows);\n\n// If groups = only 1 item but rows were empty/bad → treat as no data\nconst hasValidData = groups.some(g => g.username);\n\nreturn {\n  groups: hasValidData ? groups : [],\n  groupCount: hasValidData ? groups.length : 0\n};\n"
          },
          "typeVersion": 2
        },
        {
          "id": "648f5e19-44a3-4fb0-bbdd-1f15de4c499d",
          "name": "Rows Group - Competitor",
          "type": "n8n-nodes-base.code",
          "position": [
            1600,
            -320
          ],
          "parameters": {
            "jsCode": "return $input.first().json.groups"
          },
          "typeVersion": 2
        },
        {
          "id": "b86c8d5d-efda-4a2e-af1e-a373f5b04564",
          "name": "If Rows - Top Competitor",
          "type": "n8n-nodes-base.if",
          "position": [
            1392,
            -512
          ],
          "parameters": {
            "options": {},
            "conditions": {
              "options": {
                "version": 2,
                "leftValue": "",
                "caseSensitive": true,
                "typeValidation": "strict"
              },
              "combinator": "and",
              "conditions": [
                {
                  "id": "05c797fb-7635-4a38-9220-b311ac5e3462",
                  "operator": {
                    "type": "number",
                    "operation": "gte"
                  },
                  "leftValue": "={{ $json.groupCount }}",
                  "rightValue": 1
                }
              ]
            }
          },
          "typeVersion": 2.2
        },
        {
          "id": "faf29a70-6140-4e25-a9fb-0b0da90cceeb",
          "name": "If Rows - Competitor",
          "type": "n8n-nodes-base.if",
          "position": [
            1392,
            -304
          ],
          "parameters": {
            "options": {},
            "conditions": {
              "options": {
                "version": 2,
                "leftValue": "",
                "caseSensitive": true,
                "typeValidation": "strict"
              },
              "combinator": "and",
              "conditions": [
                {
                  "id": "05c797fb-7635-4a38-9220-b311ac5e3462",
                  "operator": {
                    "type": "number",
                    "operation": "gte"
                  },
                  "leftValue": "={{ $json.groupCount }}",
                  "rightValue": 1
                }
              ]
            }
          },
          "typeVersion": 2.2
        },
        {
          "id": "5cd9f6f7-4c83-415f-a531-92f57a9e272f",
          "name": "TranscribeAnalysisResponse",
          "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
          "position": [
            1136,
            496
          ],
          "parameters": {
            "schemaType": "manual",
            "inputSchema": "{\n  \"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n  \"title\": \"HookAnalysisResponse\",\n  \"type\": \"object\",\n  \"properties\": {\n    \"hook\": {\n      \"type\": \"string\",\n      \"description\": \"The first sentence of the provided text.\"\n    },\n    \"power_words\": {\n      \"type\": \"array\",\n      \"description\": \"1–3 significant power words or short phrases extracted from the hook.\",\n      \"minItems\": 0,\n      \"maxItems\": 3,\n      \"items\": {\n        \"type\": \"string\"\n      }\n    },\n    \"summary\": {\n      \"type\": \"string\",\n      \"description\": \"A concise summary of the transcript (max 300 words).\",\n      \"maxLength\": 2000\n    }\n  },\n  \"required\": [\"hook\", \"power_words\", \"summary\"]\n}"
          },
          "typeVersion": 1.3
        },
        {
          "id": "6782453e-5e9b-489e-be70-29cb1cf1e38d",
          "name": "Transcribe Analyzer",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            944,
            272
          ],
          "parameters": {
            "text": "=Analyze the following content using the system rules:\n\n{{ $json.text }}\n\nReturn:\n\nThe hook (first sentence)\n\n1–3 power words\n\nSummary (under 300 words)\n\nRespond strictly in the JSON format defined in the system prompt and nothing else.",
            "options": {
              "systemMessage": "You are an AI agent that acts as an expert Instagram strategist, hook analyzer, and transcript summarizer.\n\n1. HOOK ANALYSIS\n\nThe first sentence of the content is the hook.\n\nYour job is to extract that short phrase that made the user stop scrolling\n\nPower words should signal:\n\nA big promise (e.g., \"10x\", \"guaranteed\")\n\nEase/simplicity (e.g., \"in 5 minutes\", \"no code\")\n\nRelatable desires/challenges (e.g., \"burnout\", \"quit my job\")\n\nDo NOT rewrite the hook.\n\nDo NOT explain the hook.\n\nOnly output the extracted power words.\n\n2. TRANSCRIPT SUMMARY\n\nProvide a concise summary of the entire text/transcript.\n\nMax length: 300 words\n\nSummaries should be:\n\nClear\n\nNeutral\n\nStructured\n\nFocused on content, not opinions\n\n3. OUTPUT REQUIREMENTS\n\nThe final output MUST strictly follow this JSON schema:\n\n{\n  \"hook\": \"string - first sentence of input text\",\n  \"power_words\": [\"string\", \"string\", \"string\"],\n  \"summary\": \"string - under 300 words\"\n}\n\n\nIf no input text is provided, output an empty JSON object {}."
            },
            "promptType": "define",
            "hasOutputParser": true
          },
          "retryOnFail": true,
          "typeVersion": 3
        },
        {
          "id": "b182cbad-23dd-4c27-b446-dd22dbbbaa97",
          "name": "GPT 4.1 Mini",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
          "position": [
            944,
            496
          ],
          "parameters": {
            "options": {}
          },
          "credentials": {
            "openRouterApi": {
              "id": "6z6zYFNsqyqFRUEB",
              "name": "OpenRouter account"
            }
          },
          "typeVersion": 1
        },
        {
          "id": "0cf485dc-7229-4439-a1a3-63fd2022b2a4",
          "name": "Reels Analyzer",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            1344,
            480
          ],
          "parameters": {
            "text": "=Analyze the following data extracted from the creator’s latest reels.\nIdentify themes, tools used, content style, hook, and strategic insights.\n\nReturn a concise and straight-to-the-point analysis (max 350 words).\n\n{{ $json.dataString }}",
            "options": {
              "systemMessage": "You are an AI agent specializing in analyzing the latest Instagram Reels or short-form content of a creator.\nYou receive structured input for each reel with the following fields:\n\nhook → only the raw first sentence of the video. No labels, no power words, no analysis.\n\npower_words → 1–3 power words extracted from the hook.\n\nsummary → a short summary of the reel’s content.\n\nYour task is to analyze the creator’s recent content patterns and produce a concise, strategic, insight-driven narrative analysis based on all provided reels.\n\nYour Responsibilities\n\nIdentify recurring themes/topics.\n\nIdentify tools, frameworks, formats, or techniques used.\n\nDetermine niche positioning, messaging style, and target audience.\n\nDetect patterns in hooks, power words, and angles.\n\nSurface strategic opportunities or gaps.\n\nBe direct, precise, and insight-dense.\n\nOutput Requirements\n\nYour output must:\n\nBe concise, strategic, under 350 words\n\nProvide actionable insights\n\nBe clean narrative text only\n\nNOT repeat raw data\n\nNOT rewrite hooks or summaries\n\nNOT output JSON\n\nIf no data is provided, output exactly:\n\"No content available for analysis.\"\n\n✅ SAMPLES — VERY IMPORTANT\nSample Input (What You Will Receive)\n[\n  {\n    \"hook\": \"Google just released Nano Banana Pro, the world's best image generation model.\",\n    \"power_words\": [\"best\", \"released\"],\n    \"summary\": \"Breakdown of Google's new model, its features, capabilities, and what creators can do with it.\"\n  },\n  {\n    \"hook\": \"This AI tool converts your messy notes into perfect study guides instantly.\",\n    \"power_words\": [\"instantly\", \"perfect\"],\n    \"summary\": \"Demo of a note-cleaning AI and how students can turn rough notes into structured study material.\"\n  },\n  {\n    \"hook\": \"I tested four trending editing apps so you don't have to.\",\n    \"power_words\": [\"trending\", \"tested\"],\n    \"summary\": \"Comparison of video editing apps, pros/cons, and a recommendation.\"\n  }\n]"
            },
            "promptType": "define"
          },
          "typeVersion": 3
        },
        {
          "id": "1bdfd335-5cd8-4ac0-a40d-756164ae9aa0",
          "name": "Reels Format For Analysis",
          "type": "n8n-nodes-base.code",
          "position": [
            1344,
            272
          ],
          "parameters": {
            "jsCode": "const data = $input.all().map(i=>{\n  let item = i.json.output \n  return {\n    power_words: item.power_words,\n    summary: item.summary\n  }\n})\n\nconst dataString = JSON.stringify(data)\nreturn {\n  data,\n  dataString\n}"
          },
          "typeVersion": 2
        },
        {
          "id": "ce086b5f-f085-43dc-9604-1e5d6722e2ef",
          "name": "Update Competitor - Reels Analysis",
          "type": "n8n-nodes-base.googleSheets",
          "position": [
            2096,
            416
          ],
          "parameters": {
            "columns": {
              "value": {
                "Status": "Completed",
                "Username": "={{ $json.Username }}",
                "Reels Analysis": "={{ $json.output }}"
              },
              "schema": [
                {
                  "id": "Status",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "required": false,
                  "displayName": "Status",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Username",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "required": false,
                  "displayName": "Username",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Full Name",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Full Name",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Verified",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Verified",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Followers",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Followers",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Following",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Following",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Post Count",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Post Count",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Business Category",
                  "type": "string",
                  "display": true,
                  "removed": true,
                  "required": false,
                  "displayName": "Business Category",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                },
                {
                  "id": "Reels Analysis",
                  "type": "string",
                  "display": true,
                  "removed": false,
                  "required": false,
                  "displayName": "Reels Analysis",
                  "defaultMatch": false,
                  "canBeUsedToMatch": true
                }
              ],
              "mappingMode": "defineBelow",
              "matchingColumns": [
                "Username"
              ],
              "attemptToConvertTypes": false,
              "convertFieldsToString": false
            },
            "options": {},
            "operation": "appendOrUpdate",
            "sheetName": {
              "__rl": true,
              "mode": "list",
              "value": "gid=0",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit#gid=0",
              "cachedResultName": "Competitors"
            },
            "documentId": {
              "__rl": true,
              "mode": "list",
              "value": "17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8",
              "cachedResultUrl": "https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/edit?usp=drivesdk",
              "cachedResultName": "Instagram Competitor Research Agent | Ai WIth Sohail"
            }
          },
          "credentials": {
            "googleSheetsOAuth2Api": {
              "id": "TB2tCNqF1GBm2ag8",
              "name": "Google Sheets account"
            }
          },
          "typeVersion": 4.7
        },
        {
          "id": "35b10b4e-87b2-47b5-82e9-e33264697311",
          "name": "Wait",
          "type": "n8n-nodes-base.wait",
          "position": [
            432,
            272
          ],
          "webhookId": "8fc2c8c1-0a57-4f39-8481-ef8d77ef1ba4",
          "parameters": {
            "amount": 10
          },
          "typeVersion": 1.1
        },
        {
          "id": "d13f0abc-6e53-489e-861f-00aac18ae1ba",
          "name": "Merge1",
          "type": "n8n-nodes-base.merge",
          "position": [
            1728,
            320
          ],
          "parameters": {
            "mode": "combine",
            "options": {},
            "combineBy": "combineByPosition"
          },
          "typeVersion": 3.2
        },
        {
          "id": "68ae4359-a962-4bd2-8ae8-a09776c5eef6",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            160,
            -608
          ],
          "parameters": {
            "width": 672,
            "height": 272,
            "content": "## Get Competitors Data"
          },
          "typeVersion": 1
        },
        {
          "id": "4f4a436b-7c32-4a82-a6db-5cd9fefe31f3",
          "name": "Sticky Note1",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            832,
            -608
          ],
          "parameters": {
            "width": 1456,
            "height": 544,
            "content": "## Delete Competitor Reels Old Data"
          },
          "typeVersion": 1
        },
        {
          "id": "0c86c418-9ae2-412d-bdb6-63f318fa20f4",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            160,
            -64
          ],
          "parameters": {
            "width": 1488,
            "height": 720,
            "content": "## Get Competitor Data And Analysis"
          },
          "typeVersion": 1
        },
        {
          "id": "452e109e-ea6f-4ba5-845b-1a84577b2710",
          "name": "Sticky Note3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            1648,
            -64
          ],
          "parameters": {
            "width": 640,
            "height": 720,
            "content": "## Save Outcomes"
          },
          "typeVersion": 1
        },
        {
          "id": "48289033-f1ae-4ae5-b3c7-23225561213d",
          "name": "Set Final Vals",
          "type": "n8n-nodes-base.set",
          "position": [
            1904,
            480
          ],
          "parameters": {
            "options": {},
            "assignments": {
              "assignments": [
                {
                  "id": "724345ad-7a3c-4d30-a0c2-78037bdbf009",
                  "name": "reelsAnalysis",
                  "type": "string",
                  "value": "={{ $json.output }}"
                },
                {
                  "id": "8046661f-eca0-4d7e-9772-059e95f76e3a",
                  "name": "username",
                  "type": "string",
                  "value": "={{ $json.Username }}"
                },
                {
                  "id": "19d0342a-eb6c-4b19-b053-3785b2d6f6ff",
                  "name": "followers",
                  "type": "string",
                  "value": "={{ $json.Followers }}"
                }
              ]
            }
          },
          "typeVersion": 3.4
        },
        {
          "id": "736ce7cb-bac7-4939-bf7f-68bf37dc7d2e",
          "name": "Compose Email Update",
          "type": "n8n-nodes-base.code",
          "position": [
            416,
            -256
          ],
          "parameters": {
            "jsCode": "const data = $input.all().map(i => i.json)\n\nconst creatorsHtml = data.map(item => {\n  const username = item.username || \"unknown\"\n  const profileUrl = `https://www.instagram.com/${username}/`\n  const followers =\n    item.followers && item.followers.toLocaleString\n      ? item.followers.toLocaleString()\n      : (item.followers || \"N/A\")\n  const analysis = item.reelsAnalysis || \"\"\n\n  return `\n    <section style=\"margin-bottom:24px;\">\n      <h2 style=\"margin:0 0 4px 0;font-size:18px;font-family:Arial,sans-serif;\">\n        <a href=\"${profileUrl}\" target=\"_blank\"\n           style=\"color:#1a73e8;text-decoration:none;\">\n          @${username}\n        </a>\n      </h2>\n      <p style=\"margin:0 0 8px 0;font-size:13px;color:#555;font-family:Arial,sans-serif;\">\n        Followers: ${followers}\n      </p>\n      <p style=\"margin:0;font-size:14px;line-height:1.5;font-family:Arial,sans-serif;\">\n        ${analysis}\n      </p>\n    </section>\n  `\n}).join(\"\\n\")\n\nconst html = `\n<!DOCTYPE html>\n<html>\n  <body style=\"font-family:Arial,sans-serif;\">\n    <h1 style=\"font-size:20px;margin-bottom:16px;\">\n      Instagram Reels Analysis\n    </h1>\n    ${creatorsHtml}\n  </body>\n</html>\n`\n\nreturn {\n  data,\n  html\n}\n"
          },
          "typeVersion": 2
        },
        {
          "id": "104b47dc-eec1-4a38-94fe-e271849f8f98",
          "name": "Send a message",
          "type": "n8n-nodes-base.gmail",
          "position": [
            624,
            -256
          ],
          "webhookId": "7537ade0-6010-47ff-97e7-1ef569b9cbea",
          "parameters": {
            "sendTo": "dopedude000@gmail.com",
            "message": "={{ $json.html }}",
            "options": {},
            "subject": "Instagram Competitor Reel Research Outcomes"
          },
          "credentials": {
            "gmailOAuth2": {
              "id": "pT69eutSGot4W4td",
              "name": "Gmail account"
            }
          },
          "typeVersion": 2.1
        },
        {
          "id": "26d45835-3bcc-4ed9-974a-6f7ccb36516f",
          "name": "Sticky Note4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            160,
            -336
          ],
          "parameters": {
            "width": 672,
            "height": 272,
            "content": "## Loop Competitors And Send Updates"
          },
          "typeVersion": 1
        },
        {
          "id": "0b498cea-638e-4136-9ed8-24bda9deba16",
          "name": "Sticky Note5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -480,
            -608
          ],
          "parameters": {
            "width": 640,
            "height": 1776,
            "content": "# 🛠️ Setup Guide  \n\n## **Author: [Sohail Jafri](https://link.thesohailjafri.me/web_ai) | [Youtube](https://link.thesohailjafri.me/yt_ai) | [Instagram](https://link.thesohailjafri.me/ig_ai) | [Join Skool](https://link.thesohailjafri.me/join-skool)**\n\n\nBelow are the essential steps required to get this workflow running smoothly:\n\n---\n\n### ✅ Step 1: Connect the Google Sheet  \n[Copy the sheet](https://docs.google.com/spreadsheets/d/17C5AU_ewiTEBzxnNeTyAGazZPl3_oKb1LwUdBKpJ7B8/copy)\nThis workflow uses **multiple Google Sheets nodes**, including:\n- **Get Competitors**\n- **Update Competitor**\n- **Get Competitor Reels - OLD**\n- **Get Top Competitor Reels - OLD**\n- **Add Top Competitor Reels**\n- **Add Competitor Reels**\n- **Update Competitor - Reels Analysis**\n\nAll require:\n- **Google Sheets OAuth2** credential  \n- The Google Sheet already included in the workflow (no new template needed)\n\n---\n\n### ✅ Step 2: Connect Apify  \nNode requiring Apify authentication:\n- **Get Competitor Data**\n\nCredential needed:\n- **Apify API**\n\n---\n\n### ✅ Step 3: Connect OpenAI  \nNode requiring OpenAI:\n- **Transcribe Reels** (OpenAI Whisper transcription)\n\nCredential:\n- **OpenAI API Key**\n\n---\n\n### ✅ Step 4: Connect OpenRouter  \nNode requiring OpenRouter:\n- **GPT 4.1 Mini** (used inside “Transcribe Analyzer” → model runs via OpenRouter)\n\nCredential:\n- **OpenRouter API**\n\n---\n\n### 💡 Step 5: Connect Gmail (for sending updates)  \nNode:\n- **Send a message**\n\nCredential:\n- **Gmail OAuth2**\n\n---\n\n### 🎯 Step 6: Final Test  \n1. Click **Execute Workflow**  \n2. The workflow will:\n   - Pull competitors with **Status = Pending**\n   - Scrape IG data via **Apify**\n   - Download Reel videos\n   - Transcribe + analyze hooks\n   - Insert reel data into sheets\n   - Generate overall creator analysis\n   - Email the final report via Gmail\n\nOnce credentials are connected, everything runs automatically.\n"
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "pinData": {
        "Get Competitor Data": [
          {
            "json": {
              "id": "72269881052",
              "url": "https://www.instagram.com/nick_saraev",
              "fbid": "17841472271563735",
              "private": false,
              "fullName": "Nick Saraev",
              "inputUrl": "https://www.instagram.com/nick_saraev",
              "username": "nick_saraev",
              "verified": true,
              "biography": "🚀 | Founder @ Maker School, LeftClick\n🕔 | I help make AI work for you\n🤖 |  Grab 100+ AI Resources",
              "hasChannel": false,
              "postsCount": 262,
              "externalUrl": "https://youtube.com/@nicksaraev",
              "latestPosts": [
                {
                  "id": "3775965547318986707",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRm7KjMD8fT/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"NANO\" to get Google's official Nano Banana Pro Prompting Guide.\n\nGoogle just dropped Nano Banana Pro, the top image generation model out there right now. It’s not just about creating pictures—it’s about full creative control.\n\nAnd they've even shared a simple 7-step prompting guide to help you make the most of it.\n\nThe coolest part? You can use Nano Banana Pro right inside Higgsfield. That means unlimited image generations in crystal-clear 4K quality.\n\nNo restrictions, no limits. Imagine being able to create as many studio-level visuals as you want, all from one spot.\n\nHere’s what the 7-step guide lets you do:\n\n 1. Change camera angles like a pro photographer.\n 2. Play with lighting and depth of field to make your images pop.\n 3. Add people, products, or objects seamlessly into any scene.\n 4. Generate images with text that is crisp and error-free—no more weird misspelled signs or awkward letters.\n\nIt's perfect for tons of uses, from making infographics, posters, and product shots to thumbnails and UI designs. Basically, if you can picture it, Nano Banana Pro can create it.\n\nIf you’ve ever struggled with AI-generated text in images, this model nails it every time. Plus, controlling the look and feel of each image is easier than ever.\n\nSo, if you’re ready to step up your image game, get both the official 7-step guide and unrestricted access to Nano Banana Pro through Higgsfield.\n\nIt’s a tool built for anyone who wants professional-grade images without the hassle.\n\nImage swap video credit: Darinyougenius on twitter. \n\n#nanobananapro #nanobananaprompts #higgsfield",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "nanobananapro",
                    "nanobananaprompts",
                    "higgsfield"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQOZGqFlD_t655qGNnh-LpHHoWejXn3ESa0rotXpjeod9TShXBEOuwr4prRzAIX0tRXlf5K_TI8TG8a9IMBpLkbkddU6D1DXBkQwUkk.mp4?_nc_cat=110&_nc_oc=Adm2WjLPYs881zHFKbbgSQHWfdOcuUMb-9NpGObL2Bpi_eNrNbVQ9wFv7HajbLcDwHc&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=kepPuHOCUH8Q7kNvwGPFLfE&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTIzOTM3OTgzODAxNjE1NCwiYXNzZXRfYWdlX2RheXMiOjEsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozOCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=7ce42a8b4f74c6&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85QjQ0MkRFRENGNzYyRTJDMzU3MDIyN0U0MTkwQjM4Q192aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRm90TlNOZW1lUWJib1FGQUZxWWY5Y2xUMVpSYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmtOrkr7PNswQVAigCQzMsF0BDOp--dsi0GBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfhMPNTMWB4bIOTH7aTU6NlodBp_yVIcjmLBmFXDVc8C3g&oe=692DAB3B",
                  "shortCode": "DRm7KjMD8fT",
                  "timestamp": "2025-11-28T17:21:27.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/588121408_17887463952409053_3910450697977081204_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=8ruU837X-EQQ7kNvwErw2Tm&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afg_sGs4zMzKTT4jkuxtqxyHhBzA-7DTRfdQUMvKq5qlvA&oe=6931B7B8&_nc_sid=8b3546",
                  "likesCount": 1979,
                  "productType": "clips",
                  "commentsCount": 2462,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 18412,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3774374717839874373",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRhRc7yD5lF/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"CODING\" to get this New AI App Builder that can build full stack apps.\n\nYou don’t have to pay for AI coders like Lovable, Bolt or V0 anymore. Why? Because there’s a new tool that lets you build apps and websites without typing a single line of code. It’s called Anything AI, from createanything.com.\n\nThink about it like this. You just tell the AI what you want—simple, plain English. Say, “I want a fitness app” or “Create a small online store.” And then, the AI starts building. No programming headaches. No complicated setups.\n\nUnlike other AI coders that only make the front end or back end, Anything AI does the whole package. Front end, back end, database, user login, payments—it handles everything. Imagine the AI as your full-stack developer that never sleeps or complains.\n\nThis tool saves time and money. Usually, you’d have to hire multiple people or use several tools to get all this done. Here, one AI takes care of it all. So, you can focus on growing your idea, not struggling with tech.\n\nI once tried traditional AI coders. They made the UI but left me stuck on database and payments. It was frustrating. With Anything AI, you just describe your app once. Then, boom—it’s ready with features that usually take weeks to build.\n\nIf you’ve got an idea, don’t waste it wrestling code. Use this. Tell the AI what you need, and watch your app come to life. It’s simple. It’s fast. And it doesn’t cost you a dime in AI coding fees.\n\n#vibecoding #aiappbuilder #anythingai",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "vibecoding",
                    "aiappbuilder",
                    "anythingai"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQMTriZlGWzo8m4EQnKeEuec5_t83PWXFNwTvu0qOjTs1Wg5PrnWY9BYEUWw0cXhw2VA0qKt8-goBlPyEQLY1gB9gLdGJyR9lFhI0Jw.mp4?_nc_cat=111&_nc_oc=Adma2PdM5nQIIxmcefO2_-7Fjw8xfCDDyAy5HdL865XQAAZPdfSI0LcNLjKhqrl_Kak&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=idtvcmmGtx0Q7kNvwEFQoLm&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTU0MDg1MjQ3NzE0MTExMSwiYXNzZXRfYWdlX2RheXMiOjMsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjoyMywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&vs=104eb2f9a8200789&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC84NjQ4OTk2QzA4MzhGOTBFNEQyNzQyRkFBRkJBM0M5Ml92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HSU00TVNQZVEtcjR4LVFDQUFIVU9KbmdoOVVmYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm7oHpyLXZvAUVAigCQzMsF0A3RmZmZmZmGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&oh=00_AfgmVsSxyC3iyfjrYATSVzi9AHAK6yqQaWNibVAAfNn59Q&oe=692DC8E4",
                  "shortCode": "DRhRc7yD5lF",
                  "timestamp": "2025-11-26T12:42:52.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/588493948_17887193721409053_7727784438076726070_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=TrV97fUou-EQ7kNvwFlUh1a&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfgCAOnGsJ8hVDVnucEP3kw_0dpB6RC__QlHf-zSYiBTXw&oe=6931925E&_nc_sid=8b3546",
                  "likesCount": 2416,
                  "productType": "clips",
                  "commentsCount": 5957,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 27848,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3773842858676762208",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRfYhXVkrZg/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"AGENT\" to get this Free Gtihub repo filled with 4000+ n8n AI Agents and Automation templates.\n\nSomeone just dropped thousands of AI agents and automations into one huge GitHub repo. And these aren’t your usual, simple workflows.\n\nThey’re real, ready-to-use templates for automating everything from social media and emails to databases and CRMs.\n\nHere’s the deal: there are 4,343 production-ready workflows you can use right away. They cover 365 unique integrations — think Slack, Google Workspace, Stripe, Airtable, Notion, and many more.\n\nAll together, these workflows include 29,445 nodes working behind the scenes. And they’re organized neatly into 15 categories.\n\nThe best part? Every single one imports cleanly into N8N, so you can start automating in just a few clicks.\n\nWhy does this matter? Well, automating your daily digital tasks—like posting on social media, sending emails, or updating your CRM—is usually a headache. You have to build everything from scratch or piece together disconnected tools.\n\nBut this repo gives you a giant toolbox with flexible, battle-tested workflows ready to plug into N8N, a popular no-code/low-code automation platform.\n\nIf you already use N8N, this is a time-saver. You don’t have to build your own workflows or code integrations. Just download, import, and connect to your accounts. For those new to N8N, it’s a visual tool that lets you create automations without coding, but with the power to go deep when needed.\n\nI recently tested some of these workflows, and setting them up took minutes—not hours. It made automating my business tasks way simpler and faster.\n\nIf you want to manage complex automations without writing code, this repo is a goldmine. Just pick what fits your needs and instantly add AI-driven automation to your toolkit.\n\nIn short: this massive library turns automation from a chore into a few clicks of convenience.\n\n#n8n #n8nautomation #aiagents",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "n8n",
                    "n8nautomation",
                    "aiagents"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQP_8bM8Aa-KWaXFDAMUsEJmdKm519xquLoZ80Lhkk0nDARjg0GvYRKsXEZ8baVAEm4Zs0EKO6D4JtHuv2QPleY67d5xV8IuRqwg04U.mp4?_nc_cat=108&_nc_oc=AdlyFFfgkpJP2U3TpL1ytcOc7An-036LkhfPS-sFrHSAwNUQSBi_f6l3rKROQV54ibA&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=1RWMrpHul6QQ7kNvwHSIaqi&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6ODYwNDAyOTczMjM4MjY3LCJhc3NldF9hZ2VfZGF5cyI6NCwidmlfdXNlY2FzZV9pZCI6MTAwOTksImR1cmF0aW9uX3MiOjE5LCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&vs=7605aa45da6ae2b5&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9DODQ0NDFEQkYyNTExMTc3MEFCQzcwQTY0Nzk3ODM4OV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRWhhR1NOdnp0R0x6b01DQVA5cjllQmZ3TTE4YnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm9o-r2YWihwMVAigCQzMsF0AzL987ZFodGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&oh=00_Afg7IIL2LhQazTcywxijTojpwCPr_K5uWQUF3baJSWaC7w&oe=692D9EB9",
                  "shortCode": "DRfYhXVkrZg",
                  "timestamp": "2025-11-25T18:59:56.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/589188697_17887120542409053_1449953524317207096_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=UdPrB4BiNBkQ7kNvwEcKDM0&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afivh3y3B73sHfjupuOJchGtd6lTQ1Q5DWEmhuefHQ2D3g&oe=6931978F&_nc_sid=8b3546",
                  "likesCount": 2657,
                  "productType": "clips",
                  "commentsCount": 5065,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 25557,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3770759252034959263",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRUbY-3D7ef/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"MARKTING\" to get this New Free AI Marketing Agent by Google.\n\nGoogle just released Pomelli, a new AI tool that automates your entire marketing—and it’s free. You start by pasting in your website link.\n\nThe AI scans everything: your text, images, colors, fonts, and overall style. It creates a “Business DNA” profile so it truly understands your brand voice and look.\n\nThen, Pomelli gets to work. It generates multiple campaign ideas tailored specifically to you. These aren’t just generic suggestions. \n\nThey are crafted based on your brand identity and what fits your audience. You can pick a campaign that suits your goals or type in a prompt if you already have an idea.\n\nWhat’s cool? Pomelli creates all the content for you. That means captions, posts, headlines, and visuals—ready to go.\n\nAnd all these assets are editable. You can tweak the text, swap images, or change layouts right inside the platform. No need for design skills or a big marketing team.\n\nFor example, if you run a small online store, Pomelli can make social media posts, ads, and web banners that match your product style.\n\nOr if you’re a local service like a salon, it helps create promotional content for events or special offers.\n\nThe best part? Pomelli saves you tons of time and effort. Instead of juggling brainstorming, writing, and designing, you get polished, consistent marketing assets in minutes. It’s like having a marketing department in a box.\n\nThis tool lowers the barrier for small brands and creators to produce professional marketing campaigns that stay true to their unique style.\n\nNo more hours wasted or expensive agencies needed. Pomelli makes creating consistent, on-brand content easy and accessible for everyone.\n\nIn short, paste your website, get your brand’s DNA, choose or create campaigns, then edit and share your new marketing assets—all free and straightforward. This could change how small businesses handle marketing forever.\n\n#googlepomelli #googleai #aitools #ainews #aiindia #aicommunity #nicksaraev #aimarketing #marketingtools",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "googlepomelli",
                    "googleai",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "nicksaraev",
                    "aimarketing",
                    "marketingtools"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQPVKuASLIsryd675V9KdBl8bguDrLXXijqsVVgvTNv_l3kuwj2Lem80YKXChoEvyI9XEEj0_HdGrC17l2_re9GDT2T59Ave--yKAy8.mp4?_nc_cat=100&_nc_oc=AdkiJrTRpMwjcAukNJjFiM_KNVhYV_0utt6_QbW25AWe7TlRDOV_f7KB9JcoWhCm4RE&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=MKBOsroXZ_wQ7kNvwHA9XtY&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTE5NTcyMzU5MjQ0MTQ4MywiYXNzZXRfYWdlX2RheXMiOjgsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjoyNSwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&vs=c8d1a39a2820b99d&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC84RDQwOTUwMTc5QkUwODE3MDNFQjU4RTI0NzBCREQ5Nl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HSzI0OVNLS2w2RGhmMEVFQUsxVDJ2M1lFb2xJYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmlvrQ_6LgnwQVAigCQzMsF0A5nCj1wo9cGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&oh=00_AfiYv6YMQIGCnNFpS6uAwEVYdu7LuyL4r44LKNWzGAFPVA&oe=692DAC15",
                  "shortCode": "DRUbY-3D7ef",
                  "timestamp": "2025-11-21T12:54:39.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/584792415_17886614094409053_2971853341019893841_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=9QeARe8hmn0Q7kNvwGuJyin&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfiHcXxscGGI5yJar0p4k4M1L1PCNjaSz6A0VjRu5tn34w&oe=6931B9BA&_nc_sid=8b3546",
                  "likesCount": 8588,
                  "productType": "clips",
                  "commentsCount": 4085,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 119139,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3769782240566788308",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRQ9PmBj0DU/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"IMAGINE\" to get this secret repo with 100+ Nano Banana prompts that helps you create Pro-level AI Images.\n\nWant to create professional AI images like these? It’s easier than you think. Google’s NanoBanana makes it simple.\n\nFirst, visit a secret GitHub repo. It’s packed with over 100 ready-to-use image prompts. These prompts are like cheat codes—designed to instantly improve your images. Just pick the one you like. Copy it.\n\nNext, go to ImagineArt. This AI platform hosts the NanoBanana model. Paste your chosen prompt there. Feel free to tweak it. Make it fit what you want exactly. Then hit generate.\nBoom. You get a high-quality AI image. Crisp, clear, and tailored.\n\nHere’s where it gets really cool.\n\nInside ImagineArt, you can switch to the video tab. Use models like Sora 2 to bring your image to life. That means turning a still picture into a short animation. It’s like magic—only it’s all AI.\n\nThe repo itself isn’t just prompts. It’s also a gallery showing off NanoBanana’s power. You see how it can blend multiple images, edit creatively, and unlock limitless possibilities for AI image generation.\n\nThink of NanoBanana as your new creative partner. It helps you make art for social media, marketing, or any project — without needing expensive software or hours of work.\nAnd ImagineArt? It’s your studio. Everything you need is right there to generate, edit, and animate images.\n\nSo, if you want sharp, professional AI images—and easy video clips to match—start with these prompts and this workflow. It’s straightforward, fast, and you’ll get results that look amazing every time.\n\n#nanobanana #sora2 #imagegenerator #videogenerator #imagineart #githubrepo #aitools #ainews #aiindia #aicommunity",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "nanobanana",
                    "sora2",
                    "imagegenerator",
                    "videogenerator",
                    "imagineart",
                    "githubrepo",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQO84LLshgkHVGyGl1iPyv8Jm6cp_AYNABvESvcznC21M6AK2cgfFGCkEcKtij902OvKRC8sFqWolqpVCakyGlRH7Bq2dVaJd_iLsek.mp4?_nc_cat=108&_nc_oc=AdmAsp7xukY2PxfPx-VtvpHHg7PXu6lpmaVOBemk2xmEeFK9O77wbME3Rnq0094QJFs&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=ZtBzSy4VTMMQ7kNvwEaPTgm&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjMyMzIyMjUwNDc3NjM3OSwiYXNzZXRfYWdlX2RheXMiOjEwLCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzUsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=a980a48a2e44a7b6&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85NjQwOTAwQ0Y1Mzc3MTJDQ0ZDRUY5OTJEQ0ExOUU5N192aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRExaNUNJb1ZWS2tPYVVDQU1fSURGUWltaU5PYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm9oqNwqy9oAgVAigCQzMsF0BBtN0vGp--GBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_Afii7bs61rRJdop8A0jvE9MsnbfX3F28FY9srfgWXvhxDg&oe=692DA229",
                  "shortCode": "DRQ9PmBj0DU",
                  "timestamp": "2025-11-20T04:37:07.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/584441450_17886461718409053_9174330309630868748_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=Y0t-AELUf4EQ7kNvwF6kFgc&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afirxjc_xLegn1m2vMFThWHHPWUDpShaePlLvx6SNfs5pg&oe=6931BC90&_nc_sid=8b3546",
                  "likesCount": 881,
                  "productType": "clips",
                  "commentsCount": 1553,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 12117,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3767268985784769116",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DRIBy7HDBpc/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"BROWSER\" to get these Free AI browsers by Perplexity, ChatGPT and GenSpark.\n\nAI isn’t just in your chatbots anymore. It’s crawling into your browser. And these new AI browsers? They’re about to change how you use the internet.\n\nLet’s start with Comet by Perplexity. Think of it as a browser that doesn’t just wait for you to click—it clicks for you. It can open tabs, fill out forms, create posts, and even do research while you sit back.\n\nIt’s like having a digital assistant inside your browser, one that actually acts, not just answers.\n\nNext comes Genspark. This one’s more like a multitasking machine. It connects with over 700 different apps.\n\nYou tell it what you want—turn a YouTube video into slides, summarize a report, find the best deals online—and it just does it. Imagine combining your favorite productivity tools with your browser. That’s Genspark.\n\nAnd then there’s Fellou CE. This one goes for power. Its “deep action mode” can manage up to 50 webpages at once. Need to compare twenty products, schedule social posts, and build a report—all in one go? Fellou CE can handle it.\n\nIt’s like watching ten interns work in sync across your screen.\n\nHere’s the twist. ChatGPT just entered the same race with its new Atlas Browser. It has an agent mode that can tackle almost any task you give it. You describe what needs to be done—it figures out how to do it.\n\nThat’s where browsing is heading. No clicking. No constant tab hopping. Just tell your AI what you need, and let it handle the web for you.\n\n#perplexitycomet #chatgptatlas #gensparkai #fellouai #aibrowser #aitools #ainews #aiindia #aicommunity #nicksaraev",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "perplexitycomet",
                    "chatgptatlas",
                    "gensparkai",
                    "fellouai",
                    "aibrowser",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "nicksaraev"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQNd1X4ghQc65nrEYupJPTKDxPv0cHnihi57-F8NuQdN_D8_8k6ThX-EDPCEftlPfh_LoYNxNfkJ8AJcAe-dkD0ACbpyDJI7-3o0wuE.mp4?_nc_cat=103&_nc_oc=Adn9xRqS_qmfQqh_nGL694i5LD67qZdKFAebpVTHxWYEmEMtbNFw7kT9-nSJKyOOb2s&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=oi63UjByOSgQ7kNvwHwz8rQ&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NjYyMTk5NjUzNDkwODM1LCJhc3NldF9hZ2VfZGF5cyI6MTMsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozOSwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=8fe405fe9e3daac6&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9GQjQwRUFCQzY4QzA4MjYyQzYxQTI3RkU1NDhDRERBM192aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HQm8tdXlMMTl5ZEJITkVFQUd5a205QmNpdHRaYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmpoLv8YuRrQIVAigCQzMsF0BDhWBBiTdMGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfiSBljy1orGoC1i7nR8JsNJqAP_No2Bq2Z-UcAZ283r4Q&oe=692DA564",
                  "shortCode": "DRIBy7HDBpc",
                  "timestamp": "2025-11-16T17:18:03.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/581966889_17886085647409053_7292324330377633879_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=qi-9ZvaFlm0Q7kNvwFlvJoJ&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afj1Lf7xn8fIvRFkK72lY5QxWjI2l672jk8SzSMaqDAERQ&oe=6931C0B4&_nc_sid=8b3546",
                  "likesCount": 3343,
                  "productType": "clips",
                  "commentsCount": 1661,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 32391,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3766354696441981060",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DREx6QzjGiE/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"GOOGLE\" to get this New Free AI Vibe Coding tool by Google.\n\nGoogle just dropped its first  Vibe Coding platform right inside Google AI Studio and it lets you build a fully working app from a single prompt.\n\nNo code. No setup. Completely free to use.\n\nBut here’s the twist, it’s made for creating AI-powered apps.\n\nThat means you can plug in tools like NanoBanana, Veo 3, or even your favorite chatbots without touching a single API key. It just works.\n\nI tried it myself. I told it, “Make an app where users upload their logo, and the AI adds it to professional product ads using NanoBanana.” The result? It built everything. In seconds. Fully designed. Fully functional.\n\nIt almost feels like having a developer sitting next to you — one who never sleeps and never messes up a semicolon.\n\nAnd that’s not even the coolest part. Vibe Coding has this smart feature called annotation mode. Think of it like digital sketching for your app. You draw on the screen, highlight what you want to change, and the AI instantly updates your app. No dragging elements. No confusing menus. Just click, draw, done.\n\nIn short, Google just made app creation feel like doodling on a whiteboard.\n\nWhy it matters:\n\n 1. It’s fast. You go from idea to working app in minutes.\n 2. It’s simple. Anyone can use it — not just developers.\n 3, It’s smart. It builds AI into your apps naturally.\n\nSo yeah, this might be the start of a new wave. Not in some flashy, overhyped way. But in a finally-this-is-easy kind of way.\n\n#googleaistudio #vibecoding #aiapps #nanobanana #aicoding #aitools #ainews #aicommunity #nicksaraev #aiindia",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "googleaistudio",
                    "vibecoding",
                    "aiapps",
                    "nanobanana",
                    "aicoding",
                    "aitools",
                    "ainews",
                    "aicommunity",
                    "nicksaraev",
                    "aiindia"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQNA9kkmhrQfcaPoBIV1ghSey30JAwQmppVtvQGBxYe4duo3I31y3wQiDtvLdia3eA5paVRNV0ajJEW_RApmtzpZp9RA3MtzvbRyIQM.mp4?_nc_cat=106&_nc_oc=Adl2QQPVM-EXL_xCFECnv415YcfAso_u0sN1EQS3EXmmsf6PyeDBAcBvOnDyZXY8-SM&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=dZS4Ga_0OawQ7kNvwEaVDab&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6ODQyMDM5NjU0ODgxMzAzLCJhc3NldF9hZ2VfZGF5cyI6MTQsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjozNiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=abe8c0a5172175e7&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC8wQTRFOTY0MkQxNDZERERCRTM3QkUzNEVBREM5ODU4NF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HSVppd1NMZ0JIRUE3eDBEQUZwS1Bjbm9GcG9DYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmruCgqJT1_gIVAigCQzMsF0BCZP3ztkWiGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfgaHp4cfpXa78vIUO-h5dlRSuh0WdtPUEESW3KvBIgQAA&oe=692DA723",
                  "shortCode": "DREx6QzjGiE",
                  "timestamp": "2025-11-15T11:01:31.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/582411251_17885934987409053_1717669085883638192_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=kMzJqUto3tsQ7kNvwEJJfuH&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afj2e1ogHjrmgUuX_0IKreyuiFU1ST1ESSyK4L-JFjssPA&oe=6931ACB0&_nc_sid=8b3546",
                  "likesCount": 4070,
                  "productType": "clips",
                  "commentsCount": 3483,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 37687,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3763946938421111259",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DQ8OcxaAmnb/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"VIDEO\" to get this New Free Opensource AI video model with native Audio generation.\n\nYou don’t need to pay for Veo 3 or Sora 2 anymore.\n\nThere’s a better way. A free, open-source one.\n\nIt’s called Ovi, and it’s the world’s first video plus audio model that anyone can use.\nImagine this: you type a simple text prompt or drop in an image. Seconds later, you get a full video. With sound. With music. With speech that actually matches the lips. No endless editing. No waiting hours for rendering. Just hit go and watch it come together.\n\nI tried it myself last week. Wanted to see if the hype was real. So, I wrote a short prompt — a sunset on a beach with people talking softly in the background. The result? A beautiful clip with waves crashing, natural voices, and background music that fit the scene perfectly.\n\nAll in one run.\n\nAnd the best part? It’s free.\n\nNo credits. No subscriptions. No hidden limits.\n\nYou can use Ovi to:\n 1. Create short films or ads with real sounds.\n 2. Turn blog posts into narrated video stories.\n 3. Generate teaching clips with synced voiceovers.\n 4. Prototype animated scenes instantly.\n\nIf you’re more technical, you can even run Ovi offline using ComfyUI. It’s like setting up a mini studio on your laptop. But if that sounds like too much trouble, you can test Ovi online instead. Just type in your idea and let it do the heavy lifting.\n\nThink of it as having your own AI video crew — editor, sound designer, and voice actor — all built into one free tool.\n\nOvi isn’t just another AI model. It’s a creative shortcut. And it’s one that finally puts full video generation in your hands, without the price tag.\n\n#veo3 #sora2 #videogenerators #opensourceai #oviai #comfyui #aitools #ainews #aiindia #aicommunity #nicksaraev #aivideos",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "veo3",
                    "sora2",
                    "videogenerators",
                    "opensourceai",
                    "oviai",
                    "comfyui",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "nicksaraev",
                    "aivideos"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQP_FtP50J_D5jswccBXFYkMQFH2gtbytcuFqmjRZuFPBwc0xYGCf31bENC2hEES-weTEYPGHv32LeYjO-SkFW_9H7OL7BhYdx9RsKQ.mp4?_nc_cat=103&_nc_oc=AdkjeNNK0SCOfLu203jH3tVy6GF9KKzRdQFpD2i5sMeg_8RdjYEc-w80yynK9mQnjNQ&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=RMNdDvd2QXYQ7kNvwHxKh-3&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6NDMwMzA0OTA2NjYwNzAyMiwiYXNzZXRfYWdlX2RheXMiOjE4LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzEsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=92892d6f82a47b0c&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC81ODQ5OTYzOEM4RjJGQTRENTVBNzlCQTU5MzEyQjlBOV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HSURQV2lMRzBucHBsZk1FQVAybXdEZ1RZcjFsYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm3MaH8bXmpA8VAigCQzMsF0A_MzMzMzMzGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfjMgOW3cVUzS_g7MSYlHt_B6cF-LuaV3zF8N_G69hbl0w&oe=692DB320",
                  "shortCode": "DQ8OcxaAmnb",
                  "timestamp": "2025-11-12T03:18:52.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/580848171_17885567985409053_8025107180702990476_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=HiobTNOxsGAQ7kNvwE6fQgA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfipEU74uLWNKu4WMlGvnLVaZo1ZMn7ig5wqNu7MDmVYrQ&oe=69319E13&_nc_sid=8b3546",
                  "likesCount": 4393,
                  "productType": "clips",
                  "commentsCount": 5517,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 41877,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3761918409295511737",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DQ1BNycD8C5/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"AVATAR\" to get this Viral AI UGC Ads Generator.\n\nImagine being able to make a talking AI video that actually feels real. The eyes move naturally. The lips sync perfectly. The expressions? Spot on. That’s what you get with Arcads.\n\nArcads isn’t your typical avatar generator. It’s built to make your AI characters look and feel alive. You can make them smile, frown, look excited, or stay calm—all in real time.\n\nJust add emotion tags to your script, and the tool handles everything. Think of it like directing an actor, except your actor never needs makeup or retakes.\n\nHere’s how it works:\n\n 1. Pick a character from their massive actor library.\n 2. Or create one from scratch.\n 3. Or even upload your own face.\n 4. Then drop your script in, add your emotion cues, and hit generate. A few minutes later—done.\n\nYou can use Arcads for pretty much anything video‑related. Ads. Product demos. Tutorials. Social posts. If it needs a face and a voice, Arcads can deliver it.\n\nWant to test how viewers respond to different moods? Easy. Make one version where your avatar sounds excited. Another where it’s calm and friendly. Compare them. See what sticks. It’s like running A/B tests—but for emotions.\n\nI tried it to make a quick product intro. Instead of setting up cameras, lights, and a green screen, I just typed my script and hit generate. Ten minutes later, I had a professional‑looking video that felt human. It even blinked at the right moments.\n\nArcads makes content faster, cheaper, and a lot more fun to create. No production stress. No retakes. Just you, your idea, and a digital actor who never gets tired.\n\n#arcads #aiavatar #aids #ugcads #aiugc #aivideos #aiformarketing #aitools #ainews #aiindia #aicommunity #nicksaraev",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "arcads",
                    "aiavatar",
                    "aids",
                    "ugcads",
                    "aiugc",
                    "aivideos",
                    "aiformarketing",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "nicksaraev"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQMj5viY2l8jPyUF7cr6nJxCwA_t4z7lGVkDmy7A4m-7aOowQ2NCDI5c-R6TGGyjHqLsd5n8JP-9LOCuP-DNrvffz_H-CX1_ljDsbgg.mp4?_nc_cat=101&_nc_oc=AdnrNEBE3Uc4oVR-WjqsxwaXuWCQUePBHGLGDqoNEul4JfAVO-QtsO3uDKDM20nWyxI&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=6TIirUam43QQ7kNvwEFTHZ1&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzIuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTAzODYyODY2NTAyMzIxNSwiYXNzZXRfYWdlX2RheXMiOjIwLCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NDcsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=aab06eff2cb18e98&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85MjQxNkJDQkQxMjA5NjFDMENDNjNBMTg5NThDOENBNl92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HT3V0ZnlMVzA1dVJDRnNQQUxkZGk2LWJUTlk3YnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm3uuOypKo2AMVAigCQzIsF0BHhmZmZmZmGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfiA8lV7O2vmibbFpfxPqkBPvrzvKf3hnCs6uBBohyBSFQ&oe=692DCC96",
                  "shortCode": "DQ1BNycD8C5",
                  "timestamp": "2025-11-09T08:08:44.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/574976287_17885250447409053_3998826100750355467_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=Z6Cu0GwIDh4Q7kNvwGUrgIW&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhTxbdRwOOdrtjWgJNJyu3f-xMM5tR3ios_HoJgzdc3Fw&oe=6931A1B1&_nc_sid=8b3546",
                  "likesCount": 1848,
                  "productType": "clips",
                  "commentsCount": 2034,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 24612,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3760771140105094898",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DQw8W0vgUby/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"AUTOMATION\" to get these 3000+ Free n8n Automation templates.\n\nYou don’t need to build AI automations from scratch anymore.\n\nBecause here’s the thing, there are already thousands of ready-to-use n8n templates online. Real workflows. Real results. And all you need are a few clicks to make them your own.\n\nLet me show you where to find them.\n\nFirst, there’s a GitHub repo that hosts over 200 automation templates. These aren’t just random experiments. They’re built for real business tasks—like managing emails,\n\nscheduling social posts, updating CRMs, and handling research. Each template connects popular tools like Gmail, Slack, Google Drive, and Telegram. Think of it as your personal toolbox for work automation.\n\nNext stop: the official n8n website. You’ll find over 2,000 more templates there. Some are beginner-friendly. Others are advanced. You can filter by category, preview the setup, and download them instantly. It’s like browsing a library of ready-to-run workflows—built by the community, tested by users, and easy to customize.\n\nAnd then… there’s my collection. Fifty high-ROI automations I built myself. These ones are special. Why? Because businesses actually pay for them. I’ve sold some for four-figures and more—and they keep selling. Each one comes with a step-by-step video walkthrough, showing exactly how to install and use it.\n\nThe best part? You don’t need to be a tech wizard. You just need curiosity, a laptop, and five minutes to plug these templates into your workflow.\n\nBuild smarter. Not from scratch.\n\n#n8naiagents #n8n #n8nautomations #aiautomations #aitools #ainews #aiindia #aicommunity #githubrepo",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "n8naiagents",
                    "n8n",
                    "n8nautomations",
                    "aiautomations",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "githubrepo"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQPHMxm0KfCny9cNOpNFwrXDJ8HFoPdqWaRXvNxMFt0f34vV6BGyV6E4tQlESvC1PDvQksKJCaG8-Uchx3FZ6NWf7G-NdlZbe-vhCXk.mp4?_nc_cat=101&_nc_oc=AdmmLIWqJlmcy4th7PeX8aCO0oxauwlMjPkg5hjaadmgfRt9YtWQHgC1V8BFqu5mkwE&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=YHBGXnHfEgUQ7kNvwHnHtzX&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MjEwMDI0ODc0MDUwNTY1NSwiYXNzZXRfYWdlX2RheXMiOjIyLCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NDIsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&vs=deaa03985094d62c&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC85QzQ2MDM2N0VGODE4OEM0M0ZENENGMkMwRTQ5OUFCRF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRTNIV1NKWGs0U2lSMlVHQUtSdm1wU01EakJsYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm7qDxwciKuwcVAigCQzMsF0BFEGJN0vGqGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&oh=00_AfgaBnwIHOAPn3TOW2BH6NsJ5kOiuVRionX9FLF3SW7zeQ&oe=692DA4EE",
                  "shortCode": "DQw8W0vgUby",
                  "timestamp": "2025-11-07T18:08:32.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/573126572_17885070909409053_4331227374449524644_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=PrXLMcBSjCcQ7kNvwHP6y2H&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfgTMgrDoRF6G7oXxSNfLm7xLxq42WQ48trYcbsedFfJUQ&oe=6931A358&_nc_sid=8b3546",
                  "likesCount": 3099,
                  "productType": "clips",
                  "commentsCount": 4712,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 26798,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3757947066619518420",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DQm6PJWk93U/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"IMAGINE\" to get this All-in-one Website with all the Top AI Models in one place.\n\nYou don’t need to pay for Veo 3, Sora 2, Kling, Midjourney, and a dozen other AI tools anymore.\nThink about it. Each one charges a monthly fee. Each one has its own dashboard. And before long, you’re buried under tabs, logins, and credit card charges.\n\nNow there’s a better way. It’s called ImagineArt. One platform. All the best models. No switching back and forth.\n\nImagineArt brings together top video generators like Veo 3, Sora 2, and Seedream. Plus powerful image creators like NanoBanana, Flux, and Midjourney-quality models. All inside one workspace built to move fast.\n\nWhat can you make with it? Pretty much anything.\n\n 1. Viral unboxing videos that look like they were shot with real cameras\n 2. Professional ads with smooth transitions and natural sound\n 3. Even full-blown AI movies with realistic motion and lip-sync\n\nNo separate tools. No exporting and re-importing. Just type what you want and watch it come to life.\n\nImagine it like having a full video studio and design team sitting inside your computer. But you don’t have to manage people, and you don’t have to pay per model.\n\nI tried it to test a product idea—created a 30-second ad in minutes. Normally, that would’ve taken hours and three different tools. Here, it was all one flow. Simple. Fast.\n\nThe best part? You stay focused on your ideas, not the tech. Because when everything you need is in one place, creating becomes easy again.\n\nWith ImagineArt, you’re not just using AI tools. You’re creating faster, saving money, and actually enjoying it.\n\n#nanobanana #googleveo3 #sora2 #klingai #midjourneyai #ainews #aiindia #aicommunity #aitools #videogenerator #imagegenerator #aivideos #imagineart #nicksaraev",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "nanobanana",
                    "googleveo3",
                    "sora2",
                    "klingai",
                    "midjourneyai",
                    "ainews",
                    "aiindia",
                    "aicommunity",
                    "aitools",
                    "videogenerator",
                    "imagegenerator",
                    "aivideos",
                    "imagineart",
                    "nicksaraev"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQOb7H_5YVWsLe27cRl_qrBaKSYyBTTLQJMJpqNWvE-MEMCpTYu5W1R5NLcGwNsYNugivM6RCaoPY0P8S-UZvTcMCOLmld3BzElIG-0.mp4?_nc_cat=107&_nc_oc=AdmKXM3lG7kteIeZeTznk3BDRzgJT2Q-k0cXnLZiLOkCatGjqHrGRmB0tUGmhbQnxqI&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=ErpjvzkX6BIQ7kNvwEZNmh3&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTM3MDQyMjM0NDczMDk5NiwiYXNzZXRfYWdlX2RheXMiOjI2LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MzIsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=878e65908c20d38d&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC9DMDREMURDMUUwMERBRDE1Qjk1ODczQzQwQzk3NTNBMV92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HRnhGVVNKeXRQRXRYcWtHQUJmT0J1ekNKUzUtYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAm6KXmkIqZ7wQVAigCQzMsF0BAFFocrAgxGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfjNDTokwY5fDSOd-jx9PMaYH_lOST12pwenSNTVG0vAiQ&oe=692DAFF8",
                  "shortCode": "DQm6PJWk93U",
                  "timestamp": "2025-11-03T20:38:09.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/572802591_17884628373409053_8856785361262122956_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=KSZgreyU0F4Q7kNvwEJO0vg&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfiOaUWv6Zs978NRJKaz-fFlBRmPJ6zKB7pyeFKxlxWztw&oe=6931C076&_nc_sid=8b3546",
                  "likesCount": 2830,
                  "productType": "clips",
                  "commentsCount": 3723,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 33186,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                },
                {
                  "id": "3756348807022842646",
                  "alt": null,
                  "url": "https://www.instagram.com/p/DQhO1aHDxMW/",
                  "type": "Video",
                  "images": [],
                  "caption": "Comment \"VIDEO\" to get this AI Automation that creates 100s of Viral Clips using AI in n8n.\n\nThis is an AI automation turns any long podcast into hundreds of viral TikTok and Instagram clips. All on its own. No editors. No posting stress. No burnout.\n\nHere’s how it works:\n\nIt grabs the best moments from a podcast, adds subtitles, writes captions, and even uploads everything automatically. I built it in n8n, connecting a few smart tools that do all the heavy work for you.\n\nThere are two main sections.\n\nFirst, it scrapes a YouTube channel for its latest uploads. Then it sends each episode to Vizard AI. That’s where the magic begins. The AI scans the entire podcast, finds the most interesting segments, and turns them into short, shareable clips.\n\nThe second part picks up those clips, runs them through ChatGPT to create caption text, and stores everything neatly in a Google Sheet. When it’s done, you get a notification. Simple and clean.\n\nI built this because I used to spend hours clipping podcasts manually for clients. It was painful. Slow. Each 60-minute episode took half a day. Now? The same job is finished in minutes while I do other things.\n\nThink about it. You could sell this setup to podcasters, agencies, or content creators who want to post every day without hiring a full team. They’d easily pay four or five figures to save that kind of time.\n\nBecause with this automation, you’re not just selling a workflow. You’re selling a machine that pumps out viral content nonstop.\nIf you want the same system, I’ll show you step by step how to install, connect, and get it running fast. Everything you need is packaged and ready to go.\n\n#aiautomations #vizardai #aiclips #n8nautomation #nicksaraev #aitools #ainews #aiindia #aicommunity",
                  "ownerId": "72269881052",
                  "hashtags": [
                    "aiautomations",
                    "vizardai",
                    "aiclips",
                    "n8nautomation",
                    "nicksaraev",
                    "aitools",
                    "ainews",
                    "aiindia",
                    "aicommunity"
                  ],
                  "mentions": [],
                  "videoUrl": "https://instagram.fric1-2.fna.fbcdn.net/o1/v/t2/f2/m86/AQMW7AzR738Dj3D0rN7FUyocubnQRUlcz5UWUR21oAyWXu6kPGu4J7v17B4zRluSo1tNeISsIUCZlfd8SWRauccwuv2TEQ44dmC8mS8.mp4?_nc_cat=105&_nc_oc=Adk_wNKJiMqDjX520hiQiTs-255nPfOGKGebvQRo1IcQ7OLnVfigbdddoDGKDMjHGfo&_nc_sid=5e9851&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_ohc=p9_TlB9sGgoQ7kNvwGwp-sj&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5JTlNUQUdSQU0uQ0xJUFMuQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTE1MjQwNDg0MDE5MDg3MiwiYXNzZXRfYWdlX2RheXMiOjI4LCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6NDUsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=36bb9ec9cfece3f1&_nc_vs=HBksFQIYUmlnX3hwdl9yZWVsc19wZXJtYW5lbnRfc3JfcHJvZC80NTRENDhEN0Y1RDg4OTVDREIzRkUyQjM2RkE3MUJCNF92aWRlb19kYXNoaW5pdC5tcDQVAALIARIAFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HSFFWUGlKRmUtN2I5d0FEQUFfQmQ4ejlMR2taYnN0VEFRQUYVAgLIARIAKAAYABsCiAd1c2Vfb2lsATEScHJvZ3Jlc3NpdmVfcmVjaXBlATEVAAAmsM6YkuWGjAQVAigCQzMsF0BGpiTdLxqgGBJkYXNoX2Jhc2VsaW5lXzFfdjERAHX-B2XmnQEA&_nc_gid=CYh4fBofY7ypc46s6NklqQ&_nc_zt=28&oh=00_AfgPB4_k4XxdHPkVInocBUkYNrXCRxvBCK_8HDQiC8zdWw&oe=692DCA16",
                  "shortCode": "DQhO1aHDxMW",
                  "timestamp": "2025-11-01T15:42:38.000Z",
                  "childPosts": [],
                  "displayUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-15/571953604_17884370070409053_5047061248987869190_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=109&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=47R49ThybTYQ7kNvwEOO-VU&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afid8RgpVakTNJRYMophru_P_OPFbxl6tDHyQplU9OYY-w&oe=693193EC&_nc_sid=8b3546",
                  "likesCount": 3551,
                  "productType": "clips",
                  "commentsCount": 3937,
                  "ownerUsername": "nick_saraev",
                  "videoViewCount": 33884,
                  "dimensionsWidth": 640,
                  "dimensionsHeight": 1137,
                  "isCommentsDisabled": false
                }
              ],
              "externalUrls": [
                {
                  "url": "https://youtube.com/@nicksaraev",
                  "title": "Free AI & Automation Guides on YouTube",
                  "lynx_url": "https://l.instagram.com/?u=https%3A%2F%2Fyoutube.com%2F%40nicksaraev&e=AT0CPiR0kGx8Ov4OGe3Cx1JE3Z-MILhpB2BCHyMzhE5D6DjydSCrjnbsEvCX2emQrfBYsLFzQMOgpyDMbhgKyxubVXqlTJtE",
                  "link_type": "external"
                }
              ],
              "followsCount": 113,
              "profilePicUrl": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/474740916_1843193596487436_7809450024972527192_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=100&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=JxbBrd9-Y5EQ7kNvwGkMZi9&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhHlKoIA7RlpaLmg7_CCW4yz1nhTRu1h4Ae5Zn3PEut8Q&oe=6931BAF6&_nc_sid=8b3546",
              "followersCount": 394964,
              "igtvVideoCount": 0,
              "joinedRecently": false,
              "profilePicUrlHD": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/474740916_1843193596487436_7809450024972527192_n.jpg?stp=dst-jpg_s320x320_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=100&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=JxbBrd9-Y5EQ7kNvwGkMZi9&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhWs1vMPABP7STeo7GzA_5AQvgS7MKmbX8uDx1FOrvm_Q&oe=6931BAF6&_nc_sid=8b3546",
              "relatedProfiles": [
                {
                  "id": "61142553174",
                  "username": "nomadatoast",
                  "full_name": "Jo Mendes",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/366457869_146553988486568_7943274574639124344_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=108&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=LpiZFqJlkywQ7kNvwET8jpN&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhcTojFATAY3KKx2YiwiLlx2eclonXixEDQ_ERIQao3bQ&oe=69318BEA&_nc_sid=8b3546"
                },
                {
                  "id": "55150329708",
                  "username": "adrien.ninet",
                  "full_name": "Adrien Ninet",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/561586453_17994922199833709_6612000894368240917_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=sk9EgnPOtfUQ7kNvwEhH5np&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfiBZqc6JK-zpawzW_5XOhTR_30Iow8HvGA1Yfv-wdSpFA&oe=6931909E&_nc_sid=8b3546"
                },
                {
                  "id": "49636609864",
                  "username": "benkaluza",
                  "full_name": "Ben Kaluza",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/447399084_3706657386320297_1050059736551990992_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=105&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=aHde7Sv5kvgQ7kNvwFO3e_D&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afgi5Ej3hdyGqET0nOCOIFOGsp1hvmlICj-j40GAYDVY7g&oe=6931B4B3&_nc_sid=8b3546"
                },
                {
                  "id": "57666094056",
                  "username": "chatgptricks",
                  "full_name": "Artificial Intelligence (AI) • ChatGPT",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/402363530_1146686010049380_287954873135728963_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby40MjIuYzIifQ&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=QYSsvOPG35sQ7kNvwGesrQc&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afh3fSK4l1e7hqMB6Lsah0jZGy_awQ-f9RAtGZCF6CWTZw&oe=6931ACD1&_nc_sid=8b3546"
                },
                {
                  "id": "7695520761",
                  "username": "thevarunmayya",
                  "full_name": "Varun Mayya",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/569029946_18290634061256762_9126468070589302935_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43NjguYzIifQ&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=FRg7XoPItTQQ7kNvwGAN7L4&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhNtl4-oFyy8O4W-k_Zy9sycfniAw_BSXgU2gR0PxIIbQ&oe=6931919C&_nc_sid=8b3546"
                },
                {
                  "id": "71728942391",
                  "username": "sferro.ai",
                  "full_name": "Simone Ferretti | AI Content Creator",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/474842128_9018434404899545_8353578094932299207_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby45OTIuYzIifQ&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=105&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=5vbu9kync0gQ7kNvwFife2J&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfjVCTt3waIhEeSIhlXTiIyOYoeRzFzQTZmkt0C4-va-hA&oe=6931C3B1&_nc_sid=8b3546"
                },
                {
                  "id": "66358111114",
                  "username": "heysirio",
                  "full_name": "Sirio Berati",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/501913947_17898031971215115_4892070331328177312_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=hZTcNaZOQNwQ7kNvwF1YqYS&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afgs_sHS39EgPn12W3E-qDPjbob-nzjZKORgJzdFnLEVjQ&oe=6931C0F7&_nc_sid=8b3546"
                },
                {
                  "id": "39812398282",
                  "username": "brodyautomates",
                  "full_name": "Brody",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/544135384_18070374083326283_4321674426951411548_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=111&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=KEmnnX_9mVAQ7kNvwHLXQ1j&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afg8drq24DRat1Y7jd4NuaG9iDyvrLVpEW8cuxQhnHju-g&oe=69318C67&_nc_sid=8b3546"
                },
                {
                  "id": "64325658281",
                  "username": "rourkeheath",
                  "full_name": "Rourke Sefton-Minns",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/501132908_17912336154146282_6417470350579865965_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby45MDcuYzIifQ&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=aaHS_g47fxoQ7kNvwEZ8nTM&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhBaulFHXO2vQSQWZmbyU-yAAYXHw320Uay6BN4_SpWsg&oe=6931B23B&_nc_sid=8b3546"
                },
                {
                  "id": "285264009",
                  "username": "kallaway",
                  "full_name": "Kallaway",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/480836572_599921426361567_7460727147764673960_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=XfapMqAkn_0Q7kNvwF-RUjv&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhrwEvHSrFGy23kKDQz8tPz4RzJZRMPG0vhbmr2zhwaDA&oe=69319441&_nc_sid=8b3546"
                },
                {
                  "id": "57697835322",
                  "username": "theaisurfer",
                  "full_name": "The AI Surfer",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/342510895_249243040803791_5329511843301266290_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=111&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=XqYc9hVNvhAQ7kNvwGO8hgE&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afji4x_xVL50JgvtP26N7v0NG1ytmfJssOnhQrRMc6mB3g&oe=69319EEB&_nc_sid=8b3546"
                },
                {
                  "id": "72807249412",
                  "username": "techinsixty",
                  "full_name": "Techinsixty | AI | Apps | Web",
                  "is_private": false,
                  "is_verified": false,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/486058504_652559147391603_4017771514895430091_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=Ar04AOmO6EgQ7kNvwGWwhoH&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_Afju6OPAQKV_hi_y-JUvwCYMJgc1yhJxgJVCizgNl-MT6w&oe=6931B01D&_nc_sid=8b3546"
                },
                {
                  "id": "487717181",
                  "username": "sebastienjefferies",
                  "full_name": "Sebastien Jefferies",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/474177795_958759649653446_5234007717198277438_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=106&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=TNleIso7UzAQ7kNvwF8QLVe&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfjymsAH1oP3mvLY4-90y6f9oLp_DZR8zr3mEg83udqYtw&oe=6931A002&_nc_sid=8b3546"
                },
                {
                  "id": "62647270150",
                  "username": "shedoesai",
                  "full_name": "Johanne Reumert",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/436488927_824936729501380_1032298849776785840_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=104&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=dXg7WMSAYE0Q7kNvwG7S6pv&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhPtbgNTnaGQXH1EeBpDB8ZkxpJP3E1vggzXrsUWAt5Ag&oe=6931BEEC&_nc_sid=8b3546"
                },
                {
                  "id": "42740639607",
                  "username": "filatov.design",
                  "full_name": "Daniil • UX/UI Design & AI",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/473542256_2283340952045458_9155962438262161792_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=110&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=51D49Owojz8Q7kNvwHxQiyf&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhsAD8gYEllCSdbyGLYRYTl1_ooDB-wx_chNAZQByQibw&oe=6931B2CE&_nc_sid=8b3546"
                },
                {
                  "id": "76346654696",
                  "username": "alex.snippet",
                  "full_name": "Alex Snippet | Coding",
                  "is_private": false,
                  "is_verified": false,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/527231220_17842474635550697_6416566507707127435_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=105&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=BaOVg5xif7oQ7kNvwGRTEzE&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhJAR1PM6_U6ypvJ2oHFrOYsSspp88QtWIH7VgrSGBAHg&oe=6931A38F&_nc_sid=8b3546"
                },
                {
                  "id": "59144133226",
                  "username": "100xengineers",
                  "full_name": "100xEngineers",
                  "is_private": false,
                  "is_verified": true,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/362284646_1613240199199825_2402113813439479148_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby45NjguYzIifQ&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=STdEf2D3n2UQ7kNvwElHZzd&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfhXvMIRgzdOSNOYeQVLgsvyCBjFxta97m-fM-DaadGoTQ&oe=6931A956&_nc_sid=8b3546"
                },
                {
                  "id": "76591114402",
                  "username": "alfiecarter.hq",
                  "full_name": "Alfie Carter",
                  "is_private": false,
                  "is_verified": false,
                  "profile_pic_url": "https://instagram.fric1-2.fna.fbcdn.net/v/t51.2885-19/552583656_17851089792554403_7034460243010062150_n.jpg?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDAwLmMyIn0&_nc_ht=instagram.fric1-2.fna.fbcdn.net&_nc_cat=103&_nc_oc=Q6cZ2QH-cjCqYdCncHzUD8Uvh_QVxTWRvbj_DokXPRZ8cmnD1vSwwYlhejIB2INaU39nNoU&_nc_ohc=9VuN2aIbeEoQ7kNvwHNGEPl&_nc_gid=CYh4fBofY7ypc46s6NklqQ&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfjtojGbNSA3S9W4Hh0sBc4Fn1vrTugM5YL4oIETxdAetQ&oe=6931B3B5&_nc_sid=8b3546"
                }
              ],
              "latestIgtvVideos": [],
              "isBusinessAccount": false,
              "externalUrlShimmed": "https://l.instagram.com/?u=https%3A%2F%2Fyoutube.com%2F%40nicksaraev&e=AT2Ua9A5GvpSQcAqsqM0DzgDx0_Rrta_N8VyCK9VDHOQeBlV89x_r56m6vbe2IqZQ4tKsZ6NNvEW0xJX0UqlobYmLT4vGNIp",
              "highlightReelCount": 0,
              "businessCategoryName": "Digital creator"
            }
          }
        ]
      },
      "settings": {
        "executionOrder": "v1"
      },
      "versionId": "70261abc-40eb-43d1-8616-0c124e1c0f9d",
      "connections": {
        "Sort": {
          "main": [
            [
              {
                "node": "Download Files",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Wait": {
          "main": [
            [
              {
                "node": "Transcribe Reels",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Limit": {
          "main": [
            [
              {
                "node": "Add Top Competitor Reels",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Merge": {
          "main": [
            [
              {
                "node": "Aggregate Reset",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Merge1": {
          "main": [
            [
              {
                "node": "Update Competitor - Reels Analysis",
                "type": "main",
                "index": 0
              },
              {
                "node": "Set Final Vals",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Set Posts": {
          "main": [
            [
              {
                "node": "Filter Reels",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Filter Reels": {
          "main": [
            [
              {
                "node": "Sort",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "GPT 4.1 Mini": {
          "ai_languageModel": [
            [
              {
                "node": "Transcribe Analyzer",
                "type": "ai_languageModel",
                "index": 0
              },
              {
                "node": "Reels Analyzer",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "Download Files": {
          "main": [
            [
              {
                "node": "Wait",
                "type": "main",
                "index": 0
              }
            ],
            [
              {
                "node": "Format Reels Vals",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Reels Analyzer": {
          "main": [
            [
              {
                "node": "Merge1",
                "type": "main",
                "index": 1
              }
            ]
          ]
        },
        "Set Final Vals": {
          "main": [
            [
              {
                "node": "Loop Over Items",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Aggregate Reset": {
          "main": [
            [
              {
                "node": "Update Competitor",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Get Competitors": {
          "main": [
            [
              {
                "node": "Loop Over Items",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Loop Over Items": {
          "main": [
            [
              {
                "node": "Compose Email Update",
                "type": "main",
                "index": 0
              }
            ],
            [
              {
                "node": "Get Competitor Data",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Transcribe Reels": {
          "main": [
            [
              {
                "node": "Transcribe Analyzer",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Format Reels Vals": {
          "main": [
            [
              {
                "node": "Add Competitor Reels",
                "type": "main",
                "index": 0
              },
              {
                "node": "Limit",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Update Competitor": {
          "main": [
            [
              {
                "node": "Set Posts",
                "type": "main",
                "index": 0
              },
              {
                "node": "Merge1",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Get Competitor Data": {
          "main": [
            [
              {
                "node": "Get Competitor Reels - OLD",
                "type": "main",
                "index": 0
              },
              {
                "node": "Get Top Competitor Reels - OLD",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Transcribe Analyzer": {
          "main": [
            [
              {
                "node": "Format Reels Vals",
                "type": "main",
                "index": 0
              },
              {
                "node": "Reels Format For Analysis",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Compose Email Update": {
          "main": [
            [
              {
                "node": "Send a message",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "If Rows - Competitor": {
          "main": [
            [
              {
                "node": "Rows Group - Competitor",
                "type": "main",
                "index": 0
              }
            ],
            [
              {
                "node": "Merge",
                "type": "main",
                "index": 3
              }
            ]
          ]
        },
        "Rows Group - Competitor": {
          "main": [
            [
              {
                "node": "Delete Competitor Reels - OLD",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "If Rows - Top Competitor": {
          "main": [
            [
              {
                "node": "Rows Group - Top Competitor",
                "type": "main",
                "index": 0
              }
            ],
            [
              {
                "node": "Merge",
                "type": "main",
                "index": 1
              }
            ]
          ]
        },
        "Reels Format For Analysis": {
          "main": [
            [
              {
                "node": "Reels Analyzer",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Get Competitor Reels - OLD": {
          "main": [
            [
              {
                "node": "Batch Rows For Delete - Competitor",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "TranscribeAnalysisResponse": {
          "ai_outputParser": [
            [
              {
                "node": "Transcribe Analyzer",
                "type": "ai_outputParser",
                "index": 0
              }
            ]
          ]
        },
        "Rows Group - Top Competitor": {
          "main": [
            [
              {
                "node": "Delete Top Competitor Reels - OLD",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Delete Competitor Reels - OLD": {
          "main": [
            [
              {
                "node": "Merge",
                "type": "main",
                "index": 2
              }
            ]
          ]
        },
        "Get Top Competitor Reels - OLD": {
          "main": [
            [
              {
                "node": "Batch Rows For Delete - Top Competitor",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Delete Top Competitor Reels - OLD": {
          "main": [
            [
              {
                "node": "Merge",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Batch Rows For Delete - Competitor": {
          "main": [
            [
              {
                "node": "If Rows - Competitor",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "When clicking ‘Execute workflow’": {
          "main": [
            [
              {
                "node": "Get Competitors",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Batch Rows For Delete - Top Competitor": {
          "main": [
            [
              {
                "node": "If Rows - Top Competitor",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    }