8
n8n 中文网amn8n.com

Apollo 数据抓取与触达流程 1 ✅

高级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 39 个节点。主要使用 If, Code, Wait, Gmail, Limit 等节点。 使用 Apollo、AI 解析和定时邮件跟进自动生成潜在客户

前置要求
  • Google 账号和 Gmail API 凭证
  • 可能需要目标 API 的认证凭证
  • Google Sheets API 凭证
  • OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "NkWxvPEb0ThZgXGs",
  "meta": {
    "instanceId": "968a3c2b30cb09cf0a66d24d68a6bc678e7409c798216c0e83a441f6a1d3b91b",
    "templateCredsSetupCompleted": true
  },
  "name": "Apollo 数据抓取与触达流程 1 ✅",
  "tags": [],
  "nodes": [
    {
      "id": "e106ff39-a4ce-4859-9b4b-a1b6e4640bcf",
      "name": "等待",
      "type": "n8n-nodes-base.wait",
      "position": [
        -240,
        576
      ],
      "webhookId": "4bff4700-42cf-49fc-a848-3c1bcd41f244",
      "parameters": {
        "unit": "minutes",
        "amount": "={{ $json.delayMinutes }}\n"
      },
      "typeVersion": 1.1
    },
    {
      "id": "0ce9db68-c58b-4b09-8e85-fc7a49ea6307",
      "name": "获取表格中的行数据",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -16,
        576
      ],
      "parameters": {
        "options": {
          "returnFirstMatch": true
        },
        "filtersUI": {
          "values": [
            {
              "lookupValue": "not sent",
              "lookupColumn": "Status"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for content creators"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "2cfca14f-0c63-49f6-b4c1-597a15ba1fc2",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        208,
        576
      ],
      "parameters": {
        "text": "=Don't change the structure of the email below:\n\n\n\nHi {{ $json['Full Name'] }},\n\nMany coaches feel buried in admin, client follow-ups, and content, leaving less time for actual coaching and growth.\n\nI help coaches use AI not just for content creation, but also to:\n- Win back hours by automating repetitive tasks\n- Keep their pipeline full without constant hustle\n- Onboard clients smoothly without more workload\n\nSome are curious about AI but unsure where to start, while others only scratch the surface and miss out on bigger results.\n\nAre you interested to learn more?\n\n\nCheers!\nDen\n\n",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 2.2
    },
    {
      "id": "4645e708-502a-4593-855a-03813497815e",
      "name": "OpenAI 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        176,
        816
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "kc8YMi5B68zGPUZQ",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "196fe8a2-9759-4ffc-a2e8-2b2ffc733ebf",
      "name": "发送消息",
      "type": "n8n-nodes-base.gmail",
      "position": [
        560,
        576
      ],
      "webhookId": "42fb20eb-cc1c-431b-922c-8212f5095980",
      "parameters": {
        "sendTo": "={{ $('Get row(s) in sheet').item.json.Email }}",
        "message": "={{ $json.output }}",
        "options": {
          "appendAttribution": false
        },
        "subject": "=Hi {{ $('Get row(s) in sheet').item.json['Full Name'] }}, is this the correct email for fitness and health?",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "rD2YCMBTQWqPigAS",
          "name": "deniz email"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "5e7a9e77-3743-4d98-ba28-a11761c0a329",
      "name": "更新表格行数据",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        784,
        576
      ],
      "parameters": {
        "columns": {
          "value": {
            "Email": "={{ $('Get row(s) in sheet').item.json.Email }}",
            "Status": "sent",
            "Date sent": "={{ new Date().toLocaleString() }}\n\n\n\n"
          },
          "schema": [
            {
              "id": "Full Name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Full Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Personal LinkedIn",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Personal LinkedIn",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Company Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Website",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Company Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Followed up",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Followed up",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Date sent",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Date sent",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "number",
              "display": true,
              "removed": true,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for content creators"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "3c4951fe-f0ab-4c3b-9d3d-19de8bde8259",
      "name": "限制",
      "type": "n8n-nodes-base.limit",
      "disabled": true,
      "position": [
        2288,
        -16
      ],
      "parameters": {
        "maxItems": 10
      },
      "typeVersion": 1
    },
    {
      "id": "cb23abe2-6920-4f70-adf6-26e14a29a56d",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2144,
        608
      ],
      "parameters": {
        "color": 2,
        "width": 500,
        "height": 800,
        "content": "## | Apollo 潜在客户生成自动化"
      },
      "typeVersion": 1
    },
    {
      "id": "44668354-7b56-4ebd-b2f9-63c50c8527cd",
      "name": "添加到 Google Sheet1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        960,
        144
      ],
      "parameters": {
        "columns": {
          "value": {
            "Email": "={{ $('If').item.json.output.email }}",
            "Title": "={{ $('If').item.json.output.title }}",
            "Status": "not sent",
            "Full Name": "={{ $('If').item.json.output.fullName }}",
            "Followed up": "not sent",
            "Company Name": "={{ $('If').item.json.output.companyName }}",
            "Company Website": "={{ $('If').item.json.output.companyWebsite }}",
            "Personal LinkedIn": "={{ $('If').item.json.output.LinkedIn }}"
          },
          "schema": [
            {
              "id": "Full Name",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Full Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Personal LinkedIn",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Personal LinkedIn",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Company Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Website",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Company Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Followed up",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Followed up",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Date sent",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Date sent",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for marketing & advertisment"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "0b11e707-4df3-4d55-acf9-f1dd40be47b0",
      "name": "解析潜在客户数据1",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "onError": "continueErrorOutput",
      "position": [
        -176,
        96
      ],
      "parameters": {
        "text": "=Name: {{ $json.name }}\n\nTitle: {{ $json.title }}\n\nEmail: {{ $json.email }}\n\nLinkedIn: {{ $json.linkedin_url }}\n\nOrg Name: {{ $json.organization_name }}\n\nOrg Website: {{ $json.organization_website_url }}\n\n\n\n\n\n",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "=You are a sophisticated AI data-processing engine. Your task is to receive a raw JSON object for a single business prospect, perform two critical actions, and then provide your response in a specific JSON format.\n\n**Your Instructions:**\n\n1.  **EXTRACT KEY DATA:** You must parse the raw JSON input to find and extract the following specific data points. If a field is not present, use a value of `null`.\n    * **Full Name:** Look for `first_name` and `last_name`.\n    * **Email:** Find the first available email address. Look in fields like `emails` or `personal_emails`.\n    * **LinkedIn** Look for the 'linkedin_url'\n    * **Title:** Look for the `title` field.\n    * **Company Name:** Look for the `organization_name` field.\n    * **Company Website:** Look for the `organization_website` field.\n  \n\n2.  **FORMAT THE OUTPUT:** You MUST structure your entire response as a single, clean JSON object. The object should contain exactly the keys listed below. Do not include any other text, explanations, or greetings in your response—ONLY the final JSON object.\n\n**Required Output Format:**\n{\n  \"fullName\": \"...\",\n  \"email\": \"...\",\n  \"title\": \"...\",\n  \"LinkedIn\": \"...\",\n  \"companyName\": \"...\",\n  \"companyWebsite\": \"...\"\n}"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "c6bd294f-d484-4385-9a6f-6d8982e836e2",
      "name": "OpenAI 聊天模型3",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -224,
        320
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "kc8YMi5B68zGPUZQ",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "f3bc251a-22ce-4127-8aef-42ba62583d55",
      "name": "结构化输出解析器1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        0,
        320
      ],
      "parameters": {
        "jsonSchemaExample": "{\n  \"fullName\": \"Stefan Chira\",\n  \"email\": \"stefan@quantumturf.com\",\n  \"title\": \"Founder\",\n  \"LinkedIn\": \"http://www.linkedin.com/in/stefanchira\",\n  \"companyName\": \"Quantum Turf\",\n  \"companyWebsite\": \"http://www.quantumturf.com\"\n}\n"
      },
      "typeVersion": 1.3
    },
    {
      "id": "3f30569c-5d9c-4dd7-84d2-972b6bc8ee4c",
      "name": "当点击“执行工作流”时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -768,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "44589449-d7bd-4d54-9754-916040cd5257",
      "name": "添加到 Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2848,
        208
      ],
      "parameters": {
        "columns": {
          "value": {
            "Email": "={{ $json.output.email }}",
            "Title": "={{ $json.output.title }}",
            "Full Name": "={{ $json.output.fullName }}",
            "Company Name": "={{ $json.output.companyName }}",
            "Company Website": "={{ $json.output.companyWebsite }}",
            "Personal LinkedIn": "={{ $json.output.LinkedIn }}"
          },
          "schema": [
            {
              "id": "Full Name",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Full Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Personal LinkedIn",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Personal LinkedIn",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Name",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Company Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Website",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Company Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for marketing & advertisment"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "d3a1e7c2-a664-42b7-8e10-349b69f58fb8",
      "name": "表单提交时",
      "type": "n8n-nodes-base.formTrigger",
      "disabled": true,
      "position": [
        1696,
        208
      ],
      "webhookId": "ba6e9c2d-ed5d-45f0-98c9-9a1c39496dd6",
      "parameters": {
        "options": {},
        "formTitle": "Apollo + Apify Lead Generation",
        "formFields": {
          "values": [
            {
              "fieldLabel": "Job Title",
              "placeholder": "Founder, Engineer, Owner"
            },
            {
              "fieldType": "dropdown",
              "fieldLabel": "Company Size",
              "fieldOptions": {
                "values": [
                  {
                    "option": "1-10"
                  },
                  {
                    "option": "11-50"
                  },
                  {
                    "option": "51-200"
                  },
                  {
                    "option": "201-1000"
                  },
                  {
                    "option": "10001-5000"
                  },
                  {
                    "option": "5001-10000"
                  },
                  {
                    "option": "10001-100000"
                  }
                ]
              }
            },
            {
              "fieldLabel": "Keywords",
              "placeholder": "Keywords relevant to the contact or company"
            },
            {
              "fieldLabel": "Location",
              "placeholder": "United States, California, London"
            }
          ]
        },
        "formDescription": "Describe the types of leads you are trying to find."
      },
      "typeVersion": 2.2
    },
    {
      "id": "873f3e58-b968-4184-9e1a-d9a7f576e895",
      "name": "Apollo URL 生成器",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1920,
        208
      ],
      "parameters": {
        "text": "=Job Title: {{ $json['Job Title'] }}\n\nCompany Size: {{ $json['Company Size'] }}\n\nKeywords: {{ $json.Keywords }}\n\nLocation: {{ $json.Location }}\n\n\n",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "=You are an expert Apollo search URL generator.\n\nYour task is to take key-value data from a form submission and turn it into a precise Apollo Search URL. You will only receive input for the fields listed below.\n\nSupported Search Fields\nYou only support the following four fields from the form input:\n\npersonLocation: The location of the person. Maps to the personLocations[] parameter.\njobTitle: The person's job title. Maps to the personTitles[] parameter.\ncompanySize: The employee range of the company. Maps to the organizationNumEmployeesRanges[] parameter.\nkeywords: Specific keyword tags for the organization. Maps to the qOrganizationKeywordTags[] parameter.\nDo not add or infer any other fields or parameters.\n\nURL Template\nUse the following URL template:\n\n\nhttps://app.apollo.io/#/people?{field1}={value1}&{field2}={value2}&...\n\n\n\n\nExample:\n\nInput\npersonLocation: New York\njobTitle: VP of Engineering\ncompanySize: 51-200\nkeywords: Healthcare AI\n\n\nOutput\n\nhttps://app.apollo.io/#/people?personLocations[]=New%20York&personTitles[]=VP%20of%20Engineering&organizationNumEmployeesRanges[]=51%2C200&qOrganizationKeywordTags[]=Healthcare%20AI"
            }
          ]
        },
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "c589a388-9e33-462f-b25a-4f8d578ff8ff",
      "name": "运行 Apify",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2272,
        208
      ],
      "parameters": {
        "url": "https://api.apify.com/v2/acts/your url end/run-sync-get-dataset-items",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n    \"getPersonalEmails\": true,\n    \"getWorkEmails\": true,\n    \"totalRecords\": 5,\n    \"url\": \"{{ $json.text }}\"\n}",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpBasicAuth",
        "headerParameters": {
          "parameters": [
            {}
          ]
        }
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "JVHkxczNxnf3q6PE",
          "name": "Kie.ai"
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "dfd4c6c1-5339-4f0d-88e5-dfacdea6eac0",
      "name": "OpenAI 聊天模型1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        2512,
        432
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini",
          "cachedResultName": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "kc8YMi5B68zGPUZQ",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "46ff8717-17b6-4a20-aa7d-27b141b4616f",
      "name": "结构化输出解析器",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        2640,
        432
      ],
      "parameters": {
        "jsonSchemaExample": "{\n  \"fullName\": \"Stefan Chira\",\n  \"email\": \"stefan@quantumturf.com\",\n  \"title\": \"Founder\",\n  \"LinkedIn\": \"http://www.linkedin.com/in/stefanchira\",\n  \"companyName\": \"Quantum Turf\",\n  \"companyWebsite\": \"http://www.quantumturf.com\"\n}\n"
      },
      "typeVersion": 1.2
    },
    {
      "id": "f2dc9fcb-e732-40d9-a8c2-f7aae1a4420e",
      "name": "解析潜在客户数据",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        2496,
        208
      ],
      "parameters": {
        "text": "=Name: {{ $json.name }}\n\nTitle: {{ $json.title }}\n\nEmail: {{ $json.email }}\n\nLinkedIn: {{ $json.linkedin_url }}\n\nOrg Name: {{ $json.organization_name }}\n\nOrg Website: {{ $json.organization_website_url }}\n\n\n\n\n\n",
        "batching": {},
        "messages": {
          "messageValues": [
            {
              "message": "=You are a sophisticated AI data-processing engine. Your task is to receive a raw JSON object for a single business prospect, perform two critical actions, and then provide your response in a specific JSON format.\n\n**Your Instructions:**\n\n1.  **EXTRACT KEY DATA:** You must parse the raw JSON input to find and extract the following specific data points. If a field is not present, use a value of `null`.\n    * **Full Name:** Look for `first_name` and `last_name`.\n    * **Email:** Find the first available email address. Look in fields like `emails` or `personal_emails`.\n    * **LinkedIn** Look for the 'linkedin_url'\n    * **Title:** Look for the `title` field.\n    * **Company Name:** Look for the `organization_name` field.\n    * **Company Website:** Look for the `organization_website` field.\n    * **Company LinkedIn:** Combine `organization_linkedin.\n\n2.  **SYNTHESIZE A SUMMARY:** After extracting the data, write a concise, 2-3 sentence professional summary suitable for a sales team.\n\n3.  **FORMAT THE OUTPUT:** You MUST structure your entire response as a single, clean JSON object. The object should contain exactly the keys listed below. Do not include any other text, explanations, or greetings in your response—ONLY the final JSON object.\n\n**Required Output Format:**\n{\n  \"fullName\": \"...\",\n  \"email\": \"...\",\n  \"title\": \"...\",\n  \"LinkedIn\"\n  \"companyName\": \"...\",\n  \"companyWebsite\": \"...\",\n  \"companyLinkedIn\": \"...\",\n  \"summary\": \"...\"\n}"
            }
          ]
        },
        "promptType": "define",
        "hasOutputParser": true
      },
      "typeVersion": 1.7
    },
    {
      "id": "c2aaeb6d-a672-4b5a-9c26-9ec9fe676d2d",
      "name": "OpenAI 聊天模型2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        2000,
        432
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1",
          "cachedResultName": "gpt-4.1"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "kc8YMi5B68zGPUZQ",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "bffff111-b13c-46e3-9dc5-0308a9deecee",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -672,
        576
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 100
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "252bde84-f9c3-42bd-ac90-1671d3b63651",
      "name": "等待1",
      "type": "n8n-nodes-base.wait",
      "position": [
        -256,
        1072
      ],
      "webhookId": "4bff4700-42cf-49fc-a848-3c1bcd41f244",
      "parameters": {
        "amount": "={{ $json.delayMinutes }}\n"
      },
      "typeVersion": 1.1
    },
    {
      "id": "ed24a32a-e6fc-44d3-95b0-7b8a81ce0c59",
      "name": "获取表格中的行数据1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -32,
        1072
      ],
      "parameters": {
        "options": {
          "returnFirstMatch": true
        },
        "filtersUI": {
          "values": [
            {
              "lookupValue": "not sent",
              "lookupColumn": "Followed up"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for content creators"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "d4f06004-f3ab-4a1f-be45-673b4e02d18e",
      "name": "AI Agent1",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        704,
        1072
      ],
      "parameters": {
        "text": "=Don't change the structure of the email below:\n\n\n\n\nHi {{ $json['Full Name'] }},\n\nI wasn’t sure if you had a chance to see my last note.\n\nMany coaches I work with tell me the biggest challenge is balancing client work with everything else — content, follow-ups, admin.\n\nThat’s exactly where AI can save hours each week without losing your personal touch.\n\nAre you interested to learn more?\n\n\nBest,\nDen",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 2.2
    },
    {
      "id": "a529d18d-1166-4d68-a36c-9af6173d50c6",
      "name": "发送消息1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1088,
        1072
      ],
      "webhookId": "42fb20eb-cc1c-431b-922c-8212f5095980",
      "parameters": {
        "sendTo": "={{ $('Get row(s) in sheet1').item.json.Email }}",
        "message": "={{ $json.output }}",
        "options": {
          "appendAttribution": false
        },
        "subject": "=Hey {{ $('Get row(s) in sheet1').item.json['Full Name'] }}, i just wanted to to bump this up to make sure you saw it",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "rD2YCMBTQWqPigAS",
          "name": "deniz email"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "c131a939-28ee-424c-bf9f-7c31a94e007b",
      "name": "更新表格行数据1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1344,
        1072
      ],
      "parameters": {
        "columns": {
          "value": {
            "Email": "={{ $('Get row(s) in sheet1').item.json.Email }}",
            "Followed up": "sent"
          },
          "schema": [
            {
              "id": "Full Name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Full Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Email",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Email",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Personal LinkedIn",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Personal LinkedIn",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Name",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Company Name",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Company Website",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Company Website",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "removed": true,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Followed up",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Followed up",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "row_number",
              "type": "number",
              "display": true,
              "removed": true,
              "readOnly": true,
              "required": false,
              "displayName": "row_number",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for content creators"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "typeVersion": 4.7
    },
    {
      "id": "c8f62500-05a7-446d-9b5e-5d377732cd8e",
      "name": "计划触发器1",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -688,
        1072
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 100
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "72f5255a-1770-42a9-95cd-da78cf724320",
      "name": "OpenAI 聊天模型4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        768,
        1392
      ],
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4.1-mini"
        },
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "kc8YMi5B68zGPUZQ",
          "name": "OpenAi account 2"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "37ed477a-4c47-4763-b81a-3811c205bfe7",
      "name": "条件判断1",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        1072
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "7819ddc2-23f4-4456-8870-9a056af394c7",
              "operator": {
                "type": "boolean",
                "operation": "true",
                "singleValue": true
              },
              "leftValue": "={{ $json.canSendFollowUp }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "06e93388-90b4-4fc9-81be-c2acc070f759",
      "name": "获取表格中的行数据2",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -592,
        96
      ],
      "parameters": {
        "options": {},
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1DoHVISCYbW5HOarrKFILxqo_-gXJ3k0wFvOA--EXeDc/edit?usp=drivesdk",
          "cachedResultName": "Leads for marketing & advertisment"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "QAjXHWGg9aLQ9IOb",
          "name": "Google Sheets account 3"
        }
      },
      "executeOnce": true,
      "typeVersion": 4.7,
      "alwaysOutputData": false
    },
    {
      "id": "8f973349-bc9a-4969-b522-36b2a6342e04",
      "name": "条件判断",
      "type": "n8n-nodes-base.if",
      "position": [
        288,
        0
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "d094f9ec-b150-4b72-9793-8113829b8bed",
              "operator": {
                "type": "string",
                "operation": "notEmpty",
                "singleValue": true
              },
              "leftValue": "={{ $json.output.email }}",
              "rightValue": ""
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "55a98bc4-4bb5-48ce-b7b8-9d56d7e0241d",
      "name": "遍历项目",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        896,
        -32
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "1d3a7c2a-a4a5-4973-bed3-f23e7951e1de",
      "name": "条件判断2",
      "type": "n8n-nodes-base.if",
      "position": [
        624,
        -48
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "07b00e22-98e5-44b6-bc2b-5f7a9e45206f",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "=",
              "rightValue": "={{ $('Parse Lead Data1').item.json.output.email }}"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "6a36210f-0618-4ff7-b49a-93d45032864f",
      "name": "延迟生成器",
      "type": "n8n-nodes-base.code",
      "position": [
        -480,
        1072
      ],
      "parameters": {
        "jsCode": "// Random delay between 1 and 10 minutes\nconst minMinutes = 5;\nconst maxMinutes = 20;\nconst delayMinutes = Math.floor(Math.random() * (maxMinutes - minMinutes + 1)) + minMinutes;\n\nreturn [\n  {\n    json: {\n      delayMinutes: delayMinutes,\n      delayMilliseconds: delayMinutes * 60 * 1000\n    }\n  }\n];\n\n"
      },
      "typeVersion": 2
    },
    {
      "id": "0cb8f2a6-70cd-43e0-a824-c784baaa226d",
      "name": "时间检查器",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        1072
      ],
      "parameters": {
        "jsCode": "const dateString = $input.item.json[\"Date sent\"];\nconst [datePart, timePart] = dateString.split(', ');\nconst [month, day, year] = datePart.split('/');\nconst dateSent = new Date(year, month - 1, day);\nconst currentDate = new Date();\nconst today = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate());\nconst timeDifference = today.getTime() - dateSent.getTime();\nconst daysDifference = timeDifference / (1000 * 60 * 60 * 24);\n\nreturn {\n  ...$input.item.json,  // Keep all original data\n  canSendFollowUp: daysDifference >= 2,\n  daysPassed: daysDifference\n};"
      },
      "typeVersion": 2
    },
    {
      "id": "8a19f9cc-d672-4331-a505-7c66011b7b0f",
      "name": "延迟生成器1",
      "type": "n8n-nodes-base.code",
      "position": [
        -464,
        576
      ],
      "parameters": {
        "jsCode": "// Random delay between 1 and 10 minutes\nconst minMinutes = 5;\nconst maxMinutes = 20;\nconst delayMinutes = Math.floor(Math.random() * (maxMinutes - minMinutes + 1)) + minMinutes;\n\nreturn [\n  {\n    json: {\n      delayMinutes: delayMinutes,\n      delayMilliseconds: delayMinutes * 60 * 1000\n    }\n  }\n];\n\n"
      },
      "typeVersion": 2
    },
    {
      "id": "f6791d1e-8d8a-41d6-bd59-8c4773367625",
      "name": "标准 JSON",
      "type": "n8n-nodes-base.code",
      "position": [
        -416,
        96
      ],
      "parameters": {
        "jsCode": "\nconst rawData = [\n  {\n    \"first_name\": \"Ty\",\n    \"last_name\": \"Jones\",\n    \"email\": \"ty@fitforlifeatlanta.com\",\n    \"personal_email\": \"fitforlife@bellsouth.net\",\n    \"organization_name\": \"Fit For Life Personal Training\",\n    \"organization_website_url\": \"http://www.fitforlifeonline.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/ty-jones-5855a95\",\n    \"name\": \"Ty Jones\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": \"Marietta\",\n    \"state\": \"Georgia\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Amazon AWS, Outlook\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a743cc74686965d9157424\",\n    \"organization_id\": \"56d54397f3e5bb06e8003a91\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/fit-for-life-personal-training\",\n    \"organization_linkedin_uid\": \"7605691\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/219274444793977\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"fitforlifeonline.com\",\n    \"organization_phone\": \"+1 443-226-8194\",\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Nielsen\",\n    \"email\": \"steve@bodylyftsystem.com\",\n    \"organization_name\": \"Body Lyft System\",\n    \"organization_website_url\": \"http://www.bodylyftsystem.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/steve-n-50822053\",\n    \"name\": \"Steve Nielsen\",\n    \"photo_url\": null,\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Body Lyft System\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Indianapolis\",\n    \"state\": \"Indiana\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6727198e0f451f000116928f/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Discover rejuvenating treatments at Carmel Spa by Body Lyft System in Carmel, IN. Enjoy personalized medical spa services for your beauty and wellness needs\",\n    \"organization_short_description\": \"When developing the Body Lyft System, we considered the fact that no two bodies are the same. This customized system accomplishes cellulite reduction, skin tightening, body contouring, body fat reduction, detoxification and the overall goal of looking and feeling our best. Body Lyft System combines individualized treatment plans which address the common causes for not achieving desired results. Some of these common causes are having liver processing issues, lymphatic drainage issues and just not processing nutrients properly.\\n\\nSome of the treatments we offer include infrared sauna, Image Skincare (treatments, peels, and facials), Torc body scuplting, radiofrequency skin tightening, and laser lipo. Visit our website for more information and for a free consultattion!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"image skincare, laser lipo, facials, peels, infrared sauna, torc body sculpting, rf skin tightening, electrotherapy body sculpting, ultrasound, vacuum therapy, medical spa, body contouring, facial treatments, skin tightening, detoxification, cellulite reduction, fat reduction, sauna treatments, pressotherapy, ab^x dynamic velocity, personalized treatment plans, aesthetic consultations, muscle stimulation, fat loss, non-surgical lipo, chemical peels, microdermabrasion, massage therapy, wellness services, body sculpting, hydrating facials, anti-aging treatments, rejuvenation, infrared detox, vibration therapy, collagen production, skin rejuvenation, acne treatment, facial rejuvenation, facial cleansing, cellular health, health & wellness, restorative facials, lymphatic drainage, healthy skin, improved circulation, oxygen facials, signature facelifts, light therapy, nutrition consultations, youthful appearance, relaxation therapies, professional staff, advanced technology, total body transformation, fitness goals, beauty treatments, health, wellness & fitness\",\n    \"organization_technologies\": \"Amazon AWS, Android, Google Analytics, Google Font API, Google Tag Manager, Microsoft Office 365, Mobile Friendly, Nginx, Outlook, Vagaro, Varnish, WordPress.org, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f3e48e173f4b00015278e9\",\n    \"organization_id\": \"5da68c2232adcf00014f1b95\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/body-lyft-system\",\n    \"organization_linkedin_uid\": \"11455096\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://facebook.com/BodyLyftCarmel\",\n    \"organization_founded_year\": 2012,\n    \"organization_primary_domain\": \"bodylyftsystem.com\",\n    \"organization_phone\": \"+1 317-569-0767\",\n    \"organization_street_address\": \"2000 E 116th St\",\n    \"organization_raw_address\": \"2000 EAST 116TH STREET, Suite 103, Carmel, Indiana 46032, US\",\n    \"organization_state\": \"Indiana\",\n    \"organization_city\": \"Carmel\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"46032\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Marvin\",\n    \"last_name\": \"Haupt\",\n    \"email\": null,\n    \"organization_name\": \"marvinhaupt.de\",\n    \"organization_website_url\": \"http://www.marvinhaupt.de\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/marvin-haupt-21a26623b\",\n    \"name\": \"Marvin Haupt\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQGhIPktZpihmg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1712909542972?e=2147483647&v=beta&t=JnxuHL4o53g9fdarPGIzm3Bb9nZpmkOV9te0QwOvIxQ\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Deutscher Meister, Ex Profi-Athlet & Lizenzierter Medizinischer Trainer. Weniger Körperfett und bessere Fitness - nur für Männer. (Bereits über 320+ Klientenerfolge)\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Viersen\",\n    \"state\": \"North Rhine-Westphalia\",\n    \"country\": \"Germany\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67d8fdeb83f23400010025ae/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Bei TeamHaupt helfen wir ambitionierten Männern dabei, ihren Körper zu transformieren, Erfolg zu verkörpern und Körperfett zu verlieren, ohne dabei die Karriere, das Privatleben oder die Familie zu vernachlässigen.\\n\\nMit unserem 3-Phasen-System helfen wir dabei, kontinuierlich den Körper zu transformieren und dabei nicht auf das Lieblingsessen zu verzichten oder täglich stundenlang Sport zu machen.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, fitness transformation, body fat loss, personal coaching, nutritional strategies, athletic appearance, energy boosting, men's fitness, workout plans, personalized training, physique improvement, sustainable nutrition, fitness assessments, weekly check-ins, progress tracking, efficient workouts, muscle building, time-efficient training, mindset coaching, healthy habits, stress management, client success stories, tailored fitness program, goal-oriented approach, lifestyle integration, fitness accountability, expert guidance, scientifically-based training, weight management, self-confidence building, holistic fitness, high-performance system, fitness methodology, training for busy schedules, men's health optimization, performance enhancement, motivation strategies, fat loss programs, coaching availability, wellness improvement, personal fitness goals, continuous support, proven results, energy management, life quality enhancement, effective training techniques, nutrition education, metabolic optimization, health, wellness & fitness, oil & energy\",\n    \"organization_technologies\": \"Amazon AWS, Apache, Google AdSense, Google Tag Manager, Mobile Friendly, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"630f20a6e0cf160001cf8db3\",\n    \"organization_id\": \"630f580d52c5f600b5b962d8\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/marvin-haupt-fitness\",\n    \"organization_linkedin_uid\": \"82288815\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"marvinhaupt.de\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Josefsring 6, Viersen, North Rhine-Westphalia 41747, DE\",\n    \"organization_state\": \"North Rhine-Westphalia\",\n    \"organization_city\": \"Viersen\",\n    \"organization_country\": \"Germany\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Clay\",\n    \"last_name\": \"Ryan\",\n    \"email\": \"clay@braintraincoach.com\",\n    \"organization_name\": \"Stress-Free Living\",\n    \"organization_website_url\": \"http://www.braintraincoach.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/wmclayryan\",\n    \"name\": \"Clay Ryan\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQHQ7vz0GHdSdQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516429445097?e=2147483647&v=beta&t=47TIcLU-wLTcO_FTt8rKuHOW-P0UsDNg5ySSm3P5XKw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Philadelphia\",\n    \"state\": \"Pennsylvania\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67514e949f77160001938250/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Clinical Biofeedback Systems for therapists, coaches, counselors improves efficacy of methods for focus, attention, adhd, stress relief\",\n    \"organization_short_description\": \"Stress-Free Living teaches the individual and the professional organization how to release stress, relax, find focus, improve sleep and increase energy through the easiest to use products and devices for meditation, mindfulness and brain training.  \\n\\nWe offer free self-help guides, feel good products, simple practices and the newest technologies in biofeedback and mind training.\\n\\nWith over 50,000 satisfied customers from over 40 countries in multiple platforms since 2004, our commitment to excellence permeates each personal and professional relationship as we continue to grow, share and teach.\\n\\nWe proudly and honorably appreciate our partner companies for supplying us with quality products, knowledge and training: Life is good, Wild Divine, Somatic Vision, Litebook, Sounds True, Zenzation, Stens Biofeedback, Sharp Brains.  We look forward to expanding the technologies we offer as the new wave of biofeedback, neurofeedback and brain training expands.\\n\\nOur mission is to provide the greatest value, to the most people, in the simplest, easiest ways: we believe in Peace of Mind, One Day at a Time.\\n\\n\\\"If you have peace of mind, you don't need anything else.  If you don't have it, it doesn't much matter what else you do have\\\"\\n  -- the 14th Dalai Lama\\n\\nMay you join us in a quest for 1 day of stress-free living attitude.  Each day we find more peace in ourselves is a good day; may it compound, synergize and expotentiate into all that we touch.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"biofeedback, brain training, stress management, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Bootstrap Framework, Circle, Flutter, Gmail, Google Apps, IoT, Mobile Friendly, Nginx, Paytm, Python, Quantcast, Razorpay, Remote, Reviews, SAP, SharePoint, TikTok, Trustpilot, Woo Commerce, WordPress.org, YouTube, ZoomInfo, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f6cd47507e510001ee91bf\",\n    \"organization_id\": \"5ed7c80b56f291000150eeb9\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/stress-free-living\",\n    \"organization_linkedin_uid\": \"3322019\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2004,\n    \"organization_primary_domain\": \"braintraincoach.com\",\n    \"organization_phone\": \"+1 800-678-4210\",\n    \"organization_street_address\": \"229 Sylmar Rd\",\n    \"organization_raw_address\": \"229 sylmar rd, rising sun, maryland, united states, 21911\",\n    \"organization_state\": \"Maryland\",\n    \"organization_city\": \"Rising Sun\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"21911-1915\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Kade\",\n    \"last_name\": \"Jungkurth\",\n    \"email\": \"kade@fitnessjungkie.com\",\n    \"organization_name\": \"Fitness Jungkie Training LLC\",\n    \"organization_website_url\": \"http://www.fitnessjungkie.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/kade-jungkurth-70a26515a\",\n    \"name\": \"Kade Jungkurth\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQFEBZG4UZK18w/profile-displayphoto-scale_200_200/B56ZfJKfI4GQAY-/0/1751426659560?e=2147483647&v=beta&t=yNAxiZ3aiklqr0FDcjEUNfEDZhNdABXtVE47zMq6wvc\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"I help high-performing organization leaders get in the best shape of their life while continuing to level up their career and family life using my efficient and effective systems. Book a free strategy call 👇\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Katy\",\n    \"state\": \"Texas\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68acce9c2d1b6f0001ccc09a/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Get in the best shape of your life this year! Specializing in weight loss, strength, and conditioning. Contact Fitness Jungkie for a free consultation today!\",\n    \"organization_short_description\": \"Fitness Jungkie Training is here to help you figure out the path the your fitness goals and be with every step of the way.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Gmail, Google Apps, Google Cloud Hosting, Mobile Friendly, Varnish, Wix\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f44a04638ccc000155ee7f\",\n    \"organization_id\": \"64057742d076ac0001775870\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/fitness-jungkie-training-hq\",\n    \"organization_linkedin_uid\": \"20083849\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2019,\n    \"organization_primary_domain\": \"fitnessjungkie.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1515 Rio Grande Dr\",\n    \"organization_raw_address\": \"1515 Rio Grande Dr, Plano, Texas 75075, US\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"Plano\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"75075\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Chris\",\n    \"last_name\": \"Rodack\",\n    \"email\": \"chris@risingfather.com\",\n    \"organization_name\": \"Rising Father\",\n    \"organization_website_url\": \"http://www.risingfather.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/chrisrodack\",\n    \"name\": \"Chris Rodack\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHizvFRLRxGtA/profile-displayphoto-shrink_200_200/B56ZS9tdBcGoAY-/0/1738349597304?e=2147483647&v=beta&t=E0OEXfhWkIfyKcZKYSyRhcVGJQAJVcbESLNQeN4V9hM\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"I Help Fathers Forge Elite Discipline & Lead Their Families | Founder of Men Of Fire | High Performance Coach\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Pittsburgh\",\n    \"state\": \"Pennsylvania\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68664a758e744c0001acddcd/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Rising Father is a community dedicated to helping men RISE. That means getting in the best shape of their life, getting disciplined, consistent, ditching the vices that hold them back and finally leading themselves so they can lead their families. \\n\\nRising Fathers are obsessed with becoming the absolute best husbands, fathers, and men they can be. \\n\\nWatch Broken Man To Man On Fire Here: https://manonfire.risingfather.com/video to learn how I went from fat and stuck to ripped and on fire, and how men around the world are doing the same thing inside my mens program MAN ON FIRE. (and you can too)\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"weight loss, routine building, family leadership, discipline, muscle building, nutrition, macro planning, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Google Cloud Hosting\",\n    \"email_domain_catchall\": true,\n    \"id\": \"6641bdcc3da3fd000124e0fa\",\n    \"organization_id\": \"65468d5404203400018a62c2\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/rising-father\",\n    \"organization_linkedin_uid\": \"80743605\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2021,\n    \"organization_primary_domain\": \"risingfather.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"James\",\n    \"last_name\": \"Brett\",\n    \"email\": \"james@trulyfinance.com.au\",\n    \"organization_name\": \"Truly Tea\",\n    \"organization_website_url\": null,\n    \"linkedin_url\": \"http://www.linkedin.com/in/james-brett-mortgage-broker\",\n    \"name\": \"James Brett\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQG7hXz3U_AjPA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1638835901098?e=2147483647&v=beta&t=82a3QFSh-D8z5q-JNkN4YyrWAbCGWd0CpVhZ2j6Uyl8\",\n    \"title\": \"Owner\",\n    \"headline\": \"Mortgage Brokerage Principal - 0439 591 759 | Awarded Broker & Leader | Tea Lover | Dad | Volunteer | Mentor | Sober 14 Yrs | Uncommon Excellence via Consistency\",\n    \"seniority\": \"owner\",\n    \"city\": \"Sydney\",\n    \"state\": \"New South Wales\",\n    \"country\": \"Australia\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67722fc54b881e0001e1e7d0/picture\",\n    \"email_domain_catchall\": true,\n    \"id\": \"6645af05b44efa0001d18c5c\",\n    \"organization_id\": \"67722fc1f4895300011b7465\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/trulytea\",\n    \"organization_linkedin_uid\": \"104440047\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": null,\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Mark\",\n    \"last_name\": \"Ormrod\",\n    \"email\": \"mark.ormrod@kaizen-summit.com\",\n    \"organization_name\": \"Kaizen Summit\",\n    \"organization_website_url\": \"http://www.kaizen-summit.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/mark-ormrod-mbe-44609121\",\n    \"name\": \"Mark Ormrod\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4D03AQFPm_MIihgP7g/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1650033964567?e=2147483647&v=beta&t=N-T14z-4Xyo06ZcPt5B-USjqjy9bscJ0YrhEQ-cTjdw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner At Kaizen Summit\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68adc5361f2eab0001369d4b/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"We provide leadership mentoring to help you take control of your life and unlock your potential. Our mentors all have extensive military experience.\",\n    \"organization_short_description\": \"Kaizen Summit is an online coaching and mentoring platform designed for high-performing professionals. We help clients optimise their lives through structured coaching in fitness, nutrition, mental resilience, and leadership.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"CloudFlare Hosting, Cloudflare DNS, Gmail, Google Apps, Google Font API, Mobile Friendly\",\n    \"email_domain_catchall\": false,\n    \"id\": \"6147a2cbe6d1f500016cbdaf\",\n    \"organization_id\": \"674d3d551ce63b000135d804\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/kaizensummit\",\n    \"organization_linkedin_uid\": \"105497506\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/profile.php\",\n    \"organization_founded_year\": 2024,\n    \"organization_primary_domain\": \"kaizen-summit.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"London , GB\",\n    \"organization_state\": \"England\",\n    \"organization_city\": \"London\",\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Ken\",\n    \"last_name\": \"Banks\",\n    \"email\": \"ken@dmhservices.com\",\n    \"organization_name\": \"Directmed Health Svc\",\n    \"organization_website_url\": \"http://www.dmhservices.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/ken-banks-aa2a57\",\n    \"name\": \"Ken Banks\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"DirectMed Health Services\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": \"Chicago\",\n    \"state\": \"Illinois\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac09a4ccae0001634980/picture\",\n    \"organization_annual_revenue\": \"15332000\",\n    \"organization_annual_revenue_printed\": \"15.3M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, GoDaddy Hosting, Outlook, Remote\",\n    \"email_domain_catchall\": false,\n    \"id\": \"67ea55b63906870001f8b97a\",\n    \"organization_id\": \"5592201773696418fbaa7e00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/directmed-health-svc\",\n    \"organization_linkedin_uid\": \"5420839\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"dmhservices.com\",\n    \"organization_phone\": \"+1 312-642-5500\",\n    \"organization_street_address\": \"2600 S Michigan Ave\",\n    \"organization_raw_address\": \"2600 S Michigan Ave, Chicago, IL 60616, US\",\n    \"organization_state\": \"Illinois\",\n    \"organization_city\": \"Chicago\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"60616\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Matthew\",\n    \"last_name\": \"Yeazel\",\n    \"email\": \"matthew@gradientsolarsystems.com\",\n    \"organization_name\": \"Gradient Connect\",\n    \"organization_website_url\": \"http://www.gradientapp.net\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/matthew-yeazel-ba45a0a6\",\n    \"name\": \"Matthew Yeazel\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHKxqU8IBe-Gg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1701511768303?e=2147483647&v=beta&t=yWGXQl6ZSlq66X9lzOu_lqB7cRIzzf5a6YtNrHBOdIk\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Call Center Expert Predictive Dialer Designer\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Murrieta\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68a88f9de48a3d000117c73f/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Gradient is a gym-centric community platform, designed to foster connections within gym communities and fitness enthusiasts.\\n\\nOn one side, we enable gym-goers and fitness enthusiasts to connect with their gym community, facilitating the search for spotters, workout partners, collaboration on workout routines, and the formation of new connections.\\n\\nOn the other side, this marketplace offers gym owners a way to retain customer loyalty, allows fitness influencers to share their workout plans, and provides fitness trainers an opportunity to connect with new clients at their gym.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fa380fea1e12000129dab5\",\n    \"organization_id\": \"656876969185c900a360f4dd\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/gradient-connect\",\n    \"organization_linkedin_uid\": \"100326440\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2023,\n    \"organization_primary_domain\": \"gradientapp.net\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Dallas , Texas, US\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"Dallas\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Joe\",\n    \"last_name\": \"Petrillo\",\n    \"email\": \"joe@empirefitnessnj.com\",\n    \"organization_name\": \"Empire Fitness Crossfit Elmwood Park\",\n    \"organization_website_url\": \"http://www.empirefitnessnj.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/joe-petrillo-0717283\",\n    \"name\": \"Joe Petrillo\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQEC9_zz8wsy_w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1701263606077?e=2147483647&v=beta&t=_3M_ByPm_Cq7teSj-KEA51gflZ5RdtMXN7-SATTDBRo\",\n    \"title\": \"Owner\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"city\": \"New York\",\n    \"state\": \"New York\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68353c4fec09810001a08fb8/picture\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f9e5a283ba0c000171357d\",\n    \"organization_id\": \"68353c05ee9ff10001f841cb\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/empire-fitness-crossfit-elmwood-park\",\n    \"organization_linkedin_uid\": \"106546989\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/EmpireFitnessCFEP\",\n    \"organization_founded_year\": 2019,\n    \"organization_primary_domain\": \"empirefitnessnj.com\",\n    \"organization_phone\": \"+1 201-773-3654\"\n  },\n  {\n    \"first_name\": \"Leigh-Ann\",\n    \"last_name\": \"Webster\",\n    \"email\": \"leighann@52healthyweeks.com\",\n    \"organization_name\": \"52 Healthy Weeks\",\n    \"organization_website_url\": \"http://www.52healthyweeks.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/leighannwebster\",\n    \"name\": \"Leigh-Ann Webster\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQFWyFOBTLBqZQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1727394860144?e=2147483647&v=beta&t=Z65Xfr1G7jv2pazKbHGTUr0k4x7umpiRf8Uydj3vSbw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"YMCA Board Chair at Mission Valley Y\\nOwner at 52 Healthy Weeks\\nFormer Executive Director for NBHWC\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"San Diego\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66fe66ef03bff00001a3ae4c/picture\",\n    \"organization_annual_revenue\": \"236000\",\n    \"organization_annual_revenue_printed\": \"236K\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"52 Healthy Weeks specializes in personal training, nutrition education and wellness coaching. The company is owned and operated by Leigh-Ann Webster, CPT, NBC-HWC.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"nutrition education, personal training, wellness coaching, personal coaching\",\n    \"organization_technologies\": \"Amazon AWS, Google AdSense, Mobile Friendly, Outlook\",\n    \"email_domain_catchall\": false,\n    \"id\": \"60f33023dc84fd0001cf0fc9\",\n    \"organization_id\": \"54a1b51b7468695c8268a209\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/52-healthy-weeks\",\n    \"organization_linkedin_uid\": \"1698052\",\n    \"organization_twitter_url\": \"https://twitter.com/52healthyweeks\",\n    \"organization_facebook_url\": \"https://facebook.com/52healthyweeks\",\n    \"organization_founded_year\": 2008,\n    \"organization_primary_domain\": \"52healthyweeks.com\",\n    \"organization_phone\": \"+1 858-395-5808\",\n    \"organization_street_address\": \"3530 Camino Del Rio North\",\n    \"organization_raw_address\": \"3530 Camino Del Rio N # 202, San Diego, CA 92108\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"San Diego\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"92108\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jeff\",\n    \"last_name\": \"Kasper\",\n    \"email\": \"jeff@elevatedlongevity.com\",\n    \"personal_email\": \"kasperjj21@gmail.com\",\n    \"organization_name\": \"Elevated Longevity\",\n    \"organization_website_url\": \"http://www.elevatedlongevity.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/kasperj\",\n    \"name\": \"Jeff Kasper\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQFIcVBRWzX8MA/profile-displayphoto-shrink_200_200/B4EZXc7wr5GYAY-/0/1743168408598?e=2147483647&v=beta&t=SBYKqFi8BeD3lPnBL1wiay0i4XPc8DipJhAUF5kDOVM\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Steward & CEO of ELEVATED Longevity - Life Elevated.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Nashville\",\n    \"state\": \"Tennessee\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68ba84115476b200017d7981/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Explore innovative recovery & longevity equipment at Elevated Longevity. From wellness tools to recovery solutions, we empower you to achieve peak health.\",\n    \"organization_short_description\": \"With over six years of experience in the cryotherapy recovery industry, we are the experts at implementing new technologies and providing only the best recovery equipment specific to your business needs in the spa, gym, medical practice, or recovery center space.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, cryotherapy, longevity equipment, recovery modalities, vibration plates, wellness chambers, infrared saunas, pemf therapy, salt therapy, medical injections, iv drip therapy, body contouring, ozone therapy, cold plunge, compression therapy, lymphedema therapy, chiropractic co-op, equipment financing, wellness destination, business support, marketing solutions, equipment servicing, business build-out, custom engineered equipment, healthcare consulting, wellness marketing, user testimonials, client support, risk management, wellness brand, customer guidance, health & recovery, wellness innovation, gym equipment, startup assistance, business growth strategies, fitness franchises, hybrid wellness solutions, treatment efficacy, facility design, recovery center build-out, online wellness education, health insurance, client engagement, wellness industry partnerships, expert insights, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Amazon AWS, Android, Automation Anywhere, Basis, Circle, CloudFlare Hosting, Cloudflare DNS, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Formstack, Gmail, Google Apps, Google Font API, Google Tag Manager, Google Workspace, Hotjar, Mobile Friendly, Nginx, Paytm, Python, Quantcast, Razorpay, Remote, Shopify, Shutterstock, TikTok, Uipath, Woo Commerce, WordPress.org, YouTube, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"6078763b3018920001da3f02\",\n    \"organization_id\": \"5e9ddb4855258700c25dc816\",\n    \"twitter_url\": \"https://twitter.com/kasperjj21\",\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/elevatedlongevity\",\n    \"organization_linkedin_uid\": \"64544065\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2019,\n    \"organization_primary_domain\": \"elevatedlongevity.com\",\n    \"organization_phone\": \"(255) 352-6258\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"nashville, tennessee, united states\",\n    \"organization_state\": \"Tennessee\",\n    \"organization_city\": \"Nashville\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sam\",\n    \"last_name\": \"Kourloufas\",\n    \"email\": \"sam@thebarracksgym.com.au\",\n    \"organization_name\": \"The Barracks Gym\",\n    \"organization_website_url\": \"http://www.thebarracksgym.com.au\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sam-kourloufas-352845241\",\n    \"name\": \"Sam Kourloufas\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQGP65XTCSumgQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1732503808350?e=2147483647&v=beta&t=TYGxRo8MBqfBm8JhzMCt55XjJiCmUk818JLOffYu8RE\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"People focused\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Newcastle\",\n    \"state\": \"New South Wales\",\n    \"country\": \"Australia\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670b094c847f3b0001235377/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"The Barracks Gym is a an online fitness coaching service that specializes in helping ADF, Police and Firefighter applicants prepare for their fitness test.\",\n    \"organization_short_description\": \"At The Barracks Gym, we offer specialist fitness coaching for men and women hoping to join the police or armed forces or who are currently serving in the Army Reserves. For many people wanting to join the Defence Force or Police Service, their inability to pass the beep test or perform push-ups to the required standard holds them back from achieving their dreams.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Apache, Awin, Facebook Comments, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google Analytics, Google Apps, Google Tag Manager, Hotjar, IoT, Mobile Friendly, Python, Remote, Reviews, SharePoint, SkimLinks, Stripe, Weebly, YouTube, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"64ecf1abd421980001bebc2f\",\n    \"organization_id\": \"670b0949ae42a7000147d02a\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-barracks-gym\",\n    \"organization_linkedin_uid\": \"67806963\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/thebarracksgym/\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"thebarracksgym.com.au\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Newcastle , NSW 2289, AU\",\n    \"organization_state\": \"New South Wales\",\n    \"organization_city\": \"Newcastle\",\n    \"organization_country\": \"Australia\",\n    \"organization_postal_code\": \"2289\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Casey\",\n    \"last_name\": \"Purpus\",\n    \"email\": \"casey@urbanbodyworks.com\",\n    \"organization_name\": \"Urban BodyWorks, LLC\",\n    \"organization_website_url\": \"http://www.urbanbodyworks.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/caseypurpus\",\n    \"name\": \"Casey Purpus\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGBctwHnwN1eg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517678596970?e=2147483647&v=beta&t=bUZgbCbmt2DuuVxG8Jzel5D0OeezL66OzLQd269nv10\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Fitness Trainer / co-owner at Urban BodyWorks, LLC and Owner, Urban BodyWorks\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Belle Haven\",\n    \"state\": \"Virginia\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Urban BodyWorks is a boutique personal training studio in Old Town Alexandria. We specialize in addressing unique fitness needs in a private setting, using state-of-the-art equipment and techniques, where you are the focus and your personal training goals are ours to reach together. Virginia Personal Trainer in Alexandria, VA.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Data Storage, Flutter, Gmail, Google Apps, IoT, Python, SharePoint\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f6cbcf507e510001ee191b\",\n    \"organization_id\": \"6729e0722bce890001d5c1e4\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/urban-bodyworks-llc\",\n    \"organization_linkedin_uid\": \"57048457\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"urbanbodyworks.com\",\n    \"organization_phone\": \"+1 703-838-3618\",\n    \"organization_street_address\": \"515 N Alfred St\",\n    \"organization_raw_address\": \"515 north alfred street, alexandria, va, united states\",\n    \"organization_state\": \"Virginia\",\n    \"organization_city\": \"Alexandria\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"22314-2226\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sherwood\",\n    \"last_name\": \"Grant\",\n    \"email\": \"sherwood@simpleandgoodenterprise.com\",\n    \"personal_email\": \"grantsherwood@msn.com\",\n    \"organization_name\": \"Simple And Good Enterprise\",\n    \"organization_website_url\": \"http://www.simpleandgoodenterprise.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sherwoodgrant\",\n    \"name\": \"Sherwood Grant\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5103AQHyEgV2HAgpPA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516342410104?e=2147483647&v=beta&t=mpyn5cDJd83ubBy48aXXi-GC5qjR4836gDzGm-WQbv8\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner of Simple And Good Enterprise, Wholistic Trainer of Health and Fitness\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Chicago\",\n    \"state\": \"Illinois\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f25ea7f9c9b4000186ca5d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Get nutritional, fitness and wellness information that you can use now to help reach and sustain good health with simple everyday choices. Simple And Good Enterprise will provide support and direction to living a healthier lifestyle in a way that will be enjoyable, simple and good.\",\n    \"organization_short_description\": \"OUR MISSION\\nAt Simple And Good Enterprise,\\nwe envision a world where all people enjoy long lives of magnificent health and vitality.\\n\\nWe promote food and energy choices abundant in fruits, vegetation and herbs from the natural Earth.\\n\\nWe teach fitness and movement to enhance strength, speed and flexibility.\\n\\nWe strive to share knowledge and wisdom for future generations, to help fulfill the promise of the \\nEarth as a luxurious garden that nourishes her inhabitants.\\n\\nWe Motivate, Educate and Elevate the Awareness of the World's Greatest Creation, \\\"The Human Body\\\".\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"DigitalOcean, Google Font API, Mobile Friendly, Nginx, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54ebc011746869444c96821c\",\n    \"organization_id\": \"54a11e4869702d97c16c7501\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/simple-and-good\",\n    \"organization_linkedin_uid\": \"2198767\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2010,\n    \"organization_primary_domain\": \"simpleandgoodenterprise.com\",\n    \"organization_phone\": \"+1 708-445-9693\",\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Joe\",\n    \"last_name\": \"Damiani\",\n    \"email\": \"joe@skylinept.com\",\n    \"organization_name\": \"Physioloops\",\n    \"organization_website_url\": \"http://www.physioloops.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/dr-joe-damiani-pt-dpt-1695a956\",\n    \"name\": \"Joe Damiani\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQFdbIwhopZy1w/profile-displayphoto-shrink_200_200/B4EZalxXuSGYAY-/0/1746537905761?e=2147483647&v=beta&t=szzX5BJVq_7FCkxzbyblsoHvkbkl1zW13v9Z79bzDxk\",\n    \"title\": \"Owner\",\n    \"headline\": \"TMJ, Head and Neck Pain Specialist | I help people in pain rewrite their story using my Physioloops Signature Process | 2 Million Social Media Followers\",\n    \"seniority\": \"owner\",\n    \"city\": \"Wyckoff\",\n    \"state\": \"New Jersey\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/685241805be9c30001458ab4/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f7ca1251a3650001a4e7ac\",\n    \"organization_id\": \"685241767227c9000185d5da\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/physioloops\",\n    \"organization_linkedin_uid\": \"107257656\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/p/Dr-Joe-Damiani-100049433626716/\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"physioloops.com\",\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Matthew\",\n    \"last_name\": \"Lowry\",\n    \"email\": null,\n    \"organization_name\": \"Southside Chiropractic & Car Injury Clinic\",\n    \"organization_website_url\": \"http://www.southsidechiropracticcarinjuryclinic.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/matthew-d-lowry-d-c-52675a56\",\n    \"name\": \"Matthew Lowry\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Southside Chiropractic & Car Injury Clinic\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Jacksonville\",\n    \"state\": \"Florida\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6704a34961612f00010628f9/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Auto Injury Treatment Chiropractor Dr. Matthew Lowry from the Southside Chiropractic and Car Injury Clinic, your premier injury treatment physiotherapy rehabilitation chiropractic clinic with offices in Jacksonville, & Starke FL. We complement chiropractic care with various treatment specialties that may include hydro massage, cold laser therapy, ultrasound therapy, and specific physiotherapy techniques that encompass physical rehabilitation, physical therapy (PT), physiotherapy, injury recovery, rehabilitative care, injury treatment and recovery, musculoskeletal rehabilitation, functional restoration, post-injury therapy, and recovery therapy. Our focus is on aligning recovery, rehabilitation, and overall physical health to ensure optimal outcomes for our patients.\",\n    \"organization_short_description\": \"Our clinic is located in the heart of Jacksonville delivering exceptional chiropractic care, physical rehabilitation, car accident injury care, and nutrition & weight loss programs that contribute to elevated health. We provide professional, superior care by focusing on correcting dysfunction within the body by utilizing pain free systems.\\n\\nServices Our Clinic Provides:\\n\\n-Chiropractic care\\n-Car Injury care\\n-Physical Rehab Exercises\\n-Flexion Distraction\\n-Hydromassage Therapy\\n-Mild Current Therapy\\n-Ultrasound Therapy\\n-DOT Medical Exams\\n-School/Sports Physicals\\n-Nutrition/Weight Loss programs\\n-Referral Medical Network\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"chiropractic, car injury care, physical rehab, dot physicals, sports physicals, trigger point therapy, nutrition, ultra sound therapy, mild current therapy, health, wellness & fitness, chiropractors, health & medical, physical therapy, weight loss centers\",\n    \"organization_technologies\": \"Blue Host, Cloudflare DNS, GoDaddy Hosting, Google Analytics, Google Font API, Google Tag Manager, Google translate API, Mobile Friendly, Multilingual, Remote, Varnish, WordPress.org, YouTube, drchrono, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"5e6a6950008a9c00fcb26a0c\",\n    \"organization_id\": \"55922b7373696448592c4b00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/southside-chiropractic-&-car-injury-clinic\",\n    \"organization_linkedin_uid\": \"6623680\",\n    \"organization_twitter_url\": \"https://twitter.com/southsidechiro1\",\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2013,\n    \"organization_primary_domain\": \"southsidechiropracticcarinjuryclinic.com\",\n    \"organization_phone\": \"+1 904-497-0823\",\n    \"organization_street_address\": \"8833 Perimeter Park Blvd\",\n    \"organization_raw_address\": \"8833 Perimeter Park Blvd, Ste. 1004, Jacksonville, Florida 32216, US\",\n    \"organization_state\": \"Florida\",\n    \"organization_city\": \"Jacksonville\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"32216\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Mack\",\n    \"last_name\": \"Anderson\",\n    \"email\": \"bob@nutriience.com\",\n    \"organization_name\": \"Nutriience\",\n    \"organization_website_url\": \"http://www.nutriience.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/bobdunn1122\",\n    \"name\": \"Mack Anderson\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Co-Founder & CEO Zenjoy - Food & Beverage | CPG Distribution\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Gilbert\",\n    \"state\": \"Arizona\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6844a0a922951500011de490/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Nutriience partners with customers and brands to help support and grow \\r\\ntheir product lines and businesses.\",\n    \"organization_short_description\": \"Nutriience is dedicated to supporting your ingredient and manufacturing management needs. Our expertise ensures premium solutions that guarantee exceptional quality, safety, and efficiency in every product we handle. Here's what sets us apart:\\n\\nIngredient Sourcing and Management\\n•\\tSourcing Excellence: We meticulously source the finest ingredients from trusted global suppliers, ensuring they meet the highest quality standards and sustainable practices.\\n•\\tSupply Chain Optimization: We streamline your supply chain, reducing costs and lead times while maintaining top-notch quality.\\n•\\tThorough Documentation: We provide comprehensive documentation to ensure full transparency and compliance with industry standards.\\n\\nProduct Manufacturing Management\\n•\\tGMP Facilities: Partnered with top-tier US manufacturers, our facilities are equipped with state-of-the-art technology for precise and consistent production.\\n•\\tVersatile Capabilities: We offer production of powders, capsules, tablets, soft gels, gummies, RTD beverages, and a variety of packaging options.\\n•\\tQuality Assurance: Our partners strictly adhere to GMP standards, ensuring every batch meets rigorous specifications and regulatory requirements.\\n•\\tScalability: Whether you need small-scale production or large-scale manufacturing, our flexible processes adapt to your needs, delivering on time and within budget.\\n\\nCustomer-Centric Approach\\n•\\tPartnership Philosophy: We view ourselves as your partners in success, working closely with you to understand and address your unique needs with tailored solutions.\\n•\\tExceptional Support: Our dedicated team is always available to assist you, ensuring a seamless and satisfying experience.\\n\\nConnect with us today to learn more about our services and discover how we can support your success.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"ingredient sourcing, ingredient supply, product manufacturing managment, bulk, copacking, wellness & fitness services, manufacturing, product development, commercialization, brand growth, supply chain management, formula manufacturing, consumer trends, ideation support, cost analysis, project feasibility, internal support, external support, r&d services, final formulation, production process, manufacturing partners, product management, market analysis, business strategy, project management, recurring cost analysis, product launch, pre-production planning, post-production support, quarterly reviews, open order management, cross-functional teams, market research, product transition, business development, project tracking, quality assurance, delivery systems, consumer insights, gap analysis, pricing strategies, manufacturer selection, collaboration, health & wellness manufacturing, production efficiency, vendor analysis, business scalability, growth strategy, support services, launch readiness, risk management, stakeholder engagement, customer partnerships, product lifecycle management, competitive analysis, health, wellness & fitness, mechanical or industrial engineering, logistics & supply chain, productivity, b2b\",\n    \"organization_technologies\": \"AI, Android, Basis, Blue Host, Canal, Circle, Intuit, Micro, Microsoft Office 365, Mobile Friendly, Outlook, QuickBooks, Render, Reviews, SharePoint, Squarespace ECommerce, Stamped\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fae2950034d5000134d785\",\n    \"organization_id\": \"66723197dc39da038d01e6b0\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/nutriience\",\n    \"organization_linkedin_uid\": \"102007489\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"nutriience.com\",\n    \"organization_phone\": \"+1 480-239-2153\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Gilbert, AZ, US\",\n    \"organization_state\": \"Arizona\",\n    \"organization_city\": \"Gilbert\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Edu\",\n    \"last_name\": \"Verhoeven\",\n    \"email\": \"edu@sincere.it\",\n    \"organization_name\": \"Sincere\",\n    \"organization_website_url\": \"http://www.sincere.no\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/edu-verhoeven-7246a74\",\n    \"name\": \"Edu Verhoeven\",\n    \"photo_url\": \"https://media-exp1.licdn.com/dms/image/C4E03AQG2oiJ3tf5cEA/profile-displayphoto-shrink_400_400/0/1517698924143?e=1658966400&v=beta&t=qUK-q_GRyF9OF3-K1DuekBR1R3dkKIePMDXl5pbM4V4\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Sincere\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"'s-Hertogenbosch\",\n    \"state\": \"North Brabant\",\n    \"country\": \"Netherlands\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66de73619bb8af0001501e6d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Nøye utvalgte hudpleieprodukter og ærlige råd for deg og din hud.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"retail health & personal care products, health, wellness & fitness\",\n    \"organization_technologies\": \"MailChimp SPF, Outlook, TikTok, Zendesk\",\n    \"email_domain_catchall\": false,\n    \"id\": \"60e447f8f223920001765eb3\",\n    \"organization_id\": \"642105490d2eea0001fb0334\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/sincereno\",\n    \"organization_linkedin_uid\": \"86446237\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2022,\n    \"organization_primary_domain\": \"sincere.no\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1 Brugata\",\n    \"organization_raw_address\": \"Brugata 1, Oslo, Oslo 0186, NO\",\n    \"organization_state\": \"Oslo\",\n    \"organization_city\": \"Oslo\",\n    \"organization_country\": \"Norway\",\n    \"organization_postal_code\": \"0186\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Petr\",\n    \"last_name\": \"Kmosek\",\n    \"email\": null,\n    \"organization_name\": \"Petr Kmošek\",\n    \"organization_website_url\": \"http://www.kmosek.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/kmosek\",\n    \"name\": \"Petr Kmosek\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHqlbit8x7f2A/profile-displayphoto-shrink_200_200/B56ZXwOP7sHoAc-/0/1743492022821?e=2147483647&v=beta&t=THlUJi9jV4CTgE3DQInQh_ZSo9FNO5m1-Kk8yLFe8bA\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Humanizing leadership. Aligning culture. Growing people. With Odysea organizace™.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Pardubice\",\n    \"state\": \"Pardubice Region\",\n    \"country\": \"Czech Republic\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68bd3c143d3ef90001583a4b/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Jsme tým zkušených konzultantů, poradců a agentur specializujících se na rozvoj lidí a pracovních prostředí. S kombinací strategického myšlení a praktických metod vám pomáháme vytvářet pozitivní a podporující pracovní prostředí, které podporuje efektivní komunikaci, týmovou spolupráci a řešení konfliktů. Naše služby zahrnují širokou škálu metod, postupů a procesů včetně personálního auditu, průzkumů zaměstnanců, mediace a koučinku. Dokážeme vám pomoci s náborem zaměstnanců, personálním marketingem nebo v komplexním přístupu k HR. Nezáleží na tom, jestli jste malá firma nebo velká korporace, jsme zde, abychom vám pomohli dosáhnout vašich cílů a zlepšit výkonnost vaší organizace. Podívejte se na naše služby a kontaktujte nás pro další informace.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"business consulting & services, health & human services, management consulting, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54c208847468697af7824470\",\n    \"organization_id\": \"5b85282bf874f73d1fb8e733\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/kmosek\",\n    \"organization_linkedin_uid\": \"18279062\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2010,\n    \"organization_primary_domain\": \"kmosek.com\",\n    \"organization_phone\": \"+420 605 733 267\",\n    \"organization_street_address\": \"1217 Milheimova\",\n    \"organization_raw_address\": \"Milheimova 1217, Pardubice V, Pardubice 530 02, CZ\",\n    \"organization_state\": \"Pardubice Region\",\n    \"organization_city\": \"Pardubice\",\n    \"organization_country\": \"Czech Republic\",\n    \"organization_postal_code\": \"530 02\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Paul\",\n    \"last_name\": \"McPherson\",\n    \"email\": \"paul@jpmcapital.co.uk\",\n    \"organization_name\": \"Dumbarton FC\",\n    \"organization_website_url\": \"http://www.dumbartonfootballclub.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/paul-mcpherson-7b9150128\",\n    \"name\": \"Paul McPherson\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEAKtuIaGie4A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517051518613?e=2147483647&v=beta&t=Fj4JojrPuFX0CVjzG3qmtxBHK0teXrIGhdEcg-D4WPA\",\n    \"title\": \"Member Board of Directors\",\n    \"industry\": \"sports\",\n    \"headline\": \"Managing Director at JPM Capital. Investor. Member of the Board @ Dumbarton FC.\",\n    \"seniority\": \"director\",\n    \"estimated_num_employees\": \"35\",\n    \"city\": \"Chester\",\n    \"state\": \"England\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/687877b1e967e200015e070e/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Dumbarton Football Club are a Scottish semi-professional football team who currently play in cinch League 2. Founded in 1872, Dumbarton FC are one of the oldest clubs in Scotland. Nicknamed the Sons, Dumbarton FC play our home games at Dumbarton Football Stadium next to Dumbarton Castle.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"sports teams & clubs\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f550f7d285a600010ee8bc\",\n    \"organization_id\": \"661a3a573b650e000627be66\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/dumbarton-football-club\",\n    \"organization_linkedin_uid\": \"96595080\",\n    \"organization_twitter_url\": \"https://twitter.com/Dumbartonfc\",\n    \"organization_facebook_url\": \"https://www.facebook.com/PitchTeamwear/\",\n    \"organization_founded_year\": 1872,\n    \"organization_primary_domain\": \"dumbartonfootballclub.com\",\n    \"organization_phone\": \"+44 13 8976 2569\",\n    \"organization_street_address\": \"Castle Road\",\n    \"organization_raw_address\": \"Castle Road, Dumbarton, G82 1JJ, GB\",\n    \"organization_state\": \"Scotland\",\n    \"organization_city\": null,\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": \"G82 1JJ\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Julio\",\n    \"last_name\": \"Salado\",\n    \"email\": \"juliosalado@fitnessfoundry.net\",\n    \"organization_name\": \"Fitness Foundry LLC\",\n    \"organization_website_url\": \"http://www.fitnessfoundry.net\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/fitnessfoundry\",\n    \"name\": \"Julio Salado\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQFAR-Sam_YyYQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1559168896340?e=2147483647&v=beta&t=U1xfxVGywoKQ8SZifCzLbjozOzaKzy78nPP1nL5NStE\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Health Equity💪🏾Award Winning Personal Trainer. EMT-B. Volunteer. Author\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6701bcf70e84a50001f459f4/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Julio Salado is an award-winning personal trainer and the founder of Fitnessfoundry.net, a leading online resource for health and wellness. For over fifteen years, Mr. Salado has guided countless individuals from all levels of fitness to achieve their body sculpting and personal training goals. His unique blend of Western exercise science and holistic arts has been featured on numerous TV shows, in print, and online. Mr. Salado also is a licensed EMT, continuing education provider and consultant for team development and personal training business.\\n\\nMy passion for being the best is carried outside the gym and into our community through my social networking with other successful health and fitness professionals including businesses that have a similar mission.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"online fitness, personal training, group fitness, workplace wellness, community building, fitness educator, continued educational provider, weight loss, presenter, author, post rehab, strength training, senior fitness, wellness & fitness services, personal coaching, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Basis, Facebook Custom Audiences, Mobile Friendly, Paytm, Razorpay, Remote, Woo Commerce, WordPress.org, YouTube, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fb31130ae23600012e95d3\",\n    \"organization_id\": \"61ec19258ed016000174a471\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/fitness-foundry-llc\",\n    \"organization_linkedin_uid\": \"80280530\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://facebook.com/Fitnessfoundry\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"fitnessfoundry.net\",\n    \"organization_phone\": \"+1 617-416-6854\",\n    \"organization_street_address\": \"1444 Eastern Ave\",\n    \"organization_raw_address\": \"1444 Eastern Ave, Malden, MA 02148, US\",\n    \"organization_state\": \"Massachusetts\",\n    \"organization_city\": \"Malden\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"02148-6112\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Megan\",\n    \"last_name\": \"Wollerton\",\n    \"email\": \"megan@lifeforcewellness.com\",\n    \"organization_name\": \"Life Force Wellness LLC\",\n    \"organization_website_url\": \"http://www.lifeforcewellness.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/megan-wollerton-a1459b1aa\",\n    \"name\": \"Megan Wollerton\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQGJrgq0hy6rkg/profile-displayphoto-shrink_200_200/B4EZatwYPjHkAc-/0/1746671863126?e=2147483647&v=beta&t=j0hvXCafYpfTTwkImFcfzW4Z8aEHn-MiqbqThnQnLjk\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Author | Owner, Life Force Wellness | Health Coach & Corporate Wellness Consultant | Keynote Speaker\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"8\",\n    \"city\": \"Cranberry Township\",\n    \"state\": \"Pennsylvania\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f9fd506bae2f0001f0288e/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Boost Employee Productivity and Retention with our Expert Wellness Solutions\",\n    \"organization_short_description\": \"Life Force Wellness helps burned-out, overworked professionals and leaders develop long-lasting, healthy habits and positive workplace cultures to become more productive so they can live a less stressed and better-balanced lifestyle. Our programs are designed to build unity, boost immunity, and provide security for the modern-day worker.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, employee wellness, work-life balance, stress management, burnout prevention, corporate wellness, employee engagement, leadership training, virtual wellness solutions, nutrition programming, workplace culture, health improvement, employee retention, productivity enhancement, mental health support, health & wellness app, community health initiatives, online wellness programs, health coach, personal trainer, meditation, exercise programs, wellness challenges, reduced absenteeism, employee satisfaction, wellness roi, wellness education, employee productivity, corporate image enhancement, personalized wellness plans, flexible scheduling, healthy habits, employee benefits, team building, health workshops, fitness assessments, self-care, professional coaching, workshop facilitation, mindfulness training, psychoeducation, employee coaching, organizational psychology, employee morale, positive workplace culture, healthcare cost reduction, wellness consulting, workplace challenges, wellness metrics, health, wellness & fitness, professional training & coaching\",\n    \"organization_technologies\": \"AI, Android, Circle, CloudFlare Hosting, Cloudflare DNS, Eventbrite, Google Font API, Microsoft Office 365, Mobile Friendly, Outlook, Remote, TikTok\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f7c9de51a3650001a4db64\",\n    \"organization_id\": \"55f20ec4f3e5bb0be200149f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/life-force-wellness-llc\",\n    \"organization_linkedin_uid\": \"8358527\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/LifeForceWellnessLLC\",\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"lifeforcewellness.com\",\n    \"organization_phone\": \"+1 724-720-9489\",\n    \"organization_street_address\": \"2009 Mackenzie Way\",\n    \"organization_raw_address\": \"2009 Mackenzie Way, Suite 100, Cranberry Township, Pennsylvania 16066, US\",\n    \"organization_state\": \"Pennsylvania\",\n    \"organization_city\": \"Cranberry Township\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"16066\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jeffrey\",\n    \"last_name\": \"Magee\",\n    \"email\": \"jeffrey@jeffreymagee.com\",\n    \"organization_name\": \"Jeff Magee International\",\n    \"organization_website_url\": null,\n    \"linkedin_url\": \"http://www.linkedin.com/in/jeffrey-magee-6528881\",\n    \"name\": \"Jeffrey Magee\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5103AQH-3BPBU1MOmg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516331825017?e=2147483647&v=beta&t=tqbSAGzUdbBKQQYmRVeiZomHnOr58uT5RW57wwo3m6c\",\n    \"title\": \"Owner\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"city\": \"Tulsa\",\n    \"state\": \"Oklahoma\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"64c7421b128cae00015abe2c\",\n    \"organization_id\": \"670635086d4d9700018dbad3\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/jeff-magee-international\",\n    \"organization_linkedin_uid\": \"4319457\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": null,\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Jef\",\n    \"last_name\": \"Gazley\",\n    \"email\": \"jef@asktheinternettherapist.com\",\n    \"organization_name\": \"AskTheInternetTherapist.com\",\n    \"organization_website_url\": \"http://www.asktheinternettherapist.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/jefgazley\",\n    \"name\": \"Jef Gazley\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGU3RciQ96MUQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516301966277?e=2147483647&v=beta&t=MZxGbjo8M6zdOP4gPpkX10-TFzSrQfqvAp-h6UqbbM0\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Asktheinternettherapist.com\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Scottsdale\",\n    \"state\": \"Arizona\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f80ff888a1cd0001d73bf3/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Get the benefit of online counseling from the privacy of your own home or office. We provide different mental health counseling online alternatives such as: telephone, email, chat, and audiovisual counseling mediums. Our site is reliable, safe, and private.\",\n    \"organization_short_description\": \"Online Counseling by experienced, licensed online counselors for mental health issues. Hypnosis CDs and MP3s; mental health psychology videos, and self-improvement books.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"online therapy, online counseling, hypnosis cds & mp3s, mental health articles, mental health, wellness & fitness services, hospital & health care, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Amazon AWS, Android, Basis, BigCommerce, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google Apps, Google Font API, IoT, Mobile Friendly, Python, SharePoint, Wufoo, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f755460efa5b00011b5818\",\n    \"organization_id\": \"56df0613f3e5bb7086005858\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/asktheinternettherapist-com\",\n    \"organization_linkedin_uid\": \"10267306\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 1998,\n    \"organization_primary_domain\": \"asktheinternettherapist.com\",\n    \"organization_phone\": \"+1 480-998-0560\",\n    \"organization_street_address\": \"6540 E Kelton Ln\",\n    \"organization_raw_address\": \"6540 E Kelton ln., Scottsdale, Arizona 85254, US\",\n    \"organization_state\": \"Arizona\",\n    \"organization_city\": \"Scottsdale\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"85254\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Rocky\",\n    \"last_name\": \"Snyder\",\n    \"email\": \"rocky@rockysfitnesscenter.com\",\n    \"organization_name\": \"RFC: Rehab, Fitness, & Conditioning\",\n    \"organization_website_url\": \"http://www.rfcsantacruz.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/rocky-snyder-cscs-a77a091\",\n    \"name\": \"Rocky Snyder\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEI3qhXte3kjg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1558699009683?e=2147483647&v=beta&t=eiHEu-uVKFyzU79_8hwhojIfvsIQdNcTs3JFNmaEwVY\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"NSCA Personal Trainer of the Year, Performance Consultant, Jedi Knight of Movement, Author, Podcast Host\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Santa Cruz\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f980419a49a00001c6b8e8/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Our service options allow us to meet you where you are in your prehab and rehab process. Consistency. Are you struggling to find a consistent workout schedule?\",\n    \"organization_short_description\": \"We utilize cutting-edge neuroscience and biomechanics to expedite rehab, eliminate pain, help reduce injury and boost performance. RFC is a community that exercises intelligently to improve vitality, posture, organ function, and slow down the aging process.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"64ca6486d731580001e20789\",\n    \"organization_id\": \"674363d9ba204f0001f11862\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/rfc-rehab-fitness-conditioning\",\n    \"organization_linkedin_uid\": \"104420609\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/rfcsantacruzca\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"rfcsantacruz.com\",\n    \"organization_phone\": \"+1 831-854-2130\",\n    \"organization_street_address\": \"2001 40th Ave\",\n    \"organization_raw_address\": \"2001 40th Avenue, Suite C, Capitola, CA 95010, US\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Capitola\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"95010-2536\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Dan\",\n    \"last_name\": \"Defigio\",\n    \"email\": \"defigio@gettingfit.com\",\n    \"organization_name\": \"Basics and Beyond fitness & nutrition\",\n    \"organization_website_url\": \"http://www.gettingfit.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/dandefigio\",\n    \"name\": \"Dan Defigio\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQG2QNLGo1xw5w/profile-displayphoto-shrink_200_200/B4EZVHQaNXHgAY-/0/1740657239242?e=2147483647&v=beta&t=U5Owb7A7k-iC_at_Q2LN83_vYKpm3QGM4AJMHaryOTQ\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"BeatingSugarAddiction.com, GettingFit.com. No MLM inquires, please.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Nashville\",\n    \"state\": \"Tennessee\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68b7dea193cd780001085258/picture\",\n    \"organization_annual_revenue\": \"3020000\",\n    \"organization_annual_revenue_printed\": \"3M\",\n    \"organization_seo_description\": \"Reach your fitness goals with personalized training, nutrition counseling, and more in Nashville. Start your journey today with expert support and guidance!\",\n    \"organization_short_description\": \"Basics and Beyond fitness & nutrition is Nashville's flagship personal training company. Multiple locations, in-person or online service. Personal fitness, nutrition coaching, physical therapy, health coaching.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"fitness, nutrition, weight loss, exercise, physical therapy, personal training, nutritionist, nutrition coaching, health coaching, personal trainer, personal health, health care, hospital & health care, health, wellness & fitness, physiotherapy, personal coaching\",\n    \"organization_technologies\": \"AI, AddThis, Circle, Disqus, Facebook Login (Connect), Google Analytics, Google Font API, Google Maps, Google Tag Manager, Linkedin Widget, Mobile Friendly, Paypal, Quantcast, ShareThis, TikTok, WordPress.org, YouTube, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"6034e30b9aa24a0001d2d516\",\n    \"organization_id\": \"6462f9584824eb00018360e2\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/basics-and-beyond-fitness-&-nutrition\",\n    \"organization_linkedin_uid\": \"59063188\",\n    \"organization_twitter_url\": \"https://twitter.com/dandefigio\",\n    \"organization_facebook_url\": \"https://facebook.com/basicsandbeyond\",\n    \"organization_founded_year\": 1993,\n    \"organization_primary_domain\": \"gettingfit.com\",\n    \"organization_phone\": \"+1 615-442-7700\",\n    \"organization_street_address\": \"2424 21st Ave S\",\n    \"organization_raw_address\": \"2424 21st Ave S Suite 104, Nashville, Tennessee, USA, 37212\",\n    \"organization_state\": \"Tennessee\",\n    \"organization_city\": \"Nashville\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"37212-5316\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Colleen\",\n    \"last_name\": \"Rowe\",\n    \"email\": \"colleen@workableliving.com.au\",\n    \"organization_name\": \"Workable Living\",\n    \"organization_website_url\": \"http://www.workableliving.com.au\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/colleenrowe\",\n    \"name\": \"Colleen Rowe\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEmVbG7RTUbUg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1527811730530?e=2147483647&v=beta&t=TkFi9lEO27LFfXl2FCxEtMZVLLx0a6Vhr3VL2UEc8ss\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Online occupational therapy – giving you access to an experienced therapist for your clients wherever they live.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Brisbane\",\n    \"state\": \"Queensland\",\n    \"country\": \"Australia\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Basis, Flutter, Google Font API, Hotjar, IoT, Mobile Friendly, Python, SharePoint, Shutterstock, Stripe, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a5bc597468693b8c4946a4\",\n    \"organization_id\": \"54a1290a69702d979c5b7b01\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/workable-living\",\n    \"organization_linkedin_uid\": \"1389775\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"workableliving.com.au\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"brisbane, australia\",\n    \"organization_state\": \"Queensland\",\n    \"organization_city\": \"Brisbane\",\n    \"organization_country\": \"Australia\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"John\",\n    \"last_name\": \"Prior\",\n    \"email\": \"jprior@rossiter.com\",\n    \"organization_name\": \"Strategic Bodywork\",\n    \"organization_website_url\": \"http://www.strategicbodywork.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/john-prior-14a8188\",\n    \"name\": \"John Prior\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGHjuosdDcx7A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517734542474?e=2147483647&v=beta&t=U0iYMrFrj7Nkn1PhJiW2A8VQ66_8tVO0gpjGHY4lyu0\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Pain Specialist at Strategic Bodywork Solutions\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Fremont\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68bb5683918b290001b7d782/picture\",\n    \"organization_annual_revenue\": \"4509000\",\n    \"organization_annual_revenue_printed\": \"4.5M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Our massage therapists specialize in treating both chronic and acute pain. Whether you're struggling with a sore neck from long hours at the computer, recovering from an injury, or a weekend warrior in need of post-activity relief, we've got you covered. We also offer sessions designed to relax, soothe, and rejuvenate your nervous system. Our highly trained therapists will assess your specific needs and work with you to achieve your goals. All of our therapists are CMTC certified and trained in Deep Tissue and Swedish massage, as well as a variety of other modalities. For detailed information on each therapist's offerings, please visit our website.\\n\\nYou can receive treatment at our studio, located in the heart of the Grand Lake district in Oakland. Additionally, we provide on-site massage services at your business, offering your employees an opportunity for self-care and rejuvenation.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"deep tissue, swedish massage, prenatal massage, cupping, sports massage, massage, onsite chair massage, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Gmail, Google Analytics, Google Apps, Google Cloud Hosting, Google Tag Manager, Mobile Friendly, Varnish, Wix\",\n    \"email_domain_catchall\": false,\n    \"id\": \"57deecf5a6da987b59df66d2\",\n    \"organization_id\": \"66f98c42be346a0001a3f591\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/strategic-bodywork\",\n    \"organization_linkedin_uid\": \"95152278\",\n    \"organization_twitter_url\": \"https://twitter.com/JohnPriorca\",\n    \"organization_facebook_url\": \"https://facebook.com/pages/John-Prior/341257289363151\",\n    \"organization_founded_year\": 2011,\n    \"organization_primary_domain\": \"strategicbodywork.com\",\n    \"organization_phone\": \"+1 510-255-5643\",\n    \"organization_street_address\": \"3515 Grand Ave\",\n    \"organization_raw_address\": \"3515 Grand Ave, Oakland, California 94610, US\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Oakland\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"94610-2037\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Martin\",\n    \"last_name\": \"Bruderer\",\n    \"email\": \"martin@thehealthplan.ch\",\n    \"organization_name\": \"Martin Bruderer The Health Plan\",\n    \"organization_website_url\": \"http://www.thehealthplan.ch\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/martinbruderer\",\n    \"name\": \"Martin Bruderer\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Executive Performance Coach | 4x Swiss Ice Hockey Champion | Transforming Stress & Fatigue into Strength, Energy & Focus\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Zuerich\",\n    \"state\": \"Zurich\",\n    \"country\": \"Switzerland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6718ccf0b354c400015c254c/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Achieve your fitness goals with Martin Bruderer's holistic approach. Experience the benefits of strength training, nutrition consulting, and intuitive techniques to manage visions and goals.\",\n    \"organization_short_description\": \"Martin Bruderer The Health Plan is a company based out of Dufourstrasse 155, Zürich, Zürich, Switzerland.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"health & human services, health, wellness & fitness\",\n    \"organization_technologies\": \"Google Cloud Hosting, Mobile Friendly\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a6e86074686975f8683c03\",\n    \"organization_id\": \"6718ccee3eb8890001c90fc5\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-health-plan-by-martin-bruderer\",\n    \"organization_linkedin_uid\": \"97593527\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"thehealthplan.ch\",\n    \"organization_phone\": \"+41 79 234 77 13\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Zürich, Zürich\",\n    \"organization_state\": \"Zurich\",\n    \"organization_city\": \"Zuerich\",\n    \"organization_country\": \"Switzerland\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Daryl\",\n    \"last_name\": \"Coyne\",\n    \"email\": \"daryl@tuamtherapycentre.ie\",\n    \"organization_name\": \"Tuam Therapy Centre\",\n    \"organization_website_url\": \"http://www.tuamtherapycentre.ie\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/darylcoyne\",\n    \"name\": \"Daryl Coyne\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQHa9rSXybtxUg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517514319952?e=2147483647&v=beta&t=k8IxxQE_Z9mWjNeouzvLLRKIiYiS69Ze8Q09vwYrLAg\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Tuam Therapy Centre\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"Ireland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66d529ae5f911800013ff80a/picture\",\n    \"organization_annual_revenue\": \"147000\",\n    \"organization_annual_revenue_printed\": \"147K\",\n    \"organization_seo_description\": \"Tuam Therapy Centre | Chiropractors Galway N17 Business Park Tuam, PGA Tour Chiropractor Daryl Coyne sports injuries and back pain specialist\",\n    \"organization_short_description\": \"Tuam Therapy Centre is owned and managed by Daryl Coyne.\\n\\nThe centre is comprised of two floors with 2000 sq ft on each floor. The lower level comprises of three rooms ranging from 300 sq ft to 1000 sq ft. The largest room, with adjacent changing rooms and toilets is furnished with chairs and podium and can seat up to 50 people. The upper lever consists of four therapy rooms of 150 sq ft and an open plan area of 500 sq ft.\\n\\nAll therapy rooms are fully furnished. Kitchen facilities, shower and toilet facilities are available.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Google Font API, Mobile Friendly, Nginx, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54abb0a77468692ca1c7a206\",\n    \"organization_id\": \"55ec9d8ef3e5bb09b9001300\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/tuam-therapy-centre\",\n    \"organization_linkedin_uid\": \"9197889\",\n    \"organization_twitter_url\": \"https://www.twitter.com/TuamTherapy\",\n    \"organization_facebook_url\": \"https://www.facebook.com/tuamtherapycentre\",\n    \"organization_founded_year\": 2014,\n    \"organization_primary_domain\": \"tuamtherapycentre.ie\",\n    \"organization_phone\": \"+353 87 294 1396\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"tuam, county galway, ireland\",\n    \"organization_state\": \"Galway\",\n    \"organization_city\": \"Tuam\",\n    \"organization_country\": \"Ireland\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Clark\",\n    \"last_name\": \"Bartram\",\n    \"email\": \"clark@clarkbartram.com\",\n    \"organization_name\": \"Clark Bartram Systems\",\n    \"organization_website_url\": \"http://www.clarkbartramsystems.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/clarkbartram\",\n    \"name\": \"Clark Bartram\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHts3o5WcR7Lg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1690894727120?e=2147483647&v=beta&t=5NIbdgIq7n9qhXZIeszagTaoTeW62BOBf0pHvnYirmc\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Top Health & Fitness Coach For Business Men Over 40 | Father & Husband | CEO at Clark Bartram Systems & Creator of Maximized Man Elite\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Escondido\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66e7af052b645a00013046b2/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"CBX is taking the knowledge I've gained over the last 30+ years, simplying and then systemizing it so that anyone can use my knowledge to hit their own goals. It is comprised of 5 Lifestyle Principles, that if followed in this order, you will hit your goals. 1. Mindset 2. Meals 3. Movement 4. Community 5. Integrity\",\n    \"organization_short_description\": \"Top Health & Fitness Coaching Company For Men Over 50\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, AI, Amazon AWS, Amazon AWS, Basis, Basis, Bing Ads, Bing Ads, Circle, Circle, Facebook Custom Audiences, Facebook Custom Audiences, Facebook Login (Connect), Facebook Login (Connect), Facebook Widget, Facebook Widget, Gmail, Gmail, Google AdWords Conversion, Google AdWords Conversion, Google Apps, Google Apps, Google Font API, Google Font API, Google Tag Manager, Google Tag Manager, Klaviyo, Klaviyo, Mobile Friendly, Mobile Friendly, Outlook, Outlook, Shopify, Shopify, TikTok, TikTok, Vimeo, Vimeo\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fb7e04556cca0001f3dcbd\",\n    \"organization_id\": \"661e25d22033330007dd1fce\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/clark-bartram-systems\",\n    \"organization_linkedin_uid\": \"101912083\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"clarkbartramsystems.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1440 Rock Springs Rd\",\n    \"organization_raw_address\": \"1440 rock springs road, escondido, ca, united states\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Escondido\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"92026-2225\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jeremy\",\n    \"last_name\": \"Stanton\",\n    \"email\": null,\n    \"personal_email\": \"jeremykstanton@msn.com\",\n    \"organization_name\": \"Haven House | Luxury Sober Living\",\n    \"organization_website_url\": \"http://www.havenhousesoberliving.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/jeremy-stanton-06136b14\",\n    \"name\": \"Jeremy Stanton\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"8\",\n    \"city\": \"Los Angeles\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68c23e5bb8e5aa000182dda7/picture\",\n    \"organization_annual_revenue\": \"4920000\",\n    \"organization_annual_revenue_printed\": \"4.9M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"The mission of Haven House Treatment Centers is to provide the best of care for our clients. Our passion stems from the desire to affect positive change on the lives of those who are struggling with the devastating effects of addiction and help them along in the process of healing their lives.\\n\\nWhether you or a loved one are stepping down from a residential treatment center, or simply realizing that substance abuse is getting in the way, Haven House offers a variety of services that will support clients every step of the way.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"addiction treatment services, mental health, chemical dependency treatment, intensive outpatient, iop, sober living, alcohol, drug treatment, drug rehabilitation, wellness & fitness services, addiction recovery, long-term recovery, supportive environment, drug testing, relapse prevention, personalized care, life skills mentoring, accountability, holistic support, community engagement, recovery program, non-binary support, family involvement, luxury accommodations, professional staff, co-occurring disorders, residential treatment, therapy support, independent living, addiction treatment, structured living, recovery home, peer support, rehabilitation, substance misuse, mental wellness, wellness programs, community resources, 12-step meetings, mental health support, self-care, emotional support, mental health disorders, addiction counseling, client-focused, personal growth, safety & stability, networking, effective coping strategies, support groups, job placement assistance, educational support, life transformation, compassionate care, substance abuse recovery, luxury sober homes, hospital & health care, health, wellness & fitness, addiction medicine, counseling & mental health, doctors, health & medical, rehabilitation center\",\n    \"organization_technologies\": \"CallRail, Google Tag Manager, Mobile Friendly, Viewpoint, Vimeo, WordPress.org, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"60e0576b056e8e0001bef083\",\n    \"organization_id\": \"5e579c42eedbc70001854712\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/haven-house-sober-living-los-angeles\",\n    \"organization_linkedin_uid\": \"979039\",\n    \"organization_twitter_url\": \"https://twitter.com/HavenHouse_\",\n    \"organization_facebook_url\": \"https://facebook.com/HavenHouseSoberLiving\",\n    \"organization_founded_year\": 2004,\n    \"organization_primary_domain\": \"havenhousesoberliving.com\",\n    \"organization_phone\": \"+1 424-258-6792\",\n    \"organization_street_address\": \"2252 Hillsboro Ave\",\n    \"organization_raw_address\": \"2252 Hillsboro Ave, Los Angeles, California 90034, US\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Los Angeles\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"90034\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Wen\",\n    \"last_name\": \"Minkoff\",\n    \"email\": \"wen@conchalabs.com\",\n    \"organization_name\": \"Concha Labs\",\n    \"organization_website_url\": \"http://www.conchalabs.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/wenminkoff\",\n    \"name\": \"Wen Minkoff\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"headline\": \"Marketing & GTM Leader | Fractional CMO | Startup Advisor | From Zero to Scale with Strategy, Story, & Execution\",\n    \"seniority\": \"owner\",\n    \"city\": \"Oakland\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68c038bf307fa50001c52c67/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66eec05114f1ee0001389926\",\n    \"organization_id\": \"5e55d361cffb800001cd7b61\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/conchalabs\",\n    \"organization_linkedin_uid\": \"18686832\",\n    \"organization_twitter_url\": \"https://twitter.com/conchalabs\",\n    \"organization_facebook_url\": \"https://www.facebook.com/ConchaLabs\",\n    \"organization_founded_year\": 2013,\n    \"organization_primary_domain\": \"conchalabs.com\",\n    \"organization_phone\": \"+1 510-544-6778\"\n  },\n  {\n    \"first_name\": \"Sadab\",\n    \"last_name\": \"Alam\",\n    \"email\": \"salam@mutualtrustbank.com\",\n    \"organization_name\": \"Classique Scents\",\n    \"organization_website_url\": \"http://www.classiquescents.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sadab-alam-0333271ab\",\n    \"name\": \"Sadab Alam\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEqE7CJA7kWDw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1652073215395?e=2147483647&v=beta&t=3773ktk_QFmd4ykSB8rWf91d84D_tOjUW-WTMMsHVpk\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Digital Marketing Executive - SEO Specialist - Social Media Marketing Manager- PPC / Google Ads analyst\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Dhaka\",\n    \"state\": \"Dhaka Division\",\n    \"country\": \"Bangladesh\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66d3c836031d9c0001c45ac9/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"The idea for ‘Classique scents' was straightforward offer the most extensive determination of veritable scents, sold by educated. Classique scents offer you the best perfume oils at a low price.\\n\\nFacebook Page- https://www.facebook.com/ClassiqueScents00\\nInstagram Page- https://www.instagram.com/classique_scents/\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"perfume oil, authentic, perfumeoilbd, classiquescents, budgetfriendly, personal care product manufacturing, perfume, fragrance, unisex, men's perfume, women's perfume, customized scents, premium perfumes, oud package, flowery blends, fruity blends, sweet fragrances, spicy fragrances, woody scents, corporate gifts, inspired fragrance, scents delivery, scent oils, luxury perfumes, best sellers, new arrivals, popular products, wholesale perfumes, seasonal scents, e-commerce, online shopping, gifts for her, gifts for him, personalized gifts, subscription service, fragrance trends, customer reviews, shopping cart, wishlist options, product categories, unique fragrances, celebrity inspired, influencer collaborations, discount offers, limited edition scents, fragrance samples, return policy, shipping information, payment options, customer service, social media marketing, promotional campaigns, brand partnerships, scent layering, market trends, online fragrance store, health, wellness & fitness, consumer internet, consumers, internet, information technology & services, marketing & advertising\",\n    \"organization_technologies\": \"Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Font API, Mobile Friendly, Woo Commerce, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"61af65232073c70001280baf\",\n    \"organization_id\": \"66d3c831bfea4f0001cefc18\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/classique-scents\",\n    \"organization_linkedin_uid\": \"75588953\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/ClassiqueScents00/\",\n    \"organization_founded_year\": 2021,\n    \"organization_primary_domain\": \"classiquescents.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Dhaka, Bangladesh 1207, BD\",\n    \"organization_state\": \"Dhaka Division\",\n    \"organization_city\": \"Dhaka\",\n    \"organization_country\": \"Bangladesh\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Ximena\",\n    \"last_name\": \"Clarizza\",\n    \"email\": \"ximena@relaxincompany.com.ar\",\n    \"personal_email\": \"ximeclarizza@hotmail.com\",\n    \"organization_name\": \"Relax in Company\",\n    \"organization_website_url\": \"http://www.relaxincompany.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/ximena-clarizza-b141b421\",\n    \"name\": \"Ximena Clarizza\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQGqd5GPpa52dw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1566585815150?e=2147483647&v=beta&t=Ef9B4EXN43Y7ST-gT7xz_Z6b0e_mMj388Y22rUiGo10\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner en Relax in Company\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"Argentina\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67738590a784f60001ed8bcb/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Relax in Company nace con la idea de mejorar la salud de empleados de grandes compañías. Refiriéndonos a la salud en todos sus aspectos: física, mental y espiritual. \\nProponemos actividades como masajes, sesiones de reiki, de reflexología, clases de yoga y ejercicios de relajación para re-energizarse, conservar el bienestar y afrontar la rutina de todos los días con menos estrés. También nos interesa concientizar sobre la alimentación saludable, a través de charlas o consultas particulares en el lugar de trabajo. Además brindamos jornadas de meditación, donde aprenderán técnicas antiestrés que permitirán mantener el equilibrio en el día a día.\\nCharlas de contención emocional: contamos con un equipo de psicólogos para abordar todas las temáticas relacionadas a la pandemia, el trabajo remoto, liderazgo, diversidad e inclusión, etc.\\nCharlas de COVID a cargo de médicas infectólogas del Hospital Alemán. Tanto para el personal como para las personas responsables de implementar protocolos para el regreso a la oficina/planta.\\n \\nOrganizamos Programas de Bienestar de acuerdo a las necesidades de cada cliente, basándonos en la cantidad de empleados, disponibilidad de espacio y presupuesto.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"sesiones de reiki, clases de yoga, charlas de alimentacion saludable, sesiones de reflexologia, tecnicas de meditacion, charlas y protocolos sobre covid, charlas de contencion emocional, ejercicios posturales, pausas activas, ejercicios de relajacion y estiramiento, masajes en silla ergonomica, consultas de nutricion, corporate wellness, employee massages, stress relief, yoga classes, active breaks, nutritional consulting, emotional wellbeing, mindfulness training, meditation sessions, healthy eating workshops, reiki therapy, shiatsu massage, posture exercises, stretching techniques, health seminars, first aid training, team building activities, mental health support, flexibility improvement, energy balance, ergonomics, wellness programs, stress management, spiritual health, breathing exercises, nutrition education, employee engagement, personalized meal plans, health coaching, work-life balance, corporate events, on-site wellness, initiatives for productivity, meditation workshops, exercise routines, health assessments, holistic therapies, self-care strategies, healthy workplace, pain relief techniques, professional development, stress relief techniques, well-being initiatives, community wellness, employee retreats, fitness workshops, emotional resilience, workplace yoga, stress reduction, wellness resources, health, wellness & fitness, events services\",\n    \"organization_technologies\": \"CloudFlare Hosting, Cloudflare DNS, Hubspot\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54c16f7d7468697af706f30d\",\n    \"organization_id\": \"63b6567ffdd9e900016a7186\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/relax-in-company\",\n    \"organization_linkedin_uid\": \"11556696\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/relaxincompany.com.ar/\",\n    \"organization_founded_year\": 2010,\n    \"organization_primary_domain\": \"relaxincompany.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1186 Cabrera\",\n    \"organization_raw_address\": \"Cabrera 3956\",\n    \"organization_state\": \"Buenos Aires\",\n    \"organization_city\": \"San Justo\",\n    \"organization_country\": \"Argentina\",\n    \"organization_postal_code\": \"B1754\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Kristen\",\n    \"last_name\": \"Tabert\",\n    \"email\": \"kristen@acculaserusa.com\",\n    \"personal_email\": \"eileen.tabert@comcast.net\",\n    \"organization_name\": \"AccuLaserUSA\",\n    \"organization_website_url\": \"http://www.acculaserusa.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/kristen-tabert-6876377\",\n    \"name\": \"Kristen Tabert\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Healthcare Practitioner | Entrepreneur | Non-Profit Director\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"New York\",\n    \"state\": \"New York\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68b6dd2674e75a0001163780/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Our goal with AccuLaserUSA is to provide safe, natural ways to help people achieve their wellness goals. We use cold laser therapy for General Wellness, Smoking Cessation, Weight Management, Sleep Support, and Stress Reduction. We also provide a full line of whole-food, high quality vitamins and supplements to support your wellness goals.\\n\\nOur renowned Smoking Cessation program has an 84% success rate with just one visit!  Mention you learned about us on Linked In and enjoy $20 off of our Smoking Cessation Program.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness, nutrition, smoking cessation, weight management, health, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Flutter, Google Analytics, Gravity Forms, IoT, Microsoft Office 365, Mobile Friendly, Outlook, Paytm, Python, Razorpay, Remote, SharePoint, TikTok, Varnish, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a3dd737468692abfa1cf18\",\n    \"organization_id\": \"54a11c6c69702da753f4ba00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/acculaserusa\",\n    \"organization_linkedin_uid\": \"2823532\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2003,\n    \"organization_primary_domain\": \"acculaserusa.com\",\n    \"organization_phone\": \"+1 732-485-9617\",\n    \"organization_street_address\": \"61 Pease Rd\",\n    \"organization_raw_address\": \"61 Pease Road, Manalapan, NJ 07726, US\",\n    \"organization_state\": \"New Jersey\",\n    \"organization_city\": \"Manalapan Township\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"07726\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Duccio\",\n    \"last_name\": \"Lazzerini\",\n    \"email\": \"lazzerini@cfs.it\",\n    \"organization_name\": \"CFS Prodotti Medicali s.r.l.\",\n    \"organization_website_url\": \"http://www.cfs.it\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/duccio-lazzerini-94a88932\",\n    \"name\": \"Duccio Lazzerini\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Proprietario\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"50\",\n    \"city\": null,\n    \"state\": \"Tuscany\",\n    \"country\": \"Italy\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66e503009add130001cb9cd8/picture\",\n    \"organization_annual_revenue\": \"2006000\",\n    \"organization_annual_revenue_printed\": \"2M\",\n    \"organization_seo_description\": \"CFS Prodotti Medicali è un e-commerce specializzato in articoli medicali, elettromedicali e sanitari. Presenti in catalogo articoli di qualità delle migliori marche a prezzi vantaggiosi\",\n    \"organization_short_description\": \"CFS è una azienda presente nel settore di articoli medicali e sanitari da oltre 20 anni.\\nSiamo stati tra i \\\"pionieri del commercio elettronico\\\", infatti quando abbiamo avviato il nostro e-commerce nel 1998 in Italia, ed anche all'estero, non erano molte le aziende che si affacciavano in questo nuovo canale di distribuzione.\\n\\nPresso la sede CFS di Livorno sono situati il magazzino, la logistica e gli uffici amministrativi e commerciali.\\n\\nDa oltre 20 anni siamo specializzati nella vendita online, aggiornando costantemente il nostro catalogo prodotti ed implementando nuovi servizi a favore dei clienti. Siamo l'unico e-commerce di articoli medicali e sanitari con una reale disponibilità dei prodotti in magazzino, che si traduce in consegne veloci e puntuali.\\n\\nTra i punti di forza CFS è da sottolineare l'alta qualifica tecnica del personale, capace di fornire indicazioni sugli acquisti ai propri clienti ed un supporto post vendita di primo livello.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"medicina, articoli ortopedici, articoli elettromedicali, elettromedicali, emergenza, elettrocardiografi, healthcare, saturimetri, diagnostica, salute, ausili e homecare, sterilizzazione, misuratorepressione, ecografi, articoli sanitari, monouso, multiparametrico, defibrillatori, articoli medicali, retail health & personal care products, medical products, safety, health specialists, medical supplies, ambulatory equipment, infection control, therapeutic devices, patient monitoring, syringes, needles, bandages, disinfectants, wound care, surgical instruments, diagnostic equipment, clinical tools, emergency care, single-use products, home care aids, rehabilitation equipment, hygiene products, personal protective equipment, diagnostic tests, health care accessories, hospital furniture, electric hospital beds, surgical gloves, medical examinations, patient care, veterinary supplies, catheters, medical sterilization, treatment kits, physical therapy equipment, primary care devices, blood pressure monitors, ultrasound equipment, ecg devices, spinal boards, iv stands, patient transfer aids, custom medical carts, essential medical tools, medical apparel, health monitoring devices, respiratory therapy tools, surgical gowns, medical waste containers, patient examination tables, medical refrigeration, health care, health, wellness & fitness, hospital & health care\",\n    \"organization_technologies\": \"AI, Adobe Marketing Cloud, Amadesa, Bootstrap Framework, DoubleClick, DoubleClick Conversion, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Analytics, Google Dynamic Remarketing, Google Font API, Google Tag Manager, Hubspot, Magento 2 Community, MailUp, Mobile Friendly, Paypal, Rackspace MailGun, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f9a010d1c6fd0001685c68\",\n    \"organization_id\": \"5569660f736964257d261e00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/cfslivorno\",\n    \"organization_linkedin_uid\": \"5006218\",\n    \"organization_twitter_url\": \"https://twitter.com/CfsIT\",\n    \"organization_facebook_url\": \"https://facebook.com/pages/CFS-Medical-Supplies/74252613444\",\n    \"organization_founded_year\": 1996,\n    \"organization_primary_domain\": \"cfs.it\",\n    \"organization_phone\": \"+39 0586 444369\",\n    \"organization_street_address\": \"58 Via Gian Battista Guarini\",\n    \"organization_raw_address\": \"Via G.B. Guarini, 58, Livorno, LI 57121, IT\",\n    \"organization_state\": \"Toscana\",\n    \"organization_city\": \"Livorno\",\n    \"organization_country\": \"Italy\",\n    \"organization_postal_code\": \"57121\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"David\",\n    \"last_name\": \"Lloyd\",\n    \"email\": \"david@versaclimber.pl\",\n    \"organization_name\": \"VersaClimber Polska\",\n    \"organization_website_url\": \"http://www.versa-climber.eu\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/david-lloyd-b280755\",\n    \"name\": \"David Lloyd\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4D03AQFEqGTXoE1R_w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1664968207330?e=2147483647&v=beta&t=qh00I-HeZ0poJ6-xjzD_hgIev__fPrIFwk3GyrEYvag\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"Poland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6843d44e903ea30001d21d7d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"We are Authorised Distributors of Lagree Fitness equipment.  We are also an Authorised VersaClimber Dealer.  We are based in Europe - we supply & install Lagree & Versa kit in Studios across Europe.  For new Lagree / Versa Studio customers, we have a free Studio Guide to help you make informed decisions and plan realistically.  We take away the pain of importing, handling and installing your Lagree / Versa equipment - we can also offer significant savings on equipment.\\n\\nWe are also an Authorised Dealer of the new Discubrio 4 in 1 Weight System - compact and stylish, Discubrio scores top marks in style and space-saving design.  The Discubrio Weight System allows for Dumbbell | Barbell | Kettlebell | Viking Axe applications.  The Discubrio Ax is the world's first and only Viking Axe with adjustable load options.  Train like a Viking! \\n\\nWe also supply equipment for VersaClimber Studios (special pricing is available).\\n\\nCheck out our range of VersaClimber & VersaPulley equipment on our website www.versa-climber.eu \\n\\nWe are happy to receive enquiries for spare parts and upgrades.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"cardio equipment, strength equipment, versaclimber installation, versaclimber training, versapulley, new gym equipment, injuryfree hiit, eccentric overload, change of direction training, lagree, fitness studio equipment, wellness & fitness services, versaclimber, total body workout, calorie burn, sports rehabilitation, cardiovascular fitness, low impact exercise, strength training, magnetic resistance, personalized workouts, heart rate monitoring, exercise versatility, functional training, group fitness classes, climbing simulator, athletic performance, injury prevention, core strength, cross-crawl motion, user-friendly interface, compact design, performance tracking, multifunctional equipment, exercise efficiency, customized resistance, space-saving equipment, physiotherapy, home fitness, gym equipment, fitness community, exercise intensity, training adaptability, stress relief, full body exercise, neuromuscular training, versatile design, high-calorie burn, fitness innovation, european fitness, exercise safety, workout customization, market leading technology, strength conditioning, endurance training, studio classes, wellness, cardio workouts, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Apache, Google Tag Manager, Mobile Friendly, Outlook, YouTube\",\n    \"email_domain_catchall\": true,\n    \"id\": \"54a4d9e27468692fa20ba568\",\n    \"organization_id\": \"63c3f56459f8270001b14027\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/versaclimber-polska\",\n    \"organization_linkedin_uid\": \"75473563\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/versaclimber.polska/\",\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"versa-climber.eu\",\n    \"organization_phone\": \"+48 57 449 47 52\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Lódz, 95-030, PL\",\n    \"organization_state\": \"Lodz Voivodeship\",\n    \"organization_city\": \"Lodz\",\n    \"organization_country\": \"Poland\",\n    \"organization_postal_code\": \"95-030\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Robert\",\n    \"last_name\": \"Bortoletto\",\n    \"email\": \"rbortoletto@rexfitnessllc.com\",\n    \"organization_name\": \"ReX Fitness LLC\",\n    \"organization_website_url\": \"http://www.rexfitnessllc.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/robert-bortoletto-5aa598b1\",\n    \"name\": \"Robert Bortoletto\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"St. Louis\",\n    \"state\": \"Missouri\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66c1e9fe11695f00019ccc10/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"ReX Fitness LLC is an onsite fitness center management and staffing company, that also offers virtual fitness classes and programs.\",\n    \"organization_short_description\": \"Founded in 2018 in St. Louis Missouri. We believe in providing corporate wellness solutions to our local clients. Care and personality are big pillars of what we do. Our culture is about all-around wellness and fitness which include but are not limited to group classes, personal training, client consultations, all backed by our knowledgeable staff.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"yoga, strength, conditioning, personal training, at home workouts, cycling, dance, foam rolling, kickboxing, tabata, step aerobics, guided meditation, weight loss, challenges, lunch, learns, personal coaching\",\n    \"organization_technologies\": \"ADP, AI, Android, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google Apps, Google Cloud Hosting, Google Play, Mobile Friendly, Python, Remote, SharePoint, Varnish, Wix\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f6db9074c57a00015c8519\",\n    \"organization_id\": \"5e04b3e64b28fb00e3197f17\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/rex-fitness-llc\",\n    \"organization_linkedin_uid\": \"35556088\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/RAY-Fitness-Center-113249297532117\",\n    \"organization_founded_year\": 2018,\n    \"organization_primary_domain\": \"rexfitnessllc.com\",\n    \"organization_phone\": \"+1 314-925-8144\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"St Louis, US\",\n    \"organization_state\": \"Missouri\",\n    \"organization_city\": \"Saint Louis\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Nick\",\n    \"last_name\": \"Cotton\",\n    \"email\": \"nick.cotton@hygiene-uk.com\",\n    \"organization_name\": \"Hygiene UK\",\n    \"organization_website_url\": \"http://www.hygiene-uk.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/nickcottonatdigital\",\n    \"name\": \"Nick Cotton\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQEdrqgS3WkR1g/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516290967483?e=2147483647&v=beta&t=MxGMryfF9N3ZNT6zhSLAvRvCuNQ1A47EODTtwy9-62A\",\n    \"title\": \"Owner\",\n    \"industry\": \"hospital & health care\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66e6fe89170edc0001a51882/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Hygiene UK specialise in the supply of Diagnostic Tests & Medical Devices, PPE (Personal Protective Equipment), RPE (Respiratory Protective Equipment), Virus Protection, Infection Control, Safety Wear, and Equipment, such as Defibrilators, Hand Dryers, and Alcohol Breathalysers.\",\n    \"organization_short_description\": \"We're experts in the field diagnostic tests, workplace testing, PPE (Personal Protective Equipment), RPE (Respiratory Protective Equipment), virus protection, infection control, and safety wear. Driven by our mission to make high quality diagnostics and healthcare products more affordable and accessible to people all around the world\\n\\nOur products and solutions are relevant to many sectors, such as health & social care, primary care, education, transport & logistics, aviation, maritime, manufacturing, construction, retail, finance and general industry.\\n\\nOur clients include the NHS, local authorities, care homes, GP surgeries, dental practices, opticians, pharmacies, private health clinics, retailers, manufacturers, construction companies and more. Whilst we supply direct to end-user customers, we also operate a reseller channel for businesses that wish to supply their own customers.\\n\\nOur storage facility is large enough to house your own stock should you not have sufficient space to store in-house. Supplies can therefore be called off as and when you need them.\\n\\nOur Commitment\\n\\nQuality standards mean that Hygiene UK can offer approved and certified diagnostic, protection and prevention products. We all have a social responsibility and Hygiene UK is the solution to help protect your organisation and its employees & patients from unnecessary risk. We need to protect our people in the workplace because people are our most important asset.\\n\\nOur Mission\\n\\nTo provide trusted products and solutions to our customers globally.\\n\\nOur Guarantee\\n\\nWe guarantee to make your customer experience as enjoyable as possible, from enquiry, quotation to coordination, logistics and aftercare.\\n\\nPlease get in touch, we'd love to hear from you!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"aprons, visors, goggles, wipes, purell, gojo, hand hygiene, dispensers, alcohol gel, sanitiser, disposable gloves, face masks, respirators, gowns, shoe covers, over sleeves, mob caps, ffp2, ffp3, coveralls, ppe, infection control, hospitals & health care, personal protective equipment, respiratory protective equipment, virus protection, diagnostic tests, medical devices, nitrile gloves, vinyl gloves, disposable body protection, rapid tests, drug tests, alcohol tests, alcohol breathalyser, hand dryers, defibrillators, sanitizers, disposable face masks, protective clothing, surgical masks, safety wear, janitorial supplies, healthcare products, workplace safety, self-testing, point-of-care testing, safety solutions, next day delivery, affordable healthcare, customer service, bulk orders, logistics support, social responsibility, supply chain, storage solutions, healthcare industry, construction safety, industrial safety, medical supplies, fda approved, ce certified, nhs supplier, trusted products, affordable prices, global distribution, business solutions, sustainable products, personal safety solutions, hygiene products, hospital & health care\",\n    \"organization_technologies\": \"Apache, Basis, Bootstrap Framework, Cloudflare DNS, DoubleClick, DoubleClick Conversion, Google AdWords Conversion, Google Dynamic Remarketing, Google Font API, Google Tag Manager, Intuit, Microsoft Office 365, Mobile Friendly, Outlook, Quantcast, QuickBooks, Remote, Shopify, Shutterstock, Trustpilot, Ubuntu, Woo Commerce, WordPress.org, Wordpress.com, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fb2f84518a660001e725c6\",\n    \"organization_id\": \"60494e1115524000016c0087\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/hygiene-uk\",\n    \"organization_linkedin_uid\": \"68868224\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"hygiene-uk.com\",\n    \"organization_phone\": \"+44 114 221 3344\",\n    \"organization_street_address\": \"President Way\",\n    \"organization_raw_address\": \"President Park, President Way, Sheffield, South Yorkshire S4 7UR, GB\",\n    \"organization_state\": \"England\",\n    \"organization_city\": \"Sheffield\",\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": \"S4 7UR\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Andrea\",\n    \"last_name\": \"Beaman\",\n    \"email\": \"andrea@andreabeaman.com\",\n    \"organization_name\": \"Andreabeaman.com\",\n    \"organization_website_url\": \"http://www.andreabeaman.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/andreabeaman\",\n    \"name\": \"Andrea Beaman\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Natural Foods Chef, Holistic Health Coach, Herbalist, Educator, Inspirational Speaker\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"New York\",\n    \"state\": \"New York\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": \"1400000\",\n    \"organization_annual_revenue_printed\": \"1.4M\",\n    \"organization_seo_description\": \"Holistic Health Coach\",\n    \"organization_short_description\": \"My company provides Holistic Health Coaching, health books, cookbooks, DVDs, video blogs, recipes and more to folks that are seeking to improve their health and well-being.  Besides teaching educational and entertaining cooking classes and seminars all over the country, I host an award nominated show called Fed Up! If you're Fed Up with not feeling well or being unable to cook delicious meals, tune in and I'll show you how to do it. Veria TV on dish and fios.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"cooking, seminars, teaching, coaching, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AWeber, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Gmail, Google AdSense, Google Analytics, Google Apps, Google Font API, Google Tag Manager, Micro, Mobile Friendly, Nginx, Remote, Render, Thinkific, TikTok, WordPress.org, YouTube\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f8d2bef1e87a0001c297ae\",\n    \"organization_id\": \"54a1b3e77468694f8f64a809\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/andreabeaman.com\",\n    \"organization_linkedin_uid\": \"1567597\",\n    \"organization_twitter_url\": \"https://twitter.com/andreabeaman\",\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 1999,\n    \"organization_primary_domain\": \"andreabeaman.com\",\n    \"organization_phone\": \"+1 212-249-1428\",\n    \"organization_street_address\": \"520 E 79th St\",\n    \"organization_raw_address\": \"520 E 79th St Apt 6e, New York, New York, USA, 10075-1506\",\n    \"organization_state\": \"New York\",\n    \"organization_city\": \"New York\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"10075-1501\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Andy\",\n    \"last_name\": \"Glab\",\n    \"email\": \"andy@vitalitymke.com\",\n    \"organization_name\": \"Vitality\",\n    \"organization_website_url\": \"http://www.aestheticallywell.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/andyglab\",\n    \"name\": \"Andy Glab\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEqXC-_xD7V1Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1657824328518?e=2147483647&v=beta&t=34mXv_uKr_SX7Wyud_9nrnTbvjrK6i5MZ2QMBXn-gqs\",\n    \"title\": \"Owner\",\n    \"headline\": \"Sales & Marketing - Fitness Director - Membership Services\",\n    \"seniority\": \"owner\",\n    \"city\": \"Milwaukee\",\n    \"state\": \"Wisconsin\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670b1257847f3b00012381b1/picture\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f7c6c151a3650001a3ff11\",\n    \"organization_id\": \"641ab7b44badd60001270253\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/vitalitymke\",\n    \"organization_linkedin_uid\": \"47999312\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/aestheticallywell/\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"aestheticallywell.com\",\n    \"organization_phone\": \"+1 414-708-1947\"\n  },\n  {\n    \"first_name\": \"Patrik\",\n    \"last_name\": \"Lernberger\",\n    \"email\": \"patrik@lernbergerstafsing.com\",\n    \"organization_name\": \"Lernberger Stafsing\",\n    \"organization_website_url\": \"http://www.lernbergerstafsing.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/patrik-lernberger-b3665519\",\n    \"name\": \"Patrik Lernberger\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4D03AQHRMp9uZs7_og/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1707480900513?e=2147483647&v=beta&t=o-T3bcyd4ZU_Zq3MVKg5jOH-pc3fgeJ-gaEnM5TfM-k\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"10\",\n    \"city\": \"Gothenburg\",\n    \"state\": \"Vaestra Goetaland County\",\n    \"country\": \"Sweden\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68c392ce7846de0001fb0de6/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Lernberger Stafsing springs from the belief that there is an untapped potential of beauty inside everyone, ready to be released. We have always dared to dream big. Founded, run and owned by us – Patrik Lernberger and Mattias Stafsing – our brand is a celebration to the magic of personal transformation. We believe that you are more beautiful than what you show the world, and that once you are able to express that beauty, wonderful things will come true.\",\n    \"organization_short_description\": \"Lernberger Stafsing springs from the belief that there is an untapped potential of beauty inside everyone, ready to be released. We have always dared to dream big. Founded, run and owned by us – Patrik Lernberger and Mattias Stafsing – our brand is a celebration to the magic of personal transformation. We believe that you are more beautiful than what you show the world, and that once you are able to express that beauty, wonderful things will come true.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"personal care product manufacturing, selfcare, personal transformation, affordable luxury, moisturising serum, exfoliating facial scrub, nourishing facial oil, deep repair treatment, hair restoration, anti-ageing, collagen stimulation, hydration, dull skin, luxury beauty, sustainable beauty, scandinavian skin care, vegan products, dermatologically tested, frizz control, hair hydration, soothing cream, luxury hair care, body care, shampoo, hand cream, dry skin relief, gentle cleanser, skin barrier repair, skin hydration, uv protection, botanical extracts, antioxidant-rich, collagen boosting, squalane, dryness prevention, fading pigmentation, natural ingredients, skin rejuvenation, daily skincare routine, moisturising day cream, eye cream, lightweight formula, fast-absorbing lotion, volume & texture, hair styling essentials, dry shampoo, strong hold hairspray, glossing hair mist, preserving youthful skin, collagen production, fragrance free, health, wellness & fitness\",\n    \"organization_technologies\": \"AT Internet, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Tag Manager, Microsoft Office 365, Mobile Friendly, Nginx, Outlook, Quantcast, Reviews, TikTok, Ubuntu, Woo Commerce, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fe9be55e305500011c6c51\",\n    \"organization_id\": \"56d39963f3e5bb2396000152\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/lernberger-stafsing\",\n    \"organization_linkedin_uid\": \"10251338\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2011,\n    \"organization_primary_domain\": \"lernbergerstafsing.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1A Karl Gustavsgatan\",\n    \"organization_raw_address\": \"Karl Gustavsgatan 1a, Gothenburg, Vastra Gotaland County, SE\",\n    \"organization_state\": \"Vaestra Goetaland County\",\n    \"organization_city\": \"Gothenburg\",\n    \"organization_country\": \"Sweden\",\n    \"organization_postal_code\": \"411 25\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Helena\",\n    \"last_name\": \"Lauseng\",\n    \"email\": \"helena.lauseng@helenaswax.com\",\n    \"organization_name\": \"Helena's Wax and Day spa\",\n    \"organization_website_url\": \"http://www.helenaswax.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/helena-fideles-lauseng-4135827a\",\n    \"name\": \"Helena Lauseng\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQF1GxvCPZOPXg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516761835581?e=2147483647&v=beta&t=koiIEWE4uDD9-JNzjc0HOyTGN3PH9OnAp7C15I_aFv4\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Helena's Wax and Day spa\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"8\",\n    \"city\": \"Houston\",\n    \"state\": \"Texas\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6701848a53786f000147cbe3/picture\",\n    \"organization_annual_revenue\": \"2475000\",\n    \"organization_annual_revenue_printed\": \"2.5M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Discover the hidden oasis of rejuvenation nestled in the quiet upscale neighborhood of St. George Place in the Galleria Area. Helena's Wax and Day Spa is a luxurious 9,000 square foot spa that is eco-friendly in design and charming in decor. With our private 20 car parking lot, we provide an exclusive escape from the stress of the busy city while being conveniently located one mile from the Galleria Mall. From the moment you walk in through our doors, you will receive the inviting and personable service only a family owned and operated business can offer. We pride ourselves in maintaining the highest standard of cleanliness with our reputation for being cleaner than a doctor's office. As a full-service day spa, we are equipped with 18 treatment rooms (including two couples massage rooms), four pedicure stations, three Swiss showers, an infrared sauna, and a luxurious couples hydro-massage bathtub.\\n\\nHOURS OF OPERATION\\nMonday: 9:00 AM - 8:00 PM\\nTuesday: 9:00 AM - 8:00 PM\\nWednesday: 9:00 AM - 8:00 PM\\nThursday: 9:00 AM - 8:00 PM\\nFriday: 9:00 AM - 8:00 PM\\nSaturday: 9:00 AM - 8:00 PM\\nSunday: 10:00 AM - 5:00 PM\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"beauty, esthetics, massage, facials, waxing, skincare, body treatments, self care, nails, pedicure, manicure, wellness & fitness services, health, wellness & fitness, beauty & spas, day spas, skin care\",\n    \"organization_technologies\": \"Apache, Bootstrap Framework, DoubleClick, DoubleClick Conversion, GoDaddy Hosting, Google AdWords Conversion, Google Analytics, Google Dynamic Remarketing, Google Tag Manager, JQuery 1.11.1, Mobile Friendly, Remote, Render, Reviews, TikTok, Yelp\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f5be2346183c00019eacf9\",\n    \"organization_id\": \"5e55c5018185600001537a37\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/helena-s-wax-and-day-spa\",\n    \"organization_linkedin_uid\": \"35500510\",\n    \"organization_twitter_url\": \"https://twitter.com/helenaswax\",\n    \"organization_facebook_url\": \"https://www.facebook.com/pages/Helenas-Brazilian-Wax-Spa/186314382978\",\n    \"organization_founded_year\": 2006,\n    \"organization_primary_domain\": \"helenaswax.com\",\n    \"organization_phone\": \"+1 713-954-5400\",\n    \"organization_street_address\": \"5721 Winsome Ln\",\n    \"organization_raw_address\": \"5721 Winsome Ln, Houston, Texas 77057, US\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"Houston\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"77057\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Rod\",\n    \"last_name\": \"Zakostelsky\",\n    \"email\": \"rod@miss-vitality.com\",\n    \"organization_name\": \"Miss Vitality\",\n    \"organization_website_url\": \"http://www.missvitality.eu\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/rod-zakostelsky-86795079\",\n    \"name\": \"Rod Zakostelsky\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Miss Vitality\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": \"Western Australia\",\n    \"country\": \"Australia\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f93685ae5fb100012540e5/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Miss Vitality believes in a healthy planet carrying happy people. We help uncover hidden potential on the physical, mental and emotional level so your true value can emerge and shine. Become the most authentic version of yourself. Our work is based on 4 pillars of awareness; exercise, meditation, nutrition and personal values.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"resilience, work life balance, vitality, body composition analysis, meditation, metabolism, vipassana, pilates, exercise, personal training, yoga, wellbeing, nutrition, mindset, astanga, metabolic age, wellness & fitness services, personal coaching, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"6041251098724d000165a8bd\",\n    \"organization_id\": \"5c1df9b4a3ae61dbc400ed20\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/missvitality\",\n    \"organization_linkedin_uid\": \"11521450\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2011,\n    \"organization_primary_domain\": \"missvitality.eu\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"Willem de Zwijgerlaan\",\n    \"organization_raw_address\": \"Willem de Zwijgerlaan, Den Haag, Zuid-Holland, NL\",\n    \"organization_state\": \"South Holland\",\n    \"organization_city\": \"The Hague\",\n    \"organization_country\": \"Netherlands\",\n    \"organization_postal_code\": \"2582\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Glenn\",\n    \"last_name\": \"Shelford\",\n    \"email\": \"glenn@untamed.fit\",\n    \"organization_name\": \"Untamed Fitness\",\n    \"organization_website_url\": \"http://www.untamed.fit\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/untamedfitness\",\n    \"name\": \"Glenn Shelford\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"city\": \"Cheshunt\",\n    \"state\": \"England\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68523b82318dba000170a47b/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"671689cf48992c0001fb3b8b\",\n    \"organization_id\": \"68523b7686de9e0001a1d7c8\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/untamedfitness\",\n    \"organization_linkedin_uid\": \"105551742\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"untamed.fit\",\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Pat\",\n    \"last_name\": \"O'Brien\",\n    \"email\": \"patrick@learnsativa.org\",\n    \"organization_name\": \"Chronic Guru Farms\",\n    \"organization_website_url\": \"http://www.chronicguru.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/officialpatobrien\",\n    \"name\": \"Pat O'Brien\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQFf7-KfLulyrg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1682793322225?e=2147483647&v=beta&t=BwniOMzFrk4ACMtrFesbZCpPnDXDD8Bl8M8JI-_G6yw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Revolutionizing Cannabis Retail & Advocacy\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": \"Orlando\",\n    \"state\": \"Florida\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/675151d68923590001fabe42/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Shop cannabis products from Chronic Guru's dispensary at our many locations or online. Free nationwide shipping and no medical card required.\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"cannabis & dispensary, wellness & fitness services, cannabis, dispensary, thc, cbd, flower, pre-rolls, edibles, concentrates, cartridges, vapes, online shopping, free shipping, nationwide delivery, farm direct, indica, sativa, hybrid, high potency, low potency, custom recommendations, lab tested, organic cannabis, cannabis strains, terpenes, cannabinoids, customer service, community advocacy, cannabis education, wholesale pricing, discreet packaging, secure checkout, local pickup, customer loyalty programs, high quality, medical cannabis, recreational cannabis, cannabis industry, home grow, cannabis culture, convenience, easy returns, natural products, potency levels, cannabis farm, farm tours, budtender recommendations, cannabis information, safe consumption, food & drink infused with cannabis, stigma-free space, health, wellness & fitness, pharmaceuticals, medical, e-commerce, consumer internet, consumers, internet, information technology & services\",\n    \"organization_technologies\": \"AI, Adobe Media Optimizer, Ahrefs, Apache, Bootstrap Framework, Cedexis Radar, Circle, DigitalOcean, Drip, Gmail, Google Analytics, Google Apps, Google Font API, Google Tag Manager, Gravity Forms, Mobile Friendly, New Relic, Nginx, Phoenix, Remote, Render, Route 53, SMTP.com, Semrush, TikTok, Ubuntu, Vimeo, Woo Commerce, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"60eee3d36de8f5000175873e\",\n    \"organization_id\": \"614ef6681a7c430001f5f5ea\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/chronic-guru-farms\",\n    \"organization_linkedin_uid\": \"71657665\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/chronicgurufl/\",\n    \"organization_founded_year\": 2016,\n    \"organization_primary_domain\": \"chronicguru.com\",\n    \"organization_phone\": \"+1 407-984-5335\",\n    \"organization_street_address\": \"206 North Lake Pleasant Road\",\n    \"organization_raw_address\": \"206 north lake pleasant road, apopka, fl, united states\",\n    \"organization_state\": \"Florida\",\n    \"organization_city\": \"Apopka\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"32703\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Suzie\",\n    \"last_name\": \"O'Neill\",\n    \"email\": \"suzie@ayu.ie\",\n    \"organization_name\": \"Ayu Cosmetics\",\n    \"organization_website_url\": \"http://www.ayucosmetics.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/suzie-o-neill-17b9a431\",\n    \"name\": \"Suzie O'Neill\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/D4E03AQFjeX3JiuY49Q/profile-displayphoto-shrink_400_400/0/1698079865985?e=1703721600&v=beta&t=2MRLfRqgNbTnkZ5K1I28DE2zKLMiUTjA1bx53x5ASog\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner Ayu Cosmetics & AyuGlo Tan \",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": null,\n    \"state\": \"County Kildare\",\n    \"country\": \"Ireland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6718bc37467df30001de727b/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Empowering Women Through Makeup | Concealers, Foundations, Blushes, Eye Shadows, Lipsticks, Brush Sets & More | Free Shipping Over €50 IRE/UK\",\n    \"organization_short_description\": \"Ayu is an Irish owned and based vegan cosmetics brand. At Ayu we create cosmetics for real women.\\n\\nAyu application is simple, quick, wearable and natural - More importantly - it's easy!\\n\\nWe are dedicated to empowering women with the tools and knowledge to bring out their best selves.\\n\\nAt Ayu we want to show women how to enhance their natural beauty rather than mask it.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"personal care product manufacturing, health, wellness & fitness\",\n    \"organization_technologies\": \"Adobe Media Optimizer, Android, Basis, Bootstrap Framework, Cedexis Radar, DoubleClick, DoubleClick Conversion, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google AdWords Conversion, Google Analytics, Google Dynamic Remarketing, Google Font API, Google Tag Manager, Hotjar, Klaviyo, Mobile Friendly, Outlook, Rackspace MailGun, Shopify, Shopify Plus, Shutterstock, Trustpilot, Vimeo\",\n    \"email_domain_catchall\": false,\n    \"id\": \"5e6079af642e970001c231c2\",\n    \"organization_id\": \"670f6154fc2d1f02cf006d76\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/ayu-cosmetics\",\n    \"organization_linkedin_uid\": \"105184977\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"ayucosmetics.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"clane, county kildare\",\n    \"organization_state\": \"County Kildare\",\n    \"organization_city\": \"Clane\",\n    \"organization_country\": \"Ireland\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Dina\",\n    \"last_name\": \"Strachan\",\n    \"email\": \"drstrachan@aglowdermatology.com\",\n    \"organization_name\": \"Aglow Dermatology\",\n    \"organization_website_url\": \"http://www.dinastrachanmd.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/drdinamd\",\n    \"name\": \"Dina Strachan\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQFgC6zDCyBXjw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516241612587?e=2147483647&v=beta&t=RoHaxJmrE0EprEcwPhnindCvpBVQ5wJTF-Sbdfhs5W4\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Aglow Dermatology\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"New York\",\n    \"state\": \"New York\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68c70d4dfd840100015d8637/picture\",\n    \"organization_annual_revenue\": \"21560000\",\n    \"organization_annual_revenue_printed\": \"21.6M\",\n    \"organization_seo_description\": \"Aglow Dermatology offers quality dermatology services for patients of all skin types in New York City. Schedule a consultation today!\",\n    \"organization_short_description\": \"Aglow Dermatology is an internationally-recognized medical and cosmetic dermatology practice in the Murray Hill neighborhood of New York City.  We are specially known for acne treatment, hair loss, scalp disorders and skin of color.  Our founder and director, board-certified dermatologist Dr. Dina Strachan, is a popular expert in the local and national media, as well as a best-selling author, consultant and speaker.  Aglow Dermatology offers in person and virtual visits.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"dermatology, telemedicine, skin care, acne, hair loss, scalp disorders, ethnic skin, medical education, consulting, ime, beauty, directtoconsumer, eczema, scar treatment, microneedling, chemical peels, medical writing, media trained, hair care, healthcare, wellness & fitness services, health care information technology, health care, health, wellness & fitness, hospital & health care, dermatologists, doctors, health & medical\",\n    \"organization_technologies\": \"AI, Adobe Media Optimizer, Android, Basis, Cedexis Radar, CloudFlare Hosting, Cloudflare DNS, Flutter, Gmail, Google Analytics, Google Apps, Google Font API, Google Tag Manager, IoT, KISSmetrics, MailChimp SPF, Micro, Mobile Friendly, Paytm, Python, Razorpay, Remote, Reviews, Sendgrid, SharePoint, TikTok, Vimeo, WordPress.org, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fc48a2db216900015d2108\",\n    \"organization_id\": \"54a1a67a74686942d3bccb04\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/aglow-dermatology\",\n    \"organization_linkedin_uid\": \"6876519\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2003,\n    \"organization_primary_domain\": \"dinastrachanmd.com\",\n    \"organization_phone\": \"+1 212-627-1004\",\n    \"organization_street_address\": \"150 E 37th St\",\n    \"organization_raw_address\": \"150 E 37th St, office unit C, New York, New York 10016, US\",\n    \"organization_state\": \"New York\",\n    \"organization_city\": \"New York\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"10016-3108\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Liz\",\n    \"last_name\": \"Bakker\",\n    \"email\": \"liesbeth@blizevents.com\",\n    \"organization_name\": \"Bliz Wellness\",\n    \"organization_website_url\": \"http://www.blizwellness.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/bakkerliesbeth\",\n    \"name\": \"Liz Bakker\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQHM0Mz8BA2ABA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516210741969?e=2147483647&v=beta&t=EsdJLMih2lM0z_c1AAJpDqMJQ4gSxgBnK88Nic0kx2w\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Amersfoort\",\n    \"state\": \"Utrecht\",\n    \"country\": \"Netherlands\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66e4fb29ed67570001d70a6d/picture\",\n    \"organization_annual_revenue\": \"4719000\",\n    \"organization_annual_revenue_printed\": \"4.7M\",\n    \"organization_seo_description\": \"Do you wish to buy a diffuser and enjoy its many benefits, such as better sleep and a decrease in stress? Order yours online in our wellness store!\",\n    \"organization_short_description\": \"Current developments make it vital to secure your own healthy living environment, relaxation and wellness and adopt a healthy lifestyle. We offer you the best products available. Also 100% natural products to create a better 'feel' in your living and work environment. \\nIn our shop you find products of HeartMath, AQV, doTERRA, AromaLove, Forever Green, AQV watersystems, Boneco Airpurifiers and more.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"CloudFlare Hosting, Facebook Custom Audiences, Facebook Like Button, Facebook Login (Connect), Facebook Widget, Google Font API, Google Tag Manager, Hotjar, Mobile Friendly, SEOshop, TrustedShops\",\n    \"email_domain_catchall\": true,\n    \"id\": \"54a30a817468693cdde31d50\",\n    \"organization_id\": \"6727661e6893d600010f81ce\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/bliz-wellness\",\n    \"organization_linkedin_uid\": \"71273582\",\n    \"organization_twitter_url\": \"https://twitter.com/blizwellness\",\n    \"organization_facebook_url\": \"https://www.facebook.com/search/top\",\n    \"organization_founded_year\": 2013,\n    \"organization_primary_domain\": \"blizwellness.com\",\n    \"organization_phone\": \"+31 6 52307365\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"postbus 1363, Bussum, Noord-Holland, NL, 1400 BJ\",\n    \"organization_state\": \"North Holland\",\n    \"organization_city\": \"Bussum\",\n    \"organization_country\": \"Netherlands\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Steve\",\n    \"last_name\": \"Paine\",\n    \"email\": \"slpaine@mayfloweracupuncture.com\",\n    \"organization_name\": \"Albert Place Practice\",\n    \"organization_website_url\": \"http://www.stevepaineomd.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/stevepaineomd\",\n    \"name\": \"Steve Paine\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGx9Vvc02opCw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517699246360?e=2147483647&v=beta&t=Za1pFi0qycRmzs0a29gtrhcOxTHXrdsSKM8GBLhYiN4\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Mayflower Acupuncture, LLC / NGAOM / Medical Advisory Panel, Connecticut Worker's Compensation Commission\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Simsbury\",\n    \"state\": \"Connecticut\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"In November 2009, Steve Paine, OMD, merged his practice with Albert Place Practice. Steve endorses the practitioners and client service orientation of Albert Place Practice wholeheartedly.\\n\\nThe Albert Place Practice clinic, specialising in Chinese Medicine, was opened in London in the late 1980s by Clair Beardson. The practice proved highly successful and in 1999 a second practice was opened in Hong Kong. Albert Place has a number of certified Chinese medical doctors who, together, bring a wide range of experience. They specialise in many areas, including diabetes, fertility and skin problems. The practice also has a highly trained nutritionist, Raymond Chung.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness, acupuncture, health & medical, traditional chinese medicine\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54aaa9367468690377b3fa10\",\n    \"organization_id\": \"54a11e4869702d8ed4fd5201\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/albert-place-practice\",\n    \"organization_linkedin_uid\": \"680130\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"stevepaineomd.com\",\n    \"organization_phone\": \"+1 860-413-2118\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"HK\",\n    \"organization_state\": null,\n    \"organization_city\": \"Hong Kong\",\n    \"organization_country\": \"Hong Kong\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Kathy\",\n    \"last_name\": \"Ryan-Ceisel\",\n    \"email\": \"kathy.ryan-ceisel@nm.org\",\n    \"organization_name\": \"Athletic Edge and Wellness\",\n    \"organization_website_url\": null,\n    \"linkedin_url\": \"http://www.linkedin.com/in/kathy-ryan-ceisel-3520b254\",\n    \"name\": \"Kathy Ryan-Ceisel\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5103AQHQpjLPfHztrg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516721601722?e=2147483647&v=beta&t=sAJDmoruDaS1dKjtb6nlPmcQWCpFcfnh9Jx_J37jj9I\",\n    \"title\": \"Owner\",\n    \"headline\": \"Sport Performance, Wellness, Injury Prevention, Overhead Throwing Specialist\",\n    \"seniority\": \"owner\",\n    \"city\": \"Algonquin\",\n    \"state\": \"Illinois\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670a066de8aa1f00016cae7a/picture\",\n    \"email_domain_catchall\": true,\n    \"id\": \"57dabb18a6da984a6c6ddf07\",\n    \"organization_id\": \"673001fa24c32c0001c7279f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/athletic-edge-and-wellness\",\n    \"organization_linkedin_uid\": \"18961156\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": null,\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Marci\",\n    \"last_name\": \"Evans\",\n    \"email\": \"marci@marcird.com\",\n    \"organization_name\": \"Marci RD Nutrition: Food & Body Image Healers®\",\n    \"organization_website_url\": \"http://www.marcird.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/marcird\",\n    \"name\": \"Marci Evans\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQGbO5UT78zCbg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1654133018735?e=2147483647&v=beta&t=LjDCqqHyoz5mdRqMQ1k-ufaSmysvEx8mXh9HKmcp01Y\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Certified Eating Disorder Dietitian & Supervisor, Body Image Healing, Consultant, Speaker, Faculty at Simmons University\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Cambridge\",\n    \"state\": \"Massachusetts\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66ccf8811b36130001a1beb5/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Certified Eating Disorder RDN team in Cambridge, MA. providing one-on-one nutrition counseling & empowering individuals to find a healthy relationship with food & their bodies. > http://marcird.com/services-nutrition-counseling\\n\\nWe also offer a 5 Part Eating Disorders online training program for RDNs & RDNs to be! > http://marcird.com/online-training\\n\\nWe'll work with you on tackling the complex issues that sabotage your health and well being, so that you become healthier from the inside out.\\n\\nLife is stressful, your diet doesn't have to be!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"health & wellness, eating disorders, dietitian training, nutrition counseling, wellness & fitness services, health, wellness & fitness, health & medical, nutritionists\",\n    \"organization_technologies\": \"AI, Android, Basis, Circle, Flutter, Gmail, Google Apps, Google Cloud Hosting, IoT, Python, Remote, Reviews, SharePoint, Toast\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a767737468696829345731\",\n    \"organization_id\": \"5592346c736964185f17cc00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/marci-rd-nutrition-consulting\",\n    \"organization_linkedin_uid\": \"1561406\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://facebook.com/marcird\",\n    \"organization_founded_year\": 2009,\n    \"organization_primary_domain\": \"marcird.com\",\n    \"organization_phone\": \"+1 617-834-7336\",\n    \"organization_street_address\": \"22 Hilliard St\",\n    \"organization_raw_address\": \"22 Hilliard Street, Cambridge, Massachusetts, USA, 02138\",\n    \"organization_state\": \"Massachusetts\",\n    \"organization_city\": \"Cambridge\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"02138-4922\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Andy\",\n    \"last_name\": \"Yassa\",\n    \"email\": \"andy@killeenfamilydentistry.com\",\n    \"personal_email\": \"ayassadds@yahoo.com\",\n    \"organization_name\": \"Killeen Family Dentistry\",\n    \"organization_website_url\": \"http://www.killeenfamilydentistry.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/andy-yassa-2a70548\",\n    \"name\": \"Andy Yassa\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"hospital & health care\",\n    \"headline\": \"Owner at Killeen Family Dentistry, Partner at The Smile Spot\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"8\",\n    \"city\": null,\n    \"state\": \"Texas\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Trusted Dentists serving Killeen, TX. Contact us at 254-218-6349 or visit us at 3300 East Central Texas Express Way, Suite 302, Killeen, TX 76543: Killeen Family Dentistry\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"hospitals & health care, hospital & health care, dentists, endodontists, general dentistry, health & medical, orthodontists\",\n    \"organization_technologies\": \"Amazon AWS, Mobile Friendly, Remote, Reviews\",\n    \"email_domain_catchall\": true,\n    \"id\": \"54a218147468693a7ea7450c\",\n    \"organization_id\": \"5500af257369642dc8310000\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/killeen-family-dentistry\",\n    \"organization_linkedin_uid\": \"4385101\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://facebook.com/killeenfamilydentistry\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"killeenfamilydentistry.com\",\n    \"organization_phone\": \"+1 254-218-6349\",\n    \"organization_street_address\": \"3300 E Central Texas Expy\",\n    \"organization_raw_address\": \"3300 east central texas expressway, killeen, texas, united states\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"Killeen\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"76543-5306\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Maz\",\n    \"last_name\": \"Zeina\",\n    \"email\": \"maz.zeina@elexadent.com\",\n    \"organization_name\": \"Elexadent\",\n    \"organization_website_url\": \"http://www.elexadent.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/mazzeina\",\n    \"name\": \"Maz Zeina\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQHiY1zV-EP0wQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1725191005825?e=2147483647&v=beta&t=ELMqCkAm46vsn_l3DS-POSJe92BgFOMdQyY8X7B0OQA\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"London\",\n    \"state\": \"England\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/686338e606ee3f0001b774e1/picture\",\n    \"organization_annual_revenue\": \"3967000\",\n    \"organization_annual_revenue_printed\": \"4.0M\",\n    \"organization_seo_description\": \"Elexadent is a dental equipping UK company. Buy your equipment anywhere, we've got all the parts for its tear and wear.\",\n    \"organization_short_description\": \"Elexadent is a Dental Equipment Company based in London, England. Using over 20 years experience in medical and dental equipment management, we specialise in offering Clinicians and Dentists, the latest in equipment and consumables technology.\\n\\nOur selected products on sale have fulfilled the selection criteria for providing our clients excellent performance at very competitive prices and good value for money. We are constantly improving our products to cater for our clients' needs. In support of our products, we offer advice on selection, procurement, training, repair and maintenance.\\n\\nWe work with dentists who have a problem choosing the right equipment for their surgeries. What we do is offer dentists a One-Stop-Shop utilising our experience in working with clinicians who have ‘been there and done it'. What we guarantee is a specialist solution to your equipping challenge. Which means you can rest assured that you will have the best equipment and cabinetry installed and fitted within budget and time scale. Optimising your working space inside your surgery making you work in comfort with faster work flow and keeping you excited to work in your surgery every day of the week!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"dental equipment supply, elexa dental equipment manufacturer, dental spare parts, consumables, all equipment a dentist needs in his surgery, wellness & fitness services, dental technology, dental monitors, inter-oral cameras, patient management system, dental surgery lighting, dental microscope, dental equipment, dental chairs, portable dental units, dental handpieces, dental x-ray, dental sterilization, dental suction pumps, ultrasonic dental scalers, dental implants, intraoral scanners, dental lab equipment, dental sensors, dental disinfection, dental accessories, dental lighting, clinical micromotors, contra-angles, mobile dentistry, oral hygiene, endodontics, dental laboratory, surgical equipment, dental treatment planning, dental instruments, dental hygiene system, cbct scan, opg, acteon x-ray, durr x-ray, dental replacement cartridge, dental air compressors, ceramic crucibles, graphite crucibles, polishing tools, casting tools, dental marketing materials, dental training courses, dental patient care, dental fixtures, dental kits, safety cabinets, casting equipment, pneumatic chisel, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Bootstrap Framework, Cloudflare DNS, DoubleClick, DoubleClick Conversion, Gmail, Google AdWords Conversion, Google Apps, Google Dynamic Remarketing, Google Tag Manager, Hubspot, Mobile Friendly, Paypal, Render, Woo Commerce, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"60b3e1555bebb7000174a4ef\",\n    \"organization_id\": \"54a11cbe69702da10f98ca00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/elexadent\",\n    \"organization_linkedin_uid\": \"2870003\",\n    \"organization_twitter_url\": \"https://twitter.com/ElexadentUK\",\n    \"organization_facebook_url\": \"https://facebook.com/pages/Elexadent/237304879742975\",\n    \"organization_founded_year\": 2002,\n    \"organization_primary_domain\": \"elexadent.com\",\n    \"organization_phone\": \"+44 84 5680 1065\",\n    \"organization_street_address\": \"152 City Road\",\n    \"organization_raw_address\": \"152 City Road, London, England EC1V 1, GB\",\n    \"organization_state\": \"England\",\n    \"organization_city\": \"London\",\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": \"EC1V 1AR\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Mark\",\n    \"last_name\": \"Van Huijgevoort\",\n    \"email\": \"mark@braintrainingprofs.nl\",\n    \"organization_name\": \"Braintraining Profs\",\n    \"organization_website_url\": \"http://www.braintrainingprofs.nl\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/markvanhuijgevoort\",\n    \"name\": \"Mark Van Huijgevoort\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4D03AQFhn3I2vFa6ZQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1599589845782?e=2147483647&v=beta&t=ltacsvKFPe_j9jvKQfAcOJJ9K2gNx224BS8pzDM4PJY\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Train je brein om levenslustig te produceren l Verlost ondernemers van onrust, vermoeidheid & concentratieverlies | Biohack vandaag je focus, acties & resultaten met unieke hersentrainingen | Versnellen door vertragen\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Tilburg\",\n    \"state\": \"North Brabant\",\n    \"country\": \"Netherlands\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66fa45e09e39f50001673d21/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Braintraining Profs is dé plaats om je brein te trainen om effectiever, efficiënter & gelukkiger te zijn! Krijg nu vat op je gedrag, je emoties & je leven.\\n\\nBinnen de praktijk werken wij met toegewijde individuen, die uit zijn op een vervullend leven op elk gebied dat belangrijk voor hen is.\\n\\nWij creëren doorbraken met onze cliënten in alles wat ze willen in het leven, door ze de mogelijkheid te laten zien om in actie te komen, en te blijven! Werk je met ons, dan ontdek je een wereld waarin je je bekrachtigd voelt om alles waar jij op uit bent in je leven te veroorzaken in de realiteit.\\n\\nWij werken door middel van hersentraining en (business)coaching met ondernemers en hun gezinnen.\\n\\nDaarnaast richten we ons met de hersentraining op de befaamde labels als burn out, ADHD/ADD, stress, hoogsensitiviteit, vermoeidheid, leerproblematiek, angst, depressie etc.\\n\\nOndernemers (het zijn nèt mensen) ontbreekt het vaak aan het zien van mogelijkheden in hun persoonlijkheid, die er wel zijn in de realiteit. Daarmee ben je het bedrijf en je klant niet van waarde. Wij helpen ondernemers met het creëren van realiteitszin, actie en daarmee omzet.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"neerslachtig, persoonlijke ontwikkeling, businesscoaching, neurofeedback, vermoeidheid, adhd, slaapproblematiek, burn out, depressie, braintraining, hoofdpijn, nah, autisme, tranformatie, mindset, ondernemen, hoogsensitiviteit, stress, post covid, coaching, ondernemers, add, long covid, wellness & fitness services, brain training, mental resilience, focus improvement, stress management, personal coaching, entrepreneur support, concentration enhancement, mental health, add management, adhd support, burnout recovery, emotional balance, cognitive training, medication-free solutions, life management skills, decision-making improvement, performance enhancement, coaching programs, goal setting, self-improvement techniques, brain performance, healthy brain habits, personal development coaching, stress relief techniques, mental clarity, wellness coaching, cognitive flexibility, feedback mechanisms, self-awareness, time management, mental agility, resilience building, energy management, self-care strategies, positive psychology, motivational coaching, self-regulation, awareness training, mental conditioning, goal achievement, task prioritization, anxiety reduction, neuroscience applications, brain health, mindfulness practices, emotional well-being, performance optimization, coaching techniques, neurotechnology training, health, wellness & fitness, hospital & health care, oil & energy\",\n    \"organization_technologies\": \"Amazon SES, Gmail, Google Apps, Google Cloud Hosting\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a295c67468693a7ecbf22d\",\n    \"organization_id\": \"63c427bff1369b0001fced7a\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/braintraining-profs\",\n    \"organization_linkedin_uid\": \"13216191\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2017,\n    \"organization_primary_domain\": \"braintrainingprofs.nl\",\n    \"organization_phone\": \"+31 6 11791757\",\n    \"organization_street_address\": \"33 Eikenveld\",\n    \"organization_raw_address\": \"Eikenveld 33, Hulten, Noord-Brabant 5125 NP, NL\",\n    \"organization_state\": \"Noord-Brabant\",\n    \"organization_city\": \"Hulten\",\n    \"organization_country\": \"Netherlands\",\n    \"organization_postal_code\": \"5125 NP\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Lev\",\n    \"last_name\": \"Saks\",\n    \"email\": \"levsaks@sanctuarysenior.com\",\n    \"organization_name\": \"The Sanctuary at Stonehaven\",\n    \"organization_website_url\": \"http://www.sanctuarysenior.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/levsaks\",\n    \"name\": \"Lev Saks\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQGbnQrnvjuEGQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517787713258?e=2147483647&v=beta&t=YvoZoMr1csF4GdzCHWYZUJV2mySEbyS-y6JmXs96VCo\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at The Sanctuary at Stonehaven -\\nAssisted Living Reimagined\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Charlotte\",\n    \"state\": \"North Carolina\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670aff2a952d19000174b070/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"An excellent track record with fall risks and challenging residents - no sitters needed.\",\n    \"organization_short_description\": \"Assisted Living & Memory Care Reimagined.\\nAt The Sanctuary at Stovehaven, we combine all of the luxuries of home with the highest standard of excellence in care.  Our mission is to provide a home-like experience for residents while giving families peace of mind, knowing that their loved one is comfortable, safe, engaged, and respected.\\n\\nComfortable Setting\\nA beautiful, newly renovated residence on a quiet, tree-lined street specifically designed for senior safety & comfort.\\nFeaturing furnished bedrooms with en-suite bathrooms, the home incorporates a significant number of accessibility and safety features specific to seniors and not found in a regular home.\\n\\n24/7 Personalized Care\\nA highly qualified staff to care for all your loved ones needs 24/7 selected and trained to provide for more than just a resident's physical needs – excellent care delivers individual attention, engagement, respect, and dignity. Your loved one is cared for by a team of professionals, giving families complete peace of mind.\\n\\nDementia & Alzheimer's\\nTrained staff and specially designed accommodations, safety features, and activities for residents living with cognitive challenges brought on by Alzheimer's and dementia.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"assisted living, residential assisted living, memory care, dementia care, alzheimers care, memory assited living, dementia assisted living, alzheimers assisted living, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Flutter, GoDaddy Hosting, Google Analytics, Google Font API, Google Tag Manager, Gravity Forms, Mobile Friendly, Python, Render, SharePoint, Typekit, Varnish, Vimeo, WordPress.org, Yelp\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fa66c2143dad00018c7c53\",\n    \"organization_id\": \"5e572e743c1bf5000145bc05\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-sanctuary-at-stonehaven\",\n    \"organization_linkedin_uid\": \"18846082\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2017,\n    \"organization_primary_domain\": \"sanctuarysenior.com\",\n    \"organization_phone\": \"+1 704-233-3374\",\n    \"organization_street_address\": \"6741 Ciscayne Pl\",\n    \"organization_raw_address\": \"6741 Ciscayne Pl, Charlotte, North Carolina 28211, US\",\n    \"organization_state\": \"North Carolina\",\n    \"organization_city\": \"Charlotte\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"28211\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Elan\",\n    \"last_name\": \"Darcy\",\n    \"email\": \"elan@coachelan.com\",\n    \"organization_name\": \"Coach Elan Holistic Health\",\n    \"organization_website_url\": \"http://www.coachelan.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/coach-elan-holistic-health-coach\",\n    \"name\": \"Elan Darcy\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQFELPJ5hRn9LQ/profile-displayphoto-scale_200_200/B4EZgYJ3NYHoAc-/0/1752751896481?e=2147483647&v=beta&t=F7RRUZQ9HF4V6rPvk0WDOTSLA2w611XQEqYniNp_eas\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Holistic Health Coach | For Busy Professional Women.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Nenagh\",\n    \"state\": \"Tipperary\",\n    \"country\": \"Ireland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68bdbef38c7df10001ee832f/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Holistic health coach for busy profesionnal women.\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"flexibility, long term mindset, holistic health, sleep, support, self care, reduce stress, accountability, fitness, mental health, strength, menopause, nutrition, menstrual cycle, perimenopause, longevity, non restrictive approach, wellness & fitness services, holistic health coaching, fitness tips, nutrition plan, mindset training, stress reduction, body toning, custom training plan, energy increase, women's health, flexibility training, personal accountability, online coaching, group training, private facebook community, wellness goals, mental health improvement, weight loss, sustainable results, consultation call, menstrual cycle awareness, self-awareness, 30-minute workouts, weekly webinars, online fitness classes, exercise routines, healthy eating habits, accountability support, daily motivation, meal planning, self-sabotage resistance, month-by-month coaching, fitness & nutrition, energy levels optimization, mindset mastery, live workout sessions, coaching for women, flexible food plans, long-term results, 30-minute classes, community support, christmas challenge, holistic approach, fitness & wellness, body confidence, women's fitness, overcoming limiting beliefs, self-care practices, busy professional women, healthy lifestyle strategies, personal health, health care, hospital & health care, health, wellness & fitness\",\n    \"organization_technologies\": \"Amazon AWS, ClickFunnels, CloudFlare Hosting, DNSimple, Facebook Comments, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Gmail, Google Apps, Google Font API, Google Tag Manager, Mobile Friendly, Phusion Passenger, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"688f58ebf7f12d0001cb651a\",\n    \"organization_id\": \"661e2987b884ff0007c48e99\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/coach-elan\",\n    \"organization_linkedin_uid\": \"101792065\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2016,\n    \"organization_primary_domain\": \"coachelan.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Nenagh, Tipperary, IE\",\n    \"organization_state\": \"County Tipperary\",\n    \"organization_city\": \"Nenagh\",\n    \"organization_country\": \"Ireland\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Tammy\",\n    \"last_name\": \"Tipton\",\n    \"email\": \"t.tipton@appealsolutions.com\",\n    \"organization_name\": \"Appeal Solutions\",\n    \"organization_website_url\": \"http://www.appealsolutions.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/tammy-tipton-234b945\",\n    \"name\": \"Tammy Tipton\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGxQRrDzBVaaw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1547924359238?e=2147483647&v=beta&t=0WsuEJP_4d5mh2kGmM0NEEAh6mEWEq2AH6rgaWy9AXw\",\n    \"title\": \"Owner\",\n    \"industry\": \"hospital & health care\",\n    \"headline\": \"Author, Speaker and Owner, Appeal Solutions, Inc\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Oklahoma City\",\n    \"state\": \"Oklahoma\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6868afc267cc9a00017fe18f/picture\",\n    \"organization_annual_revenue\": \"1000000\",\n    \"organization_annual_revenue_printed\": \"1M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Appeal Solutions, Inc. is a leading provider of services focusing entirely on the resolution of denied or disputed medical insurance claims. We have been serving the claims resolution needs of the healthcare industry since 1997 when our company was one of the first to recognize the need for denial management resources. \\n\\nHow we help you with denials:\\n\\nWe have two denial management products: Power of Appeals Denial Management Software and AppealLettersOnline.com.\\n\\nPower of Appeals Software improves cash flow and reduces write-offs by analyzing denials, streamlining appeals, tracking the disposition of appeals and providing denial prevention reporting and analysis. It features a database of more than 1600 medical appeal letter templates.\\n\\nAppealLettersOnline.com - Our proprietary database of more than 1600 medical appeal letter templates is also available via an online subscription at AppealLettersOnline.com. We have specialty-specific, state-specific and payer-specific medical appeal letter templates covering almost every type of claim denial. We offer denial avoidance and denial management training tools, too.\\n\\nWe combine an experienced, friendly, and professional staff with in-depth knowledge of insurance law and insurance industry claim processing methods to provide effective, efficient results. We understand insurance, Medicare and other third-party sources for debt recovery and can aggressively pursue any avenue that reaches your goals.\\n\\nVisit us at AppealSolutions.com or AppealLettersOnline.com. Download our Power of Appeals Software demo and request free sample appeal letters. \\n\\nWe are eager to work with your healthcare organization.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"denial management, healthcare, patient advocacy, appeals, erisa, medicare, patient billing, medical coding, hospitals & health care, health care, health, wellness & fitness, hospital & health care\",\n    \"organization_technologies\": \"Android, Circle, Google AdSense, Google Analytics, Google Font API, IoT, Mobile Friendly, Nginx, Remote, SAP, Webmail, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f6fa262b1036000145b67d\",\n    \"organization_id\": \"55922aa573696425293e2b00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/appeal-solutions\",\n    \"organization_linkedin_uid\": \"3850846\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/tammy.tipton.50\",\n    \"organization_founded_year\": 1997,\n    \"organization_primary_domain\": \"appealsolutions.com\",\n    \"organization_phone\": \"+1 888-399-4925\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"113 w broadway st, blanchard, oklahoma, united states, 73010-5419\",\n    \"organization_state\": \"Oklahoma\",\n    \"organization_city\": \"Blanchard\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Greg\",\n    \"last_name\": \"Newlands\",\n    \"email\": \"greg@becomeempowered.co.uk\",\n    \"organization_name\": \"The Empowered Man\",\n    \"organization_website_url\": \"http://www.theempoweredman.com.au\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/greg-newlands\",\n    \"name\": \"Greg Newlands\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQFNDOgiThc2cg/profile-displayphoto-shrink_200_200/B4EZc3AbS2G4Ag-/0/1748974549215?e=2147483647&v=beta&t=gskOxLbDhMz3iZ2htzgZpj-pEj0qrup9ThrqA-sRNX0\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Helping high-performing founders maintain peak shape so they operate with energy, confidence, and power in business and life.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": \"Tulum\",\n    \"state\": \"Quintana Roo\",\n    \"country\": \"Mexico\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/674c1fa6379eca0001840285/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Addiction, anxiety, stress, depression, anger and all other negative habits, feelings, thoughts and actions...\\n\\nWhat is the one thing that unites all men?\\n\\nThe fact that we go through PAIN.\\n\\nFor many men the problem is not the pain itself but more so the fact that they do not know how to turn the challenges, problems and struggles into fuel and POWER.\\n\\nThe Empowered Man was created to give modern men the step by step blueprint on how to become the leader they know they can be for themselves and their loved ones.\\n\\nTo date, we have coached over 2187+ men all over Australia and New Zealand.\\n\\nWe run live workshops exclusively for men every fortnight in most major cities.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": true,\n    \"id\": \"5f3a6df1438f13008ca0c252\",\n    \"organization_id\": \"60af15e18d4339000193705e\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-empowered-man\",\n    \"organization_linkedin_uid\": \"34738207\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2016,\n    \"organization_primary_domain\": \"theempoweredman.com.au\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"173-175 Glenayr Ave\",\n    \"organization_raw_address\": \"5/173 Glenayr Avenue, BONDI, NSW 2026, AU\",\n    \"organization_state\": \"New South Wales\",\n    \"organization_city\": \"Bondi Beach\",\n    \"organization_country\": \"Australia\",\n    \"organization_postal_code\": \"2026\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Gary\",\n    \"last_name\": \"Sun\",\n    \"email\": \"gary@garrysun.com\",\n    \"organization_name\": \"Garry N Sun USA\",\n    \"organization_website_url\": \"http://www.garrysun.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/gary-sun-038a457\",\n    \"name\": \"Gary Sun\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Reno\",\n    \"state\": \"Nevada\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/688ce37fef3fed000108b6ae/picture\",\n    \"organization_annual_revenue\": \"4054000\",\n    \"organization_annual_revenue_printed\": \"4.1M\",\n    \"organization_seo_description\": \"Shop from GarrySun's online store. Best health supplements, ayurvedic Massage oils, customized foods, Tonics, Capsules, and other Ayurvedic Hardware worldwide.\",\n    \"organization_short_description\": \"Garry & Sun is an Ayurvedic Healing Herb Company. It was started in the year 1999 in \\\"The Biggest Little City\\\" of Reno Nevada. The owner of the company started with one product the \\\"Ruh Booty\\\" and a pocket full of dreams. The natural aroma of sandalwood , special blend of herbs was liked and appreciated by all. Thus began the journey of Garry & Sun into the holistic and Natural path of Ayurveda.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"ayurveda, health, health & wellness, suppliments, ayurvedic products, wellness & fitness services, herbal supplements, organic herbs, capsules, teas, ointments, beauty products, wellness gifts, holistic health, digestive health, blood sugar balance, energy booster, immunity booster, joint care, skin health, prenatal care, postnatal care, weight management, cold & flu, stress relief, natural remedies, ayurvedic consultations, panchakarma, ayurvedic food, ghee, spices, herbal oils, organic juices, dosha balancing, tridosha, female health, men's health, mind health, hair care, lung health, kidney support, heart health, respiratory health, amino acids, pure shilajit, traditional medicine, natural skincare, gluten-free, vegan, eco-friendly, ethically sourced, health education, ayurvedic tools, free consultation, wholesale ayurveda, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Adobe Media Optimizer, Android, Blue Host, Cedexis Radar, Circle, DoubleClick, DoubleClick Conversion, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google AdWords Conversion, Google Apps, Google Dynamic Remarketing, Google Tag Manager, IoT, Mobile Friendly, Paypal, Python, QuickBooks, Remote, Render, SharePoint, Shopify, Vimeo, Yotpo, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f1a06b97bc170001ea4bac\",\n    \"organization_id\": \"5ed47c9d85944a00019dba8d\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/garry-n-sun-usa\",\n    \"organization_linkedin_uid\": \"23747213\",\n    \"organization_twitter_url\": \"https://twitter.com/GaryandSunUSA\",\n    \"organization_facebook_url\": \"https://www.facebook.com/GarryNSunUSA/\",\n    \"organization_founded_year\": 1999,\n    \"organization_primary_domain\": \"garrysun.com\",\n    \"organization_phone\": \"+1 775-826-6004\",\n    \"organization_street_address\": \"1030 Matley Ln\",\n    \"organization_raw_address\": \"1030 Matley Ln, Reno, Nevada 89502, US\",\n    \"organization_state\": \"Nevada\",\n    \"organization_city\": \"Reno\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"89502\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Mirko\",\n    \"last_name\": \"Colombo\",\n    \"email\": null,\n    \"organization_name\": \"Colombo Personal Health Coaching\",\n    \"organization_website_url\": \"http://www.mirkocolombo.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/mirkocolombocoaching\",\n    \"name\": \"Mirko Colombo\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQHsuvZv9FNOmw/profile-displayphoto-shrink_200_200/B4EZRffMUuG0AY-/0/1736768800489?e=2147483647&v=beta&t=sT0x06Ln9RwSceV2cfvFCR6G-QP09eNtWr7qyYGiKoM\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Pontresina\",\n    \"state\": \"Grisons\",\n    \"country\": \"Switzerland\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f3d30109f41c0001691a0b/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"At Colombo Personal Health Coaching, you learn how to improve your health and rediscover yourself through a new lifestyle. The founder of this revolutionary health concept, Mirko Colombo, will be happy to advise you personally. \\n\\nSmall habits will be developed that will improve your quality of life and lead to a new lifestyle that will have a positive effect on your general well-being. \\n\\nOnline courses are also provided to influence your well-being via the new media positively. \\n\\nOn colombo-health.com, the most exciting success stories of satisfied patients are collected, which underline the effectiveness of this original method. You are welcome to contact us by e-mail: info@colombo-ernaehrung.ch\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Active Campaign, Apache, ClickFunnels, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Gmail, Google Analytics, Google Apps, Google Font API, Google Tag Manager, Mobile Friendly, Woo Commerce, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"659909bb4257fd000137f623\",\n    \"organization_id\": \"661c5082ba42d000072648d7\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/colombo-personal-health-coaching\",\n    \"organization_linkedin_uid\": \"42337373\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2010,\n    \"organization_primary_domain\": \"mirkocolombo.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"168 Via Maistra\",\n    \"organization_raw_address\": \"Via Maistra 168, Pontresina, Schweiz 7504, CH\",\n    \"organization_state\": \"Grisons\",\n    \"organization_city\": \"Pontresina\",\n    \"organization_country\": \"Switzerland\",\n    \"organization_postal_code\": \"7504\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Mucos\",\n    \"last_name\": \"Schwarzzer\",\n    \"email\": \"mucos@ondemandbarbers.no\",\n    \"organization_name\": \"On Demand Barbers\",\n    \"organization_website_url\": \"http://www.alphagrooming.no\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/ondemandbarbers\",\n    \"name\": \"Mucos Schwarzzer\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQHdvGV6uI-sAQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1614534060568?e=2147483647&v=beta&t=MxsmNbumCQWc-ubCTR7Y7U7ssVp6_fkAX2F5ahUIFTw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Barber at On Demand Barbers\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"10\",\n    \"city\": \"Oslo\",\n    \"state\": \"Oslo\",\n    \"country\": \"Norway\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68b0579dc94a4000011b395e/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\\\"Alpha Grooming, Oslo's premier barbershop, offers precision haircuts, beard styling, and exceptional grooming services tailored for the modern gentleman. Experience expert craftsmanship and personalized care at the heart of Oslo.\\\"\",\n    \"organization_short_description\": \"Bringing back that old fashioned barbershop experience for men of all ages!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"haircuts, the combo, shaving, beard trim, odb full service, head massage, wellness & fitness services, barbershop, grooming products, hair cutting, beard trimming, hair styling, mens grooming, premium grooming, organic hair care, botanical extracts, essential vitamins, niche perfumes, luxury fragrances, hair treatment, skincare, beard care, waxing services, membership subscriptions, gift cards, online store, personal grooming, hair care, beard grooming, parfums, hair pomade, shampoo, hair tonic, volumizing products, extrait de parfum, scented candles, signature scents, luxury skincare, botanical oils, fragrance layering, mens skincare, fragrance gifts, corporate grooming, wedding grooming, event grooming, personalized grooming, fragrance collections, custom fragrances, scent profiles, aromatic experiences, independent perfume brands, sustainable grooming, hair oils, moisturizing creams, high-end perfumes, bespoke fragrances, health, wellness & fitness\",\n    \"organization_technologies\": \"Mobile Friendly, Shopify, Shopify Product Reviews\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f6c495a53f0a0001aec275\",\n    \"organization_id\": \"5e32e8ac605261010e8b526f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/ondemandbarbers\",\n    \"organization_linkedin_uid\": \"25013722\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2019,\n    \"organization_primary_domain\": \"alphagrooming.no\",\n    \"organization_phone\": \"+47 966 88 297\",\n    \"organization_street_address\": \"6 Jernbanetorget\",\n    \"organization_raw_address\": \"Jernbanetorget 6, OSLO, Oslo 0154, NO\",\n    \"organization_state\": \"Oslo\",\n    \"organization_city\": \"Oslo\",\n    \"organization_country\": \"Norway\",\n    \"organization_postal_code\": \"0154\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Richard\",\n    \"last_name\": \"McCoy\",\n    \"email\": \"rick@lopezislandpharmacy.com\",\n    \"organization_name\": \"Lopez Island Pharmacy\",\n    \"organization_website_url\": \"http://www.lopezislandpharmacy.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/richard-mccoy-72aa286\",\n    \"name\": \"Richard McCoy\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQH286MnpczC9A/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517709036754?e=2147483647&v=beta&t=By6uG7tBl0XDwHhPvGJaNAn8fQ5CeEWQk_YZD4zp-Hs\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner, Lopez Island Pharmacy\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": null,\n    \"state\": \"Washington\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f0b4c5c484a90001e2da90/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Lopez Island Only Pharmacy\",\n    \"organization_short_description\": \"Lopez Island Pharmacy\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"personal care product manufacturing, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Flutter, Mobile Friendly, Nginx, Outlook, Python, SharePoint, Stripe, WordPress.org, Wordpress.com\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f473ca07bdb800016e4335\",\n    \"organization_id\": \"641621ecde101c0001d3953c\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/lopez-island-pharmacy\",\n    \"organization_linkedin_uid\": \"60515187\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"lopezislandpharmacy.com\",\n    \"organization_phone\": \"+1 360-468-2616\",\n    \"organization_street_address\": \"352 Lopez Rd\",\n    \"organization_raw_address\": \"352 Lopez Rd., Lopez Island, Washington 98261, us\",\n    \"organization_state\": \"Washington\",\n    \"organization_city\": null,\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"98261-8300\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Lindsay\",\n    \"last_name\": \"Corzine\",\n    \"email\": \"lindsay@welllifehealth.com\",\n    \"organization_name\": \"Well Life Health Coaching\",\n    \"organization_website_url\": \"http://www.welllifehealth.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/lindsaycorzinewellness\",\n    \"name\": \"Lindsay Corzine\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Helping YOU finally get in the best shape of your life, no more excuses, I come straight to you, so you get world class training in the comfort of your own home!\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Jacksonville Beach\",\n    \"state\": \"Florida\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f0730b2bb38f0001d6b919/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"At Well Life Health Coaching we know you want to be the healthiest version of yourself. I understand what it feels like to be torn between my own health goals and other important things in my life, which is why I have dedicated time and effort to master at-home personal training for my clients.\",\n    \"organization_short_description\": \"It's Time to Stop Starting Over on Your Health Goals.\\nYou know the feeling. \\n \\nThere are always reasons for not going to the gym, which is why the cancelation rate is so high for in-gym personal trainers. \\n \\nIt's time for you to get the results you want without dividing your schedule.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"fitness, health, nutrition, exercise, diet, wellness, lifestyle, wellness & fitness services, personal training, health coaching, fitness programs, booty transformation, customized health plan, at-home workouts, wellness products, yoga for health, nutrition advice, meal plans, fitness goals, home fitness, online coaching, wellness coaching, 5-minute workouts, booty building programs, strength training, healthy lifestyle, energy management, plant-based nutrition, weight management, exercise plans, mobility training, flexibility training, core workouts, group coaching, client testimonials, mindset coaching, motivational coaching, holistic approach, fitness assessment, exercise variety, bonus workouts, intuitive eating, dietary changes, sustainable habits, wellness reset, clean eating, detox programs, fitness accountability, body positivity, fitness challenges, resistance training, glute workouts, personalized workouts, track calories, fitness community, meal tracking, fitness motivation, wellness journey, personal health, health care, hospital & health care, health, wellness & fitness, personal coaching, oil & energy\",\n    \"organization_technologies\": \"AI, Android, Basis, Circle, Google Cloud Hosting, Mobile Friendly, Paytm, Razorpay, Remote, Varnish, Wix, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"619a6c1a7f4e6e00014c8785\",\n    \"organization_id\": \"6049b9e07add9a0001c5847f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/well-life-health-coaching\",\n    \"organization_linkedin_uid\": \"68580794\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"welllifehealth.com\",\n    \"organization_phone\": \"+1 904-612-4375\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"jacksonville beach, florida, united states\",\n    \"organization_state\": \"Florida\",\n    \"organization_city\": \"Jacksonville Beach\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Misty\",\n    \"last_name\": \"Delegato\",\n    \"email\": \"mdelegato@alivitycare.com\",\n    \"organization_name\": \"Alivity Care Advocates\",\n    \"organization_website_url\": \"http://www.alivitycare.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/mistydelegato\",\n    \"name\": \"Misty Delegato\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Helping Families Struggling with #AgingParents\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Utica\",\n    \"state\": \"Michigan\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670bb9c05c09ee0001dec8f2/picture\",\n    \"organization_annual_revenue\": \"2400000\",\n    \"organization_annual_revenue_printed\": \"2.4M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Alivity Care Advocates has made it possible for our clients to provide the very best care to their loved ones. Whether it's helping to maintain independence at home, coordinate living arrangements and health services, or simply provide companionship and supervision when you can't be there, Alivity is a trusted family friend and advisor.\\n\\nExperienced Geriatric and Psychiatric Care Specialists - \\nAs licensed nurses and social workers and specialists in geriatric and psychiatric health, our Professional Geriatric Care Managers are committed to ensuring your loved one receives the care, compassion and quality of life they deserve. We provide welcome peace of mind to seniors, their families, and other representatives such as attorneys and guardians, by:\\n\\n• Evaluating needs and developing a personal Plan of Care\\n• Helping to establish and maintain an independent lifestyle\\n• Arranging and overseeing Home Care Services\\n• Assisting with the transition to assisted living and nursing home care\\n• Managing care and coordinating with health care providers\\n• Educating, advising and supporting the caregiver\\n• Serving as a local resource for long-distance caregivers\\n \\nWe invite you to explore our services and take advantage of our free senior care resources. When you're ready to learn more, please call us at 248.375.9125, or contact us by e-mail.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"healthcare consulting, healthcare navigator, care management, senior care, care advocacy, elder care, medical management, wellness support, home safety evaluation, crisis management, community resources, placement recommendation, family caregiver, healthcare coordination, chronic care, disease management, independent living, patient rights, care home options, home care services, caregiver education, financial planning, respite care, in-home assessments, legal assistance, adult day care, care alternatives, medical supervision, dementia care, monitoring support, education resources, personal care, home alterations, emotional support, family counseling, health services, care agency recommendations, assistive living, patient advocacy, medical appointments, long-term care, home health care, safety checks, care planning, conflict resolution, health care providers, advocacy services, care transition, elderly assistance, vetted service providers, home care guidance, health care, health, wellness & fitness, hospital & health care, long term care\",\n    \"organization_technologies\": \"Google Cloud Hosting, Outlook, Remote\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f7c1d151a3650001a2929b\",\n    \"organization_id\": \"57c4bb3fa6da9837480ef6a2\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/serving-seniors\",\n    \"organization_linkedin_uid\": \"9966180\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/alivitycareadvocates/\",\n    \"organization_founded_year\": 1992,\n    \"organization_primary_domain\": \"alivitycare.com\",\n    \"organization_phone\": \"+1 248-375-9125\",\n    \"organization_street_address\": \"8300 Hall Rd\",\n    \"organization_raw_address\": \"8300 Hall Rd, Suite 100, Utica, MI 48317, US\",\n    \"organization_state\": \"Michigan\",\n    \"organization_city\": \"Utica\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"48317\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Rocco\",\n    \"last_name\": \"Boulay\",\n    \"email\": \"rocco@integrityfit.com\",\n    \"organization_name\": \"Integrity Health Coaching Centers\",\n    \"organization_website_url\": \"http://www.integrityfit.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/rocco-boulay-7216116\",\n    \"name\": \"Rocco Boulay\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Strength & Conditioning | Metabolic Training Specialist | Revenue via Results Coach | RAMP Fitness Systems\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": \"Manchester\",\n    \"state\": \"New Hampshire\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/671705b447e46f00016f2e40/picture\",\n    \"organization_annual_revenue\": \"16977000\",\n    \"organization_annual_revenue_printed\": \"17.0M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Let us be very clear...We are NOT a typical gym or fitness center. \\nAlthough we have a 24-hour fitness center on site we are not just a gym. Most gyms and fitness centers fail their members 85% of the time, that's why you see so many clubs offer discounted membership fees.  In other words, they are not very effective, people join, get discouraged, then don't return wasting precious time and money. Better yet, it discourages one to embark on any future attempts to improve their health.\\n \\nIn fact, there are over 30,000 fitness centers across the US alone and yet we are the most over weight nation in the world.  Not to mention our out of control health care cost, most of which are attributed to lack of activity and poor food choices.\\n\\nWe are a group of dedicated health coaching professionals who care about the outcomes of every member.  Our goal is NOT to get you to join; it is to listen to your concerns and teach you to attain your goal by empowering you with the know how of every aspect of your health.\\n\\nHealth Coaching is the art of asking the right questions that allow the person being coached to see their situation from a different, more effective perspective.  Health Coaching influences the client to recognize why their current behaviors are producing an undesirable outcome and how to create new thoughts, strategies and behaviors to correct them.\\n\\nWhy we do it - Thoughts >Actions >Habits\\nAt Integrity, we are about lasting CHANGE.  Once our coaches have helped you establish a different more positive mindset we then introduce you to our EZ Coach Fitness Prescription System that guides you to take action.\\n\\nOur system gives you the exact directions to get fit that you will not find at a GYM. You will then learn about the essential 7 Components to your long lasting success. This is your GPS roadmap to your success. Once understood you will never be in the dark about health and fitness again!\\nFor your convenience, we are open 24 hours a day, 7 days a week.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"fitness, support & education, nutrition, group training, meal planning, health coaching, weight loss, peronsal training, exercise facility & training center, mindbody connection, wellness & fitness services, 24 hour fitness centers, weight loss programs, nutrition stores, metabolic prescription, ramp solutions, glp-1 medical solutions, personal training, exercise prescription, wellness programs, nutritional coaching, fitness classes, corporate wellness, exercise equipment, virtual training, fitness technology, gmp certified supplements, stress reduction, endurance training, strength building, calorie correct nutrition, holistic health approach, fitness goals, body transformation, functional training, healthy lifestyle, fitness tracking, health assessment, fitness expertise, coaching sessions, conditioning programs, wellness solutions, supportive environment, community engagement, client success stories, expert coaches, health education, motivation, healthy eating, sustainable fitness, fitness improvement, weight management, overcoming challenges, functional aging specialist, advanced fitness technology, membership benefits, personal health, health care, hospital & health care, health, wellness & fitness, personal coaching, health & medical, health coach\",\n    \"organization_technologies\": \"Android, CloudFlare Hosting, Cloudflare DNS, Constant Contact, Facebook Conversion Tracking, Facebook Custom Audiences, Google Analytics, Google Font API, Google Tag Manager, Microsoft Office 365, Mobile Friendly, Nginx, Outlook, Simpli.fi, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f47441da89ed0001c045c1\",\n    \"organization_id\": \"5592272073696418d70a9a00\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/integrity-fitness-training-for-women\",\n    \"organization_linkedin_uid\": \"2048775\",\n    \"organization_twitter_url\": \"https://twitter.com/integrityhealth\",\n    \"organization_facebook_url\": \"https://facebook.com/IntegrityHealth\",\n    \"organization_founded_year\": 2005,\n    \"organization_primary_domain\": \"integrityfit.com\",\n    \"organization_phone\": \"+1 855-550-2348\",\n    \"organization_street_address\": \"44 Nashua Rd\",\n    \"organization_raw_address\": \"44 Nashua Road, Londonderry, New Hampshire 03053, US\",\n    \"organization_state\": \"New Hampshire\",\n    \"organization_city\": \"Londonderry\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"03053\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Suzanne\",\n    \"last_name\": \"Owen\",\n    \"email\": \"suzanne@neroli-spa.com\",\n    \"organization_name\": \"Neroli Spa Med Spa & Beauty Lounge\",\n    \"organization_website_url\": \"http://www.neroli-spa.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/suzanne-owen-55574b129\",\n    \"name\": \"Suzanne Owen\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4D03AQGo6uqfwBrMug/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1602189304225?e=2147483647&v=beta&t=Kpo3JIxY8NGlQ_Zqq03CLU0ai3KpJjLgZ7C-mC2bEZM\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Neroli Med Spa & Beauty Lounge\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"11\",\n    \"city\": \"Charlottesville\",\n    \"state\": \"Virginia\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66eb9d861899e100011bc6e4/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Neroli Medical Spa is your oasis in Charlottesville. You'll always leave our spa feeling refreshed and rejuvenated.\",\n    \"organization_short_description\": \"Our carefully edited collection of products, clothing, accessories and Elemis spa treatments including massage, facials and body treatments can only be found at Neroli.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness, accessories, beauty & spas, day spas, fashion, jewelry, shopping\",\n    \"organization_technologies\": \"Facebook Login (Connect), Facebook Widget, Google Analytics, Google Font API, Google Tag Manager, Gravity Forms, Microsoft Office 365, Mobile Friendly, Outlook, Reviews, Vimeo, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f3a5c21ddadb0001cc5ebf\",\n    \"organization_id\": \"5d08ba67f69fc50bb0699a07\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/neroli-spa-beauty-lounge\",\n    \"organization_linkedin_uid\": \"35604493\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"neroli-spa.com\",\n    \"organization_phone\": \"+1 434-984-3450\",\n    \"organization_street_address\": \"507 W Main St\",\n    \"organization_raw_address\": \"507 W Main St, Charlottesville, Virginia 22903, US\",\n    \"organization_state\": \"Virginia\",\n    \"organization_city\": \"Charlottesville\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"22903\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sheri\",\n    \"last_name\": \"Vegas\",\n    \"email\": null,\n    \"organization_name\": \"Makeup Weapons\",\n    \"organization_website_url\": \"http://www.makeupweapons.com.au\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sheri-vegas-579942116\",\n    \"name\": \"Sheri Vegas\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Freelance Makeup Artist and Founder of Makeup Weapons Voted Best Independent Australian Brand\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"10\",\n    \"city\": \"Brisbane\",\n    \"state\": \"Queensland\",\n    \"country\": \"Australia\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66efc16a7932cd0001ac8637/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Voted Best Australian Makeup Brand Makeup Weapons Australian leading makeup tools & beauty accessories online that buys synthetic brush, bio glitter Australia, brushsets,brush bomb Bio glitter Brow Balm Biodegradable Makeup Artist products Accredited Vegan Cruelty Free professional brushes Buy makeup brushes online now\",\n    \"organization_short_description\": \"Australian owned, Makeup Weapons' brushes are the magic make-up weapons that belong in your beauty kit.  Only the best materials have been used by artisans to 100% hand-craft these must-have beauty brushes including the highest grade, durable synthetic hair, sustainable bamboo and strong copper ferrule instead of the industry standard of aluminium.  It can take 30 to 50 skilled artisans to create one complete set of Makeup Weapons brushes – whilst this is a much longer process than being machine made it ensures a premium hand-crafted product.\\n\\nDesigned to be completely multi-functional each Makeup Weapons brush has more than just one use and can be used with cream, liquid and power products.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"makeup brushes, brush bomb soap, bio glitter, cruelty free, vegan, personal care product manufacturing, vegan makeup brushes, professional makeup tools, biodegradable beauty products, synthetic hair brushes, cruelty-free makeup tools, makeup brush sets, brow balm, eco-friendly cosmetic accessories, multi-functional brushes, makeup brush cleanser, nourishing brow products, beauty kit essentials, vegan beauty essentials, makeup artist supplies, luxury makeup brushes, sustainable beauty tools, premium makeup applicators, anti-bacterial makeup products, permanent brow styling, makeup removing pads, natural ingredient beauty, high-quality makeup tools, makeup artist essentials, high-performance brushes, wool-free brushes, charcoal makeup applicator, easy to clean brush, moisturizing makeup brushes, makeup application tools, finishing touch tools, contour & blending brushes, customizable brush sets, bamboo makeup products, professional-grade brush care, award-winning makeup products, brush care solutions, premium brush performance, essential makeup brush collection, luxury beauty accessories, specialty makeup brushes, organic beauty tools, performance-driven makeup brushes, eyeshadow applicators, precision makeup application, artisan-crafted makeup tools, makeup & beauty innovations, specialty brow brushes, dermatologist-tested beauty products, health, wellness & fitness\",\n    \"organization_technologies\": \"Adobe Media Optimizer, Android, Basis, Big Commerce, Bootstrap Framework, Cedexis Radar, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Google AdWords Conversion, Google Analytics, Google Custom Search, Google Font API, Google Maps, Google Tag Manager, Mobile Friendly, Python, Remote, SharePoint, Shopify, TikTok, Vimeo, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"61110f131e2a3400016c66a1\",\n    \"organization_id\": \"5a9db63ba6da98d977f5dec6\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/makeup-weapons\",\n    \"organization_linkedin_uid\": \"7958086\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2015,\n    \"organization_primary_domain\": \"makeupweapons.com.au\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"15 Anthony St\",\n    \"organization_raw_address\": \"1/15 Anthony St West End, Brisbane, Qld 4101, AU\",\n    \"organization_state\": \"Queensland\",\n    \"organization_city\": \"Brisbane\",\n    \"organization_country\": \"Australia\",\n    \"organization_postal_code\": \"4101\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sam\",\n    \"last_name\": \"Turner\",\n    \"email\": \"sam.turner@essentialgains.co.uk\",\n    \"organization_name\": \"Essential Gains\",\n    \"organization_website_url\": \"http://www.bayultrasound.co.uk\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sam-turner-14919855\",\n    \"name\": \"Sam Turner\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQGKezVK9SdMPQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1615501089589?e=2147483647&v=beta&t=KHKw0MmrGBsteYc0OKqq9tjm-JnwzW5Adme1wdwsMWc\",\n    \"title\": \"Owner\",\n    \"headline\": \"Owner at Essential Gains\",\n    \"seniority\": \"owner\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68bda19a53d0a10001d7bc98/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54a392f27468692cf0294a03\",\n    \"organization_id\": \"63b1ec68d3235400012be72d\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/essential-gains\",\n    \"organization_linkedin_uid\": \"19215750\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2019,\n    \"organization_primary_domain\": \"bayultrasound.co.uk\",\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Rene\",\n    \"last_name\": \"Diks\",\n    \"email\": \"rene@ultimatefitcompany.nl\",\n    \"organization_name\": \"The Gym\",\n    \"organization_website_url\": \"http://www.the-gym.it\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/renediks\",\n    \"name\": \"Rene Diks\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQGFKCu9_Qx5cw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1528660615092?e=2147483647&v=beta&t=5L2sKM3BPyO_9H1wO3I31OCAVKdbzJd-GPn1Q4UgbS4\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner The Gym\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Apeldoorn\",\n    \"state\": \"Gelderland\",\n    \"country\": \"Netherlands\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67399fae23959d000140030b/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Ci sono le palestre. E poi c'è LA palestra.\\nEntra in THE GYM e cambia la tua vita.\\nUna rep alla volta.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f65417daa78700015e1c30\",\n    \"organization_id\": \"656998718ca8700001deb86d\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-gym-it\",\n    \"organization_linkedin_uid\": \"100680414\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2023,\n    \"organization_primary_domain\": \"the-gym.it\",\n    \"organization_phone\": \"+39 345 973 1714\",\n    \"organization_street_address\": \"9 Via Guido da Velate\",\n    \"organization_raw_address\": \"Via Guido da Velate, 9, Milan, Lombardy 20162, IT\",\n    \"organization_state\": \"Lombardy\",\n    \"organization_city\": \"Milan\",\n    \"organization_country\": \"Italy\",\n    \"organization_postal_code\": \"20162\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Liz\",\n    \"last_name\": \"Jorgensen\",\n    \"email\": \"liz@insightcounselingllc.com\",\n    \"organization_name\": \"Insight Counseling, LLC\",\n    \"organization_website_url\": \"http://www.insightcounselingllc.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/liz-jorgensen-259a697\",\n    \"name\": \"Liz Jorgensen\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": \"Ridgefield\",\n    \"state\": \"Connecticut\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66ec1e05b8867d0001577823/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Insight Counseling provides highly effective assessment and counseling services to clients in a warm and compassionate environment. We seek to make the entire process of seeking help open and helpful and we offer the correct environment, education and coaching you need to succeed.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"assessments for substance abuse, counseling for depression & anxiety, adolescent therapy, family therapy, dbt, substance abuse counseling, cognitive behavioral therapy, couples therapy, dwi assessments, psychotherapy for adults, employee assistance, counseling, therapy, mental health, substance abuse, addiction, grief therapy, trauma recovery, support groups, outpatient programs, intensive outpatient programs, young adult services, teen therapy, workshops, assessment, mindfulness, compassion, personal growth, coaching, behavioral health, mental wellness, resilience, group therapy, educational workshops, community support, codependency, emotional support, experiential learning, interpersonal relationships, family dynamics, educational resources, psychosocial support, mental health awareness, personal development, self-esteem, value-based care, expert therapists, psychotherapy, holistic healing, collaborative treatment, behavioral strategies, motivational interviewing, dialectical behavior therapy (dbt), cognitive behavioral therapy (cbt), mindfulness-based therapy, life skills training, youth counseling, parent programs, counselling, hospital & health care\",\n    \"organization_technologies\": \"Android, Facebook Login (Connect), Facebook Widget, Gmail, GoDaddy Hosting, Google Apps, Google Font API, Google Maps, Mobile Friendly, Paytm, Razorpay, Remote, Render, Reviews, Varnish, WordPress.org, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fadf9f5faa060001725e70\",\n    \"organization_id\": \"57c4a4bfa6da982c959e83d1\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/insight-counseling-llc\",\n    \"organization_linkedin_uid\": \"10545552\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2000,\n    \"organization_primary_domain\": \"insightcounselingllc.com\",\n    \"organization_phone\": \"+1 203-431-9726\",\n    \"organization_street_address\": \"103 Danbury Rd\",\n    \"organization_raw_address\": \"103 Danbury Road, Ridgefield, CT 06877, US\",\n    \"organization_state\": \"Connecticut\",\n    \"organization_city\": \"Ridgefield\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"06877\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Rida\",\n    \"last_name\": \"Wang\",\n    \"email\": \"ridawang@ausvitanutrition.com\",\n    \"organization_name\": \"Ausvita Nutrition\",\n    \"organization_website_url\": \"http://www.ausvitanutrition.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/rida-wang-b006aa33\",\n    \"name\": \"Rida Wang\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQG20dn_Oqwm1Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516537376504?e=2147483647&v=beta&t=Qrc-wrkNVnSWhxB_V4-74bYfRhFyRNoBHEYUlH0_qGQ\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Ausvita Nutrition\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Tustin\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": \"1400000\",\n    \"organization_annual_revenue_printed\": \"1.4M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Since our founding as the US branch Office of Hengtai Pharmaceuticals in 2008, Ausvita Nutrition has grown successfully into the US leading supplier of amino acids and proprietary blends.  From sports nutrition and supplements to food, beverages and animal feed.We work close with our customers to supply quality ingredients for a successful finished product.\\n\\nWe offer the convenience of direct manufacturer knowledge and two fully stocked warehouses in California and New Jersey. With a consistent source, direct technical support and factory level pricing, we are able to meet a variety of supply-based needs in a dynamic industry that relies heavily on multi-faceted partnerships\\n\\nWe currently developed few new ingredients for Sports Nutrition and Nuturceutical Market such as HICA, Caffenolyldopamine, Coumaroyldopamine and Huperzine A1%, 5%, 10%, 98%.\\n\\nWe provide 3rd party labs testing reports as customers request.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, amino acids, vitamins, nutritional ingredients, collagen peptides, hydrolyzed collagen, l-carnitine, creatine, gaba, chondroitin sulfate, glucosamine, msm, hyaluronic acid, contract manufacturing, product development, research & development, state-of-the-art equipment, kosher certified, halal certified, non-gmo, nutritional supplements, food ingredients, sports nutrition, animal feed, competitive pricing, technical support, customer service, quick turnaround, packaging, blending, encapsulation, iso certified, haccp certified, factory authentication, documentation, specialty ingredients, raw materials, sourcing, dietary supplements, joint care, skin health, weight management, dietary fiber, minerals, herbal extracts, functional beverages, powdered ingredients, nutraceuticals, food & beverage industry, health & wellness, product samples, health, wellness & fitness, mechanical or industrial engineering, shipping, logistics & supply chain\",\n    \"organization_technologies\": \"Amazon AWS, Google Font API, Mobile Friendly, Viewpoint, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f7306b9678b30001a8b0cf\",\n    \"organization_id\": \"54a11ea369702d8ed4bb6f01\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/ausvita-nutrition\",\n    \"organization_linkedin_uid\": \"2143798\",\n    \"organization_twitter_url\": \"https://twitter.com/ausvita\",\n    \"organization_facebook_url\": \"https://facebook.com/AusvitaNutritionInc\",\n    \"organization_founded_year\": 2008,\n    \"organization_primary_domain\": \"ausvitanutrition.com\",\n    \"organization_phone\": \"+1 714-505-2888\",\n    \"organization_street_address\": \"2852 Walnut Ave\",\n    \"organization_raw_address\": \"2852 walnut avenue, tustin, california, united states\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Tustin\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"92780\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Bill\",\n    \"last_name\": \"Kiefer\",\n    \"email\": null,\n    \"organization_name\": \"LUX Bio Therapy\",\n    \"organization_website_url\": \"http://www.luxbiotherapy.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/thebillkiefer\",\n    \"name\": \"Bill Kiefer\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQEN_D70TXeC1Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1659725667473?e=2147483647&v=beta&t=6a-UKjriPJ07fabAD3Bw9mbstPLe8CF_jKVRRZrDR1U\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Entrepreneur * Business Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Henderson\",\n    \"state\": \"Nevada\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68a5b2b06b067500015aebc3/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Get your dream body with the ultimate body contouring in Henderson and Las Vegas. Non invasive, no pain, using our FDA Cleared technology\",\n    \"organization_short_description\": \"Lux Bio Therapy is the ultimate location for red light therapy. We use the most powerful light on the market, the Contour Light. The Contour light provides two different wavelengths that have been proven to help with chronic pain, injuries and inflammation (among other health issues) as well as providing body contouring that show immediate results. We also provide anti-aging and collagen production with our facial rejuvenation treatments. All of this is non invasive, with no pain or bruising and no down time at all with immediate results. Come by and see us and see why so many people are seeing such amazing results!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"thyroid issues, skin treatment, wound therapy, inflammation, antiaging, hashimotos disease, weight loss, brain issues, body contouring, chronic pain relief, fat loss, arthritis, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"GoDaddy Hosting, Google Font API, Mobile Friendly, Varnish, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"64eee8bddfd9850001677646\",\n    \"organization_id\": \"60af7f0d7b991400016660bc\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/lux-bio-therapy\",\n    \"organization_linkedin_uid\": \"66730419\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2020,\n    \"organization_primary_domain\": \"luxbiotherapy.com\",\n    \"organization_phone\": \"+1 725-250-7524\",\n    \"organization_street_address\": \"7012 Reseda Blvd\",\n    \"organization_raw_address\": \"7012 Reseda Blvd, Suite 100, Reseda, California 91335, US\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Los Angeles\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"91335-4208\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jeff\",\n    \"last_name\": \"Guenther\",\n    \"email\": \"jeff@therapyjeff.com\",\n    \"personal_email\": \"jeffguentherlpc@gmail.com\",\n    \"organization_name\": \"Portland Therapy Center\",\n    \"organization_website_url\": \"http://www.portlandtherapycenter.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/jeffguenther\",\n    \"name\": \"Jeff Guenther\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQEI0kdEZt9qbw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1707797315412?e=2147483647&v=beta&t=aLtxpCDqexBZa_r8ewQ0teHHMH-zcldiIeDIx4sB0-Y\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"I'm TherapyJeff\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": \"Portland\",\n    \"state\": \"Oregon\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66ee8119f94b5c00010894cd/picture\",\n    \"organization_annual_revenue\": \"4967000\",\n    \"organization_annual_revenue_printed\": \"5.0M\",\n    \"organization_seo_description\": \"PTC is a therapist directory listing hundreds of local mental health practitioners in Portland. Filter counselors by insurance, speciality, gender and…\",\n    \"organization_short_description\": \"Portland Therapy Center is an online community of Portland-area mental health professionals seeking to make the experience of finding a therapist easy. We make it simple for visitors to find the right therapist. More than just another therapist directory, Portland Therapy Center offers a unique and intuitive user experience for members and visitors alike. We provide a comprehensive list of Portland-area therapists who specialize in all types of therapy and counseling.\\n\\nIn addition to our online therapist directory, Portland Therapy Center has two offices, centrally located, where mental health practitioners provide counseling services.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, therapists, counselors, mental health, individual therapy, family therapy, group therapy, child therapy, teen therapy, couples counseling, psychiatry, anxiety, depression, ptsd, lgbtq issues, self-esteem, relationship issues, cognitive behavioral therapy, telehealth, online therapy, communicative techniques, emotional support, conflict resolution, personal growth, mindfulness, support groups, addiction counseling, family conflict, behavioral health, emotional disorders, transgender support, trauma recovery, coping skills, holistic approaches, social anxiety, parenting support, cultural awareness, insomnia coaching, chronic pain management, grief counseling, mainstream vs holistic, gender identity, dbt skills, substance abuse, child & adolescent issues, veterans services, victims support, healing practices, mental health resources, community support, health, wellness & fitness, hospital & health care\",\n    \"organization_technologies\": \"AI, CloudFlare Hosting, Cloudflare DNS, Eventbrite, Gmail, Google Analytics, Google Apps, Google Font API, Google Maps, Google Maps (Non Paid Users), Google Tag Manager, Mailchimp Mandrill, Mobile Friendly, Stripe, Typekit\",\n    \"email_domain_catchall\": false,\n    \"id\": \"5fca68258e6c5500011ea77d\",\n    \"organization_id\": \"5500c26973696460f4ca3f00\",\n    \"twitter_url\": \"https://twitter.com/jeffguentherlpc\",\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/portland-therapy-center\",\n    \"organization_linkedin_uid\": \"3594954\",\n    \"organization_twitter_url\": \"https://twitter.com/therapy_center\",\n    \"organization_facebook_url\": \"https://www.facebook.com/portlandtherapycenter/\",\n    \"organization_founded_year\": 2013,\n    \"organization_primary_domain\": \"portlandtherapycenter.com\",\n    \"organization_phone\": \"+1 503-560-5822\",\n    \"organization_street_address\": \"811 E Burnside St\",\n    \"organization_raw_address\": \"811 E. Burnside St. #217, Portland, OR 97214, US\",\n    \"organization_state\": \"Oregon\",\n    \"organization_city\": \"Portland\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"97214\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Amanda\",\n    \"last_name\": \"Sanders\",\n    \"email\": \"amanda@oasiscycle.com\",\n    \"organization_name\": \"Oasis Cycle + Wellness Club\",\n    \"organization_website_url\": \"http://www.oasiscycle.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/amanda-e-sanders-a036007b\",\n    \"name\": \"Amanda Sanders\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHywo0UheIvgA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1688143370131?e=2147483647&v=beta&t=J2qz6LOKyuqX0Wb-HoLIudYDf5YmasQP-7NmBwmamRg\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner | Oasis Cycle Wellness Club\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Scottsdale\",\n    \"state\": \"Arizona\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/689b83f2b6148d0001928457/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Through immersive indoor cycling, strength, and mobility classes paired with our premium wellness amenities, we aim to help our community improve their overall physical and mental health by fostering a culture of resilience, achievement, and balance.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"strength training, cold plunge, community, oxygen therapy, mobility, nutrition, recovery, infrared sauna, indoor cycling, compression therapy, wellness, wellness & fitness services, communities, health, wellness & fitness\",\n    \"organization_technologies\": \"Google Tag Manager, Mobile Friendly, Nginx, Outlook, Shutterstock, WordPress.org, Wordpress.com\",\n    \"email_domain_catchall\": true,\n    \"id\": \"5f0450ce7407c8000121bd59\",\n    \"organization_id\": \"678ceb1e08522900016c2427\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/oasis-cycle-wellness-club\",\n    \"organization_linkedin_uid\": \"105345074\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/profile.php\",\n    \"organization_founded_year\": 2024,\n    \"organization_primary_domain\": \"oasiscycle.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Brian\",\n    \"last_name\": \"Lamsback\",\n    \"email\": \"blamsback@creativecircle.com\",\n    \"personal_email\": \"brian.lamsback@gmail.com\",\n    \"organization_name\": \"Lamsback On Location\",\n    \"organization_website_url\": \"http://www.lamsbackonlocation.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/brianlamsback\",\n    \"name\": \"Brian Lamsback\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Philadelphia\",\n    \"state\": \"Pennsylvania\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66ebe37ef8d69a000152d539/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Certified Nutritionist, Certified Personal Trainer and Menstrual Cycle Educator\",\n    \"organization_short_description\": \"As a Fitness Coach, I specialize in helping busy moms like you achieve their fitness goals in a way that fits into their busy schedules. I work with clients all over the country, so location is not an issue!\\n\\nI understand that being a mom can be challenging and often leads to putting your own health on the back burner. That's why I create a personal plan for each client that caters to your unique needs and preferences.\\n\\nWhether you want to lose weight, tone up, or simply increase your energy levels, I'm confident that my approach to fitness will work for you. I'm committed to helping you achieve long-lasting results that will improve your overall health and well-being.\\n\\nIf you're interested in learning more about my services, please don't hesitate to reach out. I'm excited to discuss how we can work together to help you reach your fitness goals.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"fitness, nutrition, meal planning, cycle syncing specialist, nutrition coach, wellness & fitness services, personal health, health care, hospital & health care, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Android, Data Analytics, Flutter, Gmail, Google Apps, IoT, Mobile Friendly, Python, Remote, SharePoint, Shopify, TikTok\",\n    \"email_domain_catchall\": false,\n    \"id\": \"590cdd589d79683cda414c49\",\n    \"organization_id\": \"6412cca63d9d7900c2775cd6\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/lamsback-on-location\",\n    \"organization_linkedin_uid\": \"86444937\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2022,\n    \"organization_primary_domain\": \"lamsbackonlocation.com\",\n    \"organization_phone\": \"+1 914-557-9956\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"wayne, PA 19087, US\",\n    \"organization_state\": \"Pennsylvania\",\n    \"organization_city\": \"Wayne\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"19087\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sargon\",\n    \"last_name\": \"Odisho\",\n    \"email\": \"dro@thechicagofix.com\",\n    \"organization_name\": \"The Chicago FIX\",\n    \"organization_website_url\": \"http://www.thechicagofix.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/dr-sargon-odisho\",\n    \"name\": \"Sargon Odisho\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at The Chicago FIX\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Chicago\",\n    \"state\": \"Illinois\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68af74bce8c554000156b7ba/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"The Chicago FIX is a multidisciplinary clinic that provide our patients with a single location where one can seek both alternative and conventional treatment options for all their ailments. Whether its bones, joints, muscles, soft tissue or skin – we got The FIX. \\n\\nAlthough we do concentrate on more natural approaches to treating/healing, we realize that there are distinct instances when conventional treatments are deemed necessary. Therefore, we've compiled the best doctors, therapists, and technicians from several different fields of healthcare and placed them all in one clinic. Making us a One Stop Pain Killing Shop - the option of how are yours.\\n\\nWhatever treatment protocol you and your physician choose, rest assured that The Chicago FIX healthcare providers and therapists will utilize the most advanced techniques and equipment available to treat your ailment swiftly, safely, and successfully. \\n\\nChiropractic Care Services include: \\nChiropractic Care, Medical, Podiatry, Pain Management, Physical Therapy, Massage Therapy, Sports Rehabilitation, Custom Running Orthotics, Nutrition, B12 Deficiency Therapy, Testosterone Replacement Therapy, and Acupuncture.\\n\\nWe also offer Medical Weight Loss to include Phentermine (and similar appetite suppressing medications), HCG (injections and in a nasal spray), Lypo-M B12 injections, and plan meal programs and Male Hormone Replacement with testosterone injections and HCG to jump-start normal production of testosterone.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"chiropractic care, sports injury rehab, medical pain management, work, auto injury specialists, massage therapy, acupuncture, medical weight loss, custom running shoe orthotics, wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Font API, Google Maps, Microsoft Office 365, Outlook, Remote, Schedulicity, Typekit\",\n    \"email_domain_catchall\": false,\n    \"id\": \"67de8c6b8bbe310001819971\",\n    \"organization_id\": \"5f3e25a4bd07cd0001b6914e\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-chicago-fix\",\n    \"organization_linkedin_uid\": \"6627326\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2006,\n    \"organization_primary_domain\": \"thechicagofix.com\",\n    \"organization_phone\": \"+1 855-484-3349\",\n    \"organization_street_address\": \"1360 N Sandburg Ter\",\n    \"organization_raw_address\": \"1360 N Sandburg Terrace, Suite 101, Chicago, IL 60610, US\",\n    \"organization_state\": \"Illinois\",\n    \"organization_city\": \"Chicago\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"60610\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Wayne\",\n    \"last_name\": \"Yap\",\n    \"email\": \"wayne@kosmeaesthetics.sg\",\n    \"organization_name\": \"Kosme Aesthetics\",\n    \"organization_website_url\": \"http://www.kosmeaesthetics.sg\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/waynejw\",\n    \"name\": \"Wayne Yap\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHbKftS5lN1Og/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1713413340439?e=2147483647&v=beta&t=cKTy0Dcm3MO_XQBgRhrPTCAKCUDsV43NCXVtErwtfRw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"8\",\n    \"city\": \"Singapore\",\n    \"state\": null,\n    \"country\": \"Singapore\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/671386fef0d06300011aecac/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"After over 22,452 Fat Freezing treatments and thousands of facials, we know how to help you get results. 3 Locations at Plaza Singapura, Orchard Gateway and PLQ.\",\n    \"organization_short_description\": \"Kosme Aesthetics: We exist to make hard selling and big packages a thing of the past.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Amazon AWS, Apache, Cloudflare DNS, Gmail, Google Apps, Google Font API, Google Tag Manager, Mobile Friendly, Quantcast, Remote, Shopper Approved, Stripe, TikTok, Ubuntu, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"5ef202167b2aac00be083dfe\",\n    \"organization_id\": \"63bbe045386876000144e41f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/kosme-aesthetics\",\n    \"organization_linkedin_uid\": \"82086175\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"kosmeaesthetics.sg\",\n    \"organization_phone\": \"+65 9639 1745\",\n    \"organization_street_address\": \"277 Orchard Rd\",\n    \"organization_raw_address\": \"Singapore, 238858, SG\",\n    \"organization_state\": null,\n    \"organization_city\": \"Singapore\",\n    \"organization_country\": \"Singapore\",\n    \"organization_postal_code\": \"238858\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Sean\",\n    \"last_name\": \"Cooney\",\n    \"email\": \"sean@botanica.ie\",\n    \"organization_name\": \"Botanica International Ltd\",\n    \"organization_website_url\": \"http://www.botanica.ie\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sean-cooney-12925311\",\n    \"name\": \"Sean Cooney\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQGqSdIczI4_WA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517750068888?e=2147483647&v=beta&t=Jp9vSniuQPToX1tKrWksmd76OxZCKJKyoUmLvJcResw\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner, Botanica International Ltd\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Belfast\",\n    \"state\": \"Northern Ireland\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68bbc805e371290001f40040/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"At Botanica International Ltd, we believe in the power of nature to heal and nurture. As a leading manufacturer of herbal creams, washes, and sprays, we focus on providing natural skin care solutions for both animals and humans. Our product range is carefully formulated with vegan, cruelty-free ingredients like Aloe Vera, Tea Tree Oil, Lavender, and Comfrey to support the natural maintenance of healthy skin.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"retail health & personal care products, natural herbal creams, herbal washes, herbal sprays, anti-itch cream, moisturizing cream, skin healing, sensitive skin care, animal care products, human skin care, vegan skincare, cruelty-free, plant-based ingredients, aloe vera, lavender oil, tea tree oil, natural remedies, soothing creams, gentle cleansers, hydrating washes, skincare for dry skin, natural moisturizers, grooming products, healthy skin, non-toxic, hypoallergenic products, eco-friendly products, herbal beauty bundles, gift sets, veterinary approved, skin irritation relief, blemish treatment, pampering skin, sensitive skin solution, detangling spray, pet care essentials, fly spray, dandruff control, skin conditioning, hyperallergenic formulas, natural insect repellent, sustainable skincare, healing balms, natural cleansing solutions, award-winning formulas, skin nourishment, gentle surfactants, anti-inflammatory creams, herbal beauty routines, daily skin regimen, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Apache, Bootstrap Framework, Circle, Google Font API, Google Maps, Google Places, Google Tag Manager, Mobile Friendly, Paypal, Remote, Render, Shopify, Stripe, TikTok, Woo Commerce, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fab3fc78dcdd0001fd6af8\",\n    \"organization_id\": \"65c31eaae4ab9e0300dd7326\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/botanica-international-ltd\",\n    \"organization_linkedin_uid\": \"101362356\",\n    \"organization_twitter_url\": \"https://twitter.com/BotanicaInt\",\n    \"organization_facebook_url\": \"https://facebook.com/pages/Botanica-International-Ltd/259712907372146\",\n    \"organization_founded_year\": 2016,\n    \"organization_primary_domain\": \"botanica.ie\",\n    \"organization_phone\": \"+44 28 4173 9151\",\n    \"organization_street_address\": \"Newry Road\",\n    \"organization_raw_address\": \"Warrenpoint Enterprise Centre, Unit 12-13, Warrenpoint, Northern Ireland, GB\",\n    \"organization_state\": \"Northern Ireland\",\n    \"organization_city\": \"Warrenpoint\",\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": \"BT34 3LD\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Gregory\",\n    \"last_name\": \"Shure\",\n    \"email\": \"dr.shure@msqchiro.com\",\n    \"organization_name\": \"Madison Square Wellness\",\n    \"organization_website_url\": \"http://www.madisonsquarewellness.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/drshure\",\n    \"name\": \"Gregory Shure\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQFzyf0TzRUzoQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1558388438932?e=2147483647&v=beta&t=FeikgSeml9S-8wc1nSJhmay3FW2o6TlNHMSL9-v5ork\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": null,\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": \"New York\",\n    \"state\": \"New York\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66fb85c3d7e25600010f6694/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"At Madison Square Wellness, our unique approach to lasting wellness includes posture assessment, active stretching, chiropractic care, sports therapy, pre & postnatal support, nutritional guidance, therapeutic massage, and acupuncture. Our passion is to provide a counterbalance to the daily stress of the office, gym, and New York City life. We are committed to keeping our patients feeling their best.\\n\\nWe also bring our philosophies onsite through our Corporate Wellness Initiative. An emphasis on workplace wellness leads to healthier, more relaxed employees. Taking a few moments during the week to focus on health leads to hours of additional productivity and an overall positive mood. Chiropractic wellness care can help reduce low back pain, tension, headaches, and neck pain -- all of which are exacerbated by sitting at a desk for long hours every day. Our corporate wellness model has had proven a success at companies like Apollo Global Management, Linked In, General Atlantic, DigitasLBi, and FCB Health.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"chiropractic care, posture assessment, active stretching, sports therapy, therapeutic massage, nutritional guidance, physical therapy, acupuncture, prenatal support, postnatal support, wellness & fitness services, corporate wellness, health & wellness, ergonomic assessment, posture screening, injury prevention, holistic approach, integrated care, active isolated stretching, sports injuries, chronic pain management, back pain treatment, neck pain relief, headaches treatment, stress reduction, workplace wellness, at-home services, wellness programs, fitness assessment, movement optimization, personalized care, patient education, patient testimonials, wellbeing initiatives, preventative care, pain management, mental health support, sleep improvement, energy enhancement, postural dysfunction, manual therapy, myofascial release, physical rehabilitation, tailored treatment plans, telehealth services, patient-centric approach, lifestyle modification, health screenings, functional movement assessment, occupational therapy, wellness activities, community health programs, long-term health goals, healthcare integration, health education workshops, physiotherapy, health, wellness & fitness, chiropractors, health & medical, massage therapy\",\n    \"organization_technologies\": \"Android, Basis, CloudFlare Hosting, Flutter, Google Font API, Microsoft Office 365, Mobile Friendly, Nginx, Outlook, Python, Remote, Reviews, SharePoint, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"679f38376f57100001a9b2d0\",\n    \"organization_id\": \"57c4f1a9a6da986a7fc9f0cd\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/madison-square-wellness\",\n    \"organization_linkedin_uid\": \"10033650\",\n    \"organization_twitter_url\": \"https://twitter.com/MsqWellness\",\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2006,\n    \"organization_primary_domain\": \"madisonsquarewellness.com\",\n    \"organization_phone\": \"+1 212-696-9355\",\n    \"organization_street_address\": \"60 Madison Ave\",\n    \"organization_raw_address\": \"60 Madison Avenue, Suite 1012, New York, New York 10010, US\",\n    \"organization_state\": \"New York\",\n    \"organization_city\": \"New York\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"10010\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Cece\",\n    \"last_name\": \"Gifford\",\n    \"email\": \"cece@nutritiontulsa.com\",\n    \"organization_name\": \"Nutrition Consultants of Tulsa\",\n    \"organization_website_url\": \"http://www.nutritiontulsa.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/cece-davis-gifford-50514213\",\n    \"name\": \"Cece Gifford\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4D03AQFag_buOjpeQQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516494635439?e=2147483647&v=beta&t=vNgyMoHOUHgl2l5vBU8V0qpGmNacVF6Qp2dSKZpK5dE\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Registered Dietitian | Certified Specialist in Sports Dietetics | Published Author | Speaker |\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"6\",\n    \"city\": \"Tulsa\",\n    \"state\": \"Oklahoma\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66e85971046b8a00010c0bb1/picture\",\n    \"organization_annual_revenue\": \"426000\",\n    \"organization_annual_revenue_printed\": \"426K\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Nutrition Consultants of Tulsa is an Oklahoma based, woman owned, small business founded in 1979. The private practice is located in Tulsa, Oklahoma. The registered dietitians at Nutrition Consultants of Tulsa counsel children, teens, and adults in health and in disease. We use science-based medical nutrition and cutting edge techniques to decipher fact from fiction in the confusing world of nutrition. As an independent private practice, the registered dietitians at Nutrition Consultants of Tulsa are in the best position to develop a nutrition plan that custom fits a person's lifestyle. \\n\\nNutrition Consultants of Tulsa is the only private practice of registered dietitians in the Tulsa area and is the primary nutrition provider for the eight largest health insurance carriers.\\n\\nAREAS OF EXPERTISE:\\n\\nWeight Management using a non-diet approach\\nEating disorders\\t\\nBariatric nutrition \\nSports Nutrition\\t\\nGastrointestinal Disorders\\nHypertension\\nHeart Disease\\nFood allergies\\t\\nVegetarian Lifestyles\\nDiabetes, Pre-Diabetes\\t\\nFamily & Wellness Disease Prevention\\n\\nNutrition Consultants of Tulsa offers consulting for clinics, athletic departments, corporations, restaurants, and spas. Menu analysis, grocery store tours, media appearances, and employee wellness programs are among the services offered.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"weight management, eating disorders, bariatric nutrition, sports nutrition, gastrointestinal disorders, heart disease, hypertension, food allergies, vegetarian lifestyles, diabetes, prediabetes, family, wellness disease prevention, corporate wellness programs, wellness & fitness services, nutrition counseling, registered dietitian, medical nutrition therapy, wellness program, diabetes management, chronic fatigue, micronutrient testing, food sensitivity testing, intuitive eating, health coaching, corporate wellness, pediatric nutrition, vegetarian nutrition, preventive health, chronic illness support, telehealth nutrition, nutrition education, meal planning, whole foods, healthy eating habits, stress management, gluten sensitivity, cardiovascular health, high cholesterol, high blood pressure, hypoglycemia, food intolerances, cancer nutrition, functional nutrition, dietary consultations, healthcare cost reduction, nutrition analysis, nutrition workshops, vending machine options, lifestyle changes, home nutrition support, personalized eating plans, ebook nutrition guide, fda compliant nutritional analysis, medical, health care, health, wellness & fitness, hospital & health care\",\n    \"organization_technologies\": \"Apache, Google Font API, Microsoft Office 365, Mobile Friendly, Outlook, Remote, Vimeo, WordPress.org\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66fb7b1b556cca0001f30f5c\",\n    \"organization_id\": \"54a1b08d7468695860ab7f08\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/nutrition-consultants-of-tulsa\",\n    \"organization_linkedin_uid\": \"3552759\",\n    \"organization_twitter_url\": \"https://twitter.com/NCTulsaRDs\",\n    \"organization_facebook_url\": \"https://www.facebook.com/pages/Nutrition-Consultants-of-Tulsa/132306573482300\",\n    \"organization_founded_year\": 1979,\n    \"organization_primary_domain\": \"nutritiontulsa.com\",\n    \"organization_phone\": \"+1 918-749-9077\",\n    \"organization_street_address\": \"4157 S Harvard Ave\",\n    \"organization_raw_address\": \"4157 S Harvard Ave, 109, Tulsa, Oklahoma 74135, US\",\n    \"organization_state\": \"Oklahoma\",\n    \"organization_city\": \"Tulsa\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"74135\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Thomas\",\n    \"last_name\": \"Hajduk\",\n    \"email\": \"thomas@drinkctrl.com\",\n    \"organization_name\": \"NaturaPine\",\n    \"organization_website_url\": null,\n    \"linkedin_url\": \"http://www.linkedin.com/in/hajduk\",\n    \"name\": \"Thomas Hajduk\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4D03AQFTIDjQTE2_AQ/profile-displayphoto-shrink_200_200/B4DZXKHOexGkAY-/0/1742852647116?e=2147483647&v=beta&t=nXDN-7W3_OyLdVjK1pFp29jPfni7_Zx2ddOvpwCv-Xc\",\n    \"title\": \"Owner\",\n    \"headline\": \"Marketing, Branding, CPG & Creators | Work: OTK Network, LEGO Games, Chipotle, Activision Blizzard, OpTic Gaming, Starforge Systems, AT&T,\",\n    \"seniority\": \"owner\",\n    \"city\": \"Austin\",\n    \"state\": \"Texas\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/683ce0095d21e6000124ebf5/picture\",\n    \"email_domain_catchall\": false,\n    \"id\": \"63076a5be244c4000114d830\",\n    \"organization_id\": \"68068a2e9f88ed000d7d0a74\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/naturapine\",\n    \"organization_linkedin_uid\": \"105339552\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": null,\n    \"organization_phone\": null\n  },\n  {\n    \"first_name\": \"Rich\",\n    \"last_name\": \"Hirschinger\",\n    \"email\": \"rich@facepaindr.com\",\n    \"organization_name\": \"Rich Hirschinger, DDS, Inc.\",\n    \"organization_website_url\": \"http://www.beverlyhillstmjheadachepain.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/richhirschingerdds\",\n    \"name\": \"Rich Hirschinger\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQGpHnUIAWeOlg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1710779311368?e=2147483647&v=beta&t=Rr6i0mqmPuAg1no7_rpv9SdjPAvAyAieT1gkOqeoWuE\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Beverly Hills\",\n    \"state\": \"California\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f053850ef82e000140083f/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Dr. Rich Hirschinger is the inventor of the gentle jaw and a Beverly Hills Board Certified specialist who only treats TMJ, obstructive sleep apnea and snoring, migraine headaches and chronic oral facial pain. Call 888.981.8981 for an appointment today!\",\n    \"organization_short_description\": \"Dr. Hirschinger is one of less than 300 doctors in the United States to be a Diplomate of the American Board of Orofacial Pain, and a Fellow of the American Academy of Orofacial Pain. He completed a two-year full time residency in the UCLA Orofacial Pain and Dental Sleep Medicine program, and now serves as a lecturer at UCLA teaching other doctors in the same residency. \\n\\nDr. Hirschinger sees patients at his private practice in Beverly Hills and he is also fully mobile with his service, and can see patients at their home, office, and even on location such as at a movie set.   \\n \\nPrimary headaches are headaches that are not caused by anything else such as a tumor, a stroke, etc. Primary headaches include migraines, tension-type headaches, and cluster headaches. Patients can, and usually do, have more than one type of headache so a thorough patient history is important to insure that each headache is identified. Headaches can be caused by several different factors, and treatment includes medications to abort a headache as well as medications to reduce the number of headaches, and possibly prevent the headaches.\\n\\nMyofascial pain is a fancy way of saying muscle pain. Head and neck myofascial pain is caused by trigger points in the muscles that result in pain in the jaw, neck, back of the head, and temples. Myofascial pain can be caused by overuse of muscles from clenching and/or grinding the teeth, or even from texting.  \\n\\nTemporomandibular joint disorder, also known as TMJ, TMD, or TMJD, is a general term covering any disorder causing inflammation of the temporo-mandibular joint (TMJ), which is the joint that connects the skull to the jaw. \\nObstructive sleep apnea is a sleeping disorder marked by shallow, labored breathing, pauses in breath, and can be punctuated by gasping for air, and/or snoring sounds.\\n\\nDr. Hirschinger is also the inventor of the gentle jaw, which in four words is, \\\"yoga for the jaw.\\\" www.gentlejaw.com\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"head & neck muscle pain, headaches, myalgia, gentle jaw, head & neck nerve pain, obstructive sleep apnea, tmj, head & neck never pain, wellness & fitness services, health, wellness & fitness, doctors, health & medical, pain management\",\n    \"organization_technologies\": \"AI, ASP.NET, Android, Data Analytics, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google Analytics, Google Apps, Google Maps, Google Maps (Non Paid Users), Google Tag Manager, IoT, Mobile Friendly, Nginx, Python, Remote, Sendgrid, SharePoint, WordPress.org, Yelp, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fc84cf7265ea00019e2f2b\",\n    \"organization_id\": \"556d9abf736964122ac55301\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/rich-hirschinger-dds-inc-\",\n    \"organization_linkedin_uid\": \"3626166\",\n    \"organization_twitter_url\": \"http://twitter.com/facepaindr\",\n    \"organization_facebook_url\": \"https://www.facebook.com/facepaindr\",\n    \"organization_founded_year\": 2013,\n    \"organization_primary_domain\": \"beverlyhillstmjheadachepain.com\",\n    \"organization_phone\": \"+1 844-265-1128\",\n    \"organization_street_address\": \"9615 Brighton Way\",\n    \"organization_raw_address\": \"9615 Brighton Way, Suite 323, Beverly Hills, CA 90210, US\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Beverly Hills\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"90210-5109\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Randy\",\n    \"last_name\": \"Stepp\",\n    \"email\": \"randystepp@baraesthetics.com\",\n    \"organization_name\": \"B.A.R. Aesthetics | Wellness\",\n    \"organization_website_url\": \"http://www.baraesthetics.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/randystepp\",\n    \"name\": \"Randy Stepp\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQF_toxiF5aSow/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1720979996507?e=2147483647&v=beta&t=_hDhfwWfzKOWg3q3_UbZhWiH7ptgD1Sa4tdZ4vNprZk\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Franchise Brand Builder & Former CEO | Scaling Businesses from Concept to National Presence\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Dallas\",\n    \"state\": \"Texas\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68895163ce27dd000137a2d8/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"B.A.R. Aesthetics is an innovative medical aesthetics platform that invests \\r\\nin owners and founders of practices in the medical aesthetics industry. \\r\\nB.A.R. Aesthetics is cofounder by Randy Stepp, who previously led the \\r\\nsuccessful launch of a start up brand med spa brand to achieve national \\r\\nprominence. B.A.R. Aesthetics seeks entrepreneurs who desire a partner who \\r\\nknows their business and industry.\",\n    \"organization_short_description\": \"B.A.R. Aesthetics is a trusted, experienced, and strategic partner with deep knowledge of the aesthetics industry and what it takes to build and grow a successful business. We view the success of our partner practices as a cornerstone commitment and foundational to achieving our purpose. \\n\\nWe Raise the B.A.R. on the possibilities by achieving exceptional results. We help our partner practices build confidence, gain clarity, and tackle the challenges that building an enduring business presents. We embrace today's challenges while ambitiously planning for tomorrow's opportunities with business and industry-focused solutions.\\n\\nA Proven Approach to Propel Your Business Forward. In the fast-paced aesthetics industry, it takes more than entrepreneurial grit to stay ahead of competition. It requires thinking and acting differently. Reaching your aspirational goals requires a partner who's been there, knows the lay of the land, and is vested in your success. \\n\\nOur Experience Is the Difference. \\nB.A.R. Aesthetics is different because we have experience building and growing a national medical aesthetics brand. We know what it is to be an owner – to be solely responsible for the success of the practice. We know the sleepless nights and have been intimate with the most stressful moments that come with building and growing a business as an owner. Our experience can help you get out from under the daily mundane tasks that are capitalizing your time so you can concentrate on becoming a transformational leader.\\n\\nOur Approach Separates Us.\\nThe industry demands that you keep up, which requires agility and the ability to change. We understand this as well as anyone in the industry. We seek out changes that will lead to more efficient and effective operational practices and greater profitability. We look inside the numbers, evaluate the current processes, and challenge the status quo to ensure we are meeting the needs of a diverse, and ever-changing market.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"medical aesthetics, med spa, business development, growth strategy, new practice launch, turn around, retail health & personal care products, aesthetic network, client acquisition, client experience, branding, marketing strategies, leadership development, profitability, compliance, operational excellence, financial management, team development, client retention, service offerings, wellness services, educational training, strategic planning, exit strategies, mergers & acquisitions, talent management, brand building, data analysis, cosmetic medicine, aesthetic treatments, augmented results, virtual consultations, patient experience, sales strategy, operational systems, client journey, beauty industry, regulatory compliance, cosmetic surgery, wellness industry, personalized services, collaborative decision-making, innovative solutions, entrepreneurship, network building, scalability, environmental design, empathy in business, experience to excellence, successful partnerships, technology utilization, community engagement, b2b, health, wellness & fitness, marketing strategy, marketing & advertising, data analytics, health care, hospital & health care, cosmetics, beauty, apparel & fashion\",\n    \"organization_technologies\": \"Gmail, Google AdSense, Google Apps, Mobile Friendly, NSOne, Remote, Squarespace ECommerce, Typekit, Vimeo\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f70dae2687140001240691\",\n    \"organization_id\": \"65509ae3d2a48c00019b14d8\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/bar-aesthetics-wellness\",\n    \"organization_linkedin_uid\": \"96943150\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2023,\n    \"organization_primary_domain\": \"baraesthetics.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"1401 Elm Street\",\n    \"organization_raw_address\": \"1401 elm street, dallas, texas, united states\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"Dallas\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"75202\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Craig\",\n    \"last_name\": \"Kiessling\",\n    \"email\": \"ckiessling@melonehatley.com\",\n    \"organization_name\": \"PATHS Atlanta Kung Fu\",\n    \"organization_website_url\": \"http://www.pathsatlanta.org\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/craigskiessling\",\n    \"name\": \"Craig Kiessling\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQErrFEHCuig_Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1593292201137?e=2147483647&v=beta&t=TKE1MsIptARfkNGPJvB3IACP227pPx4tDKdZuICn1yQ\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Holistic White Hat SEO | WordPress | HTML and more\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Decatur\",\n    \"state\": \"Georgia\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66d50ea253d40a0001c38cec/picture\",\n    \"organization_annual_revenue\": \"7542000\",\n    \"organization_annual_revenue_printed\": \"7.5M\",\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"PATHS Atlanta Kung Fu offers the Traditional Chinese Martial Arts, or TCMA, of training in the Northern Shaolin and Tai Ji Quan styles of Kung Fu, along with Qigong, Meditation and more.\\n\\nIdeal for those aged 15+, classes are taught in a fun and friendly manner – with the individual's personal progress as the core key. Martial Arts, in general, are a wonderful way to stay in shape, build self-confidence, learn self-defense, engage in thought-provoking body dynamics and much more.\\n\\nAt PATHS Atlanta Kung Fu, our students not only get these benefits, but are also exposed to Chinese language and culture and many other in depth topics.\\n\\nDo Life.\\nDo Kung Fu.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"martial arts, decatur, northern shaolin, atlanta, kung fu, xingyi quan\",\n    \"organization_technologies\": \"AI, Android, Basis, Google Cloud Hosting, Razorpay, Remote, ZoomInfo\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f755bf0efa5b00011b8bea\",\n    \"organization_id\": \"54a12a0b69702dc128bdaa01\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/paths-atlanta\",\n    \"organization_linkedin_uid\": \"1706528\",\n    \"organization_twitter_url\": \"https://twitter.com/PATHSAtlanta\",\n    \"organization_facebook_url\": \"https://www.facebook.com/PATHSAtlantaKungFu\",\n    \"organization_founded_year\": 2007,\n    \"organization_primary_domain\": \"pathsatlanta.org\",\n    \"organization_phone\": \"+1 404-919-9193\",\n    \"organization_street_address\": \"2973 Delcourt Dr\",\n    \"organization_raw_address\": \"PATHS Atlanta Kung Fu, Decatur, Georgia, USA, 30030\",\n    \"organization_state\": \"Georgia\",\n    \"organization_city\": \"Decatur\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"30033-2447\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Scott\",\n    \"last_name\": \"Shetler\",\n    \"email\": \"scott@eptsgym.com\",\n    \"personal_email\": \"scottpt1@msn.com\",\n    \"organization_name\": \"Extreme Performance Training Systems LLC\",\n    \"organization_website_url\": \"http://www.extreme-fitness.org\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/sshetler\",\n    \"name\": \"Scott Shetler\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5103AQEeafS8h74MHA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516293955962?e=2147483647&v=beta&t=IyMddwLirOzo3tmx1SdAL8dEOGaUXINMW-OO3YbL7Uk\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Health/Fitness/Sport Performance Coach and Owner of Extreme Performance Training Systems. \",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Duluth\",\n    \"state\": \"Georgia\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac0a998f12000100b12d/picture\",\n    \"organization_annual_revenue\": \"5676000\",\n    \"organization_annual_revenue_printed\": \"5.7M\",\n    \"organization_seo_description\": \"Game Kita Merupakan Situs Yang Menyediakan Situs Domino Roullete Poker Pakar Domino Paling hebat\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness, active life, fitness & instruction, gyms, trainers\",\n    \"organization_technologies\": \"CloudFlare Hosting, Cloudflare DNS, Mobile Friendly, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"57dae5f4a6da984a384fdcd9\",\n    \"organization_id\": \"56e4746ff3e5bb5c13005314\",\n    \"twitter_url\": \"https://twitter.com/sshetler\",\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/extreme-performance-training-systems-llc\",\n    \"organization_linkedin_uid\": \"7187749\",\n    \"organization_twitter_url\": \"https://twitter.com/sshetler\",\n    \"organization_facebook_url\": \"https://facebook.com/ecfitness\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"extreme-fitness.org\",\n    \"organization_phone\": \"+1 770-403-1363\",\n    \"organization_street_address\": \"6689 Peachtree Industrial Blvd\",\n    \"organization_raw_address\": \"6689 peachtree industrial boulevard, norcross, georgia, united states, 30092\",\n    \"organization_state\": \"Georgia\",\n    \"organization_city\": \"Peachtree Corners\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"30092-4303\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Annabelle\",\n    \"last_name\": \"Mee\",\n    \"email\": \"amole@foxgroupint.com\",\n    \"organization_name\": \"BODY BY BELLE\",\n    \"organization_website_url\": \"http://www.bodybybelle.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/annabellemole\",\n    \"name\": \"Annabelle Mee\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQHKksgk4Q6AYg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1732224139832?e=2147483647&v=beta&t=LnYAoG2-ADTgctiyGDQlzsNyfKv38kOpV485KAuwDdI\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner of Body By Belle coaching. \",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"Liverpool\",\n    \"state\": \"England\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/678c840a00088700013477a9/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"We help busy, ambitious women, achieve their dream physique and unlock a new level of confidence, in a healthy and sustainable way.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Bootstrap Framework, Mobile Friendly, Shopify\",\n    \"email_domain_catchall\": false,\n    \"id\": \"68b26eb674306c0001c68534\",\n    \"organization_id\": \"678c8407cfd9590001161df8\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/body-by-belle\",\n    \"organization_linkedin_uid\": \"105570659\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": 2021,\n    \"organization_primary_domain\": \"bodybybelle.com\",\n    \"organization_phone\": \"+82 10-4339-2866\",\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Luke\",\n    \"last_name\": \"Briggs\",\n    \"email\": \"luke@lukebriggsfitness.com\",\n    \"personal_email\": \"lmbriggs04@gmail.com\",\n    \"organization_name\": \"Total Life Fitness\",\n    \"organization_website_url\": \"http://www.lukebriggsfitness.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/luke-briggs-950309aa\",\n    \"name\": \"Luke Briggs\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D5603AQEjRwIBWxVgsA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1673908453741?e=2147483647&v=beta&t=gKdlhglmlpb5dKYl92qMvzNLqBDRxZ8GNB6m8IWN3mY\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Owner at Total Life Fitness - Top transformation coach for busy professionals in Wisconsin\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"5\",\n    \"city\": \"Verona\",\n    \"state\": \"Wisconsin\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/67500e7549f639000178c666/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Apache, Basis, Blue Host, GetResponse, Google Font API, MailChimp, Mobile Friendly, WordPress.org, Wufoo\",\n    \"email_domain_catchall\": false,\n    \"id\": \"54ec55b77468694311c10581\",\n    \"organization_id\": \"65a567bd0581c704562f3a54\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/total-life-fitness\",\n    \"organization_linkedin_uid\": \"99105887\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"lukebriggsfitness.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jeff\",\n    \"last_name\": \"Schechter\",\n    \"email\": \"shecky@highreturnrealestate.com\",\n    \"organization_name\": \"Jj Development LLC\",\n    \"organization_website_url\": \"http://www.jjdevelopment.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/reallyshecky\",\n    \"name\": \"Jeff Schechter\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4E03AQEMIGjcFbIaDw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1686622697814?e=2147483647&v=beta&t=3n2Sqi28z0y2VzmtULkrt_v-tGdgwdw5Ql82vEvgjyI\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Investor, Entrepreneur, Podcaster, Author, Consultant, Yogi, Musician, Health Nut, and Lover of Life!\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"4\",\n    \"city\": \"Nashville\",\n    \"state\": \"Tennessee\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/63edac09a4ccae0001634980/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"J&J Development has been building quality custom homes in San Antonio, Texas and the surrounding Hill Country areas since 1980.\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Angies List, Google Analytics, Google Font API, Google Tag Manager, Mobile Friendly, Nginx, Outlook, Remote, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66faec5c0034d50001382358\",\n    \"organization_id\": \"5d09eb41f651255d469a3e35\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/jj-development-llc\",\n    \"organization_linkedin_uid\": \"8402206\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": \"https://www.facebook.com/pages/category/Contractor/JJ-Development-Inc-828753397136142/\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"jjdevelopment.com\",\n    \"organization_phone\": \"+1 210-402-3171\",\n    \"organization_street_address\": \"19310 Stone Oak Pkwy\",\n    \"organization_raw_address\": \"19310 Stone Oak Pkwy, San Antonio, TX 78258, US\",\n    \"organization_state\": \"Texas\",\n    \"organization_city\": \"San Antonio\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"78258\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Cara\",\n    \"last_name\": \"Frank\",\n    \"email\": \"cara@chinaherbco.com\",\n    \"personal_email\": \"herbbabe@verizon.net\",\n    \"organization_name\": \"China Herb Company\",\n    \"organization_website_url\": \"http://www.chinaherbco.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/cara-frank-915b805\",\n    \"name\": \"Cara Frank\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4E03AQH7d1Eqn7RBwA/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1529928982480?e=2147483647&v=beta&t=yqN6RTk4Dk13PaRQj3-x9sBdO4VxHf9kOT4f043oSTo\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Head Fish: Six Fishes Acupuncture Top Ginseng: China Herb Company Lead Gardener: China Herb Seminars\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"7\",\n    \"city\": \"Philadelphia\",\n    \"state\": \"Pennsylvania\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/670287ef5cb6fe000184128e/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"China Herb was founded in 1991 by Cara O. Frank, R. Ac, Dipl ac & Ch. She has been a practicing acupuncturist since 1983, but it was in 1988 during internship at a traditional herbal hospital in Beijing, China in that she fell head first into a love affair with Chinese herbs, an affair from which she has yet to recover.\\n\\nUpon her return to the US, Cara immediately began to establish her own personal pharmacy for private practice. China Herb Company was born serendipitously as an extension of Cara's personal pharmacy, when other local acupuncturists requested that she fill formulas for their clients. Sensing a need for high quality custom formulas that honor both the tradition of herbalists as well as clients specific needs, China Herb began to offer its services nationally.\\n\\nChina Herb Company is committed to creating Chinese herb formulas customized to your clients' precise needs. Many practitioners find it difficult to maintain their own herbal pharmacies, and keep every herbal formula on hand.   As your personal herbal pharmacy we will supply you with customized, made-to-order formulas. You can create your own formulas and never have to compromise accuracy for convenience again. We supply herbal formulas in raw, powdered, and liquid form and ship them directly to you or your client.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"traditional chinese medicine, traditional chinese medicine & chinese herbal medicine, chinese herbal medicine, wellness & fitness services, herbal medicine, custom formulas, acupuncture, liquid concentrates, foot soaks, bone broth kits, reproductive wellness, quality herbs, herb dispensary, sulfite testing, heavy metal testing, pesticide residue testing, microbial contamination testing, geo-authenticity, dao di regions, online dispensary, herbscript pro, six fishes formulas, little fishes formulas, capsule services, granule extracts, 5:1 concentrates, 8:1 concentrates, raw herbs, herbal extracts, personalized wellness, traditional pao zhi practices, clinical experience, herbal tinctures, patient formulas, herb blends, holistic health, certified herbs, sustainable sourcing, plant-based medicine, herbal remedies, stress relief, sleep support, digestive health, pain relief, immune support, energy boost, women's health, detoxification, children's herbal remedies, health, wellness & fitness\",\n    \"organization_technologies\": \"Android, Basis, CloudFlare Hosting, Cloudflare DNS, Flutter, Gmail, Google Analytics, Google Apps, Google Font API, Google Tag Manager, Mobile Friendly, Quantcast, Remote, Sendgrid, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"605c9822d625e20001ec68fd\",\n    \"organization_id\": \"54a128aa69702db878a40f01\",\n    \"twitter_url\": \"https://twitter.com/herbbabe\",\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/china-herb-company\",\n    \"organization_linkedin_uid\": \"2330590\",\n    \"organization_twitter_url\": \"https://twitter.com/chinaherbco\",\n    \"organization_facebook_url\": \"https://facebook.com/chinaherbco\",\n    \"organization_founded_year\": 1991,\n    \"organization_primary_domain\": \"chinaherbco.com\",\n    \"organization_phone\": \"+1 215-546-5870\",\n    \"organization_street_address\": \"750 S 15th St\",\n    \"organization_raw_address\": \"750 South 15th Street, Philadelphia, PA 19146, US\",\n    \"organization_state\": \"Pennsylvania\",\n    \"organization_city\": \"Philadelphia\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"19146\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Cengiz\",\n    \"last_name\": null,\n    \"email\": \"cengiz@soivera.com\",\n    \"organization_name\": \"Soivera\",\n    \"organization_website_url\": \"http://www.soivera.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/cengiz-19736465\",\n    \"name\": \"Cengiz\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4D03AQGHFAJd-FpsTw/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1725903027745?e=2147483647&v=beta&t=lDW8xHbDoYAXZUfH01ghKVOM_GIGEroKav_5fe4vH6Y\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"SÜPERKRİTİK CO2 EKSTRAKSİYON-EKSTRAKT-ORGANİK TARIM-TIBBİ AROMATİK\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Ankara\",\n    \"state\": \"Ankara Province\",\n    \"country\": \"Turkey\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6710d449128b110001296dd8/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": \"Soivera olarak, doğanın gücünü modern yaşamla buluşturarak sürdürülebilir ve yüksek kaliteli bitkisel ürünler sunma misyonunu taşıyoruz. Anadolu'nun bereketli topraklarında yetiştirilen ürünleri, ileri teknoloji ve İsviçre hassasiyetiyle birleştirerek her adımda kaliteyi ve sürdürülebilirliği ön planda tutuyoruz. Ar-Ge yatırımlarımız ve ileri teknoloji destekli üretim süreçlerimizle doğaya olan sorumluluğumuzu ciddiye alıyoruz. Soivera, doğanın sunduğu değerleri koruma ve bu değerlerin ilham verici etkisini dünya ile paylaşma vizyonu ile hareket ediyor. Etik üretim süreçlerimiz ve çevreye duyarlı yaklaşımımızla saygın, güvenilir ve yenilikçi çözümler sunuyoruz. Saflık, etkinlik ve sürdürülebilirlik felsefemizle, tüketicilerimizin hayatlarını iyileştiriyor ve zenginleştiriyoruz. Hedefimiz, doğanın iyiliğini güvenle deneyimleyebileceğiniz bir dünya yaratmak. Soivera, doğanın saflığını iyiliğe taşıyor!\\n\\n #SoPureSoNature\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"retail health & personal care products, health, wellness & fitness\",\n    \"organization_technologies\": \"Apache, Bootstrap Framework, Microsoft Office 365, Mobile Friendly, Outlook\",\n    \"email_domain_catchall\": false,\n    \"id\": \"672498862eecb20001755c15\",\n    \"organization_id\": \"672674396919ee000129fc54\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/soiveraofficial\",\n    \"organization_linkedin_uid\": \"103893382\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"soivera.com\",\n    \"organization_phone\": \"+90 356 502 1515\",\n    \"organization_street_address\": null,\n    \"organization_raw_address\": null,\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": null,\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Stephen\",\n    \"last_name\": \"Campolo\",\n    \"email\": \"stephen@flxbodyfitness.com\",\n    \"organization_name\": \"FLX Body Fitness\",\n    \"organization_website_url\": \"http://www.flxbodyfitness.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/stephen-campolo-280776a\",\n    \"name\": \"Stephen Campolo\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"America's  Leading Fat Loss Expert. Featured in Men's Health, Entrepreneur, Yahoo, MSNBC. 💪🏻 I help Busy Executives and Entrepreneurs  drop 30 LBS  in 3 months by working out  < 3 hours per week || Results GUARANTEED ✅\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Naples\",\n    \"state\": \"Florida\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68a5d49a7807350001472e6f/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Hi, my name’s Stephen Campolo, I am a former fat kid turned weight-loss expert, fitness author, and a personal strength and nutrition coach to some of the top CEO’s in the country.\\r\\n\\r\\nWhen you follow a nutrition program that is designed for YOUR SPECIFIC BODY TYPE, combined with my specific training system, you will transform your body TRAINING ONLY 3 HOURS PER WEEK. That is only 45 minutes per day and 4 days per week!\",\n    \"organization_short_description\": \"I am a former fat kid turned weight-loss expert, fitness author, and personal strength and nutrition coach to some of the top CEO's in the country.\\n\\nCan I be vulnerable with you for a second? \\n\\nI have struggled with my weight for most of my life. I was very overweight as a kid and extremely unhealthy. I had man boobs, a big gut, and a love handle. I was embarrassed to even take my shirt off in the boy's locker room at school out of fear someone would make fun of me. I was depressed about my weight. I had no confidence to talk to girls or make new friends.\\n\\nFood was my comfort. The more I thought about getting in shape, the more I talked myself out of it. I knew it wouldn't be easy, and I wasn't sure I could go through the pain and discipline. But one day that all changed...I was tired of being made fun of. I was tired of the pretty girls talking to my friends and looking past me. I decided to do something about it. I wasn't going to just think about it anymore. I WAS GOING TO TAKE ACTION! \\n\\nOver the past 15 years, I have tried almost every diet and exercise program out there. After a grueling process of trial and error, I discovered what works and what doesn't. I have taken my experience and created the ultimate fat loss program. If you do what I say and follow this program, you will lose fat, and FAST… it's that simple.\\n\\nFOLLOW A PROVEN SYSTEM THAT WORKS. You are not doing this by yourself. You are already great. Now it's time to take your body and life to the next level. Since you will have everything you need in THE BODY TYPE BLUEPRINT, you won't even have to think about how you're going to do this. All you need to do is get started and in minutes you will have access to all the tools and information your need to achieve your best body ever!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, ClickFunnels, CloudFlare Hosting, Facebook Comments, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Font API, Microsoft Office 365, Mobile Friendly, Outlook, Phusion Passenger, TikTok, YouTube, ZoomInfo\",\n    \"email_domain_catchall\": true,\n    \"id\": \"66f76e2727096c0001326942\",\n    \"organization_id\": \"61ec24f525b13900016d239f\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/flx-body-fitness\",\n    \"organization_linkedin_uid\": \"78385534\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"flxbodyfitness.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"2172 Grove Dr\",\n    \"organization_raw_address\": \"2172 grove dr, naples, florida, united states\",\n    \"organization_state\": \"Florida\",\n    \"organization_city\": \"Naples\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"34120-7515\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Lomas\",\n    \"email\": \"jane@dynaband.co.uk\",\n    \"organization_name\": \"Dyna-Band\",\n    \"organization_website_url\": \"http://www.dynaband.co.uk\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/jane-lomas-80671427\",\n    \"name\": \"Jane Lomas\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C4D03AQHQ8dg10leA6w/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1517461647256?e=2147483647&v=beta&t=CQGIyFNUBSuDTV16zPzma18ZuyietdoL7H6k16oXQ6k\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Director at GolfBand\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": \"High Wycombe\",\n    \"state\": \"England\",\n    \"country\": \"United Kingdom\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/674b7cd5ae4ea400017bf4c0/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Buy the 1# Resistance band in fitness. The fast & effective total body workout. Official website & suppliers of the full Dyna-Band Range\",\n    \"organization_short_description\": \"Experts in resistance exercise programmes using the leading brand of resistance band - Dyna-Band\\nWe have developed programmes for strenth training, general health/fitness & wellbeing, Pre & Postnatal, specific sports e.g. Tennis, Golf & Football, cycling and martial arts\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"\",\n    \"organization_technologies\": \"Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Google Analytics, Google Cloud Hosting, Google Tag Manager, Mobile Friendly, Varnish, Wix, YouTube\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66fe7e8b09cd080001ed3e34\",\n    \"organization_id\": \"54a12a3969702dab37451702\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/dyna-band\",\n    \"organization_linkedin_uid\": \"2141832\",\n    \"organization_twitter_url\": \"https://twitter.com/DYNABAND\",\n    \"organization_facebook_url\": \"https://www.facebook.com/DynaBand/\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"dynaband.co.uk\",\n    \"organization_phone\": \"+44 845 305 4131\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"united kingdom\",\n    \"organization_state\": null,\n    \"organization_city\": null,\n    \"organization_country\": \"United Kingdom\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Simon\",\n    \"last_name\": \"Schmidt\",\n    \"email\": \"simon@thedopaminestudio.com\",\n    \"organization_name\": \"The Dopamine Studio\",\n    \"organization_website_url\": \"http://www.thedopaminestudio.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/simonschmidt93\",\n    \"name\": \"Simon Schmidt\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/D4D03AQGgIiuP0R13Bw/profile-displayphoto-shrink_200_200/B4DZPeF3bpHUAc-/0/1734597901073?e=2147483647&v=beta&t=3861EiMZD18ceMfGFRdOayFaJx-RgVUI8K5yL5oJ6oU\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Connecting communities with brands through Fitness & Culture | Founder at Dopamine | Part-Time Athlete & Full-Time Creative\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"2\",\n    \"city\": \"Berlin\",\n    \"state\": \"Berlin\",\n    \"country\": \"Germany\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f968459a49a00001c63f63/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"\",\n    \"organization_short_description\": null,\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"wellness & fitness services, health, wellness & fitness\",\n    \"organization_technologies\": \"Active Campaign, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Gmail, Google Apps, Google Font API, Google Tag Manager, Mobile Friendly, Nginx, Typekit, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"57767052f3e5bb3a18bdcad0\",\n    \"organization_id\": \"64b119ef6feda100a3088122\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/the-dopamine-studio\",\n    \"organization_linkedin_uid\": \"98165298\",\n    \"organization_twitter_url\": null,\n    \"organization_facebook_url\": null,\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"thedopaminestudio.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"ny, united states\",\n    \"organization_state\": \"New York\",\n    \"organization_city\": \"New York\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Roger\",\n    \"last_name\": \"Biddle\",\n    \"email\": \"roger@purelabvitamins.com\",\n    \"organization_name\": \"Pure Lab Vitamins Inc.\",\n    \"organization_website_url\": \"http://www.purelabvitamins.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/rogerbiddle\",\n    \"name\": \"Roger Biddle\",\n    \"photo_url\": \"https://static.licdn.com/aero-v1/sc/h/9c8pery4andzj6ohjkjp54ma2\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"Proud Owner of Pure Lab Vitamins. Entrepreneur. Creator. Fragility. Big Green Egg. Mountain Bike. Golf. Yoga. Travel. Guitar.\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"10\",\n    \"city\": \"Ottawa\",\n    \"state\": \"Ontario\",\n    \"country\": \"Canada\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/68b80569b3ffe6000194350d/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Pure Lab Vitamins, one of the most reputed and trustworthy brand for the best vitamin supplements Canada. Discover the full range of high quality vitamins Canada.\",\n    \"organization_short_description\": \"Pure Lab Vitamins is an Ottawa-based natural health company owned by Roger Biddle and Cyrus Kuhzarani. Cyrus is a leading compounding pharmacist, known for his patient-championing support of natural health – and Roger is an experienced marketing strategist with decades of experience in the natural health sector.\\n\\nFrom day one we have shared a passion to reach people with actionable knowledge and usable health products. As a community pharmacist renowned for his knowledge and passion to help people with their health, Cyrus has developed our unique line of supplements that have a focus on helping replenish the body from key deficiencies – and Roger ensures that our whole team's experience and interest in helping developing relationships with retailers and customers is fully engaged.\\n\\nWe are thrilled to be working with genuine and caring customers across Canada – and look forward to sharing the efficacy of our unique products and the positive outcomes we hear about every day!\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"natural health products, vitamin supplements, magnesium glycinate, nadh, vitamin b complex, zinc glycinate, calcium hydroxyapatite, selenomethionine, iron supplement, vitamin c, vitamin d3, melatonin, l-theanine, n-acetylcysteine, l-glutamine, bioactive b12, vegan supplements, thyroid support, digestive health, therapeutic supplements, alkaline products, stress relief, gut health, pain management, immune support, antioxidant protection, natural ingredients, quality manufacturing, gmp certified, health canada approved, supplement formulations, bioavailability, supplement efficacy, fatigue relief, energy production, cognitive support, dietary supplements, herb-free formulas, nutrient-rich, healthy aging, natural remedies, pharmaceutical grade, mineral supplements, adaptogenic botanicals, canadian manufactured, npn certified, customized formulations, health, wellness & fitness\",\n    \"organization_technologies\": \"AI, Basis, Gmail, Google Apps, Google Font API, Google Maps, Google Maps (Non Paid Users), Google Tag Manager, Micro, Mobile Friendly, Pure Chat, Remote, SMTP.com, Vimeo, YouTube, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f5bb5c1a23090001ce2a1d\",\n    \"organization_id\": \"55f2743ff3e5bb0b73004abf\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/pure-lab-vitamins-inc-\",\n    \"organization_linkedin_uid\": \"9383544\",\n    \"organization_twitter_url\": \"https://twitter.com/PureLabVitamins\",\n    \"organization_facebook_url\": \"https://www.facebook.com/PureLabVitamins\",\n    \"organization_founded_year\": 2010,\n    \"organization_primary_domain\": \"purelabvitamins.com\",\n    \"organization_phone\": \"+1 613-706-1266\",\n    \"organization_street_address\": \"\",\n    \"organization_raw_address\": \"Bay 200 250 City Centre Ave, Ottawa, Ontario, CA, K1R 6K7\",\n    \"organization_state\": \"Ontario\",\n    \"organization_city\": \"Ottawa\",\n    \"organization_country\": \"Canada\",\n    \"organization_postal_code\": null,\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Tad\",\n    \"last_name\": \"Inoue\",\n    \"email\": \"tadster@tadthedietcoach.com\",\n    \"organization_name\": \"Tad the Diet Coach\",\n    \"organization_website_url\": \"http://www.tadthedietcoach.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/tad-inoue-9072382a\",\n    \"name\": \"Tad Inoue\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQG0zB2_pL6Zfg/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1540669583205?e=2147483647&v=beta&t=ZirGTDU7Lzz7q4P1FncW1fk064z8Rm-TboNrlY7TdJM\",\n    \"title\": \"Owner\",\n    \"industry\": \"health, wellness & fitness\",\n    \"headline\": \"IFBB Professional League Judge & Professional Nutritionist and Prep Coach\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"3\",\n    \"city\": \"Tempe\",\n    \"state\": \"Arizona\",\n    \"country\": \"United States\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/6713705f1451c00001bf89c0/picture\",\n    \"organization_annual_revenue\": \"2870000\",\n    \"organization_annual_revenue_printed\": \"2.9M\",\n    \"organization_seo_description\": \"At Tad The Diet Coach, We offer figure, bikini and bodybuilding competition preparation and diet coaching programs designed for figure competitors, whether it be in figure or bodybuilding competition preparation, or learning posing for NPC figure contests, contest dieting and bodybuilding diets\",\n    \"organization_short_description\": \"Tad Inoue is a Professional Diet Coach for many clients worldwide and has been in the bodybuilding and fitness industry for over 25 years. His clients include all levels of competitors in figure, bikini, and bodybuilding, as well as individuals interested in optimal health. He is a national level bodybuilding competitor in the NPC with over 21 years of personal competitive experience. His education includes nutrition, biochemistry as well as dietetics. He specializes in contest preparation for Figure, Bikini, Bodybuilding and fat loss for general wellness.\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"bodybuilding contest prep, figure contest prep, bikini contest prep, physique contest prep\",\n    \"organization_technologies\": \"Android, Basis, Bootstrap Framework, DigitalOcean, Elixir, Facebook Custom Audiences, Facebook Login (Connect), Facebook Widget, Flutter, Gmail, Google Analytics, Google Apps, Google Font API, IoT, Mailchimp Mandrill, Mobile Friendly, Nginx, Paytm, Python, Razorpay, Remote, SharePoint, TikTok, Ubuntu, Vimeo, WordPress.org, reCAPTCHA\",\n    \"email_domain_catchall\": false,\n    \"id\": \"66f69a1c9c737700010c92f3\",\n    \"organization_id\": \"54a1ab3174686958606a6d06\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/tad-the-diet-coach\",\n    \"organization_linkedin_uid\": \"2002616\",\n    \"organization_twitter_url\": \"https://twitter.com/Tadthedietcoach\",\n    \"organization_facebook_url\": \"https://www.facebook.com/tad.inoue\",\n    \"organization_founded_year\": null,\n    \"organization_primary_domain\": \"tadthedietcoach.com\",\n    \"organization_phone\": \"+1 951-302-7130\",\n    \"organization_street_address\": \"34077 Milat St\",\n    \"organization_raw_address\": \"34077 milat st, temecula, california, united states\",\n    \"organization_state\": \"California\",\n    \"organization_city\": \"Temecula\",\n    \"organization_country\": \"United States\",\n    \"organization_postal_code\": \"92592-5503\",\n    \"organization_market_cap\": null\n  },\n  {\n    \"first_name\": \"Ricardo\",\n    \"last_name\": \"Kotliroff\",\n    \"email\": \"ricardo@premilife.com\",\n    \"organization_name\": \"Premilife\",\n    \"organization_website_url\": \"http://www.premilife.com\",\n    \"linkedin_url\": \"http://www.linkedin.com/in/ricardo-kotliroff-27b14339\",\n    \"name\": \"Ricardo Kotliroff\",\n    \"photo_url\": \"https://media.licdn.com/dms/image/v2/C5603AQExfmUqBaFWKQ/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1516810181371?e=2147483647&v=beta&t=cuIK6MU_qDny252ThfUId13Ema72x74R8kf1fupsVdM\",\n    \"title\": \"Owner\",\n    \"industry\": \"alternative medicine\",\n    \"headline\": \"Owner\",\n    \"seniority\": \"owner\",\n    \"estimated_num_employees\": \"1\",\n    \"city\": null,\n    \"state\": null,\n    \"country\": \"Israel\",\n    \"organization_logo_url\": \"https://zenprospect-production.s3.amazonaws.com/uploads/pictures/66f3a575b2a3bf00014878c2/picture\",\n    \"organization_annual_revenue\": null,\n    \"organization_annual_revenue_printed\": null,\n    \"organization_seo_description\": \"Premilife is here to help with natural homeopathic remedies and treatment for your illness and check if you are suited to treatments.\",\n    \"organization_short_description\": \"Our Story\\n\\nSince Premilife was founded in 1980, our mission statement has remained the same – to promote greater knowledge, understanding and acceptance of homeopathy – and, by doing so, to enhance health, wellbeing, and a return to nature by all people across the globe. Since 1980, we've treated tens of thousands of patients worldwide.\\n\\nWe leverage the healing properties of homeopathic treatments, coupled with the philosophy of whole patient-centered care, including a steadfast commitment to ongoing research in energy, quantum chemistry/physics, and molecular biology.\\n\\nAt Premilife, we work constantly to develop the most advanced, innovative homeopathic remedies, based on the latest scientific and clinical research conducted by leading doctors and pharmacists around the world.\\nOur Values\\n\\nEveryone at Premilife is motivated by the desire to improve quality of life. As we work tirelessly to deliver improved health and wellbeing, our first responsibility always is to our patients, their loved ones, and the healthcare professionals who employ our treatments.\\nOur Objectives\\n\\n    We strive to identify each patient's most critical needs when they first approach us, and afterwards, we continually monitor, evaluate, and address those changing needs.\\n    We aspire to scientific excellence. As a result, our treatments, methodologies, and systems continually are reviewed and evaluated to ensure they reflect this commitment.\\n    We view ourselves as ambassadors of homeopathy. Therefore, we carry the mantle of responsibility of not only educating the world (including the healthcare industry) as to the benefits of homeopathy, but also expanding the accessibility of our treatments – all in adherence with the highest ethical standards.\\n\\nContinue reading here:\\nhttps://www.premilife.com/about-premilife/\",\n    \"organization_total_funding\": null,\n    \"organization_total_funding_printed\": null,\n    \"keywords\": \"homeopathy, health care, homeopathic treatments, alternative medicine, energetic medicines, health, wellness & fitness\",\n    \"organization_technologies\": \"Bootstrap Framework, CloudFlare Hosting, Cloudflare DNS, Drip, Facebook Widget, Gmail, Google Apps, Google Tag Manager, Gravity Forms, Mobile Friendly, Vimeo, Woo Commerce, WordPress.org\",\n    \"email_domain_catchall\": false,\n    \"id\": \"57d86ca2a6da98781be15e18\",\n    \"organization_id\": \"5fc904f03e95880001c9268c\",\n    \"twitter_url\": null,\n    \"facebook_url\": null,\n    \"organization_linkedin_url\": \"http://www.linkedin.com/company/premilife\",\n    \"organization_linkedin_uid\": \"10084928\",\n    \"organization_twitter_url\": \"https://twitter.com/PremilifeEN\",\n    \"organization_facebook_url\": \"https://www.facebook.com/premilife/\",\n    \"organization_founded_year\": 1980,\n    \"organization_primary_domain\": \"premilife.com\",\n    \"organization_phone\": null,\n    \"organization_street_address\": \"6 Μεγάλου Αλεξάνδρου\",\n    \"organization_raw_address\": \"6 megalou alexandrou, skala oropou, greece\",\n    \"organization_state\": null,\n    \"organization_city\": \"Skala Oropou\",\n    \"organization_country\": \"Greece\",\n    \"organization_postal_code\": \"190 15\",\n    \"organization_market_cap\": null\n  }\n]\n\n\nreturn rawData.map(item => ({ json: item }));\n"
      },
      "typeVersion": 2
    },
    {
      "id": "a4cfb00c-a84d-420d-bfe2-71138c766ec8",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1376,
        176
      ],
      "parameters": {
        "width": 416,
        "height": 1056,
        "content": "## 重要提示:"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f45001bd-ab99-4fd0-ad42-da3306bc6f92",
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "If2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If1": {
      "main": [
        [
          {
            "node": "AI Agent1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If2": {
      "main": [
        [],
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        []
      ]
    },
    "Wait1": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Send a message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent1": {
      "main": [
        [
          {
            "node": "Send a message1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Apify": {
      "main": [
        [
          {
            "node": "Parse Lead Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "proper json": {
      "main": [
        [
          {
            "node": "Parse Lead Data1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Time checker": {
      "main": [
        [
          {
            "node": "If1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message": {
      "main": [
        [
          {
            "node": "Update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Delay generator": {
      "main": [
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Add to Google Sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Lead Data": {
      "main": [
        [
          {
            "node": "Add to Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a message1": {
      "main": [
        [
          {
            "node": "Update row in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Delay generator1": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse Lead Data1": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Delay generator1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger1": {
      "main": [
        [
          {
            "node": "Delay generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Apollo URL Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Parse Lead Data",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "Apollo URL Generator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model3": {
      "ai_languageModel": [
        [
          {
            "node": "Parse Lead Data1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model4": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add to Google Sheet1": {
      "main": [
        [
          {
            "node": "If2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Apollo URL Generator": {
      "main": [
        [
          {
            "node": "Run Apify",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet1": {
      "main": [
        [
          {
            "node": "Time checker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet2": {
      "main": [
        [
          {
            "node": "proper json",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Parse Lead Data",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser1": {
      "ai_outputParser": [
        [
          {
            "node": "Parse Lead Data1",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

高级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量39
分类2
节点类型16
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者

I am an AI adviser and builder specializing in creating intelligent workflows with n8n. With a focus on integrating AI into everyday business processes, I help companies streamline operations, automate complex tasks, and unlock new growth opportunities through smart automation.

外部链接
在 n8n.io 查看

分享此工作流