{
    "name": "LinkedIn Group Members Export & Data Enrichment",
    "flow": [
        {
            "id": 1,
            "module": "harpa-ai:websearchserp",
            "version": 1,
            "parameters": {},
            "mapper": {
                "url": "https://www.linkedin.com/groups/121615/members/",
                "name": "LinkedIn Group Members Export",
                "node": "first",
                "inputs": [
                    "50",
                    "DONE"
                ],
                "timeout": "300000",
                "resultParam": "json"
            },
            "metadata": {
                "designer": {
                    "x": -595,
                    "y": 28
                },
                "restore": {
                    "expect": {
                        "inputs": {
                            "mode": "chose",
                            "items": [
                                null,
                                null
                            ]
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "harpa-ai"
                            },
                            "label": "Alex HRP Key 2 (alxsharuk@gmail.com)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:harpa-ai",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "name",
                        "type": "text",
                        "label": "Name",
                        "required": true
                    },
                    {
                        "name": "inputs",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "input"
                        },
                        "type": "array",
                        "label": "Inputs"
                    },
                    {
                        "name": "url",
                        "type": "url",
                        "label": "URL"
                    },
                    {
                        "name": "resultParam",
                        "type": "text",
                        "label": "Result Param"
                    },
                    {
                        "name": "node",
                        "type": "text",
                        "label": "Node"
                    },
                    {
                        "name": "timeout",
                        "type": "number",
                        "label": "Timeout"
                    },
                    {
                        "name": "resultsWebhook",
                        "type": "url",
                        "label": "Results Webhook"
                    }
                ]
            }
        },
        {
            "id": 5,
            "module": "builtin:BasicFeeder",
            "version": 1,
            "parameters": {},
            "mapper": {
                "array": "{{1.results[].result}}"
            },
            "metadata": {
                "designer": {
                    "x": -295,
                    "y": 28
                },
                "restore": {
                    "expect": {
                        "array": {
                            "mode": "edit"
                        }
                    }
                },
                "expect": [
                    {
                        "mode": "edit",
                        "name": "array",
                        "spec": [],
                        "type": "array",
                        "label": "Array"
                    }
                ]
            }
        },
        {
            "id": 3,
            "module": "harpa-ai:websearchserp",
            "version": 1,
            "parameters": {},
            "mapper": {
                "url": "{{5.link}}",
                "name": "LinkedIn Profile Scraper",
                "node": "first",
                "inputs": [
                    ""
                ],
                "timeout": "300000",
                "resultParam": "profile"
            },
            "metadata": {
                "designer": {
                    "x": -10,
                    "y": 31
                },
                "restore": {
                    "expect": {
                        "inputs": {
                            "mode": "chose",
                            "items": [
                                null
                            ]
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "harpa-ai"
                            },
                            "label": "Alex HRP Key 2 (alxsharuk@gmail.com)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:harpa-ai",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "name",
                        "type": "text",
                        "label": "Name",
                        "required": true
                    },
                    {
                        "name": "inputs",
                        "spec": {
                            "name": "value",
                            "type": "text",
                            "label": "input"
                        },
                        "type": "array",
                        "label": "Inputs"
                    },
                    {
                        "name": "url",
                        "type": "url",
                        "label": "URL"
                    },
                    {
                        "name": "resultParam",
                        "type": "text",
                        "label": "Result Param"
                    },
                    {
                        "name": "node",
                        "type": "text",
                        "label": "Node"
                    },
                    {
                        "name": "timeout",
                        "type": "number",
                        "label": "Timeout"
                    },
                    {
                        "name": "resultsWebhook",
                        "type": "url",
                        "label": "Results Webhook"
                    }
                ]
            }
        },
        {
            "id": 4,
            "module": "google-sheets:addRow",
            "version": 2,
            "parameters": {},
            "mapper": {
                "from": "drive",
                "mode": "select",
                "values": {
                    "0": "{{3.results[].name}}",
                    "1": "{{3.results[].url}}",
                    "2": "{{3.results[].location}}",
                    "3": "{{3.results[].status}}",
                    "4": "{{3.results[].about}}",
                    "5": "{{3.results[].experience}}",
                    "6": "{{3.results[].education}}",
                    "7": "{{3.results[].language}}",
                    "8": "{{3.results[].contact}}"
                },
                "sheetId": "Sheet1",
                "spreadsheetId": "/1QA9eSOqMxDztZcDv2kZ4p3NlswP-M2cMmEom62ml5hw",
                "includesHeaders": true,
                "insertDataOption": "INSERT_ROWS",
                "valueInputOption": "USER_ENTERED",
                "insertUnformatted": false
            },
            "metadata": {
                "designer": {
                    "x": 305,
                    "y": 28
                },
                "restore": {
                    "expect": {
                        "from": {
                            "label": "My Drive"
                        },
                        "mode": {
                            "label": "Search by path"
                        },
                        "sheetId": {
                            "label": "Sheet1"
                        },
                        "spreadsheetId": {
                            "path": [
                                "LinkedIn Leads"
                            ]
                        },
                        "includesHeaders": {
                            "label": "Yes",
                            "nested": [
                                {
                                    "name": "values",
                                    "spec": [
                                        {
                                            "name": "0",
                                            "type": "text",
                                            "label": "Name (A)"
                                        },
                                        {
                                            "name": "1",
                                            "type": "text",
                                            "label": "URL (B)"
                                        },
                                        {
                                            "name": "2",
                                            "type": "text",
                                            "label": "Location (C)"
                                        },
                                        {
                                            "name": "3",
                                            "type": "text",
                                            "label": "Status (D)"
                                        },
                                        {
                                            "name": "4",
                                            "type": "text",
                                            "label": "About (E)"
                                        },
                                        {
                                            "name": "5",
                                            "type": "text",
                                            "label": "Experience (F)"
                                        },
                                        {
                                            "name": "6",
                                            "type": "text",
                                            "label": "Education (G)"
                                        },
                                        {
                                            "name": "7",
                                            "type": "text",
                                            "label": "Language (H)"
                                        },
                                        {
                                            "name": "8",
                                            "type": "text",
                                            "label": "Contact (I)"
                                        },
                                        {
                                            "name": "9",
                                            "type": "text",
                                            "label": "(J)"
                                        },
                                        {
                                            "name": "10",
                                            "type": "text",
                                            "label": "(K)"
                                        },
                                        {
                                            "name": "11",
                                            "type": "text",
                                            "label": "(L)"
                                        },
                                        {
                                            "name": "12",
                                            "type": "text",
                                            "label": "(M)"
                                        },
                                        {
                                            "name": "13",
                                            "type": "text",
                                            "label": "(N)"
                                        },
                                        {
                                            "name": "14",
                                            "type": "text",
                                            "label": "(O)"
                                        },
                                        {
                                            "name": "15",
                                            "type": "text",
                                            "label": "(P)"
                                        },
                                        {
                                            "name": "16",
                                            "type": "text",
                                            "label": "(Q)"
                                        },
                                        {
                                            "name": "17",
                                            "type": "text",
                                            "label": "(R)"
                                        },
                                        {
                                            "name": "18",
                                            "type": "text",
                                            "label": "(S)"
                                        },
                                        {
                                            "name": "19",
                                            "type": "text",
                                            "label": "(T)"
                                        },
                                        {
                                            "name": "20",
                                            "type": "text",
                                            "label": "(U)"
                                        },
                                        {
                                            "name": "21",
                                            "type": "text",
                                            "label": "(V)"
                                        },
                                        {
                                            "name": "22",
                                            "type": "text",
                                            "label": "(W)"
                                        },
                                        {
                                            "name": "23",
                                            "type": "text",
                                            "label": "(X)"
                                        },
                                        {
                                            "name": "24",
                                            "type": "text",
                                            "label": "(Y)"
                                        },
                                        {
                                            "name": "25",
                                            "type": "text",
                                            "label": "(Z)"
                                        }
                                    ],
                                    "type": "collection",
                                    "label": "Values"
                                }
                            ]
                        },
                        "insertDataOption": {
                            "mode": "chose",
                            "label": "Insert rows"
                        },
                        "valueInputOption": {
                            "mode": "chose",
                            "label": "User entered"
                        },
                        "insertUnformatted": {
                            "mode": "chose"
                        }
                    },
                    "parameters": {
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "google"
                            },
                            "label": "My Google connection v2 (harpa.gpt@gmail.com)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:google",
                        "label": "Connection",
                        "required": true
                    }
                ],
                "expect": [
                    {
                        "name": "mode",
                        "type": "select",
                        "label": "Search Method",
                        "required": true,
                        "validate": {
                            "enum": [
                                "select",
                                "fromAll",
                                "map"
                            ]
                        }
                    },
                    {
                        "name": "insertUnformatted",
                        "type": "boolean",
                        "label": "Unformatted",
                        "required": true
                    },
                    {
                        "name": "valueInputOption",
                        "type": "select",
                        "label": "Value input option",
                        "validate": {
                            "enum": [
                                "USER_ENTERED",
                                "RAW"
                            ]
                        }
                    },
                    {
                        "name": "insertDataOption",
                        "type": "select",
                        "label": "Insert data option",
                        "validate": {
                            "enum": [
                                "INSERT_ROWS",
                                "OVERWRITE"
                            ]
                        }
                    },
                    {
                        "name": "from",
                        "type": "select",
                        "label": "Drive",
                        "required": true,
                        "validate": {
                            "enum": [
                                "drive",
                                "share",
                                "team"
                            ]
                        }
                    },
                    {
                        "name": "spreadsheetId",
                        "type": "file",
                        "label": "Spreadsheet ID",
                        "required": true
                    },
                    {
                        "name": "sheetId",
                        "type": "select",
                        "label": "Sheet Name",
                        "required": true
                    },
                    {
                        "name": "includesHeaders",
                        "type": "select",
                        "label": "Table contains headers",
                        "required": true,
                        "validate": {
                            "enum": [
                                true,
                                false
                            ]
                        }
                    },
                    {
                        "name": "values",
                        "spec": [
                            {
                                "name": "0",
                                "type": "text",
                                "label": "Name (A)"
                            },
                            {
                                "name": "1",
                                "type": "text",
                                "label": "URL (B)"
                            },
                            {
                                "name": "2",
                                "type": "text",
                                "label": "Location (C)"
                            },
                            {
                                "name": "3",
                                "type": "text",
                                "label": "Status (D)"
                            },
                            {
                                "name": "4",
                                "type": "text",
                                "label": "About (E)"
                            },
                            {
                                "name": "5",
                                "type": "text",
                                "label": "Experience (F)"
                            },
                            {
                                "name": "6",
                                "type": "text",
                                "label": "Education (G)"
                            },
                            {
                                "name": "7",
                                "type": "text",
                                "label": "Language (H)"
                            },
                            {
                                "name": "8",
                                "type": "text",
                                "label": "Contact (I)"
                            },
                            {
                                "name": "9",
                                "type": "text",
                                "label": "(J)"
                            },
                            {
                                "name": "10",
                                "type": "text",
                                "label": "(K)"
                            },
                            {
                                "name": "11",
                                "type": "text",
                                "label": "(L)"
                            },
                            {
                                "name": "12",
                                "type": "text",
                                "label": "(M)"
                            },
                            {
                                "name": "13",
                                "type": "text",
                                "label": "(N)"
                            },
                            {
                                "name": "14",
                                "type": "text",
                                "label": "(O)"
                            },
                            {
                                "name": "15",
                                "type": "text",
                                "label": "(P)"
                            },
                            {
                                "name": "16",
                                "type": "text",
                                "label": "(Q)"
                            },
                            {
                                "name": "17",
                                "type": "text",
                                "label": "(R)"
                            },
                            {
                                "name": "18",
                                "type": "text",
                                "label": "(S)"
                            },
                            {
                                "name": "19",
                                "type": "text",
                                "label": "(T)"
                            },
                            {
                                "name": "20",
                                "type": "text",
                                "label": "(U)"
                            },
                            {
                                "name": "21",
                                "type": "text",
                                "label": "(V)"
                            },
                            {
                                "name": "22",
                                "type": "text",
                                "label": "(W)"
                            },
                            {
                                "name": "23",
                                "type": "text",
                                "label": "(X)"
                            },
                            {
                                "name": "24",
                                "type": "text",
                                "label": "(Y)"
                            },
                            {
                                "name": "25",
                                "type": "text",
                                "label": "(Z)"
                            }
                        ],
                        "type": "collection",
                        "label": "Values"
                    }
                ]
            }
        }
    ],
    "metadata": {
        "instant": false,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": false,
            "freshVariables": false
        },
        "designer": {
            "orphans": []
        },
        "zone": "eu2.make.com",
        "notes": []
    }
}