{"info":{"_postman_id":"fbc8fb2b-5817-4aeb-88b5-25cb12ab0a4c","name":"Scrupp API","description":"<html><head></head><body><p>Collection of endpoints to collect and enrich data from LinkedIn and Apollo.<br>Each request requires an api_key parameter and returns a process_id that can be used to check the task status and retrieve data.</p>\n<p>You can get API key on app.scrupp.com</p>\n<p>Account Parameter Format:<br>To provide LinkedIn or Apollo account details and avoid 2X credit charges, send the \"account\" parameter as JSON:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"account@email.com\",\n    \"type\": \"linkedin\", // linkedin or apollo\n    \"cookie\": \"li_at=...; JSESSIONID=...\",\n    \"agent\": \"Mozilla/5.0...\",\n    \"identifier\": \"linkedin-public-id or linkedin.com/in/username\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"avatar\": \"https://...\", (Optional)\n    \"premium\": true\n}\n\n</code></pre>\n<p>Required fields: email, cookie<br>Optional fields: type (defaults to \"linkedin\"), agent, identifier, firstName, lastName, avatar, snAccess/premium</p>\n<blockquote>\n<p>Note: If the account object is not provided, we will use our internal Sales Navigator and premium accounts, which will result in 2X credit charges. </p>\n</blockquote>\n<h1 id=\"rate-limit\">Rate Limit:</h1>\n<p>Scrupp API 100 request per minute rate limit, if you cross that you will get 429 and it resets every minute</p>\n<h1 id=\"how-credit-billing-works\"><strong>How Credit Billing Works:</strong></h1>\n<p>Scrupp API operates on a pre-credit system.</p>\n<ul>\n<li><p><strong>Initial Deduction:</strong> When you make an API call, a fixed number of credits (e.g., 1000) is pre-deducted from your account to start the scraping task. The task status will initially be \"processing\".</p>\n</li>\n<li><p><strong>Finalizing the Task:</strong> Calling the <code>/status</code> or <code>/data</code> endpoint is essential to get your results and status. This action updates the task status and calculates the final credit cost.</p>\n</li>\n<li><p><strong>Automatic Refund:</strong> The system checks the actual number of leads found. If it's less than the initial deduction, the difference in credits is automatically refunded to your account. For instance, if 600 leads are found, 400 credits are refunded.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Rate Limit:","slug":"rate-limit"},{"content":"How Credit Billing Works:","slug":"how-credit-billing-works"}],"owner":"25184484","collectionId":"fbc8fb2b-5817-4aeb-88b5-25cb12ab0a4c","publishedId":"2sAYJ6E1Xs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1D73E3"},"publishDate":"2025-09-19T22:51:24.000Z"},"item":[{"name":"Contact","item":[{"name":"Get Decision Makers By Company Linkedin","id":"d5d45911-1025-461c-a030-cd857b38fe04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/contact/decision-maker/linkedin?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["contact","decision-maker","linkedin"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"c91a18bc-f78b-4943-bba3-c9ac0f67e099","name":"Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 100,\n    \"items\": [\n        {\n            \"first_name\": \"Syto\",\n            \"last_name\": \"Boonstra\",\n            \"full_name\": \"Syto Boonstra\",\n            \"linkedin\": \"https://www.linkedin.com/in/sytoboonstra\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAEg048B5686AuBAIkne8RUsHaKJsvC2GIo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Consultant en trainer Microsoft SharePoint, Teams, Power Automate, PowerApps, Project Online, PowerBI, Microsoft 365\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 537,\n            \"location\": \"Leeuwarden, Friesland, Netherlands\",\n            \"skills\": \"consultancy,program management,project portfolio management,business intelligence,ms project,software project management,pmo,business analysis,sharepoint,project server,project planning,prince2,microsoft certified professional,microsoft exchange,project management,microsoft project,powerbi\",\n            \"twitter\": \"https://twitter.com/Sytob\",\n            \"about\": \"Mijn werkzaamheden richten zich voornamelijk op ondersteuning bij (project)organisaties en overheden op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI en het opzetten van een PMO (Project Management Office). Hierbij neem ik zowel de rol als projectplanner aan voor het maken en bijhouden en de rol van projectmanager in verband met de implementatie. Ook verzorg ik diverse trainingen op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI. \\n\\nAls planning professional heb ik meer dan 15 jaar ervaring in met name grote (Infrastructuur) projecten. Mijn brede kennis en expertise voornamelijk opgedaan in deze projecten. Zowel aan de opdrachtgever- als opdrachtnemers zijde kan ik een waardevolle bijdrage leveren aan de beheersing van projecten. Het opzetten, beheren en analyseren van de planning, opstellen van alternatieve planning scenario’ s, kritieke pad analyses, en advies geven over mogelijk te nemen beheersmaatregelen zijn belangrijke onderdelen van mijn dagelijks werk.\\n\\nCompetenties: Dienstverlenende instelling, initiatiefrijk, communicatief, zelfstandig, resultaatgericht, analyserend, flexibel en breed inzetbaar.\\n\\nSoftwarekennis\\nMS Project \\nMS Project Online\\nMS Designer \\nMS InfoPath \\nMS Lync \\nMS Teams\\nMS PowerBI\\nMS Office 365 \\nMS SharePoint \\nMS Office \\nMS SharePoint migratietools \\nMonte Carlo analyse tools\\nNintex\\n\\nCertificering\\nMicrosoft Certified IT Professional EPM with MS Project Server 2007\\nMicrosoft Certified Trainer EPM with MS Project Server 2007\\n\\nSpecialties: Implementing Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\\nTraining Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 8 months \",\n            \"time_in_company\": \"11 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2013-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Microsoft\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Matt\",\n            \"last_name\": \"Puccini\",\n            \"full_name\": \"Matt Puccini\",\n            \"linkedin\": \"https://www.linkedin.com/in/mattpuccini\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABIJEYB_hm6kppxW803uCxj3hzw58dMEuM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"5X Startup Founder - Corporate Innovator - Strategic Partner Deal Maker  - Platform Thinker - Startup Mentor and Investor - Diversity & Climate Matter. Opinions mine.\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3015,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"operational due diligence,business planning,business development,sales presentations,sales process,technology needs analysis,strategic planning,international development,international sales,start-up ventures,venture financing,cross-functional team leadership,virtual teams,saas,enterprise architecture,enterprise software,cloud computing,start-ups,entrepreneurship,strategic partnerships,strategy,e-commerce,management consulting,executive management,management,leadership,product development,venture capital,marketing,go-to-market strategy,marketing strategy,consulting,sales,digital strategy,product management,professional services,software development,business alliances,lead generation,analytics,crm,competitive analysis,product marketing,solution selling,mobile applications,salesforce.com,demand generation,software industry,business intelligence,mobile devices\",\n            \"twitter\": \"https://twitter.com/mattpuccini\",\n            \"about\": \"My passion is working with teams of innovators within large corporations, startups, and non-profits to create high-impact products and services that customers love.   Extensive worldwide enterprise technology business development, strategy and strategic partner leadership experience with IBM, Oracle, Amazon, Google Cloud, and Microsoft Azure.   Active in the startup ecosystem as an advisor and as a mentor with multiple accelerators.  Serve on the Board at MassChallenge RI Accelerator and as a Mentor with the  MIT Venture Mentoring Service.  A pioneer in the use of Accelerator platform and lean methods to ignite innovation and collaboration between ecosystem partners.  Founded or held executive positions at multiple venture-backed startups.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Red Hat hired Matt as a AI Startup Ecosystem Partner Executive 3 months ago from IBM.\",\n            \"latest_post\": null,\n            \"company_name\": \"Red Hat\",\n            \"company_link\": \"https://www.linkedin.com/company/red-hat\",\n            \"company_id\": \"https://www.linkedin.com/company/3545\",\n            \"company_domain\": \"redhat.com\",\n            \"company_about\": \"Red Hat is the world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, hybrid cloud, edge, and Kubernetes technologies.\\n\\nWe hire creative, passionate people who are ready to contribute their ideas, help solve complex problems, and make an impact. Opportunities are open. Join us. \",\n            \"company_founded\": null,\n            \"company_size\": \"19777\",\n            \"company_location_1\": \"Raleigh, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Raleigh\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cloud computing,hybrid cloud management,Linux,open source,virtualization,storage,middleware,containers,mobile,OpenStack\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat, Size: 10000+) [2024-11-01]\",\n            \"current_position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM, Size: 10000+) [2022-06-01] Founded and lead the Corporate Ecosystem Innovation Practice. Focus on developing new management systems to accelerate open innovation between ecosystem partners. Leading research on and validation of new industry-focused platforms that offer value through ecosystem member curation and making industry data and AI foundation models more accessible.  \\n\\nFinancial Services Innovation - Partnered with Intel and MassChallenge to develop innovative systems and methods that make it faster and easier for fintechs and financial services institutions co-innovate. bit.ly/43slVE5\\n\\n Decarbonization Innovation - Partnered with IBM Research, Kaplak Partners and  and MassChallenge  to develop an innovative startup acceleration system. bit.ly/3IJJH6O\",\n            \"current_position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM, Size: 10000+) [2021-06-01] IBM's Volunteer Startup Mentor Program is focused on making access to IBM expertise and experience in a range of technical, industry, and business areas easier for curated startup founders from underserved and underrepresented communities.   This program was launched in 2021 as a partnership with MassChallenge and MIT.\",\n            \"position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat)\",\n            \"position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM)\",\n            \"position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2021-06-01\",\n            \"education_1\": \"MIT Sloan Executive Education, Innovation Ecosystems: A New Approach to Accelerating Corporate Innovation and Entrepreneurship, Corporate Innovation\",\n            \"education_2\": \"Platform Institute - Sangeet Choudary, Platform Strategy Masterclass - Enterprise, Executive Education - Business Innovation & Transformation\",\n            \"education_3\": \"FEI - Front End of Innovation Executive Education Conference, Corporate Innovation\",\n            \"education_date_1\": \"2021-02-01 - 2021-02-01\",\n            \"education_date_2\": \"2023-10-01 - 2023-12-01\",\n            \"education_date_3\": \"2021-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Startup Ecosystem Partner Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@redhat.com\"\n        },\n        {\n            \"first_name\": \"Anthony\",\n            \"last_name\": \"Rivero\",\n            \"full_name\": \"Anthony Rivero\",\n            \"linkedin\": \"https://www.linkedin.com/in/anthony-rivero-37646020a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADUauAoBqZHl1BNp8yVfN3-GZkOy5r8YJVw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A Machine\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 102,\n            \"location\": \"Tucson, Arizona, United States\",\n            \"skills\": \"devops,java,data analysis,python (programming language),software testing,cpp,app development swift,web development,user experience (ux)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOM FORD FASHION hired Anthony as a Owner 2 months ago from Stanford University.\",\n            \"latest_post\": null,\n            \"company_name\": \"TOM FORD FASHION\",\n            \"company_link\": \"https://www.linkedin.com/company/tom-ford-fashion\",\n            \"company_id\": \"https://www.linkedin.com/company/109010\",\n            \"company_domain\": \"tomfordfashion.com\",\n            \"company_about\": \"TOM FORD IS A GLOBAL DESIGN HOUSE OFFERING EXCEPTIONAL LUXURY PRODUCTS ACROSS WOMEN’S AND MEN’S FASHION, ACCESSORIES, EYEWEAR AND BEAUTY. FOUNDED IN 2005 BY TOM FORD, TODAY THE BRAND HAS A PRESENCE IN MORE THAN 100 MARKETS GLOBALLY, AND IS WIDELY RECOGNIZED AS THE ARCHITECT OF LUXURY GLAMOUR. IN 2023, THE ESTÉE LAUDER COMPANIES BECAME THE SOLE OWNER OF THE TOM FORD BRAND AND ALL ITS INTELLECTUAL PROPERTY.\",\n            \"company_founded\": null,\n            \"company_size\": \"1021\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail apparel and fashion\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (TOM FORD FASHION, Size: 1001-2000) [2024-12-01]\",\n            \"current_position_2\": \"Owner (HUGO BOSS, Size: 10000+) [2024-12-01]\",\n            \"current_position_3\": \"Owner (Versace, Size: 1001-5000) [2024-12-01]\",\n            \"position_1\": \"Owner (TOM FORD FASHION)\",\n            \"position_2\": \"Owner (HUGO BOSS)\",\n            \"position_3\": \"Owner (Versace)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Intercollegiate studies Institute , Ph.d, Biology, General\",\n            \"education_2\": \"Yale University, Doctorates, Biology, General\",\n            \"education_3\": \"University of Pennsylvania, Doctor's Degree, Math\",\n            \"education_date_1\": \"2006-06-01 - 2023-07-01\",\n            \"education_date_2\": \"2022-01-01 - 2025-06-01\",\n            \"education_date_3\": \"2021-08-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rayan\",\n            \"last_name\": \"Roshan\",\n            \"full_name\": \"Rayan Roshan\",\n            \"linkedin\": \"https://www.linkedin.com/in/rayan-roshan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAElZ1yEBNezr5uNR7npFBXRM7BdbkJaevZs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"1st year CS student @ TMU | Founder of Univ | DMZ Voyage 24'\",\n            \"industry\": \"education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 707,\n            \"location\": \"Greater Toronto Area, Canada\",\n            \"skills\": \"programming,entrepreneurship,business strategy,communication ,ethics,creativity and innovation,portfolio management,customer service,first aid training,teamwork,peer mentoring,collaboration,science,math,computer science,peer tutoring,team leadership,budget management,fundraising,collaborative leadership,start-up leadership,project management,communication,microsoft office,collaborative problem solving,time management,ios,program management,firebase database,keynote,xcode,figma (software),java,swift (programming language),python (programming language)\",\n            \"twitter\": \"\",\n            \"about\": \"As a computer science student, I am passionate about using technology to solve complex problems and make a positive impact. With a strong foundation in programming, problem-solving, and data analysis, I excel in both independent and collaborative environments. I am committed to continuous learning and always strive to deliver high-quality work that exceeds expectations. Eager to connect with professionals in the tech industry, I’m excited to explore new opportunities for growth and innovation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Toronto Metropolitan University Computer Science Course Union hired Rayan as a First Year Representative 4 months ago from DMZ.\",\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startup Founder Hub Member (Microsoft, Size: 10000+) [2024-07-01] - Accelerated Univ, my educational startup, through expert mentorship and the use of advanced Microsoft tools.\\n- Secured $5,000 in Azure credits, enabling the development of advanced features, including AI-driven school search and admissions guidance.\\n- Enhanced user engagement metrics by 20% through strategic improvements in app functionality and design.\\n- Collaborated with program advisors to refine Univ’s business model and strategic direction, improving scalability and market fit\",\n            \"current_position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union, Size: 1-10) [2024-10-01] - Facilitated communication with over 500 first-year students, ensuring their concerns and needs were effectively addressed.\\n- Promoted events and initiatives, increasing first-year participation across CSCU activities.\\n- Collaborated with the executive team to plan and execute 2+ academic, social, and professional events, fostering a sense of community and enhancing networking opportunities.\\n- Designed and launched a comprehensive website for first-year students, streamlining access to resources, event information, and updates.\",\n            \"current_position_3\": \"Faculty Representative (STEM Fellowship Ryerson, Size: 1-10) [2024-09-01] - Collaborated with the VP of Communications and VP of External Engagement to strategize event promotions, increasing attendance by 15%.\\n- Engaged over 300 students through classroom announcements, partnerships with science clubs, and email campaigns.\\n- Assisted in coding workshops, teaching tech stacks such as Google Cloud, Python, and various APIs to 50+ students.\\n- Captured and submitted high-quality event media to enhance post-event reporting and future promotions.\\n- Provided on-site support to event directors, ensuring seamless execution of events.\",\n            \"position_1\": \"Startup Founder Hub Member (Microsoft)\",\n            \"position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union)\",\n            \"position_3\": \"Faculty Representative (STEM Fellowship Ryerson)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-09-01\",\n            \"education_1\": \"Toronto Metropolitan University, Bachelor of Science, Computer Science\",\n            \"education_2\": \"St. Edmund Campion Secondary School , Ontario Secondary School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-01-01 - 2029-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startup Founder Hub Member\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Lê\",\n            \"last_name\": \"Thu\",\n            \"full_name\": \"Lê Thu\",\n            \"linkedin\": \"https://www.linkedin.com/in/l%C3%AA-thu-uy%C3%AAn-4bb629271\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEJ6eY8BYUkfnLT9yTU8xahykOHzIq-EUAM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 15,\n            \"location\": \"Hanoi, Hanoi, Vietnam\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"I love dog, my dog is Tuân Hùng\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"14 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2010-05-01] I can speaking English very well, I can use laptop\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant (Microsoft)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2010-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Harvard University, Bachelor's degree, Computer and Information Sciences and Support Services\",\n            \"education_2\": \"Harvard University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pawel\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Pawel S.\",\n            \"linkedin\": \"https://www.linkedin.com/in/pawelstefanek\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADEkXIBMSx1QuTpHp42YvA_R1ULMtoR-6Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner and International Sales\",\n            \"industry\": \"solar electric power generation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 900,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": \"strategy,management,international sales,telecommunications,product marketing,project management,solution selling,key account management,sales,market analysis,product management,business development,integration,security,managed services,customer relations,artificial intelligence (ai),team management,team leadership,negotiation,customer service,partner relationship management,new business development,networking,establishing relationships,planning budgeting & forecasting,product strategy,microsoft azure,hybrid cloud,cloud migration,devops,digital transformation,solution architecture,sales channel,pricing strategy,account management,business alliances,leadership,marketing,product planning,product leadership,channel partners,business analysis,product strategies,agile methodologies,outsourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced leader proven in delivering multi million-dollar solutions to governmental security organizations around the world, Passionate about building and leading cross-functional engineering teams.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 4 months \",\n            \"time_in_company\": \"4 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft Cloud Service Provider\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft Cloud Service Provider) [2020-10-01] - Built a sales pipeline with a steady flow of qualified leads\\n- Involved at every phase of opportunities lifecycle including lead generation, sales and\\nproject management\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft Cloud Service Provider)\",\n            \"position_2\": \"Owner (Polychromatic)\",\n            \"position_3\": \"Commercial and Technical Leadership Roles (trovicor FZ LLC)\",\n            \"position_date_1\": \"2020-10-01\",\n            \"position_date_2\": \"2017-01-01 - 2023-04-01\",\n            \"position_date_3\": \"2009-04-01 - 2020-10-01\",\n            \"education_1\": \"Graduate School of Business - University of Cape Town, Master of Business Administration (MBA), Business Administration and Management, General\",\n            \"education_2\": \"Poznan University of Technology, MSc Eng, Electronics and Telecommunications\",\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2015-01-01\",\n            \"education_date_2\": \"1998-01-01 - 2004-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"logicera.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anniel\",\n            \"last_name\": \"Ruiz\",\n            \"full_name\": \"Anniel Ruiz\",\n            \"linkedin\": \"https://www.linkedin.com/in/anniel-ruiz-9711315\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADomyUBIqlG51ToUQ35pT6018DoR9ufkeg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Analyst and Project Manager\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 915,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"venta de soluciones,desarrollo de software,gestión de proyectos de programas de software,arquitectura de soluciones de software,inteligencia artificial,datos geoespaciales,ley sarbanes-oxley,reglamento general de protección de datos (gdpr),ciberseguridad,microsoft powerpoint,mrp,supply chain management,global sourcing,materials management,continuous improvement,cross-functional team leadership,erp,lean manufacturing,logistics,management,manufacturing,process improvement,procurement,project management,sap,six sigma,strategic sourcing,supply chain,supply chain optimization,supply management,strategic planning,negotiation,product development,kaizen,business intelligence,team leadership,analysis,business process improvement,enterprise resource planning (erp),spss,cognos,análisis de datos,ciencia de datos,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \"I enjoy challenges, working in team with different cultures as well as planning, coordinating and implementing projects. My core experience is Project Management and Business Intelligence . \\n\\nHigh Lights:\\n*Project Management\\n*Business Intelligence (Cognos and SPSS)\\n*Process improvement\\n*IT support\\n*Cost Reduction\\n*Price Negotiation\\n*Global procurement\\n*Global commodity management\\n*Strategic Planning\\n*Materials Management\\n*Corporate Contracts\\n*Procurement engineering\\n*Supplier selection and management\\n*Alternate sourcing\\n*Supplier development\\n\\nMy specialties: Team building, knowledge sharing and creation of value.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"13 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Director de inteligencia de negocios (conoce.biz)\",\n            \"position_3\": \"Cloud Operations Mexico, Functional Manager (IBM México)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2019-05-01 - 2022-03-01\",\n            \"position_date_3\": \"2017-11-01 - 2019-04-01\",\n            \"education_1\": \"Universidad Panamericana, Mechatronic Engineer, Ingeniería electrónica, robótica y mecatrónica\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2007-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jeewan\",\n            \"last_name\": \"Abhayawardhana\",\n            \"full_name\": \"Jeewan Abhayawardhana\",\n            \"linkedin\": \"https://www.linkedin.com/in/jeewan-abhayawardhana-2b2187228\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADj6hOYBE-NIACiTbfn8VuDzKYquHGZgy0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Jeewan\",\n            \"industry\": \"food and beverage manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 41,\n            \"location\": \"Sri Lanka\",\n            \"skills\": \"product manufacturing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Business Owner (Kadya Cinnamon Products) [2017-11-01] we have all type of Cinnamon products\",\n            \"current_position_3\": \"Business Owner (Kadya) [2017-11-01] All Type of Cinnamon Products\",\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": \"Business Owner (Kadya Cinnamon Products)\",\n            \"position_3\": \"Business Owner (Kadya)\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2017-11-01\",\n            \"position_date_3\": \"2017-11-01\",\n            \"education_1\": \"Ananada Central college \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ibrahim\",\n            \"last_name\": \"Romba\",\n            \"full_name\": \"Ibrahim Romba\",\n            \"linkedin\": \"https://www.linkedin.com/in/ibrahim-romba-390b3922b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADmnpdwBogjtAPnjajBV7mwwPj8B_cmq3Q4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Directeur général chez AGRI VIE\",\n            \"industry\": \"farming, ranching, forestry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1216,\n            \"location\": \"Ouagadougou, Centre, Burkina Faso\",\n            \"skills\": \"entrepreneurial,piscisciculture,nutrition animale,vente,management,réseautage d’affaires,travail d’équipe,service client,créativité,prise de décision,entretiens,contact avec les clients,sens de l’organisation,service clientèle,développement de nouvelles affaires\",\n            \"twitter\": \"\",\n            \"about\": \"CURRICULUM VITAE (CV)\\nNOM: ROMBA \\nPrenom : IBRAHIM \\nFonction =ENTREPRENEUR/ Spécialiste en Pisciculture \\nNationalité = BURKINABÉ \\nDate et Lieu de naissance =29 Mai 1998 à Bobo dioulasso \\nSituation patrimoine = célibataire\\nRésidence: Bobo Dioulasso secteur 24\\nTEl=00226 74756402/60381809\\n\\nEtudes et Diplomes obtenus\\n2022: Entreprenariat \\n2020: Recherche de pathologies chez le  poisson \\n2018 : Licence 3(Ls) Ressource halieutique et aquacole.\\n2016-2017: Attestation de brevet de technicien d’élevage et de santé animale.\\n2017. 2018: Attestation de Brevet technicien(BBT1)\\n2012-2013. Attestation de brevet d’étude primiaire\\nExpérience professionnelle \\n6 mois de formation pratique à espace de recherche Aquacole au Nigeria \\nGestion d’une écloserie moderne \\nDomaine de compétence: Reproduction artificielle de poisson chat, distribution de produits aquacoles et autres produits d’élevage. En tant qu'agent technique d'élevage et de santé animale, ainsi que spécialiste en pisciculture, mon profil est axé sur la gestion des élevages d'animaux, en particulier dans le domaine aquacole. J'ai une expertise dans l'élevage de poissons, notamment le poisson-chat (catfish), en utilisant des méthodes scientifiques pour optimiser la productivité. Mes compétences couvrent également la santé animale, le suivi sanitaire des élevages, ainsi que la formation et l'accompagnement des producteurs pour améliorer les pratiques d'élevage durable et les performances économiques des exploitations.\\nLangue parlé: Bambara,Français, Anglais Mooré\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft for Startups, Size: 1001-2000) [2021-01-01]\",\n            \"current_position_3\": \"Propriétaire (AGRIVIE, Size: 1-10) [2021-01-01]\",\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft for Startups)\",\n            \"position_3\": \"Propriétaire (AGRIVIE)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2021-01-01\",\n            \"education_1\": \"École privée d'élevage et de la santé animale, Diplôme en élevage et santé animale, Élevage et santé animale\",\n            \"education_2\": \"Centre de formation aquacole\",\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2032-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"2267475640\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Santhosh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Santhosh R\",\n            \"linkedin\": \"https://www.linkedin.com/in/santhosh-r-68312a49\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAopxUMBVfbWuXsgvQhbq02QOQkZHEAKz0E,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Says Data never sleeps at IBM ️M\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 759,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"devsecops,continuous integration and continuous delivery (ci/cd),continous compliance,itss threat modelling and vulnerability gap analaysis,ibm mainframe modernization,business-to-business (b2b),team performance,c++,sql,c,analytics,data probe,edge,nested scripts,pegasus,unity 3d,mysql,python,extract, transform, load (etl),automation,robotic process automation (rpa),ispf,tso,ibm mainframe,resource access control facility (racf),security operations,information security management,application security,cloud security,jira,ibm watson,argo,hybrid cloud,ibm db2\",\n            \"twitter\": \"\",\n            \"about\": \"At IBM, steering enterprise data governance and security has been a pinnacle of my career, where DevSecOps methodologies and team performance optimization have been at the forefront. My role as Technical Owner with DevSecOps specialty has been pivotal, fostering the resilience of our data governance frameworks, which in turn safeguards operations and bolsters compliance.\\n\\nWith a solid foundation in software development and a keen proficiency in cloud security, my contributions have significantly empowered IBM's data strategies. The transition from a hands-on software developer to technical leadership has enabled me to leverage my B2B collaboration skills and technical prowess in Mainframe Modernization to enhance enterprise-level data governance and security.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"10 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM, Size: 10000+) [2024-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_2\": \"Technical Owner Delegate, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_3\": \"Software Developer, CIO Marketing Insights and Security (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2022-07-01 - 2024-03-01\",\n            \"position_date_3\": \"2020-12-01 - 2022-07-01\",\n            \"education_1\": \"Vellore Institute of Technology, Master's degree, M.S software engineering\",\n            \"education_2\": \"Sunbeam Matriculation school, Vellore, Tamil Nadu\",\n            \"education_3\": null,\n            \"education_date_1\": \"2008-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner, CIO Enterprise Data Governance and Security\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Waqas\",\n            \"last_name\": \"Rashid\",\n            \"full_name\": \"Waqas Rashid\",\n            \"linkedin\": \"https://www.linkedin.com/in/waqas-rashid1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD0FSgkBd0ikZdM-DFNZ2gjWPgdIYBzSsZ8,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO @SincSol | COO @Ustadam | Founder @UTC | Entrepreneur, Community Builder, Mentor & Instructor\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 6927,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"b2b marketing strategy,community building,mean stack,team leadership,strategic partnerships,marketing strategy,cross team collaboration,emotional intelligence,communication,marketing,negotiation skills,strategic planning,financial management,management,leadership,project implementation,goal setting,cross-team collaboration,full-stack development,dsa,graphs,agile & waterfall methodologies,devops,sql,public speaking,flutter,database management system (dbms),social media marketing,php,problem solving,debugging,communication and presentation skills,assembly language,data structures,next.js,mongodb,node.js,front-end development,react.js,game development in winfrom application,desktop development using c#, winform application,java,project management,html,cascading style sheets (css),c (programming language),javascript,python (programming language),web development,c++,c#,application development,object-oriented programming (oop)\",\n            \"twitter\": \"\",\n            \"about\": \"At SincSol, my focus is on crafting cutting-edge software solutions that drive efficiency and security. Our team's commitment to responsive design and AI business enhancement has established us as a go-to provider for comprehensive web and mobile applications. With a Bachelor's in Computer Science in progress at the University of Engineering and Technology, Lahore, I leverage my academic insights to lead our innovative projects.\\n\\nAs COO at Ustadam, I'm dedicated to fostering the next generation of leaders through mentorship and strategic training initiatives. Our social entrepreneurship model is thriving thanks to our focus on community building and B2B marketing strategies. \\n\\nAt Ultimate Tech Crew, we've connected 12,000+ tech enthusiasts through meaningful events and partnerships.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Microsoft hired Waqas as a Member Founders Hub 3 months ago from University of Engineering and Technology, Lahore.\",\n            \"latest_post\": null,\n            \"company_name\": \"SincSol\",\n            \"company_link\": \"https://www.linkedin.com/company/sincsol\",\n            \"company_id\": \"https://www.linkedin.com/company/101724112\",\n            \"company_domain\": \"sincsol.com\",\n            \"company_about\": \"At SincSol, we empower businesses with innovative software solutions tailored to drive success. Our comprehensive range of services includes:\\n\\n- A/ML & Data Science\\n- ERP Implementation\\n- Website & Mobile Development\\n- Game Development \\n- Desktop Application Development\\n- Logo Design & Branding\\n- Data Analysis \\n- Website Maintenance\\n- AI-Driven Business Optimization\\n- Employee Training\\n\\nWe pride ourselves on delivering projects with responsive design, robust security, and seamless integration, ensuring excellence and timely delivery. \\n\\nPartner with SincSol today and transform your business with cutting-edge technology and expert guidance!\\n\\n\\n\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (SincSol, Size: 1-10) [2024-04-01] SincSol is a company specializing in comprehensive software solutions, including web and mobile app development, AI/ML, game development, logo design, data analysis, and desktop app development. We offer services such as website maintenance, AI business enhancement, and employee training for new software. SincSol emphasizes responsive designs, security, and efficient software integration to ensure high-quality and timely delivery of projects.\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2024-11-01]\",\n            \"current_position_3\": \"Chief Operational Officer (Ustadam, Size: 1-10) [2023-08-01] - As COO and CMO, I drive strategy and execution for our social entrepreneurship model.\\n- Dedicated to training, mentoring, and investing in students to cultivate leaders for impactful startups.\",\n            \"position_1\": \"Founder & CEO (SincSol)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": \"Chief Operational Officer (Ustadam)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-11-01\",\n            \"position_date_3\": \"2023-08-01\",\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor's degree, Computer Science\",\n            \"education_2\": \"Superior College, Intermediate, Pre-Engineering\",\n            \"education_3\": \"Govt. High School Baghbanpura, Lahore, Matriculation, Biology\",\n            \"education_date_1\": \"2021-11-01 - 2025-08-01\",\n            \"education_date_2\": \"2019-09-01 - 2021-04-01\",\n            \"education_date_3\": \"2017-04-01 - 2019-04-01\",\n            \"website_1\": \"000webhostapp.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Danish\",\n            \"last_name\": \"Ghaffar\",\n            \"full_name\": \"Danish Ghaffar\",\n            \"linkedin\": \"https://www.linkedin.com/in/danish-ghaffar-96b992220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADesl-MBNW1qj1iPAfIQWfhXtnc2jizSqRs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @ DigiLawyer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4575,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"machine learning,start-ups,management,strategy,marketing strategy,business strategy,business development,interpersonal skills,sales strategy,startups,software development,problem solving,python (programming language),data structures,object-oriented programming (oop),javascript,business planning,customer relationship management (crm),leadership development,event management,event planning,volunteering,leadership,teamwork,entrepreneurship,public relations,communication,c++,c#,teaching,english,html,html5,cascading style sheets (css),team management,team leadership,algorithms,product development,product management,project management,scrum\",\n            \"twitter\": \"\",\n            \"about\": \"As the founder of DigiLawyer, a startup that provides AI-based legal advice online, I am passionate about using technology to solve real-world problems and empower people. I have been working on DigiLawyer since December 2022, with the help of Microsoft's Founders Hub, a program that supports entrepreneurs with mentorship, resources, and networking opportunities. \\n\\n\\n Currently, I am pursuing a bachelor's degree in Computer Science at the University of Engineering and Technology, Lahore, where I am learning the fundamentals and applications of programming, algorithms, and software engineering. My core competencies include management, strategy, product design, and marketing, which I apply to lead and grow DigiLawyer, as well as to partner with other organizations and stakeholders. My mission is to make legal services accessible, affordable, and convenient for everyone, especially for those who are underserved or marginalized by the traditional legal system. I am always eager to learn new skills, explore new challenges, and connect with like-minded people who share my vision and values.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"DigiLawyer\",\n            \"company_link\": \"https://www.linkedin.com/company/digilawyer\",\n            \"company_id\": \"https://www.linkedin.com/company/93256096\",\n            \"company_domain\": \"digi-lawyer.com\",\n            \"company_about\": \"At DigiLawyer, we revolutionize the legal industry with our AI-based legal co-pilot, helping lawyers enhance productivity through advanced legal research, drafting, and document review & analysis. \\n\\nOur team of legal experts, data scientists, and software engineers work tirelessly to ensure that our tools meet the highest standards of accuracy and reliability.\\n\\nJoin us on our journey to transform the legal landscape and experience the future of legal assistance with DigiLawyer.\\n\\nContact Us:\\n\\nEmail: contact@digi-lawyer.com\\nWebsite: www.digi-lawyer.com\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Lahore, Punjab, Pakistan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Lahore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Legaltech\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (DigiLawyer, Size: 1-10) [2022-12-01]\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2022-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (DigiLawyer)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor of Science - BS, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Scott\",\n            \"last_name\": \"Andersen\",\n            \"full_name\": \"Scott Andersen\",\n            \"linkedin\": \"https://www.linkedin.com/in/scottan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAVdS4BGVftCrxmCZaHK25K2i1goDm5QoI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguished Solution Architect Verizon\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": \"scott@creativetechnologyandinnovation.com\",\n            \"num_of_connections\": 13031,\n            \"location\": \"Washington DC-Baltimore Area\",\n            \"skills\": \"cloud computing,architecture,messaging,team building,enterprise architecture,infrastructure,microsoft exchange,saas,it strategy,integration,microsoft technologies,virtualization,vendor management,disaster recovery,professional services,itil,data center,identity management,sharepoint,solution architecture,enterprise software,leadership,management,team leadership,strategy,agile methodologies,governance,business analysis,system deployment,program management,software development,solution selling,project portfolio management,software project management,it management,process improvement,security,business intelligence,consulting,project planning,business process,soa,sdlc,training,information technology,analysis,pmp,technical leadership,requirements analysis,architectures\",\n            \"twitter\": \"https://twitter.com/DocAndersen\",\n            \"about\": \"I began my professional life in an Elementary School classroom now more than 25 years ago. During my time as a teacher, I learned four critical lessons. As a teacher, you incubate both the ideas, concepts, and dreams of your students. You build an environment where you engage with your consumer (customer engagement) and design a solution that will, in the end, meet their needs — the Architect of where students go.\\n\\n1.\\tLearning is tied to the interest people have in what you are saying.\\n\\n2.\\tIf everyone is asked to compete regardless of skill or gender than by default, the playing field\\nis equal for all. Skill wins, but if you never try, you can never find out if you have the skill.\\n\\n3.\\tTeams always win over individual excellence. When you combine the great people into a great team, you create dynasties!\\n\\n4.     Everyone has something to say, and everyone has something to contribute. \\n\\nSince leaving the classroom, I have been a computer trainer, help-desk professional, IT owner of electronic communication and a consultant. I have traveled the world. I have worked with CIO’s in many different countries and many different companies. I am a thought leader who shares concepts on the cutting edge of technology. I have been involved with product groups and readiness at a worldwide level. I led a team of architects that built architectural guidance for customers, partners, and internal professionals. I have led engineering teams for customers, as part of a product group and as a regional and worldwide consultant.\\n\\n\\nI have been a part of, built and managed high performing teams. From a classroom where you need to quickly build an effective team on moving forward, to delivering solutions across large scales \\nTo end with something I have adapted from John Boyd, if you orient the view of the observation to the team first, you will get better team decisions later. As a professional, I embrace the overall concepts of solution sales in selling consulting engagements.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"34 years 3 months \",\n            \"time_in_company\": \"34 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation, Size: 10000+) [1990-11-01] Creative Technology & Innovation (CT&I) focuses on finding new ways to solve problems. Supporting innovators and innovations as well as designing and developing concepts of what may come. As a company, we support the Society of Dead Teachers (DTS) and their endeavors. CT&I was the primary corporate sponsor of \\\"Kindle the Flame\\\" the magazine of the DTS. We support the authors Scott Andersen and Sandler Boggs. We also consult with Kickstarter and Indiegogo campaigns looking to launch their new products.\\n\\nAuthor Blogs:\\nhttp://docandersen.wordpress.com\\nhttp://scottoandersen.wordpress.com\\n\\n\\nElite Blogger (reviewer) on Yelp\\nhttps://www.yelp.com/user_details?userid=94Spks2KcXSwNHIfVwLSmg \\n2016, 2017\\n\\nKickstarter Superbacker 2015, 2016, 2017,2018, 2019, 2020, 2021. 2022\\nIndiegogo Superbacker 2015, 2016, 2017\\n\\nYoutube Channel\\nhttps://www.youtube.com/user/ScottDocAndersen\\n\\nMember CSA\\nMember CSA IoT Security working group\\n\\nAmazon Author Page\\nhttps://www.amazon.com/-/e/B004C15NNW\\n\\n\\nPresentations\\nIASA Innovation Global ESummit\",\n            \"current_position_2\": \"Member Board of Directors (Iasa Global, Size: 11-50) [2012-05-01] I am a member of the IASA Board of Directors.\\n\\nI first got directly involved with IASA in 2005. During that time I was a member of the original Architecture Training Committee (ATC) which I was later asked to morph into the IASA Board of Education.\\n\\nIASA is an organization devoted to building and supporting the profession of IT Architecture.\\n\\nI am the past chairman of the Board of Education for IASA. \\n\\n\\nPublished first code of standards for IT Architects in the ITABoK October 2015. The ethics committee has also put together a formal code of ethics for the IASA Board of Directors. \\n\\nPresenter IASA Infrastructure Course: 2013, 2014, 2015, 2016\\nPresenter IASA Foundation: 2010, 2011\\nPresenter IASA World Summit 2010, 2011\\n\\nhttp://iasaglobal.org/itabok-1/ethics/\\n\",\n            \"current_position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions, Size: 10000+) [2018-08-01] Focused on helping customers better use and understanding their technology stack.\\n\\nAWS- Certified Technical and Business professional\\nEquinix - Certified Sales and Technical professional\\n\\nI focus on helping customers build better networks that prepare them for applications, cloud services and networks of tomorrow.\",\n            \"position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation)\",\n            \"position_2\": \"Member Board of Directors (Iasa Global)\",\n            \"position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions)\",\n            \"position_date_1\": \"1990-11-01\",\n            \"position_date_2\": \"2012-05-01\",\n            \"position_date_3\": \"2018-08-01\",\n            \"education_1\": \"Indiana University Bloomington, BSed, Elementary Education\",\n            \"education_2\": \"Bloomington High School South, Bachelor of Science, Elementary Education and Teaching\",\n            \"education_3\": null,\n            \"education_date_1\": \"1979-01-01 - 1984-01-01\",\n            \"education_date_2\": \"1975-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder, CTO and Managing Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abdulkadir\",\n            \"last_name\": \"Abshir\",\n            \"full_name\": \"Abdulkadir Abshir\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdulkadir-abshir-0a08b5225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADiNTTgBvQjN1yUjXZMgGqvpgcAxkmmxEQQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 8262,\n            \"location\": \"Abu Dhabi Emirate, United Arab Emirates\",\n            \"skills\": \"market research,basespace clarity lims\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Billy\",\n            \"last_name\": \"A\",\n            \"full_name\": \"Billy A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/billyanders\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAGzXLkBsoO06eJRIPGmafS2MzOCJtN5nPM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Corporate Vice President @ Microsoft Azure | Product, Systems, Operations, & Customer Engineering | Quality, Customer Innovation, Org & Leadership Development Excellence\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 5175,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"program management,web development,software design,ip,software engineering,wireless,windows,software development,distributed systems,cloud computing,system architecture,software project management,mobile devices,embedded systems,technical leadership,agile methodologies,start-ups,saas,enterprise software,agile project management,scrum,product management,integration,.net,mobile applications,management,networking,.net framework,wireless technologies,software as a service (saas),cross-functional team leadership,strategic partnerships,diversity & inclusion,strategy,microsoft operating systems,mindfulness,social inclusion,talent management,teamwork,communication,emotional intelligence,personal development,race & ethnic relations,gender equality,women's issues,workplace relations,leading positive change,crisis management,grief counseling,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"My goal is to define, develop, and operate services and products that enterprises and industries trust with their mission-critical and life-critical businesses. \\n\\nI am proud in building global product, engineering, operations and delivery organizations of smart people from various backgrounds all collaborating towards shared objectives with measurable key results that deliver high-impact customer outcomes. This while my employees and team members have the experiences and gain the skills they need for their individual goals, wherever those career & life goals may take them. \\n\\n An ongoing history of delivering high-return business results in software engineering and product management, with extensive experience in leadership roles guiding operating system, application, IoT and Embedded, Wireless, Networking, and Storage products and cloud services engineering and customer engagements on behalf of Microsoft Corporation.\\n\\n Engaging Software Engineering and Product Management Director possessing a winning blend of team leadership, strategic talent, and innovative drive. Skilled in managing large-scale, complex enterprise responsibilities to produce exemplary results, via hands-on involvement and cross-functional delegation. \\n\\n Leverages a unique mix of visionary, strategic, operations and analytical expertise, consistently exceeding performance goals by aligning staff talents and effort with organizational objectives. An influential leader who creates immediate impact, produces results, and fuels creative invention. \\n\\nLEADERSHIP HIGHLIGHTS\\n\\n Multi-disciplinary leader for 50x growth Microsoft Azure engineering organization responsible for global platform engineering, monitoring and operations, product engineering & management, incident & crisis management, response & comms, and strategic customer resiliency, success & engineering support.\\n\\n Previously spearheaded the definition, development, evolution, and delivery of new and improved features across the areas of Windows IoT, Embedded, IoT Silicon, Wireless, Connectivity, Networking, 3D/2D Print, Mobility, and Storage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 years \",\n            \"time_in_company\": \"27 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] ★ Customer solution-focused engineering, product, and business leader responsible for Azure & Microsoft Cloud Infra customer and consumption growth through global customer onboarding, reliability engineering, communications, support, and crisis management. (2K employees)\\n\\n★ My organization comprises software engineering, technical product & program management, customer reliability engineering (CRE), service reliability engineering (SRE), support engineering, data & applied science, business analysts, and communications management. \\n\\n★ Responsible for Azure customer platform onboarding, customer's workloads architecture, production deployment, and ongoing service management,\\n\\n★ Responsible for Azure engineering-led customer support and service improvements, getting Azure to world-class support through engineering-led support experiences, \\n\\n★ Responsible for worldwide Customer Reliability Engineering (CRE), leading architectures and design practices of Azure highest-value mission-critical customer engineering projects from design to run-state,\\n\\n★ Responsible for worldwide Service Reliability Engineering (SRE),\\n\\n★ Responsible for Crisis management team on-point for mitigating, and communicating customer-impacting outages, responsible for driving needed service level product changes,\\n\\n★ Responsible for Software and service engineering organization focused on the development of customer-facing and internal Azure innovations, services and systems,\\n\\n★ Responsible for Data science and machine-learning organization responsible for translating data into actionable customer insights across platform engineering,\\n\\n★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\\n\\n★ L2, 2000+ full-time Microsoft employee organization across 20+ countries.\",\n            \"current_position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] Corporate Engineering Executive for Cloud + AI Diversity, Equity, & Inclusion (DE&I) and Culture. My responsibilities include strategy creation and executing programs and pilots towards our inclusiveness, equity, and diversity representation aspirations, and that of Microsoft Cloud + AI (70K+ employees) being an organization where everyone can be their best self and do their best work.\",\n            \"current_position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft, Size: 10000+) [2017-01-01] ★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\",\n            \"position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft)\",\n            \"position_date_1\": \"2017-01-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2017-01-01\",\n            \"education_1\": \"Southern University and A&M College- Baton Rouge, Bachelor of Arts (B.A.)\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abhishek\",\n            \"last_name\": \"Goyal\",\n            \"full_name\": \"Abhishek Goyal\",\n            \"linkedin\": \"https://www.linkedin.com/in/abhishekgoyal1305\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtbbcsB6wk-eTFm10nCqRb1fAyEjryA1Go,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @Socialveins | Creator Economy | AI\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3437,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"chemistry,organic chemistry,business ownership,start-up ventures,github,python (programming language),leadership,management,project management,html,microsoft azure,cascading style sheets (css),javascript,json,full-stack development,node.js,mongodb,react.js,scrum\",\n            \"twitter\": \"https://twitter.com/goyalabhi1305\",\n            \"about\": \"Work in progress\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 years \",\n            \"time_in_company\": \"5 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Socialveins.ai | Influencer Marketing Platform\",\n            \"company_link\": \"https://www.linkedin.com/company/socialveins-ai-influencer-marketing\",\n            \"company_id\": \"https://www.linkedin.com/company/68243559\",\n            \"company_domain\": \"socialveins.com\",\n            \"company_about\": \"Socialveins.ai is an AI-powered platform for influencer marketing, connecting over 1.5 million social media creators with 300+ brands. The platform simplifies the process of finding and hiring influencers and content creators, helping businesses promote their brands and achieve results faster and more effectively.  \\n\\nWith Socialveins.ai, brands can do more than run campaigns. They can post their requirements directly to a community of 1.5M+ creators, track key metrics like sales, reach, saves, comments, likes, real followers, and link clicks, And even invite influencers to events such as store openings, product launches, and celebrations. The platform also enables brands to build a community of trusted creators, promoting products and services through engaging content like Reels, YouTube Shorts, and Stories.  \\n\\nTrusted by leading brands like Nykaa, NDTV, Saregama, and Spotify, Socialveins.ai focuses on creating meaningful collaborations that deliver real value. The platform is designed to help brands reach local and regional audiences, ensuring high ROI and genuine connections with customers.  \\n\\nSocialveins.ai is on a mission to make growth easy for businesses of all sizes. By combining simplicity with powerful tools, the platform helps brands stand out, work with top creators, and grow their presence while achieving measurable results.  \",\n            \"company_founded\": null,\n            \"company_size\": \"15\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": \"Noida, Uttar Pradesh, India\",\n            \"company_location_3\": \"Delhi, Delhi, India\",\n            \"company_city_1\": \"Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Influencer Marketing Automation,Creators discovery,for SMEs & Startups\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Socialveins: Influencer Marketing, Size: 11-50) [2020-01-01]\",\n            \"current_position_2\": \"Founders Hub (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Socialveins: Influencer Marketing)\",\n            \"position_2\": \"Founders Hub (Microsoft)\",\n            \"position_3\": \"Founder (Fractoz)\",\n            \"position_date_1\": \"2020-01-01\",\n            \"position_date_2\": \"2022-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2021-01-01\",\n            \"education_1\": \"Y Combinator, StartUp School\",\n            \"education_2\": \"S S Jain Subodh P G College, Jaipur, Bachelor of Science - BS, Chemistry\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-06-01 - 2020-09-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"Socialveins.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"+91 9529204839\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Madina\",\n            \"last_name\": \"Intykbayeva\",\n            \"full_name\": \"Madina Intykbayeva\",\n            \"linkedin\": \"https://www.linkedin.com/in/mintykbayeva\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurNREBNXD7gFNWF_6BF75B3iFbWEYf5Nk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineering specialist transforming energy sector through automation and operational efficiency and MBA student specializing in energy transition.\",\n            \"industry\": \"engineering services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2786,\n            \"location\": \"Houston, Texas, United States\",\n            \"skills\": \"environmental technology innovation,market analysis,data integration and analysis,public health advocacy,strategic visioning,risk management,presentation and communication,sustainability,energy transition,net-zero carbon emissions,business strategy,leadership development,machine learning,python (programming language),visualization,data management,statistical data analysis,dashboard metrics,modular construction,web development,process automation,procedure development,change management,optimization,materials management,operational efficiency,3d modeling,cost savings,planning budgeting & forecasting,supply chain management,offshore oil and gas operations,project engineering,project management,proposal writing,client relations,global exposure,networking,critical thinking,flexibility,strategy,reservoir simulation,computer simulations,international project experience,adaptation,project planning,engineering,data analysis,data collection,research skills,academic publishing,creativity and innovation,teamwork,intelligent tutoring systems,content development,leadership,problem solving,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Energy professional with 5+ years of experience in sustainability, digitalization, and innovation. Expert in optimizing systems, reducing costs, and enhancing efficiency. Proven leader in managing large-scale initiatives and implementing solutions across various settings.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft, Size: 10000+) [2024-08-01] Leading the development of innovative energy and sustainability projects, utilizing Microsoft tool to drive both technical excellence and business growth. Collaborated with industry experts to create a hands-on learning environment focused on real-world problem-solving and leadership development. Leading methane management initiatives, driving innovation and positioning the program as a leader in tech-driven sustainability solutions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft)\",\n            \"position_2\": \"Business Systems Automation Lead - Midstream Production Systems (Schlumberger)\",\n            \"position_3\": \"Member -  Future Energy Leaders Program - CERAWeek (S&P Global)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2022-01-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-03-01 - 2023-03-01\",\n            \"education_1\": \"Robert Gordon University, Master of Business Administration in Energy Transition and Sustainability, Energy Transition and Sustainability\",\n            \"education_2\": \"Texas Tech University, Bachelor of Science Engineering, Petroleum Engineering w Minors in Mathematics & Civil Hydrology\",\n            \"education_3\": \"Sunway University, Bachelor of Science Engineering, Bachelor of Science Engineering\",\n            \"education_date_1\": \"2022-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2013-08-01 - 2018-08-01\",\n            \"education_date_3\": \"2011-09-01 - 2013-03-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder - Microsoft Startups Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Rida\",\n            \"last_name\": \"Sissione\",\n            \"full_name\": \"Rida Sissione\",\n            \"linkedin\": \"https://www.linkedin.com/in/rida-sissione-65b6931b5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADIcyOcBYvPozF1qEs8bX5RLpwIBt8kG_a4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"électromécaniques des systèmes automatisés\",\n            \"industry\": \"appliances, electrical, and electronics manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 52,\n            \"location\": \"Casablanca, Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"stages deux mois au Sein de ONCF\\nstages au sein au Sein de SOMACA \\nStages au sein de kineydi \\n3 mois stages u sein de tournages\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 9 months \",\n            \"time_in_company\": \"2 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Baracao S.a.r.l\",\n            \"company_link\": \"https://www.linkedin.com/company/baracao-s-a-r-l\",\n            \"company_id\": \"https://www.linkedin.com/company/104052821\",\n            \"company_domain\": \"\",\n            \"company_about\": \"La marque de chocolat dotée du savoir-faire et de l'expertise de plus de 30 ans de son fondateur.\\n\\nBaracao propose une gamme variée de produits allant des pépites, aux pistoles de chocolat, en passant par les bâtonnets et la poudre de Cacao\\n\\nQue vous soyez particulier, professionnel et la boulangerie-pâtisserie ou de la vente de produits alimentaires, Baracao a les produits adaptés à vos besoins , préparés avec le plus grand soin et dans le strict respect des normes qualité et bonnes pratiques de fabrication.\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Mechouar, Casablanca-Settat, Morocco\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Casablanca\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail groceries\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Responsable production et maintenance (Baracao S.a.r.l, Size: 1-10) [2022-05-01] gestion de la production et gestion de la maintenance\\nPlanification de la production :\\nGestion de la qualité\\nGestion des équipes\\nAmélioration continue\\nPlanification de la maintenance\\nSupervision des interventions techniques\\nGestion des équipements\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2019-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Responsable production et maintenance (Baracao S.a.r.l)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Maintenance (GATE AUTOMATION maroc)\",\n            \"position_date_1\": \"2022-05-01\",\n            \"position_date_2\": \"2019-10-01\",\n            \"position_date_3\": \"2021-08-01 - 2024-11-01\",\n            \"education_1\": \"ISTIA-IE , ESA, Électromécaniques de système automatisé \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Responsable production et maintenance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mara\",\n            \"last_name\": \"Ramos\",\n            \"full_name\": \"Mara Ramos\",\n            \"linkedin\": \"https://www.linkedin.com/in/mara-i-ramos-glez\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANNU_IBVIILEpjFT_qc06jvfF_RSIZu30s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Compliance and Risk Assurance at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 144,\n            \"location\": \"Guadalajara, Jalisco, Mexico\",\n            \"skills\": \"cmmi,process management,process improvement,agile methodologies,scrum,continuous improvement,software quality assurance,business analysis,project management,service delivery,requirements analysis,project portfolio management,pmp,global delivery,software project management,leadership,design thinking,scampi,sepg,itil v3 foundations certified\",\n            \"twitter\": \"\",\n            \"about\": \"OBJECTIVE\\nContribute to achieve the company objectives providing my expertise and knowledge as Security Compliance and Agile Coach ensuring Data Security Management.\\n\\nSUMMARY\\nMrs. Mara I Ramos is a Technical Owner Certified for Financial Significant applications whose main responsibility is to ensure that the applications related with World wide invoicing for the company are in compliant SOX financial security controls, ASCA (Application Systems Control and Auditability) and legal regulations to ensure PI and SPI confidenciality according to the country source. As well as to manage the annual budget assigned to the applications.\\n\\nShe has been Business Analyst and Agile Coach for IBM Mexico Delivery Projects and she is an experienced CMMI implementator. She was L.A. Engineering Process Group & Continuous Improvement Team Leader, with 12 years of experience supporting the identification, definition, implementation and deployment of process improvements cycles based on SEI-CMMi Model, IBM best practices and IBM Methodologies. She contributed to obtain the CMMI-Dev v1.3 Level 5 SEI Certification at Enterprise Level as Mexico Delivery Center representative and she participated as part of the Global Assessment Team as Mexico representative during the evaluation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 2 months \",\n            \"time_in_company\": \"11 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM, Size: 10000+) [2019-12-01] Assure the IBM Financial Significant applications for LA, NA, EMEA and APS are in compliance to IBM and security rules like SOX financial security controls and ASCA.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM)\",\n            \"position_2\": \"Agile Coach (IBM)\",\n            \"position_3\": \"Latin America EPG & Continuous Improvement Team Leader (IBM)\",\n            \"position_date_1\": \"2019-12-01\",\n            \"position_date_2\": \"2017-03-01 - 2019-11-01\",\n            \"position_date_3\": \"2014-02-01 - 2017-03-01\",\n            \"education_1\": \"Master’s Degree, Administración de TI\",\n            \"education_2\": \"Bachelor’s Degree, Computación\",\n            \"education_3\": null,\n            \"education_date_1\": \"2003-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1995-01-01 - 2000-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Compliance and Risk Assurance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Connor\",\n            \"last_name\": \"Franzese\",\n            \"full_name\": \"Connor franzese\",\n            \"linkedin\": \"https://www.linkedin.com/in/connor-franzese-633489171\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACjTyEcBF3QpNBsJk6_zISONBocYR6qAn5M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Metrology Tool Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 206,\n            \"location\": \"Troy, New York, United States\",\n            \"skills\": \"cdsem,workplace safety,teamwork,troubleshooting,cooperative,multitasking,communication,self-confidence,microsoft office,instructional design,cardiopulmonary resuscitation (cpr)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Tool owner (IBM, Size: 10000+) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Tool owner (IBM)\",\n            \"position_2\": \"Manufacturing Engineering Technician (IBM)\",\n            \"position_3\": \"Metrology Technician (IBM)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-05-01 - 2023-02-01\",\n            \"position_date_3\": \"2020-03-01 - 2022-05-01\",\n            \"education_1\": \"SUNY Oneonta, Bachelor's degree, Criminal Justice and Corrections\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Tool owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Petala\",\n            \"last_name\": \"Sathler\",\n            \"full_name\": \"Petala Sathler\",\n            \"linkedin\": \"https://www.linkedin.com/in/petala-sathler\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZz0IsBGlwfu7aW6ky5Z9qAmInWoTzSjx0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 535,\n            \"location\": \"Austin, Texas Metropolitan Area\",\n            \"skills\": \"proactive monitoring,infrastructure solutions,implementation plans,system configuration,reliability engineering,communication,customer experience management,triage,service-level agreements (sla),root cause,application support,red hat linux,inventory management,red hat enterprise linux (rhel),ssl certificates,virtual private network (vpn),https,ssl vpn,ibm db2,websphere mq,customer service,management,microsoft excel,microsoft office,microsoft word,research,sales,social media,strategic planning,leadership,powerpoint,process improvement,event planning,program management,training,business process improvement,microsoft powerpoint,active directory\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"6 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Application  Owner (IBM, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM, Size: 10000+) [2021-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Application  Owner (IBM)\",\n            \"position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM)\",\n            \"position_3\": \"Windows 10 help desk advisor (IBM)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2018-10-01 - 2021-01-01\",\n            \"education_1\": \"Austin Community College\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Application  Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zeenat\",\n            \"last_name\": \"Randeree\",\n            \"full_name\": \"Zeenat  H Randeree\",\n            \"linkedin\": \"https://www.linkedin.com/in/zeenat-h-randeree\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABQoCKwBZpXBqb_-2LCfm_D0ZnJGK3HeBdQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director CEO owner of  Gigazone Globa Dynamics Pty Ltd , Accountant,  Auditor , IT Software Engineer, Buisness Professional Strategist, Business Management , Part Time Leturer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3950,\n            \"location\": \"Durban, KwaZulu-Natal, South Africa\",\n            \"skills\": \"online advertising,graphic design,business management,customer relationship management (crm),franchise consulting,product management,procurement,professional services,customer experience,microsoft azure,financial reporting,customer retention,information technology,finance,systems analysis,supplier relationship management,all microsoft skills includive of server mamagememnt and azure ,teamwork,software as a service (saas),it strategy,c (programming language),account reconciliation,analytical skills,financial accounting,human resources (hr),food and beverage operations,logo design,auditing,artificial intelligence (ai),contract recruitment,tax accounting,digital marketing,online marketing,intel,vertex ai  apac, creating games unity, meta  cloud computing cloud engineering ,teaching,training and development (hr),international logistics,python (programming language),flask,anaconda,ruby,c++,html,java,javascript,adobe photoshop,data analysis,autocad,financial analysis,strategic planning,operations management,business strategy,supply chain,budgets,retail,project planning,sales,project management,marketing strategy,customer satisfaction,inventory management,change management,sales management,marketing,business planning,accounting,restaurant management,entrepreneurship,account management,strategy,business analysis,research,logistics,social media,social media marketing,hospitality,event management,advertising,management consulting,contract management,analysis,microsoft office,microsoft excel,microsoft word,powerpoint,outlook,management,customer service,negotiation,team leadership,training,team building,leadership,contract negotiation,public speaking,coaching,english,networking,new business development\",\n            \"twitter\": \"\",\n            \"about\": \"Gigazone Global Dynamics  (Pty) Ltd  is a Division of \\nZHR Global Dynamics  (Pty) Ltd. - \\n.\\nWe specialize in corporate networking, Supply chain management consultation and integration, I.T AI software automation and development solutions and Audits , and wholesale and B2B/B2C of all electronic products.\\n\\n\\nAs for our services rendered, we are prompt, efficient and experienced and attend to all call-outs that can be booked via social media platforms and WhatsApp as for online sales we build solid reputations with our clients and customers alike. WhatsApp us for product prices and we will get back to you quotes needed.\\n\\nWe provide Quality products and reliable solutions/ support at excellent rates. Our advanced infrastructure with new technology only available to limited stores in SA enables us,  to offer premium services. We are often the first to promote the latest technology after testing.\\n\\nWe also help corporate clients and educate them with various courses being offered. We have an array of corporate clients, our most established client base consists of hospitals, Doctors surgeries and manufacturing firms. \\n\\nWe have been proudly open for 20 Years and now have modified our concepts to provide a wider range of products to satisfy our clientele & keep up with trending innovation.\\n\\nIf you looking for good Quality, Excellent onsite and remote services with unbeatable rates, exceptional warranties with the best brands, ongoing support and professional service email us at info@gigazonedynamics.co.za. We cater for your customized needs and wants.\\n\\nIf you need services rendered and branded quality products at exceptional rates and ongoing support contact us. Retail purchases may be done from our offices due to convenience for our customers. We deliver and will come to you if needed. We are further authorized to conduct assessments for related products. \\n\\nGigazone Global Dynamics - Microsoft Gold partner, HP Partner, Samsung Partner.\\n\\n*** Look out for our upcoming software development company with Microsoft Startups and Generative AI not to mention credits to Google Partnered Software Development for the development of our new software in AI and Gen AI under Gigazone Dynamics. \\n\\nAll other trademarks and logos belong to their respective owners. \\n© 2014 All rights reserved\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Startup (Microsoft, Size: 10000+) [2024-04-01] AI Software Automation and Development, proudly sponsored by industry leaders Microsoft, Google, and Nvidia, is set to revolutionize key sectors and beyond with our innovative software solutions. We have already made significant strides in our development, and while the details remain classified, we are on track for a successful launch in 2025, God willing.\\n\\nWe sincerely thank all our supporters and those who will continue to champion our mission.\\n\\nWe invite investors to present their proposals for our groundbreaking software development. The high demand for AI software automation underscores the substantial investments pouring into the industry, and we urge you to join us. Exclusive classified information will be shared with our investors, adding immense value to your participation.\\n\\nA heartfelt thank you to Microsoft, Nvidia, and Google for your investment and your strong belief in our vision. Together, we are poised for greatness.\",\n            \"current_position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd, Size: 1-10) [2014-08-01] Gigazone Global Dynamics® (PTY) Ltd and ZHR Global Dynamics® (PTY) Ltd - Some insight of my company we specialize in corporate networking , wholesale and retail of all electronic products , Quality and Quantity Supplied at excellent rates. We always promote reliable but the latest technology ,Our advance infrastructure and professional experience allows us to provide and plan your companies I.T requirements. We also help corporate clients and educate them with various courses being offered . We have an array of corporate clients especially hospitals ,Doctors and engineering firms. The office and online store has being upgraded and modified to provide a wider range of products to satisfy our clientele. In existence from 1997 initial original owners back under management , opened a new entity for growth proposes and expansion of different sectors which will be updated...\\n\\nIf you looking for good Quality, custom made products , custom builds at afordable rates with unbeatable warranties look no further. We offer excellent onsite and remote services with  with exceptional products ,If you require repairs , upgrades , humble advice , consultations or retail assistance our engineers or one of our professionals will get back to you. The services rendered are branded quality products so feel free to contact us. We build Relationships not just clients.\\n\\nWe also specialize in technology that is unavailable and rare in South Africa anything you need can be acquired. We have a wide range of retail products that you would not find at major stores in a hurry @ excellent prices.\\n\\nIPI - Intel Product Integrator\\nMicrosoft Partnered\\nBcom SCMA\\nCisco certified\\nHp Business Partner\\n\\nInbox for queries.\\n\\n\\nOur products are also custom built to meet your specifications.\\nAll other trademarks and logos belong to their respective owners. \\nAll rights reserved.\",\n            \"current_position_3\": \"Gaming and Software Development   Api development (Vertex.AI, Size: 1-10) [2024-01-01]\",\n            \"position_1\": \"Microsoft Founders Startup (Microsoft)\",\n            \"position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd)\",\n            \"position_3\": \"Gaming and Software Development   Api development (Vertex.AI)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2014-08-01\",\n            \"position_date_3\": \"2024-01-01\",\n            \"education_1\": \"University of KwaZulu-Natal, Bachelor of Commerce (BCom), Supply Chain Management & Business Management \",\n            \"education_2\": \"University of South Africa/Universiteit van Suid-Afrika, BC, Professional Accounting , Auditing\",\n            \"education_3\": \"Intel Center Network University, Architecture, Artificial Intelligence\",\n            \"education_date_1\": \"2008-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2017-01-01 - 2018-01-01\",\n            \"education_date_3\": \"2019-01-01 - 2019-01-01\",\n            \"website_1\": \"webs.con\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Startup\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kunal\",\n            \"last_name\": \"Purohit\",\n            \"full_name\": \"Kunal Purohit\",\n            \"linkedin\": \"https://www.linkedin.com/in/kunal-purohit-2730831a9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADCZLbcBHTbz_VzNgA0eCaVS36FuD7-Fa6I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"@AkaiSpace | IIT Bombay | Web3 & Blockchain | Game Engineer\",\n            \"industry\": \"space research and technology\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1767,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"business development,game development,web3,front-end development,solidity,blockchain,web development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Founder (AkaiSpace, Size: 1-10) [2024-06-01] Data as Currency\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Co-Founder (AkaiSpace)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Executive (IITB Rocket Team)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2022-09-01 - 2023-03-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech\",\n            \"education_2\": \"delhi public school jodhpur\",\n            \"education_3\": \"Our Lady Of Pillar Convent School - India, Diploma of Education\",\n            \"education_date_1\": \"2021-10-01 - 2025-10-01\",\n            \"education_date_2\": \"2019-06-01 - 2021-06-01\",\n            \"education_date_3\": \"2009-06-01 - 2019-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Darya\",\n            \"last_name\": \"Belkina\",\n            \"full_name\": \"Darya Belkina\",\n            \"linkedin\": \"https://www.linkedin.com/in/daryabelkina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABP9yQBx9j_rPhQPEVmExqXYRdQrsEFpT8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Manager Central Asia, CIS and Ukraine @ Interface | TEFL Certified\",\n            \"industry\": \"textile manufacturing\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 7998,\n            \"location\": \"Almaty, Kazakhstan\",\n            \"skills\": \"law,environmental awareness,legal technology,med tech,product management,coaching,transformational life coaching,life coaching,presentations,counseling,career counseling,assistant directing,google docs,relationship building,contract negotiation,volunteer management,personal development,teaching english as a second language,social media marketing,organizational development,marketing,customer relationship management (crm),time management,leadership development,presentation skills,interpersonal skills,business development,Менеджмент,event management,leadership,management,international relations,budgets,market research,film production,project planning,intellectual property,event planning,contract management,project management,cost accounting,editing,research,macroeconomics,real estate,public relations,Оптимизация для поисковых систем (seo),negotiation,russian,event marketing,powerpoint,Коммуникация,microsoft excel,Продажи,Английский язык,Преподавание,Маркетинговая стратегия,Финансовая отчетность,Лидер среди молодежи,Финансы,Стратегия\",\n            \"twitter\": \"https://twitter.com/daryabelkina\",\n            \"about\": \"Championing sustainable growth within Interface, my role as Account Manager for Central Asia, CIS, and Ukraine involves spearheading the adoption of eco-friendly flooring. Our team is dedicated to maintaining Interface's CO2-neutral commitments, a distinction recognized by the UN Global Climate Action Awards. By fostering strategic partnerships and driving sales initiatives, we've solidified our market leadership in modular flooring solutions.\\n\\nMy entrepreneurial spirit thrives as the Founder of Engmarion, where I utilize my TEFL certification to revolutionize English education for Kazakhstan's youth. This social enterprise embodies my commitment to educational excellence and interactive learning. With the support of Microsoft Startup Hub, Engmarion is not just a platform for language acquisition, it's a catalyst for the personal growth of every student we reach.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Interface\",\n            \"company_link\": \"https://www.linkedin.com/company/interface\",\n            \"company_id\": \"https://www.linkedin.com/company/91532\",\n            \"company_domain\": \"interface.com\",\n            \"company_about\": \"Interface is a world-leading modular flooring company with a fully integrated collection of carpet tiles and resilient flooring. Our modular system helps customers create interior spaces while positively impacting the people who use them and our planet.\\n\\nWe’re here to realize a more beautiful world, with people and environment in harmony. Our mission, Climate Take Back™, invites industry to join us as we commit to running our business in a way that is restorative to the planet and creates a climate fit for life.\\n\\nWe're always looking for passionate, committed individuals to help us get there. Problem solvers. Creative thinkers. True individuals, who don’t follow convention but challenge it.\\n\\nAt Interface, that’s a responsibility we all share. From our research labs to our production floor, we’re always looking to design a better way. To inspire others, and to embrace a better tomorrow. If you’re ready to make a real difference, then join us.\\n\\nHelp us lead industry to love the world.\",\n            \"company_founded\": null,\n            \"company_size\": \"2768\",\n            \"company_location_1\": \"Atlanta, Georgia, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Atlanta\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"textile manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Commercial flooring,Carpet tile,TacTiles,Modular carpet,LVT,Luxury vinyl tile,Modular resilient flooring,Modular flooring,Sustainability,Interior design\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface, Size: 1001-5000) [2023-02-01] World leader in modular floor coverings, luxury vinyl tiles and nora® rubber floor coverings. Interface is a certified CO2-neutral company by a third party evaluator. Interface was recognized as a 2020 UN Global Climate Action Awards winner. This awards program, spearheaded by the Momentum for Change initiative at UN Climate Change, showcases climate change leadership by nations, businesses, investors, cities, regions and civil society as a whole.\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2022-12-01] Being part of Tumaris.tech incubator fellowship program, which is granted generously by collaboration of: Beeline Company in Uzbekistan, Wonder Women, USAID, Huawei and TBC Bank and IT Park Uzbekistan with my Ed.tech startup Engmarion. Now I am also granted an opportunity to build my prototype at Microsoft Startup Hub. \",\n            \"current_position_3\": \"Founder and CEO (Engmarion, Size: 1-10) [2020-04-01] Since I commenced into university studies back in 2003, I have won over 100 000$ in scholarships and grants to study in English on a scholarship in the past 20 years. This is my social entrepreneurship project of teaching English to teenagers in Kazakhstan online. I am TEFL (Teaching English as Foreign Language) Certified 2021 and practice interactive way of teaching English to children, teenagers and adults. \\n\\nI launched my blog: https://obrazovaniezarubezhom.online where 50+ countries are listed in Russian language where BA students can find information on Masters of Arts or Sciences, studying on a scholarship and abroad.\\n\\nJob Profile\\n\\n- Marketing (SEO) and sales B2C of my online English language skills’ courses,\\n\\n- Launching an online platform for my English language courses, \\n\\n- Launching, maintaining and updating the blog on 54 countries of the world, where Bachelor degree enrolled students could find information on the Masters degree in English and on a scholarship. \\n\",\n            \"position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": \"Founder and CEO (Engmarion)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Institute of Metacognitive Programming, Associate's degree, Exponential Coaching\",\n            \"education_2\": \"Faza Rosta, Associate's Degree, Psychology of Relationships, Applied Psychology, Children Psychology, Sexology, Women Energies Study\",\n            \"education_3\": \"AltasProfilax, Chiropractor Therapy, Massage on Biomekanischer Stimulator UNOST\",\n            \"education_date_1\": \"2024-07-01 - 2024-10-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": \"obrazovaniezarubezhom.online\",\n            \"website_3\": \"udemy.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Manager Central Asia, CIS and Ukraine\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@interface.com\"\n        },\n        {\n            \"first_name\": \"Victor\",\n            \"last_name\": \"Adhikary\",\n            \"full_name\": \"Victor Adhikary\",\n            \"linkedin\": \"https://www.linkedin.com/in/victoradhikary\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADq1ezgBJ3ttrKseePsuwNMnaRn2u2vKGxw,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @FoundersGang | Creating The Future Of Entrepreneurship | Tech Freak | Content Creator\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"victoradhikary2608@gmail.com\",\n            \"num_of_connections\": 3423,\n            \"location\": \"West Bengal, India\",\n            \"skills\": \"startup development,early-stage startups,business,sanity,next.js,creative content creation,mern,node.js,three.js,communication,technology leadership,team building,system architecture,architecture,influencer marketing,strategic leadership,software as a service (saas),mobile application development,android framework,game development,business ownership,web development,entrepreneurship,flutter,full-stack development,github,git,startups,application development,android development,start-up leadership,start-up ventures,team coordination,team management,cinematography,teamwork,videography,product management,leadership,video editing,online content creation\",\n            \"twitter\": \"\",\n            \"about\": \"I'm a skilled software developer with expertise in the MERN Stack and Next.js, along with extensive experience in Flutter and React Native. My passion lies in leveraging technology to build impactful solutions that address real-world challenges and drive innovation.  \\n\\nCurrently pursuing a degree in Data Science at IIT Madras, Victor combines technical expertise with analytical insights to develop high-quality applications and platforms. His dedication to continuous learning and innovation has been a cornerstone of his professional journey.  \\n\\nVictor Adhikary is the Founder and CEO of Founders Gang, a comprehensive platform designed to empower startups and entrepreneurs. Founders Gang provides the tools, resources, and community support needed to navigate the challenges of entrepreneurship and turn visionary ideas into successful ventures.  \\n\\nIn addition to his technical and entrepreneurial endeavors, Victor is an active content creator. He produces valuable content on entrepreneurship and technology for platforms like YouTube and Instagram, sharing insights to inspire and educate his audience.  \\n\\nVictor is passionate about collaboration and is always open to connecting with like-minded professionals to share knowledge, explore opportunities, and work on transformative projects that make a difference.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"EUREKA IIT-Madras hired Victor as a Secretary 2 months ago from UNIQUS EDUTECH SOLUTIONS.\",\n            \"latest_post\": null,\n            \"company_name\": \"Founders Gang\",\n            \"company_link\": \"https://www.linkedin.com/company/foundersgang\",\n            \"company_id\": \"https://www.linkedin.com/company/104975399\",\n            \"company_domain\": \"foundersgang.com\",\n            \"company_about\": \"Founders Gang is a global platform dedicated to empowering entrepreneurs, founders, and agencies by providing a space to share their ideas, showcase their startups, and connect with a community of innovators. We are committed to creating an ecosystem where groundbreaking ideas flourish, collaboration thrives, and entrepreneurial journeys are celebrated.\\n\\nOur mission is to bring together visionaries from all industries, offering a platform to:\\n\\nShare startup stories and experiences\\n\\nNetwork with like-minded founders and agencies\\n\\nDiscover opportunities for collaboration and growth\\n\\n\\nAt Founders Gang, we believe every idea has the potential to make an impact, and every founder deserves the opportunity to succeed. Whether you're launching a new venture, seeking inspiration, or looking to collaborate with industry peers, our platform is here to support you.\\n\\nJoin our growing community and be part of a movement that’s shaping the future of innovation and entrepreneurship.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"community services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Founders Gang, Size: 1-10) [2024-10-01] Building foundersgang.com | One Stop Platform For All Entrepreneurs\",\n            \"current_position_2\": \"Secretary (EUREKA IIT-Madras, Size: 1-10) [2024-12-01]\",\n            \"current_position_3\": \"Founder Hub Member (Microsoft, Size: 10000+) [2024-12-01] Partnered up with Microsoft for Founders Gang\",\n            \"position_1\": \"Founder (Founders Gang)\",\n            \"position_2\": \"Secretary (EUREKA IIT-Madras)\",\n            \"position_3\": \"Founder Hub Member (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Indian Institute of Technology, Madras, BS, Data Science and Application\",\n            \"education_2\": \"UIET Panjab University, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-08-01 - 2028-08-01\",\n            \"education_date_2\": \"2023-08-01 - 2024-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"vercel.app\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"George\",\n            \"last_name\": \"Goeschel\",\n            \"full_name\": \"George Goeschel\",\n            \"linkedin\": \"https://www.linkedin.com/in/goeschei\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAQEmABWFamYAdZY_m9SR9gOVMHW3xOi4U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Workstream Owner, Design Leader, & Manager, HR Platforms @ IBM\",\n            \"industry\": \"design services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1463,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"coaching,e-learning,web applications,usability testing,information architecture,user experience,wireframes,photoshop,irise,omnigraffle,visio,dreamweaver,morae,cognitive science,personas,user interface design,user-centered design,user stories,iphone,ipad,mobile applications,user research,userzoom,insurance,financial services,transportation,educational technology,user needs assessment,user acceptance testing,technology needs analysis,persona,usability,training,usability engineering,task analysis,mobile devices,requirements analysis,user interface,accessibility,interaction design,user experience design,requirements gathering,information design,experience design,heuristic evaluation,knowledge management,web 2.0\",\n            \"twitter\": \"\",\n            \"about\": \"As a dynamic and proven leader, I bring a wide breadth and depth of industry experience, combined with the right mix of research, customer behavior, design, technology, and delivery of insights. My passion lies in developing and executing design strategies that leverage the power of new technology to transform organizations and deliver value. I firmly believe in the importance of optimizing workflows and empowering employees to focus on tasks that require human creativity and expertise, while computers handle repetitive tasks. With direct experience managing large teams, budgets, and capital expenditures of dozens of employees, I am a quick learner who consistently delivers results, builds strong teams, and exceeds expectations. I have a proven track record of driving growth, productivity, innovation, and success. I possess a range of skills in Design Operations, Design Strategy, User-Centered Design, Design Thinking, Product Management, and Agile and Lean methods.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"20 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM, Size: 10000+) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM)\",\n            \"position_2\": \"Manager CIO Design (IBM)\",\n            \"position_3\": \"Design Manager, CIO Design (IBM)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2018-07-01 - 2024-01-01\",\n            \"position_date_3\": \"2018-07-01 - 2024-01-01\",\n            \"education_1\": \"JD, Law\",\n            \"education_2\": \"BS/BA, Biology/French\",\n            \"education_3\": \"Minnesota State University, Mankato, French Study Abroad\",\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1986-01-01 - 1991-01-01\",\n            \"education_date_3\": \"1990-01-01 - 1990-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Workstream Owner, Design Leader, & Manager, HR Platforms\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Wes\",\n            \"last_name\": \"Fajerson\",\n            \"full_name\": \"Wes Fajerson\",\n            \"linkedin\": \"https://www.linkedin.com/in/wes-fajerson-1899a2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAlZHkBs_7gc9Xn2jPXBfjnvPiMWndxDXw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - CRM at IBM\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3077,\n            \"location\": \"Caddo Mills, Texas, United States\",\n            \"skills\": \"telecommunications,program management,recruiting,management,executive search,human resources,vendor management,saas,outsourcing,cloud computing,account management,solution selling,business analysis,change management,team leadership,team management,process improvement,executive management,networking,leadership,temporary placement,technical recruiting,talent acquisition,crm,internet recruiting,sourcing,applicant tracking systems,talent management,benefits negotiation,screening,hiring,sdlc,college recruiting,software development life cycle (sdlc),business process improvement,customer relationship management (crm)\",\n            \"twitter\": \"\",\n            \"about\": \"25 years in Technology and Human Resources/Staffing with 14 plus years leading global teams and transformations to deliver business, while building high performing teams and rapport with leadership. US Army Veteran with prior secret clearance. \\n\\nSpecialties: ATS, CRM , Configuration , Design, Implementation, IOT, SAAS, Telecom, Financial, Software, consultancy, engineering, and eServices\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 8 months \",\n            \"time_in_company\": \"19 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - CRM (IBM, Size: 10000+) [2020-06-01] CIO understands the needs of the business to accelerate recruitment marketing and sourcing capabilities and thus CIO partnered with HRTO to ensure business continuity in the CRM area with proper Business Process Owner, Product Owner, and Technical Owner alignment across the business, HR Services, and CIO respectively. Support integration, migrations within technology stack. \",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - CRM (IBM)\",\n            \"position_2\": \"Digital Experience & Technology Solution Manager for IBM Talent Acquisition (IBM)\",\n            \"position_3\": \"NA Talent Acquisition Manager - Strategic Sourcing (IBM)\",\n            \"position_date_1\": \"2020-06-01\",\n            \"position_date_2\": \"2017-01-01 - 2020-06-01\",\n            \"position_date_3\": \"2016-06-01 - 2017-01-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - CRM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marwn\",\n            \"last_name\": \"Riabi\",\n            \"full_name\": \"marwn riabi\",\n            \"linkedin\": \"https://www.linkedin.com/in/marwn-riabi-19392620b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVaJ38BUHXObWEAgeJsMA9oaj1GISkRn9M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 84,\n            \"location\": \"France\",\n            \"skills\": \"anglais\",\n            \"twitter\": \"\",\n            \"about\": \"rb\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"32 years 2 months \",\n            \"time_in_company\": \"32 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [1992-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1992-12-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ricardo\",\n            \"last_name\": \"C\",\n            \"full_name\": \"Ricardo C.\",\n            \"linkedin\": \"https://www.linkedin.com/in/ricardo-c-99b8ab24\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAUdmccBf4FAkgHjAeEc5yvW1RbIhU1hrBo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner - Chairman @ Microsoft | Management Degrees\",\n            \"industry\": \"wholesale import and export\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 773,\n            \"location\": \"Alcochete, Setúbal, Portugal\",\n            \"skills\": \"security,international sales,integration,entrepreneurship,business strategy,new business development,management,video conferencing,management consulting,technology integration,access control,negotiation,strategic planning,system automation,security management,critical information security,perimeter security,intrusion detection,cctv,ip cameras,control rooms,av,automation,conference rooms,audio conferencing,biometrics,military and law enforcement consultancy,desenvolvimento de novos negócios,estratégia empresarial,gestão,segurança,consultoria de gestão,negociação,planejamento estratégico,integração,empreendedorismo,vendas internacionais,liderança de equipe,gestão de vendas,gestão de equipes,estratégias de marketing\",\n            \"twitter\": \"\",\n            \"about\": \"With over 40 years of experience in the IT and security sectors, I am a seasoned leader and entrepreneur with a passion for finding and filling market gaps with innovative products and services. As the owner and chairman of Microsoft-Informatica, a company that predates and shares the name with the IT giant, I have diversified and expanded its portfolio to include KNX home automation and automation systems. As the chairman of GSS - Global Security Solutions, I have led the development and implementation of cutting-edge perimeter security, high end security solutions, for various clients and industries. My mission is to leverage my expertise and network to create value, impact, and growth for my team, my customers, and my partners.\\n\\nAt GSS - Global Security Solutions, I oversee the strategic direction and vision of the company, as well as the management of key accounts and partnerships. I have been instrumental in securing and delivering large-scale projects for government agencies, private corporations, and international organizations, such as the European Union and NATO. I have also been involved in the research and development of new technologies and solutions, such as drones, sensors, and biometrics, to enhance the security and efficiency of our services. I have applied my skills in new business development, team leadership, and perimeter security to ensure the highest standards of quality, performance, and customer satisfaction.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"44 years \",\n            \"time_in_company\": \"43 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft - Informática, S.A.\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-01-01] Microsoft-Informática is a company founded in 1981 long before Microsoft Corp. to have become the IT giant that is known to dominate the software market today.\\nThat's why Microsoft Corp. in Portugal it is called MSFT, as it cannot use the same name as an existing company.\\nMicrosoft is also a distributor of ZENNIO's KNX home automation and automation systems. www.microsoft-domotica.com\",\n            \"current_position_2\": \"Chairman (GSS - Global Security Solutions) [2015-06-01]\",\n            \"current_position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-06-01] 7 Blue Gold lions is an investment and trading company that aims to find and fill market gaps with regard to products and services at an international level.\\nOne of the projects that puts more emphasis is the investment in the interior decoration market and everything related to it, from furniture, to accessories, from large projects to individual pieces.\\nWith a commitment to its passion for the Orient, it explores the harmony and beauty of ancient civilizations, reflected and printed in the simplest pieces, or in the most elaborate projects that it offers through its agents and distributors throughout the world.\",\n            \"position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_2\": \"Chairman (GSS - Global Security Solutions)\",\n            \"position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_date_1\": \"1981-01-01\",\n            \"position_date_2\": \"2015-06-01\",\n            \"position_date_3\": \"1981-06-01\",\n            \"education_1\": \"Instituto Superior de Ciências do Trabalho e da Empresa, Licenciatura, Gestão\",\n            \"education_2\": \"British Institute, Inglês\",\n            \"education_3\": null,\n            \"education_date_1\": \"1977-01-01 - 1981-01-01\",\n            \"education_date_2\": \"1977-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft-informatica.com\",\n            \"website_2\": \"microsoft-domotica.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner - Chairman\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohsin\",\n            \"last_name\": \"Mohsin\",\n            \"full_name\": \"Mohsin md purohs ali mohsin\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohsin-md-purohs-ali-mohsin-93046417a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACptFjQBhZXOy4EDX-zIx-2wsFRl-ezrluM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Linkendin.com\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 730,\n            \"location\": \"Manama, Capital Governorate, Bahrain\",\n            \"skills\": \"construction management,upwork,linkedin talent insights,big data,owner ,small business,carpentry,venture capital\",\n            \"twitter\": \"\",\n            \"about\": \"https://. .Linkedin.com/Legal /user-\\nagreement #obligations  so Mricco software  adobe owner Big data Parsonal network all member\\n\\n   for  Locking  a work experience   career with a reputable organization where I can utilize the   best of my skills and experiences allowing career growth and contribution to growth of the organisation. work Experience. 4 Years worked as a Carpenter 1Year. tiles.1 Years corr peeper. 1 Years  tailers. 1 Years cleaners 1  Years iscatain novels p.c.  ccecamera. lof.all working Kingdom of Bahrain. Educational qualification. Higher Secondary Certificate.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 10 months \",\n            \"time_in_company\": \"5 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kingdom of Bahrain worker\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Likendin.com (Kingdom of Bahrain worker ) [2019-04-01]\",\n            \"current_position_2\": \"Owner (Microsoft, Size: 10000+) [2019-01-01] working at kingdom of Bahrain Big dada personal network \",\n            \"current_position_3\": null,\n            \"position_1\": \"Likendin.com (Kingdom of Bahrain worker )\",\n            \"position_2\": \"Owner (Microsoft)\",\n            \"position_3\": \"Business Owner (Microsoft)\",\n            \"position_date_1\": \"2019-04-01\",\n            \"position_date_2\": \"2019-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2019-12-01\",\n            \"education_1\": \"Rajnogor College \",\n            \"education_2\": \"Imperial College Business School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Likendin.com\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bouzayani\",\n            \"last_name\": \"Faouzi\",\n            \"full_name\": \"Bouzayani Faouzi\",\n            \"linkedin\": \"https://www.linkedin.com/in/bouzayani-faouzi-15a7b9231\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADn2HJYBEHRIzLUpu-95q41zHpn_AeKFEc0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Bestworks\",\n            \"industry\": \"motor vehicle manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 215,\n            \"location\": \"Sidi Bouzid, Tunisia\",\n            \"skills\": \"online backup,mise en service,ingénierie\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"My-Communication\",\n            \"company_link\": \"https://www.linkedin.com/company/mycommunicationacademy\",\n            \"company_id\": \"https://www.linkedin.com/company/71610229\",\n            \"company_domain\": \"my-communication.com\",\n            \"company_about\": \"Your ambition to become the ideal engineer for your dream job is not far from you anymore! Because My-Communication Academy, is here to help you gain the experience and skills you need to achieve your goal. \\nOur courses cover all areas of telecommunications engineering, information technology, and artificial intelligence such as Optical Fiber, Microwave Transmission, Wiless, AI and Machine Learning, CCNA and many more.\\n\\nWe use interactive teaching methods to train you to become a professional  engineer in a supportive environment that encourages personal growth and skill development. \\n\\nAll of this and many exclusive benefits are available only to our students at My-Communication Academy. Discover them by following our page on linkedin and visiting our website : https://my-communication.com/\",\n            \"company_founded\": 2020,\n            \"company_size\": \"165\",\n            \"company_location_1\": \"Amman, Amman, Jordan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Amman\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+00962797087455\",\n            \"company_industry_1\": \"e-learning providers\",\n            \"company_industry_2\": \"e-learning\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/MyCommunicatio3, https://www.facebook.com/mycommunication2021\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Adjoint administratif (My-Communication, Size: 51-200) [2024-07-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"current_position_3\": \"Assistant (Huawei, Size: 10000+) [2016-10-01]\",\n            \"position_1\": \"Adjoint administratif (My-Communication)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Assistant (Huawei)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01\",\n            \"position_date_3\": \"2016-10-01\",\n            \"education_1\": \"Bir gzayel, Certificat d'aptitude professionnelle (CAP), Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2004-01-01 - 2008-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Adjoint administratif\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@my-communication.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Ayodele\",\n            \"full_name\": \"DANIEL DEJI AYODELE\",\n            \"linkedin\": \"https://www.linkedin.com/in/theglobaldaniel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurMx8BsssFJX_CucrXWM8rSRWJoT4e8ek,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"‍️Founder Mindshift Empowerment and Employment Initiative (MEEI Program)|  Nation Builder |  Digital Economy & Entrepreneurship Educator |  Business Developer | ️ Travel Advisor |  Digital Marketing Expert\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1478,\n            \"location\": \"Esenyurt, Istanbul, Türkiye\",\n            \"skills\": \"social entrepreneurship,entrepreneurship development,entrepreneurship education,youth entrepreneurship,interpersonal communication,marketing,marketing strategy,social media marketing,direct marketing,brand implementation,brand marketing,management,branding,e-commerce,digital marketing,entrepreneurship,business relationship management,banking,cross selling,personal branding,public speaking,interpersonal skills\",\n            \"twitter\": \"\",\n            \"about\": \"About Me:\\n\\nI am a passionate social entrepreneur and nation builder committed to empowering individuals and businesses globally. With a focus on sustainable growth and innovation, I strive to cultivate entrepreneurial mindsets through education and strategic development.\\n\\nAs the Founder of the Mindshift Empowerment and Employment Initiative (MEEI), I provide essential resources and mentorship to aspiring entrepreneurs, helping them transform their ideas into impactful ventures,  teach entrepreneurship, facilitate B2B matchmaking, and connect businesses with new buyers, suppliers, and investment opportunities.\\n\\nIn my role as the Country Representative for the Lagos Chamber of Commerce in Türkiye, I bridge connections between nations, fostering trade and investment opportunities that drive economic development. \\n\\nMy passion for connecting cultures and facilitating international collaboration is at the heart of my work.\\n\\nWith extensive experience in business development and strategy, I empower organizations to navigate challenges and seize growth opportunities. As a skilled travel consultant, I leverage my understanding of global markets and cultural nuances to create tailored strategies for diverse audiences.\\n\\nAs a digital marketing specialist, I utilize innovative techniques to amplify brand presence and effectively engage target markets. My leadership extends to hosting impactful events and conferences, nurturing future leaders through platforms like the Future Leaders Model United Nations.\\n\\nI am also an author, sharing insights through my books, including \\\"The Efficacy of Leadership,\\\" \\\"Digital Dominance,\\\" and \\\"How to Brand Yourself and Your Business.\\\" I believe in the power of knowledge and mentorship to inspire others and drive meaningful change.\\n\\nLet’s Connect:\\n\\nI am always eager to connect with like-minded professionals, entrepreneurs, and organizations that share a vision for empowerment and collaboration. Whether you’re looking to discuss entrepreneurship, explore international trade, or seek guidance on branding and marketing, I invite you to reach out. Together, we can make a positive impact on our communities and the world!\\n\\nContact Information:\\n-Website: www.danielayodele.com\\n- Instagram: @theglobaldaniel\\n- Facebook: @theglobaldaniel1\\n- LinkedIn: TheGlobalDaniel]\\n- Phone: +2348063618106 / +905319657443\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Mindshift Empowerment & Employment Initiative\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Mindshift Empowerment & Employment Initiative ) [2022-06-01] As the founder, my function encompasses a wide range of responsibilities aimed at guiding and steering MEEIF towards its goals of empowering youth and fostering socioeconomic advancement in Africa.\",\n            \"current_position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş., Size: 1-10) [2024-12-01] As a Principal Consultant at Istanbul Consulting Group, my role is to lead strategic initiatives, foster client relationships, and drive impactful consulting projects that deliver measurable results. \\n\\nI take pride in serving as a trusted advisor to clients, helping them navigate complex business challenges and achieve their objectives.\",\n            \"current_position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry, Size: 51-200) [2024-06-01] 1. Promoting the Lagos Chamber of Commerce and Industry to Turkish businesses.\\n2. Facilitating participation of Turkish businesses ni the Lagos International Trade Fair. \\n3. Acting as an intermediary partner between the Lagos Chamber of Commerce and Industry (LCCI), Istanbul Chamber of Commerce and Industry (ICCD) and Turkish businesses seeking to expand into Lagos State, Nigeria.\",\n            \"position_1\": \"Founder (Mindshift Empowerment & Employment Initiative )\",\n            \"position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş.)\",\n            \"position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-06-01\",\n            \"education_1\": \"FEDERAL POLYTECHNIC AUCHI, HND, Electrical and Electronics Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"danielayodele.com\",\n            \"website_2\": \"meeiprogram.org\",\n            \"website_3\": \"danielayodele.com\",\n            \"phone_number_1\": \"2348063618\",\n            \"phone_number_2\": \"9053196574\",\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Javier\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Javier S\",\n            \"linkedin\": \"https://www.linkedin.com/in/javier-s-968596215\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADZekuABq1IAwDXgTu69drEa39gsbZCodaU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arbeitgeber bei IBM\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Vienna, Vienna, Austria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeitgeber (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeitgeber (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeitgeber\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Santosh\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Santosh Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/santosh-kumar-3859a8190\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACz_ThUBRyMnWquJ-eswhrQRAW9MqOnVESk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Supaul, Bihar, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"B.S.S. College, Supaul\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Juan\",\n            \"last_name\": \"Fernandez\",\n            \"full_name\": \"Juan Fernandez\",\n            \"linkedin\": \"https://www.linkedin.com/in/juan-fernandez-88689b9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG7mCYBmKuW57ydk9a3fXKnGVDY52N7eFo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner, IBM\",\n            \"industry\": \"computer hardware manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Greater Barcelona Metropolitan Area\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"42 years 3 months \",\n            \"time_in_company\": \"42 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (IBM, Size: 10000+) [1982-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1982-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kumar\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"P Kumar Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/p-kumar-sharma-79125b194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2Ze50BuSySd11SJoLwrP87WCYbqq32wIk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 762,\n            \"location\": \"Bulandshahr, Uttar Pradesh, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Arvis\",\n            \"last_name\": \"Bridges\",\n            \"full_name\": \"Arvis Bridges-Epps\",\n            \"linkedin\": \"https://www.linkedin.com/in/arvis-bridges-epps-3054bb8\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAF_dvUBvTnnq9HF9z49tLg2udVN3VNGHEs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Focused and influential leader with proven record of success planning and directing world-class projects and programs.\",\n            \"industry\": \"primary and secondary education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1056,\n            \"location\": \"Durham, North Carolina, United States\",\n            \"skills\": \"tracking systems,talent management,recruiting,onboarding,coaching,leadership development,applicant tracking systems,critical thinking,customer service management,strategic leadership,strategic thinking,instructional design,analytical skills,communication,problem solving,defining requirements,software project management,program management,integration,business analysis,it strategy,pmp,software development,business process,requirements analysis,sdlc,pmo,management consulting,virtualization,solution architecture,telecommunications,people-oriented,cmvc,html,contract negotiation,contract management,time management,team building,cross-functional team leadership,new business development,customer service,c#,entrepreneurship,microsoft word,leadership,agile methodologies,management,cloud computing,strategy,project management,enterprise software,vendor management,microsoft office,public speaking,team leadership,consulting,project portfolio management\",\n            \"twitter\": \"\",\n            \"about\": \"As Assistant Principal at Wake County Public School System, my mission is to foster a culture of excellence and innovation. With over 23 years as a real estate owner/broker, I bring unparalleled negotiation skills and community insights to the educational environment, ensuring we not only meet but exceed our goals in academic and operational excellence.\\n\\nAt the heart of my approach is a commitment to equity and empowerment, leveraging my extensive background in software development management and business operations. Our team is dedicated to creating opportunities for student success and cultivating partnerships that enhance the educational experience, all while maintaining a focus on ethical leadership and strategic problem-solving.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"2 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Wake County Public School System\",\n            \"company_link\": \"https://www.linkedin.com/company/wake-county-public-school-system\",\n            \"company_id\": \"https://www.linkedin.com/company/11598\",\n            \"company_domain\": \"wcpss.net\",\n            \"company_about\": \"Wake County Public School System, the largest K-12 public school district in North Carolina, is an award-winning, nationally recognized organization that serves more than 158,000 students in 198 schools. We recognize that highly effective teachers are the key to achieving student success. As a result we are focused on attracting, hiring, training and retaining a world-class workforce of educational professionals who are representative of the community we serve and who are committed to student achievement.  Please check our website regularly at www.wcpss.net/careers for employment opportunities.\",\n            \"company_founded\": 1976,\n            \"company_size\": \"12995\",\n            \"company_location_1\": \"Cary, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Cary\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"5625 dillard drive, cary, nc 27518, us\",\n            \"company_postal_code\": \"27518\",\n            \"company_phone\": \"+19196940555\",\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": \"education administration programs\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Education\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://facebook.com/WCPSS\",\n            \"keywords\": \"education\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"19043\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant Principal (Wake County Public School System, Size: 10000+) [2022-07-01]\",\n            \"current_position_2\": \"Owner/Broker (B&E Realty, Size: 10000+) [2000-09-01] First time home buyers specialist\\nGreat knowledge of local neighborhoods.\\nUnmatchable communication and negotiation skills.\\nExcellent presentation and a pleasant manner\\nProven organizational skills and detail orient\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Principal (Wake County Public School System)\",\n            \"position_2\": \"Owner/Broker (B&E Realty)\",\n            \"position_3\": \"Software Developement Manger (IBM)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2000-09-01\",\n            \"position_date_3\": \"1989-09-01 - 2013-03-01\",\n            \"education_1\": \"Duke University - The Fuqua School of Business, Master of Business Administration (MBA), Business Administration, Management and Operations\",\n            \"education_2\": \"North Carolina Central University, Masters of School Administration, School Administration/Principalship\",\n            \"education_3\": \"Duke University - The Fuqua School of Business\",\n            \"education_date_1\": \"2020-08-01 - 2022-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Principal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Freek\",\n            \"last_name\": \"Berson\",\n            \"full_name\": \"Freek Berson\",\n            \"linkedin\": \"https://www.linkedin.com/in/freekberson\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABfSE4B5BwmDjv78D5audGwV9MrkyE9SGg,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. EUC Enthusiast, Microsoft MVP,  public speaker,  Author.  #Parallels #Alludo #AVD #RDS #Bicep  #Automation\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4333,\n            \"location\": \"Amstelveen, North Holland, Netherlands\",\n            \"skills\": \"parallels,microsoft azure,avd,windows server,virtualization,hyper-v,identity management,enterprise architecture,software installation,microsoft technologies,group policy,microsoft sql server,active directory,windows,iis,vmware esx,citrix,powershell,remote desktop,office 365,microsoft products,windows server 2003,2008 r2,sccm,windows server 2008,mcitp,terminal services,terminal server,vdi,remote desktop services,windows remote desktop,forefront identity manager,citrix metaframe,fim,forefront,microsoft office sharepoint server,scom,virtual desktop infrastructure,virtual desktop,microsoft mvp,fim2010,vworkspace,group policy preferences,azure remoteapp,wvd,windows virtual desktop,arm templates,bicep\",\n            \"twitter\": \"https://twitter.com/fberson\",\n            \"about\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. Parallels Remote Application Server, Azure Virtual Desktop (AVD) and Remote Desktop Services (RDS) enthusiast / evangelist and Microsoft Most Valuable Professional (MVP) since 2011, working at Parallels/Alludo.\\n\\n Author of the book \\\"Getting started with Bicep: Infrastructure as code on Azure\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Handbook: Security Fundamentals\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Migration Guide for Remote Desktop Services\\\"\\n Co-author of the book \\\"RDS - The Complete Guide\\\", available on Amazon\\n \\n Speaking at international conferences including Microsoft Ignite, Microsoft Ignite | The Tour, Microsoft TechSummit, Microsoft Techdays, E2EVC, Briforum, AVD Tech Fest, Azure Saturday, and many others. I enjoy sharing information Remote Desktop & Application delivery using Parallels, AVD and RDS as well as sharing knowledge on Bicep and Infrastructure as Code for the Azure Cloud.\\n\\n Presented 12+ editions of the Azure Virtual Desktop in a Day workshop on behalf of Microsoft\\n\\n Authoring articles and blog posts, creating on demand courses\\n\\n Sharing code on my GitHub repository https://github.com/fberson\\n\\n I work with lots of technologies daily, but my focus is on Parallels RAS, Azure Virtual Desktop (AVD), Remote Desktop Services (RDS), Virtual Desktop Infrastructure (VDI), and the Windows Server & Microsoft Azure platform in general. I'm a MSCE, MCSA, MCC and MCITP on various topics.\\n\\n Strong Azure Resource Manager (ARM), JSON & Bicep skills to perform Infrastructure as Code deployments in the Microsoft Azure Cloud.\\n\\nBlog: http://themicrosoftplatform.net\\nTwitter: @fberson\\nGitHub: https://github.com/fberson\\nYouTube Channel: https://bit.ly/3l6GYak\\nMedium: https://fberson.medium.com/\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Alludo\",\n            \"company_link\": \"https://www.linkedin.com/company/alludo-group\",\n            \"company_id\": \"https://www.linkedin.com/company/82510647\",\n            \"company_domain\": \"alludo.com\",\n            \"company_about\": \"Freedom to work. Space and time for ideas. \\n\\nAlludo is a global technology company fueled by make-everything-easier flexibility. We’re the people behind award-winning, globally recognizable brands including Parallels®, CorelDRAW®, MindManager®, and WinZip®. Our professional-caliber graphics, virtualization, and productivity solutions are finely tuned for the digital remote workforce delivering the freedom to work when, where, and how you want. With a 35+ year legacy of innovation, Alludo empowers ALL YOU DO helping more than 2.5 million paying customers to enable, ideate, create, and share on any device, anywhere.\\n\\nFrom managing your daily tasks to pursuing your greatest dreams, Alludo elevates what’s possible. We believe in working better and living better, and we’re writing a new playbook that boldly reimagines what work feels like—for our customers and ourselves. We’re building a world with boundless creativity, cross-platform productivity from idea to execution, and fluid collaboration from around the corner to around the world. \",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Ottawa, Ontario, Canada\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Ottawa\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"52 adlerweg, ahaus, north rhine-westphalia, germany\",\n            \"company_postal_code\": \"48683\",\n            \"company_phone\": \"+49492561896310\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/helloalludo\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Outbound Product Manager (Alludo, Size: Self-employed) [2022-09-01] End User Computing Enthusiast and evangelist with a primary focus on Parallels Remote Application Server, Azure Virtual Desktop and Microsoft Remote Desktop Services. Trusted adviser for strategic customers and partners. Partnering closely with product management and product marketing teams. Empowering hybrid and remote workforces with a digital workspace from any device, anywhere.\",\n            \"current_position_2\": \"Public Speaker (Public Speaking engagements) [2014-01-01] 🎥 Recordings and 💾 Slide decks : https://github.com/fberson/Slidedecks\\n\\n2024\\nWorkplace Ninja Summit, Switzerland (coming soon)\\nMC2MC, Belgium (coming soon)\\nWarsaw IT Days (coming soon)\\nCloud 8 Virtual Summit\\n\\n2023\\nInternational Association of Microsoft Channel Partners. (IAMCP) \\nWorkplace Ninja Summit, Switzerland \\nWorkplace Ninja Summit, Switzerland\\nAzure Greg live stream, Online\\nCloud Community Nights event, Netherlands\\nAzure User Group Sweden, Online\\n\\n2022\\nExperts Live 2022, The Netherlands\\nLogin VSI Vision 2022, Online\\nStreaming Clouds, Online\\nScottish Summit 2022, Glasgow\\nMC2MC Community event, Online\\nAzure User Group Iceland, Online\\n\\n2021\\nTech Festive Calendar 2021, Online\\nLiquit & AVD webinar, Online\\nAVD TechFest Winter edition 2021, Online\\nCloud Camp 2021, Online\\nCloud Summit 2021, Online\\nWorkplace Ninja Summit 2021, Online\\nUS Azure Virtual Desktop User Group, Online\\nAzure meetup Oslo, Online\\nCloud Eight Virtual Summit, Online\\nBelgium Windows Virtual Desktop User Group, Online\\nDutch Windows Virtual Desktop User Group, Online\\nTechNine community event, Online\\nMicrosoft meets Community: WVD 4th edition!, Online\\nDutch DevOps & Github community, Online\\nWVD Tech Fest, Online\\nWortell LiveStream, Online\\nNordic Virtual Summit on WVD, Online\\nAzure Thursday february, Online\\nAzure LowLands, Online\\n\\n2020\\nAzure Immersion Workshop WVD, Online\\nCloud 8 Virtual Summit, Online\\nBEEMUG event\\nWortell WVD Live,\\nIceland Azure Community\\nDesktop in the Cloud, Online\\nWorkplace Ninja Summit 2020\\nMicrosoft Azure Webinar week\\nMicrosoft meets community : Windows Virtual Desktop\\nMicrosoft Ignite The Tour, Prague\\n\\n2019\\nAzure User Group, Reykjavik\\nAzure Thursdays, Amsterdam\\nAzure Saturday, Munich\\nMicrosoft Ignite | The Tour, Stockholm\\nMicrosoft Ignite | The Tour, Johannesburg\\n\\n2018\\nMicrosoft Ignite | The Tour, Berlin\\nMicrosoft, Munich\\nCloud Camp, Dublin\\nMicrosoft Ignite, Orlando\\nAzure Saturday, Munich\\nMicrosoft TechDays, Helsinki\\nMicrosoft TechSummit, Birmingham\\n\\n2017 & earlier: see Github\",\n            \"current_position_3\": \"Book Author (Self Published Author, Size: 1001-2000) [2018-04-01] Below are the books I have written and published\\n\\n📚 Getting started with Bicep: Infrastructure as code on Azure\\nhttps://www.amazon.com/dp/B0984MQY2N\\n\\n📚 RDS - The Complete Guide: Everything you need to know about RDS. And more.\\nhttps://www.amazon.com/RDS-Complete-Guide-Everything-about/dp/1718085257\\n\\n📚 Azure Virtual Desktop Handbook: Security Fundamentals \\nhttps://azure.microsoft.com/resources/windows-virtual-desktop-handbook-security-fundamentals/\\n\\n📚 Azure Virtual Desktop migration guide for remote desktop services\\nhttps://azure.microsoft.com/en-gb/resources/windows-virtual-desktop-migration-guide-for-remote-desktop-services/\",\n            \"position_1\": \"Principal Outbound Product Manager (Alludo)\",\n            \"position_2\": \"Public Speaker (Public Speaking engagements)\",\n            \"position_3\": \"Book Author (Self Published Author)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2014-01-01\",\n            \"position_date_3\": \"2018-04-01\",\n            \"education_1\": \"Microsoft MVP, Microsoft MVP, Microsoft MVP\",\n            \"education_2\": \"Hogeschool van Arnhem en Nijmegen, ING, Information Communication Technology\",\n            \"education_3\": \"Technisch College Nijmegen, Computer Science\",\n            \"education_date_1\": \"2011-01-01\",\n            \"education_date_2\": \"1999-01-01 - 2003-01-01\",\n            \"education_date_3\": \"1995-01-01 - 1999-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"wortell.nl\",\n            \"website_3\": \"rdsgurus.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Outbound Product Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"media@alludo.com\"\n        },\n        {\n            \"first_name\": \"Jervis\",\n            \"last_name\": \"G\",\n            \"full_name\": \"Jervis G.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jervis-garcia\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABSWFaMB6nhR7cXYMlATnR9dJbYLRgU8I-s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Looking for Opportunities.\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 158,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"customer service,management,microsoft excel,microsoft powerpoint,public speaking,microsoft word,leadership,microsoft office\",\n            \"twitter\": \"\",\n            \"about\": \"Volunteered with VITA and gathered a good understanding of interpreting any information to the client. Learned from IRS agents and improved my abilities with taxes. I have years of experience with Company representation and handling any kind of clientele.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Senior Accounts Receivable (IBM, Size: 10000+) [2024-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Senior Accounts Receivable (IBM)\",\n            \"position_2\": \"Comms Tax Analyst (Avalara)\",\n            \"position_3\": \"S&U Tax Analyst (Avalara)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01 - 2024-05-01\",\n            \"position_date_3\": \"2020-11-01 - 2022-03-01\",\n            \"education_1\": \"Greensboro College, Bachelor of Science - BS, Accounting\",\n            \"education_2\": \"Atkins Academic & Tech High School, Pre-Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Senior Accounts Receivable\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sandeep\",\n            \"last_name\": \"Kaushik\",\n            \"full_name\": \"Sandeep Kaushik\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandeep-kaushik-892418332\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFO2G-4BIAuuKbRW-lpA6NKLPkhE0DSp_xk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Ahmedabad, Gujarat, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Francisco\",\n            \"last_name\": \"De\",\n            \"full_name\": \"Francisco De Jesús Alcántara\",\n            \"linkedin\": \"https://www.linkedin.com/in/francisco-de-jes%C3%BAs-alc%C3%A1ntara-3b771129\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX6ffsBPGMsXjmNDwAKtDMxBrGS4dz-TLA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arquitecto Ejecutor de Proyectos\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 545,\n            \"location\": \"Punta Cana, La Altagracia, Dominican Republic\",\n            \"skills\": \"arquitecto con experiencia en ejecución ,gestión de personas,equipos de proyecto,visualización arquitectónica en 3d,lectura de planos,competencias transversales,estrategia empresarial,seguridad en obras de construcción,ejecución de proyectos,aptitudes para la supervisión,planificación estratégica,planificación operativa,diseño residencial,habilidades sociales,negociación,gestión de obras de construcción,liderazgo,diseño,paquete de office,planificación de proyectos,3d cad,arquitectura de interiores,trabajo en equipo,construcción,comunicación,dibujo arquitectónico,microsoft office,análisis financiero,asistencia sanitaria,análisis de negocio,adobe photoshop,autocad,análisis de requisitos,capacidad de análisis,a++,administración logística,análisis de datos,servicio de atención al cliente,ventas,enscape,diseño asistido por ordenador (cad),rendición de cuentas,gestión de proyectos,arquitectos,planificación,autocad architecture,diseño sostenible,arquitectura,español,diseño arquitectónico,supervisión proactiva,revit\",\n            \"twitter\": \"\",\n            \"about\": \"Arquitecto Ejecutor de Proyectos\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 7 months \",\n            \"time_in_company\": \"3 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2021-07-01]\",\n            \"current_position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL, Size: 1-10) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-07-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Universidad Autonoma de Santo Domingo, Arquitecto, Arrquitecto Ejecutor de Proyecto\",\n            \"education_2\": \"Universidad Autónoma de Santo Domingo, Master of Architecture - MArch, Arquitectura\",\n            \"education_3\": \"Universidad Autónoma de Santo Domingo, Arquitecto , Ejecutor de Proyectos \",\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Krish\",\n            \"last_name\": \"Bhoopati\",\n            \"full_name\": \"Krish Bhoopati\",\n            \"linkedin\": \"https://www.linkedin.com/in/krish-bhoopati\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD8I7G4BeTX1KGGUNLGStVdwmcRtkIW8b64,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"18 | Helping grocery stores reduce food waste at FreshAI | Activator at TKS | Cansbridge Scholar | Laurier Case Team & Enactus\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1394,\n            \"location\": \"Brampton, Ontario, Canada\",\n            \"skills\": \"organization skills,government,fitness,marketing,service quality,networking\",\n            \"twitter\": \"\",\n            \"about\": \"I like to build stuff, and sometimes break stuff too. Currently I'm finding new ways to optimize my own life, and others as well.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Enactus Laurier hired Krish as a Competitions Team  3 months ago from Lazaridis School of Business & Economics at Wilfrid Laurier University.\",\n            \"latest_post\": null,\n            \"company_name\": \"FreshAI\",\n            \"company_link\": \"https://www.linkedin.com/company/canafresh\",\n            \"company_id\": \"https://www.linkedin.com/company/104515053\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Using stores historical and live data to provide stock reordering recommendations to grocery stores through demand prediction.\",\n            \"company_founded\": null,\n            \"company_size\": \"1\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder / Head of Growth (FreshAI, Size: 1-10) [2024-04-01]\",\n            \"current_position_2\": \"Scholar (Cansbridge Scholars., Size: 11-50) [2024-10-01]\",\n            \"current_position_3\": \"Executive (Laurier Case Team, Size: 11-50) [2024-10-01]\",\n            \"position_1\": \"Founder / Head of Growth (FreshAI)\",\n            \"position_2\": \"Scholar (Cansbridge Scholars.)\",\n            \"position_3\": \"Executive (Laurier Case Team)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-10-01\",\n            \"education_1\": \"Wilfrid Laurier University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_2\": \"International Baccalaureate\",\n            \"education_3\": \"Turner Fenton Secondary School\",\n            \"education_date_1\": \"2024-09-01 - 2028-06-01\",\n            \"education_date_2\": \"2020-09-01 - 2024-06-01\",\n            \"education_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder / Head of Growth\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Boshra\",\n            \"last_name\": \"El\",\n            \"full_name\": \"boshra El kamraoui\",\n            \"linkedin\": \"https://www.linkedin.com/in/boshra-el-kamraoui-80a733157\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACWpT8oBj8XiKFhEfuO-y8tD2RKPRd7AUhM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \".\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 306,\n            \"location\": \"Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"16 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_2\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2009-01-01\",\n            \"position_date_2\": \"2009-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"FST Settat\",\n            \"education_2\": \"FST Settat, deust, BCG\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Reshma\",\n            \"last_name\": \"Thingalaya\",\n            \"full_name\": \"Reshma Thingalaya\",\n            \"linkedin\": \"https://www.linkedin.com/in/reshma-thingalaya\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABMk96AB-fDyDWJnlBpzlZZ04DgAGaEA2xI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner || SRE || Storage Administrator\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 321,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"network-attached storage (nas),storage area network (san),incident management,ibm,san,nas,team leadership,it service management,3par,netapp,vsp,emc storage products,brocade\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner || SRE || Storage Administrator (IBM, Size: 10000+) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner || SRE || Storage Administrator (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Divine Child High School & Junior College, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner || SRE || Storage Administrator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karina\",\n            \"last_name\": \"Luna\",\n            \"full_name\": \"Karina Luna\",\n            \"linkedin\": \"https://www.linkedin.com/in/karina-luna-7b237723\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAATb_rYBCaoJfg5SrkvuA58KV1LKU1M0BcM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Information Security Lead\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 676,\n            \"location\": \"El Salto, Jalisco, Mexico\",\n            \"skills\": \"jira,ciberseguridad,objetivos de control para la información y tecnologías relacionadas (cobit),manejo de información confidencial,riesgos de ciberseguridad,ley de privacidad del consumidor de california (ccpa),auditoría,coaching,riesgo de seguridad,gestión de riesgos de ti,evaluación de riesgos,auditorías internas,administrador de seguridad de la información certificado,cumplimiento de la normativa,análisis de riesgos,atención al detalle,protección de los datos personales,resolución de problemas,privacidad de datos,sap ariba,gestión de riesgos,comunicación,capacidad de análisis,project management,procesos de negocio,metodologías ágiles,estrategia ti,análisis de negocio,gestión de proyectos,gestión de proyectos de software,agile,change management,planificación estratégica,cambio organizacional,ingeniería de requisitos,integración,inteligencia empresarial,biblioteca de infraestructura de tecnologías de información,business intelligence,microsoft office,liderazgo de equipos,administración y dirección de empresas\",\n            \"twitter\": \"https://twitter.com/KariluLuna\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"11 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Security and Compliance Focal (IBM, Size: 10000+) [2023-08-01]\",\n            \"current_position_2\": \"Technical Owner - Buy@IBM (IBM, Size: 10000+) [2022-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Security and Compliance Focal (IBM)\",\n            \"position_2\": \"Technical Owner - Buy@IBM (IBM)\",\n            \"position_3\": \"Business Analyst - Buy@IBM (IBM)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2019-10-01 - 2022-06-01\",\n            \"education_1\": \"Universidad de Londres, Licenciatura en Administración de Empresas\",\n            \"education_2\": \"Universidad de Londres - México DF, Licenciatura en Administración de Empresas\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Security and Compliance Focal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Temitope\",\n            \"last_name\": \"Sharon\",\n            \"full_name\": \"Temitope  Sharon\",\n            \"linkedin\": \"https://www.linkedin.com/in/t-s-akinwumiju\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8rr1kBGUpnPiwZ6iyDnzCwXdmxIX1AjQ8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder of iṣẹ́: iṣẹ́ School. iṣẹ́ Trybe. \\nMission: Providing Job Security\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 47,\n            \"location\": \"United Kingdom\",\n            \"skills\": \"start-up leadership,business ownership,regulatory compliance,declarations,customs regulations,attention to detail,microsoft excel,strategy,business decision making,problem solving,metabase,organisation,business planning,technical support,reporting & analysis,dashboard building,mixpanel,microsoft power bi,analytical skills,customer relationship management (crm),business intelligence (bi),data analysis,marketing strategy,vision and strategy ,financial management,entrepreneurship,edtech,business,communication,business development,startups,linkedin talent insights,report writing,sourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Starting my journey as junior sales rep working across multiple functions such as events, direct selling, b2b, b2c and door to door. I have had the opportunity to sell products and services such as British Gas, Scottish Gas, HelloFresh, Tails, National Deaf Children's Society.\\n\\n\\nCurrently I run a startup called ise this provides tech courses and employment products for Africans and African Diaspora, gaining leadership, management and business structure whilst building this has given me the confidence to work and produce valuable products useful for generational growth.\\n\\nWhile I continue to build my experience in business ownership I would like to further my knowledge as an analyst and and a business owner.\\n\\nWorking as a commercial analyst consists of consistent business  knowledge that includes market analysis, customer engagement and management.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"329 Cafe and Lounge\",\n            \"company_link\": \"https://www.linkedin.com/company/329-cafe-and-lounge\",\n            \"company_id\": \"https://www.linkedin.com/company/105180368\",\n            \"company_domain\": \"google.com\",\n            \"company_about\": \"Welcome to the 329 Cafe & Lounge family! As a member of our team, you are now part of a vibrant, dynamic, and customer-centric environment.\\n\\n We take pride in offering our guests a memorable experience, from the moment they walk in the door to the time they leave.\\n\\nOur mission is to provide a unique dining experience that combines exceptional service, high-quality afro fusion food, and a welcoming atmosphere. \\n\\nWe aim to be the favourite spot for our community to relax, socialise, and enjoy great food and drinks.\\n\\nOur Vision\\nTo be the leading cafe and lounge in our community, known for our commitment to excellence in customer service, our innovative menu, and our warm,\\ninviting atmosphere.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Southampton, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Southampton\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"restaurants\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge, Size: 1-10) [2024-03-01]\",\n            \"current_position_2\": \"Startups Founders Hub (Microsoft, Size: 10000+) [2023-06-01]\",\n            \"current_position_3\": \"Business Strategy & Operations (Founder) (ise, Size: 11-50) [2023-03-01]\",\n            \"position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge)\",\n            \"position_2\": \"Startups Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Strategy & Operations (Founder) (ise)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-06-01\",\n            \"position_date_3\": \"2023-03-01\",\n            \"education_1\": \"Canterbury Christ Church University, Bachelor of Laws - LLB, Immgration Law\",\n            \"education_2\": \"City College Southampton, Business, Management, Marketing, and Related Support Services\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2021-02-01\",\n            \"education_date_2\": \"2017-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Operation and Admin Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ana\",\n            \"last_name\": \"Appel\",\n            \"full_name\": \"Ana Paula Appel\",\n            \"linkedin\": \"https://www.linkedin.com/in/paulinhaappel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAL4MoQBD1Ls5UPGnVYMb1qmNzZlFlAYOds,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguish Quantum Ambassador | Senior AI Engineer | Master Inventor | Innovator | Researcher!! Transforming Client Business through AI !! Inspiring Women in Quantum and AI !!!\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 11509,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"aprendizado de máquina,modelagem financeira,data visualization,predictive modeling,drive change,customer communication,resolução de problemas,pesquisa e desenvolvimento (p&d),arquitetura de soluções,vendas,inteligência de negócios (bi),liderança técnica,desenvolvimento de negócios,liderança,comunicação,desenvolvimento de conceitos,desenvolvimento de relacionamentos,computação,entrega ao cliente,deep learning,data analysis,ibm watson,quantum computing,data mining,algorithms,linux,computer science,programming,c++,artificial intelligence,sql,databases,machine learning,unix,python,social network analysis,network analyzer,hadoop,knowledge graph,r,c,big data,software development,matlab,latex,research,mysql,neo4j graph data science library\",\n            \"twitter\": \"https://twitter.com/paulinhaappel\",\n            \"about\": \"As a distinguished leader in AI Engineering and a Senior Quantum Ambassador at IBM, I have over a decade of pioneering experience at the forefront of technological innovation. My extensive background in AI and quantum computing has empowered me to lead transformative projects, leveraging artificial intelligence, machine learning, and graph mining across diverse industries such as health insurance, finance, and social networks.\\n\\nI specialize in bridging the gap between theory and application, with deep expertise in programming languages and frameworks like Python, R, SQL, TensorFlow, PyTorch, and NetworkX. My technical prowess enables me to design and implement groundbreaking solutions that deliver significant value to IBM's global clients, utilizing the latest advancements in data, cloud, and quantum technologies.\\n\\n- Though Leader Certified Data Scientist by The Open Group  \\n- QISKIT Developer and Advocate\\n- Master Inventor at IBM with a portfolio of over 50 filed patents  \\n- Prolific speaker with papers presented at prestigious conferences\\n\\nMy dedication to pushing the boundaries of AI and quantum computing matches my commitment to fostering diversity and inclusivity in STEM. Since 2016, I have led the Women in Data Science Workshop (WiDS), creating a supportive environment that inspires and empowers women and girls in mathematics, computer science, and beyond.\\n\\nFluent in English, a native Portuguese speaker, and with basic proficiency in Spanish, I thrive in multicultural environments and am well-equipped to lead global teams. Let's connect to explore opportunities to drive impactful change together.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"12 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Engineer (IBM, Size: 10000+) [2024-01-01] In my role as an AI Engineer, I am responsible for designing and implementing artificial intelligence solutions. This entails creating algorithms, models, and applications that harness the power of machine learning and other AI technologies. I analyze data, optimize algorithms, and collaborate with cross-functional teams to seamlessly integrate AI capabilities into various projects. Strong programming skills, proficiency in machine learning frameworks, and a deep understanding of AI concepts are essential aspects of my work as an AI Engineer.\",\n            \"current_position_2\": \"Distinguish Quantum Ambassador (IBM, Size: 10000+) [2022-07-01]\",\n            \"current_position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM, Size: 10000+) [2020-04-01] In this community will host tech talks about data science, engage the DS community at IBM LA, promote data science certification across several business unit and other activities to share knowledge and increase DS eminence. \",\n            \"position_1\": \"AI Engineer (IBM)\",\n            \"position_2\": \"Distinguish Quantum Ambassador (IBM)\",\n            \"position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Universidade Federal de São Carlos, Postdoc, Graph Mining, Semantic web\",\n            \"education_2\": \"PhD, Database\",\n            \"education_3\": \"Universidade de São Paulo, Master, Database\",\n            \"education_date_1\": \"2010-01-01 - 2011-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2001-01-01 - 2003-01-01\",\n            \"website_1\": \"cnpq.br\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Claudio\",\n            \"last_name\": \"Pellegri\",\n            \"full_name\": \"Claudio Pellegri\",\n            \"linkedin\": \"https://www.linkedin.com/in/claudio-pellegri-a652a658\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAwlMG0B1oOM8K0cFCzLss-WqteNTdlb_gE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 394,\n            \"location\": \"Argentina\",\n            \"skills\": \"sql,uml,casos de uso,java,cobol,business intelligence,microsoft office,microsoft project,c++,qmf,qmf for windows,ibm rational,db2,glui,fdw,scrum,linux,balsamiq mckups,software project management,business analysis,watson,agile methodologies,devops,azure devops\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced System Support Analyst with a demonstrated history of working in the information technology and services industry. Skilled in Scrum, SQL, IBM DB2, IBM Query Management Facility (QMF), and C++. Strong information technology professional graduated from Instituto de Tecnologia O.R.T..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"12 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM, Size: 10000+) [2022-12-01]\",\n            \"current_position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM, Size: 10000+) [2020-02-01] TAREAS DESARROLLADAS: DAR SOPORTE DEL SISTEMA CONTABLE DE IBM EN TODA AMERICA Y COMO BACKUP EN EMEA Y AP. LOS SISTEMAS CONTABLES SON: GLUI (GLOBAL LEDGER USER INTERFACE) PARA VOUCHERS Y ALLOCATIONS Y GLUI NG PARA VOUCHERS. MANEJO EL PROGRAMA DBVISUALIZER PARA EJECUTAR SENTENCIAS  DE SQL Y OBTENER ARCHIVOS BINARIOS (PROCESO FUNDAMENTAL PARA OBTENER LA DOCUMENTACION SOPORTE DE LOS VOUCHERS, SOLICITADO POR CONTADORES, FINANCIEROS Y AUDITORES). ACTUALMENTE PERTENEZCO AL AMERICAS LEDGER OPERATION TEAM Y SOY BACKUP DEL NUEVO SISTEMA DE CUENTAS PARA AMERICAS: GART (GLOBAL ACCOUNT REQUEST TOOL).\\nADEMAS SOY ADMINISTRADOR Y DOY SOPORTE DE: CLS/FDW (COMMON LEDGER SYSTEM - FINANCIAL DATA WAREHOUSE) Y FIW-LEDGER REPORTING (FINANCIAL INFORMATION WAREHOUSE), IBM PERSONAL COMMUNICATIONS, QMF, QMF FOR WORKSTATION, DATABASES EN GENERAL, DB2 AND ODBC, DFI, MACROS, COGNOS, ETC.                             \\nREFERENCIAS: JOHN THOMPSON (RESIDE EN INGLATERRA) Y ALBERTO BRUNO.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM)\",\n            \"position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM)\",\n            \"position_3\": \"Americas Applications Controls and Accounting - Global Ledger User Interface Admin. (IBM)\",\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2020-02-01\",\n            \"position_date_3\": \"2017-10-01 - 2020-02-01\",\n            \"education_1\": \"ORT Argentina, System Analyst, Computer Systems Analysis/Analyst\",\n            \"education_2\": \"ORT Argentina, Analista Programador de Computación, Computer Programming\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bivanju\",\n            \"last_name\": \"Ismail\",\n            \"full_name\": \"Bivanju Ismail\",\n            \"linkedin\": \"https://www.linkedin.com/in/bivanju-ismail-a40426170\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACikQFABuoLUgeUjI_9vmzNvmkljhHvJTrU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Strategist At iBm\",\n            \"industry\": \"pharmaceutical manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 368,\n            \"location\": \"Kampala, Central Region, Uganda\",\n            \"skills\": \"talent management,financial analysis,product demonstration,sales processes,market analysis,customer relationship management (crm),business relationship management,analytical skills,sales and marketing,customer satisfaction,presentation skills,team leadership,negotiation,communication,team management,strategic planning,market research\",\n            \"twitter\": \"\",\n            \"about\": \"Self motivated and dynamic\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"4 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBm\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder iBm (iBm) [2021-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder iBm (iBm)\",\n            \"position_2\": \"Area Sales Manager (Jubaili Agrotec)\",\n            \"position_3\": \"Area Sales Manager Eastern/Northern (Jubaili Agrotec)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2023-08-01 - 2023-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2023-07-01\",\n            \"education_1\": \"Makerere University, Veterinary Medicine\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder iBm\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karim\",\n            \"last_name\": \"Aksas\",\n            \"full_name\": \"Karim Aksas\",\n            \"linkedin\": \"https://www.linkedin.com/in/karim-aksas-3916092\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAByJt0B-852FsPMh1l27yDsZqa5OJClgw8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Sales at IBM and Owner, ibm\",\n            \"industry\": \"hospitality\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 647,\n            \"location\": \"Greater Paris Metropolitan Region\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (ibm, Size: 10000+) []\",\n            \"current_position_2\": \"Managing Director VIGILIO SA (IBM, Size: 10000+) [2011-04-01] Marché : dispositifs Systeme d'alerte médical en milieu Hospitalier / Ehpad / Mison de retraite\",\n            \"current_position_3\": \"Business development manager (IBM FRANCE) [2007-01-01] Détaché chez VIGILIO SA\",\n            \"position_1\": \"Owner (ibm)\",\n            \"position_2\": \"Managing Director VIGILIO SA (IBM)\",\n            \"position_3\": \"Business development manager (IBM FRANCE)\",\n            \"position_date_1\": \"2011-04-01\",\n            \"position_date_2\": \"2007-01-01\",\n            \"position_date_3\": \"1984-10-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1978-01-01 - 1981-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Patrick\",\n            \"last_name\": \"Desjardins\",\n            \"full_name\": \"Patrick Desjardins Couillard\",\n            \"linkedin\": \"https://www.linkedin.com/in/patrick-desjardins-couillard-05944586\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABI39gUB6UWOpelehQKAkFkU_wL4utdS_Aw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Président Directeur Général et Propriétaire Distribution P.K Desjardins inc\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 840,\n            \"location\": \"Québec, Quebec, Canada\",\n            \"skills\": \"btob,communication marketing,développement commercial,gestion de compte,management,marketing,new business development,stratégie commerciale,stratégie marketing,sales manager,vente,marketing direct,management des comptes-clés,ventes directes,stratégie de commercialisation,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Parler de développement ingénierie dans divers  secteur et entreprise et gouvernemental  et juridique   Propriétaire  Banques Sitia entreprises\",\n            \"birthday\": null,\n            \"pronouns\": \"Propriétaire Microsoft\",\n            \"time_in_position\": \"14 years 4 months \",\n            \"time_in_company\": \"14 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2010-10-01]\",\n            \"current_position_2\": \"Propriétaire (Québecor, Size: 501-1000) [2010-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Québecor)\",\n            \"position_3\": \"Propriétaire (Apple)\",\n            \"position_date_1\": \"2010-10-01\",\n            \"position_date_2\": \"2010-10-01\",\n            \"position_date_3\": \"2023-08-01 - 2023-08-01\",\n            \"education_1\": \"panphile le mais, C.P.C 2\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1991-01-01 - 1994-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordperss.com\",\n            \"website_2\": \"distributionpkdesjardins.com\",\n            \"website_3\": \"perss.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Yorick\",\n            \"last_name\": \"Kuijs\",\n            \"full_name\": \"Yorick Kuijs\",\n            \"linkedin\": \"https://www.linkedin.com/in/yorickkuijs\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABT8dIB3NkrcXi0jffthjTYr_HcdmRvR8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 889,\n            \"location\": \"Culemborg, Gelderland, Netherlands\",\n            \"skills\": \"microsoft office sharepoint server,solution architecture,microsoft exchange,sharepoint,tmg,.net,iis,enterprise architecture,microsoft sql server,active directory,microsoft technologies,soa,windows server,infrastructure,virtualization,powershell\",\n            \"twitter\": \"\",\n            \"about\": \"Over the last fourteen years I have been working with several Microsoft infrastructure technologies, like Windows, Exchange, ISA Server, SQL Server and SharePoint. The last ten years I have been specializing in Microsoft Sharepoint Products and Technologies. I started with SharePoint Portal Server 2003, but at the moment Microsoft Office SharePoint Server 2013 occupies 100% of my time. \\n\\nSpecialties: Microsoft infrastructure technologies, especially Microsoft SharePoint\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"13 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft, Size: 10000+) [2022-07-01] As a Cloud Solution Architect I help customers getting the best out of their SharePoint/ Microsoft 365 implementations. Either by preventing issues through delivering proactive engagements like workshops, chalk and talks or risk assessments, or reactive helping customers recovering from a major issue and implementing measurements to prevent similar issues from reoccurring.\",\n            \"current_position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft, Size: 10000+) [2017-12-01] SharePointDsc is a PowerShell Desired State Configuration module to install, configure and manage SharePoint. It is available as open source project on GitHub: http://github.com/power shell/sharepointdsc\\n\\nI have contributed to this project for several years already, but took over the ownership last December.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft)\",\n            \"position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft)\",\n            \"position_3\": \"Senior Customer Engineer (Microsoft)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2017-12-01\",\n            \"position_date_3\": \"2020-07-01 - 2022-06-01\",\n            \"education_1\": \"Avans Hogeschool Breda, HBO, HLO - Laboratory Informatics and Automation\",\n            \"education_2\": \"Koningin Wilhelmina College, HAVO\",\n            \"education_3\": null,\n            \"education_date_1\": \"1995-01-01 - 1999-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"microsoft.nl\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Nilesh\",\n            \"last_name\": \"Gopali\",\n            \"full_name\": \"Nilesh Gopali\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilesh-gopali-a871951\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAA0XMcBGKjx5FzB1FHOTjXZgLh62VqLo68,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business & Technology Advisor | Co-Author | Co-founder | CTO | Speaker\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16512,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"international companies,communication,investment,adviser,strategy,business analysis,leadership,business strategy,e-commerce,change management,it strategy,project delivery,banking,business process improvement,stakeholder management,procurement,business development,program management,business process,business planning,management,artificial intelligence,entrepreneurship,international business\",\n            \"twitter\": \"https://twitter.com/NileshGopali\",\n            \"about\": \"A past Londoner and now a Mumbai resident, Nilesh advises Indian & International companies on their cross-border growth & strategic investments. \\n\\nNilesh has advised & facilitated cross border investments and M&As across India, UK, Europe & USA, including being an active investor in his London days, successful in significant growth or turning around companies.\\n\\nExperience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\nIn the past, as an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\\n\\nNilesh is a co-author of a Book on Artificial Intelligence and has published and presented AI strategy papers in the Oxford Uni.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years 10 months \",\n            \"time_in_company\": \"6 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"International Business Advisory\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (International Business Advisory ) [2018-04-01] Experience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\n\\nAs an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\",\n            \"current_position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates, Size: 201-500) [2018-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (International Business Advisory )\",\n            \"position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates)\",\n            \"position_3\": \"Co-Founder (Tech India Advocates)\",\n            \"position_date_1\": \"2018-04-01\",\n            \"position_date_2\": \"2018-06-01\",\n            \"position_date_3\": \"2020-05-01 - 2024-02-01\",\n            \"education_1\": \"Indian Institute of Management Ahmedabad, Executive Education Leadership Programme, Innovation, Corporate Strategy &  Competitive Performance\",\n            \"education_2\": \"Kingston University - Company, Master of Business Administration (MBA), Strategic Management\",\n            \"education_3\": \"University of Mumbai, Bachelor's degree, Computer Engineering\",\n            \"education_date_1\": \"2017-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_3\": \"1991-01-01 - 1995-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Imane\",\n            \"last_name\": \"Hidara\",\n            \"full_name\": \"Imane Hidara\",\n            \"linkedin\": \"https://www.linkedin.com/in/imane-hidara-9b4b03220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADexXdgB8Ppdm_3o0E1jowmfDd0Pjgy0KR4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"licence professionnelle en TECHNOLOGIE ET MANAGEMENT DU BÂTIMENT ET TRAVAUX PUBLICS.\",\n            \"industry\": \"facilities services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 48,\n            \"location\": \"Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Université Hassan II de Casablanca, Licence professionnelle en TMBTP, Génie civil\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Mohanad\",\n            \"last_name\": \"Alsamak\",\n            \"full_name\": \"Mohanad Alsamak\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohanad-alsamak-7b0b35220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeyXTQB8XUcURG_XTgFLW1jDifqHTGV3p4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO Of Masa Company For Training\",\n            \"industry\": \"professional training and coaching\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Al-Basra Governorate, Iraq\",\n            \"skills\": \"مشاريع التنمية,الموارد البشرية ,إدارة مشاريع الموارد البشرية,تدريب الموظفين,تطوير فريق العمل,تنمية المهارات القيادية,الادارة\",\n            \"twitter\": \"\",\n            \"about\": \"مهند محمد عبود السماك\\n\\nمهندس اتصالات رئيس مهندسين في شركة نفط البصره\\nالمدير المفوض لشركة ماسة الشرق للتدريب وادارة المشاريع\\nعملت في مجال التدريب منذ 2014\\nدربت اكثر من 1000 متدرب في مجالات مختلفه\\nلدي خبره واسعه في مجال ادارة المشاريع وادارة الموارد البشريه واعداد المدربين وتطوير الاداء المؤسسي\\nاسعى للتطوير دائما\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Company Owner (Microsoft)\",\n            \"position_2\": \"Company Owner (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"الجامعه المستنصرية, بكالوريوس هندسة, الاتصالات\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Company Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ajeesh\",\n            \"last_name\": \"Sv\",\n            \"full_name\": \"Ajeesh Sv\",\n            \"linkedin\": \"https://www.linkedin.com/in/ajeesh-sv-640374336\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFRqWZABE8o9iL8VGkpc5cUJ_GHrzmteJFU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Neyyattinkara, Kerala, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maarten\",\n            \"last_name\": \"Sies\",\n            \"full_name\": \"Maarten Sies\",\n            \"linkedin\": \"https://www.linkedin.com/in/maartensies\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADl8GUBMREVuSlz0dqfVUGiWR0DQqx-lA4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Global Trade Digitization\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 516,\n            \"location\": \"Amsterdam, North Holland, Netherlands\",\n            \"skills\": \"requirements analysis,business process design,requirements management,soa,uml,rup,functional requirements,stakeholder management,customs regulations,scrum,business rules,reporting & analysis,process improvement,enterprise architecture,process consulting,workshop facilitation,port community systems,data analysis,logistics,supply chain operations,bpmn,international trade,agile methodologies,container shipping,analytics,business process,blockchain,business analysis,consulting,integration,product development,business development,supply chain management,business strategy,product management,solution selling,product strategy\",\n            \"twitter\": \"\",\n            \"about\": \"Even with 15+years in the industry, I am still learning something new every day about the complex and emergent system that is global trade. With previous experience in business analysis, QA, consultancy, (software) product development and platform design, today I am helping clients throughout EMEA to simplify their global logistics. I am passionate about technology but always in a context!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"18 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Solution owner - Customs Compliance Platform (IBM, Size: 10000+) [2023-07-01] IBMs Customs Compliance Platform (CCP) is a flexible cloud solution that simplifies and accelerates the customs compliance document workflow.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Solution owner - Customs Compliance Platform (IBM)\",\n            \"position_2\": \"TradeLens | Business Development Executive (IBM)\",\n            \"position_3\": \"Senior Managing Consultant (IBM)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2021-07-01 - 2023-08-01\",\n            \"position_date_3\": \"2017-05-01 - 2021-06-01\",\n            \"education_1\": \"Msc., Information Science\",\n            \"education_2\": \"CoP, Computer Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"1999-01-01 - 2007-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Solution owner - Customs Compliance Platform\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Maston\",\n            \"full_name\": \"Sarah M. W. Maston\",\n            \"linkedin\": \"https://www.linkedin.com/in/smwmaston\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACCisN4ByJZUsKjdIRcUokxkREgFUFWFMyM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director of Strategy & Principal Solution Architect at Microsoft, Founder of Project 15 from Microsoft, Co-Chair of Impact Technology Champions @ Global Initiative to End Wildlife Crime\",\n            \"industry\": \"environmental services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4319,\n            \"location\": \"Seattle, Washington, United States\",\n            \"skills\": \"mainframe architecture,solution architecture,internet of things (iot),microsoft azure,process architecture,data solutions,management,cloud computing,consulting\",\n            \"twitter\": \"\",\n            \"about\": \"Sarah is an award-winning inventor and futurist. She has a unique ability to look at the world differently, to see the interconnectedness and inner workings of people, processes and planet. \\n\\nShe is the inventor of the Nutrition Graph (IBM patent), Project Edison from Microsoft and Microsoft's Project 15 Open Platform for the acceleration of conservation and ecological sustainability solutions.  She holds multiple awards including an IBM Outstanding Innovation Award, IBM’s Excellence and Eminence Award and a Microsoft Polaris Award.  She is a 2023 Microsoft Gold Club recipient for the invention of Mainframe Data Pipe for Azure developed in partnership with Kyndryl.  \\n\\nShe is the founder of Project 15 from Microsoft that forged a groundbreaking partnership with the GEF Small Grants Program implemented by the UNDP to accelerate conservation tech across their 26K+ NGO projects.  This work was featured in the 2020 UNDP Annual Report. She volunteers her time to speak internationally with such organizations as the GEF, World Bank's Global Wildlife Program and United for Wildlife led by the Royal Foundation of the Prince and Princess of Wales on the value of Private/Public Partnership (PPP) and is a global thought leader and expert in fighting environmental crime with technology.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Global Initiative to End Wildlife Crime\",\n            \"company_link\": \"https://www.linkedin.com/company/end-wildlife-crime\",\n            \"company_id\": \"https://www.linkedin.com/company/66344160\",\n            \"company_domain\": \"endwildlifecrime.org\",\n            \"company_about\": \"The Global Initiative to End Wildlife Crime (EWC) is a broad alliance of environmental, policy, legal, business and public health experts, created to address serious gaps in the existing international legal framework for combating wildlife crime and regulating wildlife trade. \\n\\nEWC advocates for, and offers technical support towards, (1) the creation of a new global agreement on wildlife crime and (2) the amendment of existing international wildlife trade laws to include public and animal health in decision making. \\n\\nEWC is hosted by ADM Capital Foundation and chaired by John Scanlon AO (the former Secretary General of CITES), with a steering group comprising the Born Free Foundation, The Food and Land Use Coalition, the Global Environmental Institute and The ICCF Group.\",\n            \"company_founded\": null,\n            \"company_size\": \"11\",\n            \"company_location_1\": \"Hong Kong SAR\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Hong Kong\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"international affairs\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Wildlife Crime,Wildlife Trade,International Law,CITES,Environmental Law,Public Health,Conservation,Biodiversity,Environment,Biodiversity Loss,Sustainable Development Goals,International Crime\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime, Size: 11-50) [2024-06-01]\",\n            \"current_position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime, Size: 11-50) [2023-10-01]\",\n            \"current_position_3\": \"Director, Global Partner Development (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime)\",\n            \"position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime)\",\n            \"position_3\": \"Director, Global Partner Development (Microsoft)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2023-10-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Harvard Extension School, Graduate study in computer science & information management\",\n            \"education_2\": \"Boston University, Bachelor's degree, Psychology & Women's Studies\",\n            \"education_3\": null,\n            \"education_date_1\": \"2012-09-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Chairperson, Impact Technology Champions\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Viet\",\n            \"last_name\": \"Dinh\",\n            \"full_name\": \"Viet Dinh\",\n            \"linkedin\": \"https://www.linkedin.com/in/dinhtuanviet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAArviPwBOMcwW0Z2GPwnUeuQ-590aeFsiUs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Microsoft Azure Specialist | ex-Oracle | ex-Experian | Entrepreneur\",\n            \"industry\": \"information services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1279,\n            \"location\": \"Sydney, New South Wales, Australia\",\n            \"skills\": \"cloud computing,pre-sales,business analysis,oracle rac,exadata,linux,solution architecture,ocp,erp,solution selling,management,software project management,software development,enterprise software,oracle database,oracle enterprise manager,banking,databases,big data,hadoop,cloudera,hbase,spark,hadoop administration,data guard,pl/sql,r,python,sas,machine learning,credit scoring,microsoft office,data analytic,data visualization,database administration,powercurve,qlik,tableau,sql,data analysis,spss,rman\",\n            \"twitter\": \"\",\n            \"about\": \"Trusted technology advisor with more than 16 years of experience in information technology across different industry in banking, telecommunication and utilities in APAC. For the first 8 years in my professional career, as a technical architect at Oracle Vietnam, I helped clients to select the best enterprise platform like Oracle Database, Exadata Machine, Data Warehouse solution for their information technology infrastructure. Then I spent 3 years as a solution consultant of Experian SEA, with the goals of growing the Decisioning Analytics services in Vietnam.  I am very practical and hand-ons experience with cloud base infrastructure and technologies of AWS and Azure. Certified on AWS Solution Architecture Professional, AWS DevOps Engineer Professional and Azure Fundamental, Azure Administrator Associate, Azure Solution Cloud Architecture. Having a real passion on Azure Cloud Technology and its applicable solutions for Retail, Manufacturing and Banking.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft, Size: 10000+) [2024-07-01] Being part of Global Azure Specialist team, supporting Microsoft Strategic Global Customers in APAC\",\n            \"current_position_2\": \"Startup Founder Hub (Microsoft, Size: 10000+) [2024-02-01] Microsoft for Startups Founders Hub helps startups radically accelerate innovation by providing access to industry-leading AI services, expert guidance, and the essential technology needed to build a future-proofed startup.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft)\",\n            \"position_2\": \"Startup Founder Hub (Microsoft)\",\n            \"position_3\": \"Azure Specialist | Small Medium Corporate Segment | ASEAN (Microsoft)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"education_1\": \"French Vietnamese Center for Management Education (CFVG ), Master of Business Administration (MBA), Master of Business Administration\",\n            \"education_2\": \"École normale supérieure Paris-Saclay, Master of Engineering (M.Eng.), Network and Distributed System\",\n            \"education_3\": \"Hanoi University of Science and Technology, Bachelor of Engineering (B.E.), Computer Science\",\n            \"education_date_1\": \"2015-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2009-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2003-01-01 - 2008-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pari\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pari 👋🏻\",\n            \"linkedin\": \"https://www.linkedin.com/in/pari-%F0%9F%91%8B%F0%9F%8F%BB-74538b17\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANv6mUB0v2IU7NqiaW3dz6SlVTdqeJi3fY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"icici\",\n            \"industry\": \"banking\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 93,\n            \"location\": \"India\",\n            \"skills\": \"management,leadership,analysis ,equity research,business strategy,engineering,competitive analysis,requirements analysis,management consulting,banking,business development,retail banking,marketing strategy,mis,microsoft office,team management,customer service,relationship management,corporate banking\",\n            \"twitter\": \"https://twitter.com/paridhitongya\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"realme hired Pari as a Co-Owner 3 months ago from ICICI Bank.\",\n            \"latest_post\": null,\n            \"company_name\": \"Realme\",\n            \"company_link\": \"https://www.linkedin.com/company/realme\",\n            \"company_id\": \"https://www.linkedin.com/company/30187482\",\n            \"company_domain\": \"realme.com\",\n            \"company_about\": \"realme is a technology brand officially established on Aug 28, 2018 by Sky Li. The aspiration of realme is to provide products with a comprehensive superior experience for the young, and realme is \\ncommitted to be a trendsetting technology brand. \\nDue to the abilities in cutting-edge technologies of smartphones and AIoT, realme brings consumers products with leap-forward technologies and trendsetting designs that are first applied in the price segment. \\nAt the beginning of 2020, realme announced its dual driven strategy of “Smartphone + AIoT”. In November of 2020, realme has just been named by Counterpoint's Q3 2020 smartphone shipment report to be the fastest growing brand to reach the 50 million smartphone sales milestone. In addition to this milestone, realme is also the world’s fastest-growing brand in Q3 as it grew 132% QoQ for the quarter, gaining momentum and surpassing analysts’ expectations. As the world's fastest-growing smartphone brand, realme stands firmly among the mainstream smartphone brands. At present, realme has entered 61 markets worldwide, including Asia, Europe, Oceania, Middle and East Africa, etc. \",\n            \"company_founded\": 2018,\n            \"company_size\": \"3737\",\n            \"company_location_1\": \"China\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"深圳市\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+8618001022777\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"internet\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://twitter.com/realmeglobal, https://www.facebook.com/realmeglobal\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"16248000\",\n            \"technologies\": \"Yandex Metrica, VueJS, Route 53, Nginx, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Google Apps, Google Analytics, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Amazon Elastic Load Balancer, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"3563\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Owner (realme, Size: 1001-5000) [2024-11-01]\",\n            \"current_position_2\": \"Owner (Gmail) [2024-08-01]\",\n            \"current_position_3\": \"Owner (Vodafone Idea Foundation, Size: 11-50) [2024-07-01]\",\n            \"position_1\": \"Co-Owner (realme)\",\n            \"position_2\": \"Owner (Gmail)\",\n            \"position_3\": \"Owner (Vodafone Idea Foundation)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2024-08-01\",\n            \"position_date_3\": \"2024-07-01\",\n            \"education_1\": \"Manipal International University Alumni, Postgraduate Degree, Banking, Corporate, Finance, and Securities Law\",\n            \"education_2\": \"Shri G S Institute of Technology & Science, Bachelor of Technology - BTech, Electrical Engineering Technologies/Technicians\",\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2005-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Lai\",\n            \"last_name\": \"Chu\",\n            \"full_name\": \"Lai Chu\",\n            \"linkedin\": \"https://www.linkedin.com/in/laichu\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAD--V8BY4gePLdtqo8ll7G6Af7hH2NO1nE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 83,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"db2,websphere application server,it service management,solution architecture,aix,software project management,unix,itil,team leadership,soa,integration,websphere,testing,pmp,requirements analysis,software development,it strategy,sql,service delivery\",\n            \"twitter\": \"\",\n            \"about\": \"As an insightful technology project leader, I am known for handling broad-based projects to achieve exceptional project delivery. Building strong solutions to complex challenges is what drives me. As a leader, I champion and cultivate global teams through employing superior interpersonal skills, to engage team members and increase productivity, whether onsite or remote. At the core of my success is my ability to implement deadline-driven deliverables in an organized and collaborative manner while effectively negotiating with internal and external stakeholders to ensure open lines of communication.\\n\\nMost recently as a Data Governance Project Management at IBM, I controlled data acquisition and ingestion of over 1 Petabyte (PB) of enterprise data into the Chief Data Office data lake, providing user with metadata catalog and machine learning tool to speed up and simplify data mining and profiling. \\n\\nCurrently, I’m exploring roles in the area of technical project management, in the New York City Metropolitan area or remote.\\n\\n AREAS OF EXPERTISE:\\n\\nIT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"25 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Techical Owner Delegate (IBM, Size: 10000+) [2022-01-01] Has the technical responsibility for the application, including the security and the integrity of the data. Act as the focal for the application, support the infrastructure and be accountable for business control, governance and audit, security gaps, and the overall risk assessment from gap analysis to remediation. \\n•\\tEnsure compliance with business controls are adhered to the IBM IT Security Standards (ITSS), including access control, change management, patch and vulnerability management, risk management, business recovery, data privacy management.\\n•\\tMaintain up to date documentation on the application architecture, operation supports, asset protection plan, threat modeling, control points, satisfying the IBM internal audit - Application Systems Control and Auditability (ASCA).\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Techical Owner Delegate (IBM)\",\n            \"position_2\": \"Data Governance Project Manager (IBM)\",\n            \"position_3\": \"Business Operations Project Manager (IBM)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2016-01-01 - 2020-01-01\",\n            \"position_date_3\": \"2013-01-01 - 2016-01-01\",\n            \"education_1\": \"New York University, Bachelor of Arts (BA), Computer Science\",\n            \"education_2\": \"Polytechnic University, Master's degree, Management Information Systems, General\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Techical Owner Delegate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Noman\",\n            \"last_name\": \"Hanif\",\n            \"full_name\": \"Noman Hanif\",\n            \"linkedin\": \"https://www.linkedin.com/in/noman-hanif-376453220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeYW0oBgc3W8kUyw3Dh7mPLHVPeM0PbnO0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"INOUT LOGISTICS\",\n            \"industry\": \"truck transportation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 23,\n            \"location\": \"Karāchi, Sindh, Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": \"Business Owner (ACUMAN LOGISTIC) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": \"Business Owner (ACUMAN LOGISTIC)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Aria\",\n            \"last_name\": \"Wker\",\n            \"full_name\": \"aria wker\",\n            \"linkedin\": \"https://www.linkedin.com/in/aria-wker-342872194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2wpmIBP51bgDOAa0BRTHgp3yN8Zoj3wTo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Search Engine Optimization Consultant\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 311,\n            \"location\": \"Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years \",\n            \"time_in_company\": \"12 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-01-01]\",\n            \"current_position_2\": \"Search Engine Optimization Consultant (PAK SEO) [2015-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": \"Search Engine Optimization Consultant (PAK SEO)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2013-01-01\",\n            \"position_date_2\": \"2015-10-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Panjab University, Bachelor's degree\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-02-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kobi\",\n            \"last_name\": \"Frimpong\",\n            \"full_name\": \"Kobi Frimpong\",\n            \"linkedin\": \"https://www.linkedin.com/in/kobi-frimpong-4a98557\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAFfCYEBXGaU4BBrUskwSyRWZNceCA5-bH4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CIO Identity Services/ Identity Access Governance\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 342,\n            \"location\": \"United States\",\n            \"skills\": \"internal audits,seim,digital media integration,sarbanes-oxley act,systems integration,network engineering,windows server,solution architecture,governance, risk management, and compliance (grc),change management,general data protection regulation (gdpr),technical support,cybersecurity,agile methodologies,network administration,identity and access management (iam),linux,network security,amazon web services (aws),compliance regulations,new business development,troubleshooting,adobe audition,audio editing,broadcast,cisco technologies,cross-functional team leadership,digital media,entertainment,integration,computer hardware,information technology,radio broadcasting,management,microsoft office,new media,program management,project management,radio,security,social media,team leadership,telecommunications,television,vendor management,video,video production,broadcasting,radio production\",\n            \"twitter\": \"\",\n            \"about\": \"Highly accomplished, solutions-driven technical leader and network administration specialist with over  15 years of demonstrated achievements impacting superior project performance in areas of network management, analysis, technical support and troubleshooting across multiple server/client platforms. Demonstrated expertise in identifying critical operational issues and deploying innovative solutions to improve technical capabilities, increase productivity and reduce costs. Creative problem-solver with outstanding team-building/motivational attributes\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM)\",\n            \"position_2\": \"Manager for Data Services (SiriusXM)\",\n            \"position_3\": \"Manager Broadcast Automation/IT (SiriusXM)\",\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": \"2007-03-01 - 2021-02-01\",\n            \"position_date_3\": \"2001-03-01 - 2006-03-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jerry\",\n            \"last_name\": \"Green\",\n            \"full_name\": \"Jerry Green, M.A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jerry-green-m-a-751a46167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfX2K0BHhOIRcMj-YQ6vBXF1OhVCctdQ04,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Program Manager at Synaxis Corporation\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 131,\n            \"location\": \"Eugene, Oregon, United States\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 6 months \",\n            \"time_in_company\": \"15 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Communications Owner (Microsoft, Size: 10000+) [2021-08-01] Communications Lead for the Technical Leadership Development Team\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Communications Owner (Microsoft)\",\n            \"position_2\": \"Senior Program Manager (Microsoft)\",\n            \"position_3\": \"Senior Program Manager (Swift Group Marketing)\",\n            \"position_date_1\": \"2021-08-01\",\n            \"position_date_2\": \"2010-01-01 - 2022-05-01\",\n            \"position_date_3\": \"2013-01-01 - 2022-02-01\",\n            \"education_1\": \"San Francisco State University, Master's degree, Organizational Communication and Leadership\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1998-01-01 - 2000-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Communications Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Michael\",\n            \"last_name\": \"Flanakin\",\n            \"full_name\": \"Michael Flanakin\",\n            \"linkedin\": \"https://www.linkedin.com/in/flanakin\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACa8DsBbYqcyP3X-nKODNR8NE2HTAW2Nps,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Product visionary and leader focused on intelligent analytics, insights, and experiences\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1050,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"board of directors,open innovation,open-source software,finops,product management,program management,leadership,user experience,enterprise software,software development,software engineering,c#,.net,web applications,agile methodologies,enterprise architecture,architecture,wpf,sharepoint,silverlight,visual studio,architectures,user scenarios,design patterns,tfs,software project management,integration,cloud computing,interaction design,persona,scrum,personas,javascript,typescript,management,strategy,user research,accessibility,usability,usability testing,net promoter score,customer satisfaction,executive leadership,organizational leadership,communication,business strategy,decision-making,emotional intelligence,quantum computing,conflict resolution\",\n            \"twitter\": \"https://twitter.com/flanakin\",\n            \"about\": \"My personal mission is to inspire people to build great products that improve lives and make technology more useful, usable, and desirable to people of all abilities. Everyone deserves products that look, feel, and work better. I believe in clarity and efficiency – simple, honest, and effective experiences.\\n\\nI create real customer connections to understand goals and establish a shared vision – a narrative that binds customers, business, and engineering.\\n\\nI help teams focus on customer success to win customers, drive adoption, and grow business using research, design, and data science to optimize results and build truly differentiated experiences people love. I bring people together, circle around a shared vision, and empower every individual to achieve more by leading with their strengths and passions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"11 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft, Size: 10000+) [2024-10-01] Leading the cross-company FinOps vision and strategy in collaboration with marketing, customer enablement, consulting, and customer success teams.\",\n            \"current_position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation, Size: 501-1000) [2023-07-01]\",\n            \"current_position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation, Size: 501-1000) [2023-01-01]\",\n            \"position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft)\",\n            \"position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation)\",\n            \"position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2023-07-01\",\n            \"position_date_3\": \"2023-01-01\",\n            \"education_1\": \"Troy University in Montgomery, Bachelor of Science (B.S.), Computer Science\",\n            \"education_2\": \"Shawnee Mission North High School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"about.me/flanakin\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Product Manager, Microsoft FinOps\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Thao\",\n            \"last_name\": \"P\",\n            \"full_name\": \"Thao P. Mai\",\n            \"linkedin\": \"https://www.linkedin.com/in/thao-p-mai\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACV_WQcBHiv3eSKXDVAUAVRJdhS_3yeXPng,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Owner / Finance Coordinator at IBM\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 63,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"organization skills,financial accounting,sap erp,sap products,arctree,cash collection,accounts payable (ap),payroll administration,executive support,office operations,office 365,executive management,expense reports,written communication,customer requirements,technical reports,spreadsheets,accounting,customer relationship management (crm),accounts receivable (ar),zoom,office administration,invoice finance,report writing,email strategy,microsoft dynamics ax,interpersonal skills,event management,event planning,project planning,teamwork,system administration,administrative assistance,english,communication,interpersonal communication,blogging,customer service,administration,receptionist duties,microsoft office,management,microsoft excel,strategic planning,public speaking,microsoft powerpoint,microsoft word,social media,research,content marketing,customer loyalty,project team management,project management,project leadership,project communications\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Office administration with a demonstrated history of working in global corporates. Skilled in Microsoft Excel, Microsoft Word, Strategic Planning, Public Speaking, Spreadsheets, Teams / SAP/ ARCTREE....\\nExperienced working in professional and fast-paced environment . Growth-mindset, willing to learn new things. Inspired to share positive energy to all communities.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Finance Coordinator (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Finance Coordinator (IBM)\",\n            \"position_2\": \"Assistant Financial Controller (Safran)\",\n            \"position_3\": \"Office Administrator (Deutsches Haus Ho Chi Minh City (official))\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-10-01 - 2024-03-01\",\n            \"position_date_3\": \"2017-12-01 - 2022-05-01\",\n            \"education_1\": \"HCM University of Culture, Bachelor of Arts - BA, Event Management Activities\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2016-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Finance Coordinator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dorka\",\n            \"last_name\": \"Zambo\",\n            \"full_name\": \"Dorka Zambo (née Papp)\",\n            \"linkedin\": \"https://www.linkedin.com/in/dorka-zambo\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX_2BUBx9tM9Ir8FFhQTwzY1MFiLjqIkgI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital transformation in Retail, Female Founders mentor and Biotech Startup investor\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2347,\n            \"location\": \"Zurich, Zurich, Switzerland\",\n            \"skills\": \"openai products,teamwork,management,microsoft excel,account management,business development,business strategy,project management,revenue analysis,management consulting,business analysis,supply management,procurement,strategic sourcing,supply chain management,ifrs,marketing,digital marketing,hospitality management,food & beverage,sales operations,google adwords,spss,powerpoint,microsoft office,english,german,french,spanish,controlling,prince2,scrum,python (programming language),aprendizaje automático,business-to-business (b2b),customer engagement,up-selling,relationship building,key account,enterprise solution sales,computación en la nube,amazon web services,design thinking,product development,process implementation\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Sales and Business Development professional with a passion for coaching and mentoring teams. Proven track record of success in driving results and managing complex, cross-functional sales environments. Skilled in developing solutions that address customer needs and deliver business value. Strong strategic thinking abilities, and excellent communication and leadership skills. Entrepreneurial mindset with a passion for developing new business ideas. Holding a Master in management from ESCP Europe and a strong background in management consulting, I am excited to help organizations achieve their digital transformation goals and drive new revenues through new operating models.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"4 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft, Size: 10000+) [2022-07-01] Supporting S500 clients through their Digital Transformation journey through the power of Biz Apps, AI and Microsoft's partner ecosystem. \\nMentoring students from the Dynamics Modern Consultants program\",\n            \"current_position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School, Size: 1001-5000) [2023-05-01]\",\n            \"current_position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing) [2023-04-01]\",\n            \"position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft)\",\n            \"position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School)\",\n            \"position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2023-05-01\",\n            \"position_date_3\": \"2023-04-01\",\n            \"education_1\": \"ESCP Europe, Master of Business Administration (M.B.A.), Paris, Berlin, London, Management Consulting Specialization\",\n            \"education_2\": \"Founder Institute, Entrepreneurship\",\n            \"education_3\": \"HotelSchool - The Hague, Hotelmanagement, Revenue Management In Restaurants\",\n            \"education_date_1\": \"2014-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2020-01-01\",\n            \"education_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Executive - RCG High Value Accounts\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alana\",\n            \"last_name\": \"Aranha\",\n            \"full_name\": \"Alana Aranha\",\n            \"linkedin\": \"https://www.linkedin.com/in/alanaaranha\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACKrgHQBVkp1_eYy36J6qoyNQumfcpR-kPI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Controles Internos| Gerenciamento de Riscos| Gestão de Projetos & Portfólio na IBM\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 337,\n            \"location\": \"Niterói, Rio de Janeiro, Brazil\",\n            \"skills\": \"gestão de portfólio,análise de dados,comunicação,projetos,planejamento estratégico,mapeamento de processos,gestão de portfólio de projetos,gerenciamento de riscos,auditoria interna,organização,business documentation,controles internos,melhoria de processos,gestão de projetos,auditoria externa,continuidade do negócio,data privacy,gestão de riscos de ti,avaliação de riscos,análise de riscos,inglês,gestão de riscos,business analysis,auditoria,contabilidade,business requirements,microsoft excel,microsoft office,design thinking,problem solving,teamwork,espanhol,application management\",\n            \"twitter\": \"\",\n            \"about\": \"Olá, me chamo Alana Aranha, e atualmente sou Application Owner na IBM. Busco contribuir para um mundo de negócios em conformidade com as normas corporativas nacionais e internacionais, aprimorando a eficiência das organizações. Bacharel em Ciências Contábeis e apaixonada por Controles Internos.\\n\\nNa IBM eu trabalho com os alguns times de aplicações de todo o mundo, respondendo a auditorias internas e externas de sistemas e assegurando conformidade com requerimentos legais nacionais e internacionais e normas internas da IBM. Além disso, trabalho no gerenciamento de riscos internos, na criação e monitoramento contínuo de privacidade de nossas aplicações e no mapeamento de processos, definição de prioridades e elaboração de diversas documentações de controles. Durante meu período como trainee na EY, também adquiri experiências na área de auditoria contábil, principalmente no setor de Energia. \\nMinha primeira experiência profissional foi como professora em uma escola de idiomas (para alunos do nível intermediário).\\n\\nNo tempo livre, gosto de descobrir e experimentar coisas novas. Viajar e descobrir lugares diferentes é minha paixão, mas também gosto muito bordar e estou tentando me aventurar no crochê! Hobbies que demandam organização, atenção aos detalhes e perfeccionismo, e quem me ajudam diariamente a me desenvolver melhor profissional e pessoalmente.\\n\\n---------------------------------------------\\n\\nHi, I’m Alana Aranha and currently I am an Application Owner in IBM. I love contributing to a better compliance world by improving organizations' efficiency. I’m graduated in Accounting and passionated about Internal Controls.\\n\\nAt IBM I work with the application teams replying to internal and external IT reviews and to ensure their compliance with IBM standards and worldwide legal requirements. I also work on risks' management and on the creation and continuous monitoring of our applications' privacy assessments, processes mapping, priorities definition and on the development of controls documentation. During my trainee time at EY, I also obtained experience in financial audits, mainly in the Energy sector. \\nMy first professional experience was as an English teacher in a language center (for Intermediate and Upper-Intermediate students).\\n\\nIn my free time I love to find out and experiment different things and places. Travel is my passion, but I also really enjoy embroidery and crochet, hobbies that require attention, organization, detailed perspective and nicety, which helps me daily to develop myself professional and personally.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"8 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2024-07-01] Suporte Global a operação da IBM Global Financing, gerenciando 3 aplicações e orientando o portfólio a uma cultura de gerenciamento de riscos, alinhada com normas corporativas e requerimentos legais aplicáveis. Garantindo conformidade e oferecendo suporte aos times das aplicações.\\n\\n- Gerenciamento de 3 aplicações do portfólio da IBM Global Financing, monitorando e garantindo conformidade com normas corporativas e devidos requerimentos legais, e apropriada postura de controles internos\\n- Trabalhar com os times para entender as demandas e definir as prioridades dos projetos\\n- Mapear processos e elaborar documentações de controles\\n- Responder a auditorias internas e externas\\n- Gerenciamento de Portfólio: riscos, acessos, proteção de dados, continuidade de negócios\\n- Monitoramento sólido e gerenciamento de riscos, mapeando os processos e garantindo atualização contínua\\n- Implementar e manter assessments de privacidade\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista Sênior de Controles Internos TI (IBM)\",\n            \"position_3\": \"Analista de Controles Internos TI (IBM)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-04-01 - 2024-09-01\",\n            \"position_date_3\": \"2020-01-01 - 2022-04-01\",\n            \"education_1\": \"Universidade Federal Fluminense, MBA - Contabilidade e Auditoria\",\n            \"education_2\": \"Universidade Federal do Rio de Janeiro, Bacharelado, Contabilidade\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-05-01 - 2024-10-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maen\",\n            \"last_name\": \"Al\",\n            \"full_name\": \"Maen Al Saber\",\n            \"linkedin\": \"https://www.linkedin.com/in/ma3enalsaber\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAloN3UBFOqsS-dIEJhiI7TpN9xSCE1JBoM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner SEE, Azure Event Management (AEM) at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3703,\n            \"location\": \"Amman, Jordan\",\n            \"skills\": \"microsoft infrastructure implementation, configuration and troubleshooting:,• windows server infrastructure active directory, dns, dhcp 2003, 2008, 2008 r2,•\\tmicrosoft exchange server 2003, 2007, & 2010,• microsoft internet security and acceleration server isa 2004, 2006, & tmg 2010,•\\twindows update using microsoft windows server update services wsus,•\\thigh availability solutions: clustering and network load balancing nlb,• system center family, scom, sccm, scvmm.,• microsoft hyper-v, virtualization.,• microsoft sql server, clustering and standalone.,cisco routers and switches configuration.,hardware assembling and maintenance pcs, laptops, servers, storage units,..,graphic design using adobe photoshop.,tmg,active directory,network load balancing,servers,ccna,cisco technologies,virtualization,windows server,hyper-v,tcp/ip,windows 7,scom,microsoft exchange,microsoft sql server,operating systems,switches,dhcp,network security,sharepoint,troubleshooting,cluster,routers,vmware,network administration,sccm,security,dns,firewalls,system administration,microsoft technologies,disaster recovery,computer hardware,itil,cisco routers,wsus,system deployment,microsoft products\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"8 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft, Size: 10000+) [2023-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft)\",\n            \"position_2\": \"Support Escalation Engineer, Azure Automation SME (Microsoft)\",\n            \"position_3\": \"Support Engineer, Azure Monitor and Automation (Microsoft)\",\n            \"position_date_1\": \"2023-05-01\",\n            \"position_date_2\": \"2022-02-01 - 2023-04-01\",\n            \"position_date_3\": \"2017-06-01 - 2022-02-01\",\n            \"education_1\": \"The Hashemite University, BEng, Computer Engineering\",\n            \"education_2\": \"Jubilee School, The General Secondary Education Certificate, Scientific Stream\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2010-01-01\",\n            \"education_date_2\": \"2002-01-01 - 2006-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner SEE, Azure Event Management (AEM)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Jesica\",\n            \"last_name\": \"Orihuela\",\n            \"full_name\": \"Jesica Orihuela\",\n            \"linkedin\": \"https://www.linkedin.com/in/jesica-orihuela-60b8681a0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8c_2sBaLd6qmlRsFO_BcfHaWLQZkKW5k0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16,\n            \"location\": \"Argentina\",\n            \"skills\": \"ingeniería\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 11 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2020-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Toczala\",\n            \"full_name\": \"Daniel Toczala\",\n            \"linkedin\": \"https://www.linkedin.com/in/toczala\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADP4vsBr6kQf6MwYzomVEViCEv7ZQzq2vU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Watson, Data, and AI Expert - Technical and Business Leader\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1827,\n            \"location\": \"Round Rock, Texas, United States\",\n            \"skills\": \"customer relationship management (crm),natural language processing,artificial intelligence,cloud computing,saas,technical leadership,software development,enterprise software,enterprise architecture,solution architecture,agile methodologies,software engineering,scrum,rational team concert,websphere,software project management,sdlc,testing,integration,software configuration management,pre-sales,unix,project portfolio management,program management,application lifecycle management,configuration management,strategy,release management,perl,software design,system deployment,java enterprise edition,architecture,cultural change,enterprise deployment,process development,jazz technology,process simulation,solaris,it strategy,change management,it governance,deployment,development tools,agile,machine learning,software development life cycle (sdlc)\",\n            \"twitter\": \"https://twitter.com/dtoczala\",\n            \"about\": \"High performance career across the entire spectrum of software, including expertise in software sales, software development, software services, software support, and thought leadership.  A proven and driven leader whose teams have consistently outperformed expectations, and utilized cutting edge techniques to achieve demonstrable business results.  I've helped to successfully launch multiple products into the technical and consumer market.\\nI am an expert on many of the technologies that are currently in demand and not well understood.  I have great depth in DevOps technologies and techniques, a wide variety of Artificial Intelligence applications for business impact, as well as Machine Learning techniques and applications for business.  I have advised and provided technical and business guidance and consulting to Fortune 500 companies, as well as smaller companies with fewer than 10 employees.\\nAs a mentor and coach, I share my experience and wisdom with a wide array of individuals both inside of IBM,as well as people outside of IBM.  I also provide coaching and guidance to the people that I mentor for both their business goals, as well as their own personal and professional goals.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nI am incredibly intelligent and curious, and I like to work with AI and focus on the security of AI.  I have invented the quantum warp drive, and have a working model in my garage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"17 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM, Size: 10000+) [2019-01-01] I help IBM customers more quickly realize value form their investments in IBM Cloud and AI technologies.  This means helping our customers more effectively leverage technologies like Watson, Cloud, Kubernetes, containers, and microservice architectures, for maximum business impact.\",\n            \"current_position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM, Size: 10000+) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM)\",\n            \"position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM)\",\n            \"position_3\": \"Technical Lead - Cloud/Cognitive Adoption Leaders (IBM)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": \"2017-04-01 - 2020-06-01\",\n            \"education_1\": \"Rochester Institute of Technology, Bachelor's Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1983-01-01 - 1989-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"IBM Data and AI Customer Success Manager - Technical Leader\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anamika\",\n            \"last_name\": \"Chatterjee\",\n            \"full_name\": \"Anamika Chatterjee\",\n            \"linkedin\": \"https://www.linkedin.com/in/anamika-chatterjee-95119021\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAR5uk0BIbTEXFHNbRKLLdwHr2IIQ3-amGE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Big Data & Analytics Delivery Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 377,\n            \"location\": \"Kolkata, West Bengal, India\",\n            \"skills\": \"data analysis,analytical skills,data strategies,pnl management,leadership,data transformation services (dts),cloud data platform delivery,data management service delivery,analytics service delivery,business intelligence,requirements analysis,solution architecture,data warehousing,etl,software project management,db2,microsoft azure,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Working in IBM India Pvt Ltd for 13 years with expertise in ETL & BI technical area. Working as Delivery Manager for BI delivery. Responsibility includes delivery management of AMS, AD projects & strategic business growth.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"19 years 5 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"IBM hired Anamika as a Associate Partner 4 months ago from .\",\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Partner (IBM, Size: 10000+) [2024-10-01]\",\n            \"current_position_2\": \"Data portfolio owner (IBM, Size: 10000+) [2005-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Partner (IBM)\",\n            \"position_2\": \"Data portfolio owner (IBM)\",\n            \"position_3\": \"Pragrammer Analyst (Syntel Inc)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2005-09-01\",\n            \"position_date_3\": \"2004-01-01 - 2005-01-01\",\n            \"education_1\": \"BMGS, B.Tech, Electronics & Telecommunication Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikhil\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"NIKHIL KUMAR VERMA\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikhilkumarverma708\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADQC9uUBUgQ-pRcXkMmVbaYqN_GatLjfN0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Web Developer | Problem Solver\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 861,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"react native,postgresql,rest apis,microsoft azure,html,contribution,git,github,mern stack,teamwork,angular.js,jquery,mongodb,express.js,react.js,node.js,html5,css3,javascript,bootstrap,java,data structures,algorithms,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Enthusiastic Software Engineer with a strong foundation in software development principles and hands-on experience in coding and problem-solving. Proficient in Java, Node.js, Data Structures, Algorithms, DataBase, OOP's, Operating System, Computer Networks, FrontEnd and BackEnd Web Development Technologies and Tools, Having high Learning Ability, Research and Analytic Skills, I am eager to apply my technical skills to contribute effectively to projects and collaborate with cross-functional teams. A quick learner with a passion for continuous improvement and I Flexible to adapt to the new environment and work, always trying to learn something new in technology, Have meaningfull Communication and\\nInterpersional Skills to connect with team members, I am excited to leverage my adaptability and teamwork abilities to tackle new challenges and deliver high-quality software solutions. Seeking to build upon my knowledge and grow as a valuable member of a dynamic engineering team.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startups Founder (Microsoft, Size: 10000+) [2024-03-01] I successfully select for the Microsoft startups founders hub.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Startups Founder (Microsoft)\",\n            \"position_2\": \"Open Source Contributor (GirlScript Summer of Code)\",\n            \"position_3\": \"Full Stack Web Development Trainee (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-05-01 - 2023-08-01\",\n            \"position_date_3\": \"2022-08-01 - 2022-09-01\",\n            \"education_1\": \"Dr Akhilesh Das Gupta Institute of Technology & Management, Bachelor of Technology - BTech, Information Technology\",\n            \"education_2\": \"Government Sarvodaya Bal Vidyalaya, XII, Physics, Chemistry, Mathematics, English, Hindi, Physical Education\",\n            \"education_3\": \"Goverment Sarvodaya Bal Vidyalaya, X, English, Hindi, Mathematics, Science, Social Science, Sanskrit\",\n            \"education_date_1\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startups Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alan\",\n            \"last_name\": \"Menezes\",\n            \"full_name\": \"Alan Menezes\",\n            \"linkedin\": \"https://www.linkedin.com/in/alan-menezes-46b580105\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqaVpMBCrhFG6urmawhrtnhpD7EI7eBN8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 235,\n            \"location\": \"Campinas, São Paulo, Brazil\",\n            \"skills\": \"liderança de equipe,business analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 9 months \",\n            \"time_in_company\": \"22 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2012-05-01]      - Elaboração e revisão de documentação referente as aplicações de faturamento Brasil\\n     - Aprovação de mudanças nas aplicações \\n     - ASCA Assessments\\n     - Aprovação de acessos as aplicações\\n\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista de Processos e Controles (IBM)\",\n            \"position_3\": \"Analista de Faturamento (IBM)\",\n            \"position_date_1\": \"2012-05-01\",\n            \"position_date_2\": \"2007-01-01 - 2012-01-01\",\n            \"position_date_3\": \"2002-08-01 - 2007-01-01\",\n            \"education_1\": \"Estácio\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Filipe\",\n            \"last_name\": \"Cesar\",\n            \"full_name\": \"Filipe Cesar\",\n            \"linkedin\": \"https://www.linkedin.com/in/filipe-cesar-229a5192\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABO7dQEBwMzPDZv0r2vZTxDdACYSXyUlYp8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Iteration manager and Technical Owner at IBM CIO | Project Management | leadership | Agile | Scrum Master certified | Kanban Certified | Management 3.0 Certified | IT Security, Privacy, Complience and Controls\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 402,\n            \"location\": \"Rio de Janeiro, Rio de Janeiro, Brazil\",\n            \"skills\": \"agile project management,software project management,leadership,team management,project management,agile methodologies,scrum,security,privacy compliance,general data protection regulation (gdpr),it audit,programming,sql,vba,html,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 years 5 months \",\n            \"time_in_company\": \"11 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Iteration Manager / Project Manager (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Iteration Manager / Project Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"A/R & Collection Planning Specialist (IBM)\",\n            \"position_date_1\": \"2020-09-01\",\n            \"position_date_2\": \"2020-09-01\",\n            \"position_date_3\": \"2018-05-01 - 2020-08-01\",\n            \"education_1\": \"Ibmec, Master of Business Administration - MBA, Business Process Management\",\n            \"education_2\": \"Fundação Educacional Unificada Campo Grandense, Bachelor's degree, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Iteration Manager / Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Carlo\",\n            \"last_name\": \"Cucina\",\n            \"full_name\": \"Carlo Cucina\",\n            \"linkedin\": \"https://www.linkedin.com/in/carlocucina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAErwwB_SyBRYX974eHiL6GdnLeS1L4a7w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Systems Architect | IT Security | Leadership\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 595,\n            \"location\": \"Austin, Texas, United States\",\n            \"skills\": \"security operations,stakeholder relations,amazon web services (aws),microsoft azure,solution implementation,on-premise solutions,vmware esxi,virtualization,requirements gathering,proof of concept (poc),security architecture design,network recertification,cross-functional collaborations,vendor relations,product lifecycle management,team leadership,interpersonal communication,cloud computing,presales,vmware,cisco systems products,vdi,sales,storage,proof of concept,networking,enterprise network security,communication,solution architecture,network security,network design,palo alto networks,executive management,finance,start-ups,strategic planning,entrepreneurship,portfolio management,leadership,strategy,crm,business development,management,real estate,strategic partnerships,business planning,team building,business strategy,consulting,microsoft excel\",\n            \"twitter\": \"https://twitter.com/CCucina\",\n            \"about\": \"As a professional, I have gained a distinguished track record of success in delivering the security and cloud solutions needed to accelerate the goals of major organizations including Dell and IBM.\\n\\nA record of achievements including driving the on-time, within-budget completion of projects as Service Owner for IBM.\\n\\nHands-on leader with a strong background in leading the setup and success of new labs as well as the planning and execution of long-term projects.\\n\\nA passion for technology which has been translated into more than a decade of success in creating powerful new solutions aligned with recurring or emerging threats.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Service Owner (IBM, Size: 10000+) [2022-06-01] The scope of this role involved delivering new Next Generation Network Security service strategies and processes aligned with changing user, threat, and stakeholder needs. This included optimizing service delivery and user satisfaction strategies and priorities (based on metric and feedback data) and building positive relationships with vendors.\\n\\nIn this position, I consistently led the timely completion of all phases of the project lifecycle and delivered the level of service needed to maximize satisfaction and retention.\",\n            \"current_position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC, Size: 1-10) [2020-03-01] At Ingram Technologies, I translate the needs of major clients, including police and fire departments, into concrete solutions fully aligned with all needs. This included leading the architecture and installation of bodycam systems on-premise and on the cloud (AWS/Azure)\",\n            \"current_position_3\": null,\n            \"position_1\": \"Service Owner (IBM)\",\n            \"position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC)\",\n            \"position_3\": \"Network Security Solutions Architect (IBM)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2020-03-01\",\n            \"position_date_3\": \"2021-08-01 - 2022-06-01\",\n            \"education_1\": \"Texas McCombs School of Business, Post Graduate Program in Artificial Intelligence and Machine Learning, AI/ML\",\n            \"education_2\": \"Università degli Studi di Perugia, Bachelor of Engineering - BE, Electrical and Electronics Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Service Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karla\",\n            \"last_name\": \"Regalado\",\n            \"full_name\": \"Karla María Regalado Guizar\",\n            \"linkedin\": \"https://www.linkedin.com/in/karlaguizar\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqeCj4B8lC0KApF_r7cf0tNnYATg0JnX_U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Partner Ecosystem - Partner Plus Program Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 257,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"gestión de programas,scrum,análisis de datos,cumplimiento de la normativa,liderazgo,gestión de riesgos,servicio de atención al cliente,resolución de problemas,gestión de proyectos,gestión de conformidad\",\n            \"twitter\": \"\",\n            \"about\": \"Highly skilled coordinating customer services areas, managing resources and negotiating with internal teams and external customers. Problem solving and Leading small groups to deliver services agreed in contract. Hands-on experience planning and executing transition projects. Data analysis and reporting. Communication skills with stakeholders. Ability to work under pressure to meet deadlines.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"13 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Ecosystem - Partner Plus Program Manager (IBM, Size: 10000+) [2022-02-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2021-01-01] Technical Owner is the technical responsibility for the application, including the security of the application and the integrity of the data the application handles.\\nTO works with all stakeholders to set the work funnel priorities for the team.\\nTO acts as the primary focal for audits or anything requiring application communication / coordination across the company\",\n            \"current_position_3\": null,\n            \"position_1\": \"Ecosystem - Partner Plus Program Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"Transition and Transformation Project Manager at IBM (IBM)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2017-11-01 - 2024-05-01\",\n            \"education_1\": \"Universidad de Guadalajara, Licenciatura, Negocios internacionales/Comercio internacional\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2011-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Ecosystem - Partner Plus Program Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Juliana\",\n            \"last_name\": \"Morroni\",\n            \"full_name\": \"Juliana Morroni\",\n            \"linkedin\": \"https://www.linkedin.com/in/juliana-morroni1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACltAZsBrROmNMQGbX2FxKFGf_kcNptXXms,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Software Engineer - DevOps at IBM | JavaScript | Java | Angular\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1071,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"project management,organizational leadership,information security,ibm cybersecurity policy and standards,ibm chief information security officer (ciso),data and asset classification and protection,digital asset management,access control,it security operations,risk management,angularjs,typescript,cloud computing,agile methodologies,java,react.js,ibm db2,inglês,tecnologia da informação,gestão de projetos,trabalho em equipe,proatividade,economia,análise de dados,voluntariado,sistemas operacionais,microsoft sql server,resolução de problemas,pesquisa acadêmica,análise de sistemas,w3c accessibility,node.js,html,javascript,cascading style sheets (css),segurança da informação,microsoft office,web content accessibility guidelines (wcag),react native,json,computer accessibility,css flexbox,software development,microsoft excel,data mining\",\n            \"twitter\": \"\",\n            \"about\": \"Student of Information Systems at the University of Technology at UNICAMP, interested in learning with new experiences that enrich my way of life. Lover of knowledge, I believe that at every moment we are collecting new information that can become a great foundation in our path of life.\\n\\nToday I work as Software Developer at IBM Brazil and I intend to develop my skills as much as possible to become a complete professional.\\n\\nI do Scientific Research in the area of ​​Information Security, Medical Systems, and Child Health. I believe that with technology we can reach so many aspects and make this bridge between areas to help people, excites me !! I also hold the position of President of the Informatics Commission at UNICAMP. Learn more about the Commission: https://www.facebook.com/comissaodeinformatica/\\n\\nI always seek to participate in volunteer activities and help people who cannot afford it. I have a YouTube channel for this purpose, to teach IT concepts to those who don't have the possibility because I understand that knowledge must be passed on. Check out my Youtube channel: https://www.youtube.com/channel/UC_c8ZHRezX4N0K0wFUWRWvg\\n\\nAfter my graduation, I intend to apply for a Postgraduate Scholarship in Master of Business Administration - MBA, Data Science & Analytics and continue my studies with professional courses, always keeping myself updated.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 8 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2023-06-01]\",\n            \"current_position_2\": \"Software Developer (IBM, Size: 10000+) [2021-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Software Developer (IBM)\",\n            \"position_3\": \"Software Developer Intern (IBM)\",\n            \"position_date_1\": \"2023-06-01\",\n            \"position_date_2\": \"2021-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2021-12-01\",\n            \"education_1\": \"Pontifícia Universidade Católica do Rio Grande do Sul, Postgraduate Degree, Full stack development\",\n            \"education_2\": \"Universidade Estadual de Campinas, Bachelor of Information Systems\",\n            \"education_3\": \"Universidade Estadual de Campinas, Researcher - CNPQ/PIBIT, Computer and Information Systems Security/Information Assurance\",\n            \"education_date_1\": \"2023-03-01 - 2024-03-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2019-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"David\",\n            \"last_name\": \"Coppet\",\n            \"full_name\": \"David COPPET\",\n            \"linkedin\": \"https://www.linkedin.com/in/david-coppet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAOLuLYB32pflZVFtHxtuWKWXq_VpufnZVE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Cloud Computing & AI Technology Lead @ Microsoft | Founder of Azure App Consults Program\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1132,\n            \"location\": \"France\",\n            \"skills\": \"leadership,communication,customer support,presales,customer satisfaction,independence,technology intelligence,adaptability,influencing for impact ,deliver results through teamwork ,innovate,influence, connect,envision, empower,be courageous,people management,team leadership,strategic planning,strategic leadership,business acumen,architecture,cloud computing,microsoft azure,software development,scrum,web services,agile methodologies,project management,.net,c#,windows azure,asp.net,sql,training,training delivery,management,presentation,designing for the cloud,cloud applications,azure architecture,develop,developping for the cloud,containers,business enabler,trusted advisor,cloud computing paas,monitoring and diagnostics,artificial intelligence (ai),artificial intelligence for business,generative ai\",\n            \"twitter\": \"https://twitter.com/davidcoppet\",\n            \"about\": \"With over ten years of experience in cloud computing architecture and consulting, I am currently focusing on AI and Governance.\\nAfter successfully creating, leading and growing the Azure App Consult program (a service that helps customers design, build, and deploy applications on Microsoft Azure with Dev, Infrastructure, Data, AI & Security)  for 8 years from scratch. I was able to land it and graduate the program in Azure Engineering which is my greatest achievement in Microsoft.\\nAs part of this experience I occupy many different roles:\\n-Interim Manager of Azure App Consult . I oversaw a multimillion-dollar business with diverse clientele across enterprises and startups, and coordinate with multiple teams, including engineering, support, and account managers, to deliver customer-facing service.\\n-Senior Technical Lead  worldwide for 8 years+, responsible for delivering technical cloud sessions for startups and independent software vendors in North America, Europe, Middle East, and Asia Pacific regions. I have created and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP. \\nI have also delivered Azure architecture sessions at major Microsoft conferences, such as Build and Ignite, for the past three years.\\nI am passionate about mixed reality, Spatial computing, AI,  Microsoft Azure, and cloud computing, and I enjoy working with people, networking, learning new things, and improving myself.\\nAlumni of the Senior Technical Leadership Program\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"13 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI & Cloud Computing Lead (Microsoft, Size: 10000+) [2024-10-01] • Lead AI Strategy & Governance initiatives at Microsoft, driving customer adoption of AI solutions on Azure.\\n• Developed successful AI architectures, leveraging OpenAI and Azure AI Services for enhanced customer experiences.\\n• Collaborated with teams to create AI governance frameworks, ensuring compliance and data security.\",\n            \"current_position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft, Size: 10000+) [2015-11-01] - Founded Azure App Consult, a cloud computing architecture service on Microsoft Azure platform, based on an idea validated by a one-person pilot\\n- Developed and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP\\n- Provided expert guidance and best practices to customers on designing, building, and deploying cloud applications on Azure\\n- Created an official Online Service integrated in Microsoft Tiers 1 event (Build / Ignite) : One on One Consultation that existed till this day\\n- Created the Azure Engineering Tour (Azure Apps Forum...): yearly event that became the opportunity for strategic and High Potential accounts to engage with the engineering team (Azure/GitHub/PowerPlatform...).\",\n            \"current_position_3\": null,\n            \"position_1\": \"AI & Cloud Computing Lead (Microsoft)\",\n            \"position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft)\",\n            \"position_3\": \"Senior Technical Lead WW -  Cloud Computing & Innovation (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2015-11-01\",\n            \"position_date_3\": \"2018-09-01 - 2024-11-01\",\n            \"education_1\": \"Microsoft, Aspiring People Manager Program, Business\",\n            \"education_2\": \"Microsoft, Senior Technical Leadership Program (STLP), Organizational Leadership\",\n            \"education_3\": \"CentraleSupelec, Master Digital Architect - Numeric Engineering Expert, Code RNCP : 2369\",\n            \"education_date_1\": \"2022-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2020-09-01 - 2022-09-01\",\n            \"education_date_3\": \"2018-01-01 - 2019-01-01\",\n            \"website_1\": \"davidcoppet.com\",\n            \"website_2\": \"coppet.fr\",\n            \"website_3\": \"microsoft.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI & Cloud Computing Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Perla\",\n            \"last_name\": \"Perez\",\n            \"full_name\": \"Perla Adriana Perez Reynoso\",\n            \"linkedin\": \"https://www.linkedin.com/in/perla-adriana-perez-reynoso-0212a9109\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtGDtkBJ4VuhS-e4vcvnvGrjtJ3nX7fmLY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Risk Management Specialist\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 361,\n            \"location\": \"Jalisco, Mexico\",\n            \"skills\": \"project management,leadership,program management,strategy,change management,process improvement,business development,integration,team leadership,business analysis,management,itil,requirements analysis,software project management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 10 months \",\n            \"time_in_company\": \"12 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Risk Management Specialist (IBM, Size: 10000+) [2021-04-01]\",\n            \"current_position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM, Size: 10000+) [2017-01-01]\",\n            \"current_position_3\": \"Application Owner / Project Manager (IBM, Size: 10000+) [2012-08-01] The Application Management Compliance role is responsible for end-to-end IT application compliance. This role is responsible for ensuring that an Application is compliant to all applicable Corporate Standards and Instructions. The primary focus is on executing Application System Management Controls including Developer Access, Access Management, Quarterly Employment Verification / Continuing Business Need (CBN), Application Separation of Duties, Problem Management, Change Management, Accessibility, Data Protection and Privacy, Test Plans & Execution, BTMT Asset Record, ASCA Certification, Risk Evaluation Management, DOUs and SLAs, Disaster Recovery (for vital applications)/Testing/Business Impact Assessment, and Audit Trails.\\n\\n Task:\\n * User/customer support.\\n * Follow up of CRs, Incidents and problems.\\n * Working with testing and development team.\\n * Troubleshooting.\\n * Use to best practices (ITIL).\\n * Create documentation and procedures.\\n * Update documentation.\\n * Project Management activities.\\n Tools: Lotus Notes, VPN, Internet, DB.\",\n            \"position_1\": \"Risk Management Specialist (IBM)\",\n            \"position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM)\",\n            \"position_3\": \"Application Owner / Project Manager (IBM)\",\n            \"position_date_1\": \"2021-04-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2012-08-01\",\n            \"education_1\": \"Universidad de Guadalajara, Bachelor’s Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Risk Management Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zaki\",\n            \"last_name\": \"Badji\",\n            \"full_name\": \"Zaki Badji\",\n            \"linkedin\": \"https://www.linkedin.com/in/zaki-badji-926187225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADhx2G4BRtJWqWzVI6WPp4WLIXEi89654OU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A étudié à UQAM | Université du Québec à Montréal\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 17,\n            \"location\": \"Bordj Bou Arreridj, Algeria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 4 months \",\n            \"time_in_company\": \"12 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2012-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2012-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"UQAM | Université du Québec à Montréal, Diplôme d'ingénieur, Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Carolina\",\n            \"last_name\": \"Martins\",\n            \"full_name\": \"Carolina Martins\",\n            \"linkedin\": \"https://www.linkedin.com/in/carolina-martins-78076252\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAsla9ABbITAbxd8trDXK6MDT4SYicM8gkw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Analista de Ouvidoria na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 182,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"gestão de conflitos,itil v3 foundations certified,satisfação do cliente,certificação itil,metodologias ágeis,liderança,serviço de atendimento ao cliente (sac),resolução de problemas\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years \",\n            \"time_in_company\": \"16 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Resolution Owner (IBM, Size: 10000+) [2015-01-01] Responsible for problem-solving in the provision of IBM services, identifying the cause and managing the execution of the actions to meet the customer's needs, coordinating the relevant areas of IBM, partners, suppliers and customer.\\nPerforming presentation for IBM's executive board for financial approvals and root cause analysis in order to continuously improvement processes.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Resolution Owner (IBM)\",\n            \"position_2\": \"Customer Satisfaction Coordinator (IBM)\",\n            \"position_3\": \"Customer Service (IBM)\",\n            \"position_date_1\": \"2015-01-01\",\n            \"position_date_2\": \"2010-01-01 - 2020-04-01\",\n            \"position_date_3\": \"2008-08-01 - 2010-01-01\",\n            \"education_1\": \"Faculdade Impacta de Tecnologia, Bacharel Sistemas da Informação, Gestão de Sistemas de Informação\",\n            \"education_2\": \"ETEC Parque da Juventude, Técnica em Informática\",\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n            \"education_date_2\": \"2007-01-01 - 2008-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Resolution Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohamad\",\n            \"last_name\": \"\",\n            \"full_name\": \"Mohamad .\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohamad-866745167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfMbo4B-Ow8BMpdVKp-XOg1lXQEu-6oGCo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"photography\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 14,\n            \"location\": \"Saudi Arabia\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years 6 months \",\n            \"time_in_company\": \"10 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2014-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2014-08-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"GEMS Education\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2012-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Derek\",\n            \"last_name\": \"Lawrie\",\n            \"full_name\": \"Derek Lawrie\",\n            \"linkedin\": \"https://www.linkedin.com/in/derek-lawrie-0009319\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG9NcABGyvnYLi-P7slQUPHuU9mBVPR3uc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Portfolio Manager at ACCESS LLP\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 375,\n            \"location\": \"Greater Glasgow Area\",\n            \"skills\": \"stakeholder management,project delivery,it strategy,prince2,project management,vendor management,project planning,it service management,management,business analysis,service delivery,business transformation,outsourcing,itil,incident management,program management,software project management,business process,resource management,disaster recovery,governance,it management,project portfolio management,it outsourcing,service management,enterprise architecture,change management,solution architecture,pmo,pmp,business process improvement,data migration,requirements gathering,business intelligence\",\n            \"twitter\": \"\",\n            \"about\": \"Derek is a highly motivated CMI, MSP, Prince2 and APM certified Senior Project and Programme Manager.  He has extensive, proven, project and programme execution experience , mainly in the utilities and finance sectors.\\n\\nCommercially aware and delivery focused with the enthusiasm to drive toward successful outcomes, Derek has a track record of  influencing and motivating others through solid leadership and  clear communication.\\n\\nSpecialties: Project/Programme Management: Budgetary and Contract Management, Project and Programme Governance, Stakeholder and vendor management, Pipeline Management and associated Resource Scheduling and Planning, Risk and Issue Management, Implementation Planning and Management.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 years 8 months \",\n            \"time_in_company\": \"9 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ACCESS LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/access-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/1005239\",\n            \"company_domain\": \"access.uk.com\",\n            \"company_about\": \"ACCESS ceased trading as at 31 March 2018.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"43\",\n            \"company_location_1\": \"Glasgow, Scotland, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Glasgow\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"220 high street, glasgow, glasgow city, united kingdom\",\n            \"company_postal_code\": \"G1 1PP\",\n            \"company_phone\": \"+441412874833\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"procurement, enterprise architecture, supply chain management, communications, end user computing, property services, ict services, application development & support, service reform, programme & project management, data centre management, procurement supply chain management, procurement amp supply chain management, hosting & storage\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Microsoft Office 365\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Portfolio Manager (ACCESS LLP, Size: 11-50) [2015-06-01]\",\n            \"current_position_2\": \"Business Service Owner (IBM, Size: 10000+) [2013-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Portfolio Manager (ACCESS LLP)\",\n            \"position_2\": \"Business Service Owner (IBM)\",\n            \"position_3\": \"Portfolio Lead (IBM)\",\n            \"position_date_1\": \"2015-06-01\",\n            \"position_date_2\": \"2013-01-01\",\n            \"position_date_3\": \"2011-04-01 - 2013-01-01\",\n            \"education_1\": \"Computer studies\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1985-01-01 - 1988-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Portfolio Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Andrea\",\n            \"last_name\": \"Kusalová\",\n            \"full_name\": \"Andrea Kusalová\",\n            \"linkedin\": \"https://www.linkedin.com/in/andrea-kusalov%C3%A1-357961187\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACwaCrMBV7SeUGUk4hL-x4nsvUXBWyVHqEs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Slack Technical Owner at IBM \\nCertified Scrum Master and Project Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Bratislava Metropolitan Area\",\n            \"skills\": \"software,licensing,soft skills,interpersonal skills,technical support,slack,project coordination,servicenow,software licensing,software licensing management,scrum,agile environment,teamwork,planning,communication,customer service,servant leadership,design thinking,agile project management,cultural intelligence,intercultural communication,agile methodologies\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Scrum Master with a demonstrated history of working in the information technology and services industry. Skilled in Intercultural Communication, Agile/Scrum Environment, Project Management and Slack app management. Strong engineering professional with a Master's degree focused in Archaeology from Comenius University in Bratislava. Interested in traveling, history, fine arts, music, reading and literature and in spending the free time with great people over a cup of tasty coffee or tea.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"8 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner for Slack@IBM (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": \"Org Admin for Slack@IBM (IBM, Size: 10000+) [2022-07-01] Slack Org admin responsible for incident management, technical support, company level settings, policies, and project  work including release management and rollout of the newest features and offerings from Slack/Salesforce.\",\n            \"current_position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM, Size: 10000+) [2022-02-01] Servant leader/iteration manager of the Slack@IBM team. Responsible for the Agile way of working in the squad, for the team dynamic and impediments removal.\",\n            \"position_1\": \"Technical Owner for Slack@IBM (IBM)\",\n            \"position_2\": \"Org Admin for Slack@IBM (IBM)\",\n            \"position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Univerzita Komenského v Bratislave, Master's degree, Archaeology\",\n            \"education_2\": \"Hans Selye High School, Komarno, Slovakia, Class of Foreign languages\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner for Slack@IBM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Comman\",\n            \"last_name\": \"Men\",\n            \"full_name\": \"Comman Men\",\n            \"linkedin\": \"https://www.linkedin.com/in/comman-men-266150210\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVqIm4BK-DZlAyXjx3669i2_WtS569cfeA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Life Insurance Agent at LIC\",\n            \"industry\": \"insurance\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 78,\n            \"location\": \"Bikaner, Rajasthan, India\",\n            \"skills\": \"training,strategy,pharmacy,education,sales\",\n            \"twitter\": \"\",\n            \"about\": \"insurance advisor\\n8290094480\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"LIC\",\n            \"company_link\": \"https://www.linkedin.com/company/lic\",\n            \"company_id\": \"https://www.linkedin.com/company/164729\",\n            \"company_domain\": \"licindia.in\",\n            \"company_about\": \"State owned public sector life insurance corporation.Largest financial institution &life insurance organization in India.\\r\\nCentral office in Mumbai ,with 8 Zonal offices,109 divisional offices,2048 fully computerised branches and to serve rural people LIC now opened 992 satelite offices in rural areas .\\r\\nHisrory:245 Indian and foreign insurers and provident societies are taken over by the central government and nationalised. LIC formed by an Act of Parliament, viz. LIC Act, 1956, with a capital contribution of Rs. 5 crore from the Government of India. \\r\\nThe Parliament of India passed the Life Insurance Corporation Act on the 19th of June 1956, and the Life Insurance Corporation of India was created on 1st September, 1956.\\r\\nOn 1st of September 1956, The Life Insurance Corporation of India ( LIC ) embarked upon its momentous journey in true spirit of serving the people and nation as a whole. Since then it has spearheaded the financial and infrastructure development of the nation. The performance of LIC has been exemplary and it has been growing from strength to strength be it customer base, agency network, branch office network, and the like. LIC has played a significant role in spreading life insurance among the masses and mobilization of people’s money for people’s welfare. Even after the entry of private insurers for almost a decade now, LIC continues to be the front runner in the industry in terms of market share.\\r\\nMission: \\\"A trans-nationally competitive financial conglomerate of significance to societies and Pride of India.\\\" \\r\\nProducts:We have in our basket more than 40 different plans catering to the differing needs of different segments of the society – basic insurance plans (whole life, endowment and money back), Term Assurance Plans, Pension Plans, Capital Market linked Plans, Health Plan etc.\",\n            \"company_founded\": null,\n            \"company_size\": \"71193\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Life insurance products marketing\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Life Insurance Agent (LIC, Size: 10000+) [2022-06-01]\",\n            \"current_position_2\": \"Life Insurance Agent (LIC, Size: 10000+) [2021-04-01]\",\n            \"current_position_3\": \"Company Owner (Microsoft, Size: 10000+) [2021-04-01]\",\n            \"position_1\": \"Life Insurance Agent (LIC)\",\n            \"position_2\": \"Life Insurance Agent (LIC)\",\n            \"position_3\": \"Company Owner (Microsoft)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2021-04-01\",\n            \"position_date_3\": \"2021-04-01\",\n            \"education_1\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_2\": \"o.m.g.sen. sec.school, Doctor of Pharmacy - PharmD, Human/Medical Genetics\",\n            \"education_3\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_date_1\": \"2022-07-01\",\n            \"education_date_2\": \"2004-01-01 - 2024-01-01\",\n            \"education_date_3\": \"2022-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"8290094480\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Life Insurance Agent\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Hector\",\n            \"last_name\": \"Guzman\",\n            \"full_name\": \"Hector Guzman\",\n            \"linkedin\": \"https://www.linkedin.com/in/hector-guzman-853a403\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACv8L8B-BXH4rG7FOVsND0QwAFPSiFXms8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner & Project Manager at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 49,\n            \"location\": \"Mexico\",\n            \"skills\": \"service desk,incident management,itil,service improvement,it service management,service delivery,sla,problem management,service delivery management,iso 20000,managed services,service level management,service desk management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"13 years 7 months \",\n            \"time_in_company\": \"13 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application owner & Project Manager (IBM, Size: 10000+) [2011-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application owner & Project Manager (IBM)\",\n            \"position_2\": \"Service Support Manager (Getronics Mexico)\",\n            \"position_3\": \"Installations and Project Manager (MEDICION Y ELECTRONICA S.A. DE C.V.)\",\n            \"position_date_1\": \"2011-07-01\",\n            \"position_date_2\": \"2007-02-01 - 2008-12-01\",\n            \"position_date_3\": \"2003-01-01 - 2007-01-01\",\n            \"education_1\": \"Instituto Politécnico Nacional\",\n            \"education_2\": \"Instituto Politécnico Nacional, Bacherlor on Comunications & Electronics, Professional\",\n            \"education_3\": null,\n            \"education_date_1\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application owner & Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shashank\",\n            \"last_name\": \"Dewangan\",\n            \"full_name\": \"Shashank  Dewangan\",\n            \"linkedin\": \"https://www.linkedin.com/in/shashank-dewangan-198055221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADe2x8QBzIIck5zg2jsqTZXHSaYWs40dlOA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer | Microsoft For Startups’24 | Building Evanth AI | Amazon ML Summer School'24 | Top 5%ile in Adobe Gensolve | Full-Stack | Ex - Summer Intern'23 @ NTPC Limited\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4093,\n            \"location\": \"Bangalore Urban, Karnataka, India\",\n            \"skills\": \"web technologies,next.js,object-oriented programming (oop),operating systems,data structures,algorithm analysis,databases,computer networking,cloud computing,software project management,big data,data analytics,algorithms,dsa,api development,typescript,python (programming language),node.js,full-stack development,front-end development,c (programming language),java,natural language processing (nlp),artificial intelligence (ai),machine learning,react.js,mern stack,javascript,rest apis,crud,mysql,html5,bootstrap,c++,engineering,english,research,communication,analytical skills\",\n            \"twitter\": \"\",\n            \"about\": \"Highly adaptable and innovative full stack developer with a passion for solving real-world problems through software development. With a keen interest in machine learning and a constant drive to experiment, I strive to push the boundaries of what technology can achieve.\\n\\nThroughout my career, I have honed my skills in both front-end and back-end development, allowing me to create seamless user experiences and robust, scalable solutions. Whether it's building intuitive user interfaces or designing efficient database architectures, I approach every project with meticulous attention to detail and a focus on delivering high-quality results.\\n\\nWhat sets me apart is my ability to thrive in challenging conditions. I see them as opportunities for growth and believe that they bring out the best in me. I thrive on complexity and am known for my knack of quickly coming up with innovative solutions to intricate problems. My adaptable nature allows me to switch gears effortlessly, whether it's working independently or collaborating with cross-functional teams.\\n\\nAs an avid learner, I stay up-to-date with the latest advancements in the industry and leverage emerging technologies to enhance my work. I am particularly enthusiastic about machine learning and enjoy exploring its potential applications. I am always eager to experiment and implement cutting-edge techniques to improve efficiency and drive business outcomes.\\n\\nIn addition to my technical skills, I possess strong communication and interpersonal abilities, enabling me to effectively collaborate with stakeholders and translate complex concepts into easily understandable terms. I thrive in dynamic environments that foster creativity and collaboration, and I am constantly seeking opportunities to learn from and contribute to a talented team.\\n\\nIf you're looking for a versatile and innovative full stack developer who thrives on solving complex problems and embraces challenges, I would love to connect and explore how I can contribute to your organization's success.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-07-01] • Microsoft for Startups Founders Hub Member, leveraging Microsoft as our startup(s) accelerator, gaining access to mentorship, resources, and tools to drive the growth of innovative projects and startups.\",\n            \"current_position_2\": \"Amazon ML Summer School (Amazon, Size: 10000+) [2024-07-01]\",\n            \"current_position_3\": \"Building in Public (Evanth AI, Size: 1-10) [2024-08-01] Evanth Al is a comprehensive Generative Al full-stack SaaS platform that integrates various models with specialized functionalities.\\n\\nModels Available :\\nPerplexity (3 Models), Chatgpt-4o, Chatgpt-40 mini, Claude 3.5 Sonnet, Claude 3 Haiku, Llama, Gemini (Pro and Flash).\\n\\nFeatures :\\n1. Chat with a website/Link.\\n2. General Generative Al core features.\\n3. Upload Images.\\n4. Multiple Cross Al collaboration.\\n\\nAchievements:\\nEvanth Al has reached over 10,000 visits, garnered more than 50,000 views, and secured 500+ user sign-ups.\",\n            \"position_1\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_2\": \"Amazon ML Summer School (Amazon)\",\n            \"position_3\": \"Building in Public (Evanth AI)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-07-01\",\n            \"position_date_3\": \"2024-08-01\",\n            \"education_1\": \"KiiT University, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": \"DELHI PUBLIC SCHOOL KAMPTEE ROAD NAGPUR\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2014-10-01 - 2019-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Amaro\",\n            \"last_name\": \"Freitas\",\n            \"full_name\": \"Amaro Freitas\",\n            \"linkedin\": \"https://www.linkedin.com/in/eric-oliveira-costa-e-silva-1b13bb18a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACyNylUBYNsRTZZnj5ptvXi9a0lc05ro2bE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Military Scientist: Brazilian Navy.\",\n            \"industry\": \"armed forces\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"eric_jornalista@hotmail.com\",\n            \"num_of_connections\": 680,\n            \"location\": \"Araçatuba, São Paulo, Brazil\",\n            \"skills\": \"ensino,saber,ciência educacional,coexistencia,desastres naturais,contenção de risco,coordenação de projetos,arquiteto de armas,quadros climáticos,análise de risco,engenharia de projetos,operações de segurança,segurança institucional,comunicação ,assessoria de imprensa,ciências naturais,literatura,economia dos recursos naturais\",\n            \"twitter\": \"\",\n            \"about\": \"Almirante Terra-Ar-Terra: Ex-Combatente/Marinha do Brasil.\\nCampeão Mundial de Luta Militar\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"6 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Presidência da República\",\n            \"company_link\": \"https://www.linkedin.com/company/presid-ncia-da-rep-blica\",\n            \"company_id\": \"https://www.linkedin.com/company/1031849\",\n            \"company_domain\": \"presidenciadarepublica.gov.br\",\n            \"company_about\": \"Presidência da República Federativa do Brasil\",\n            \"company_founded\": null,\n            \"company_size\": \"1474\",\n            \"company_location_1\": \"Pará, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Brasília\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Establishment - Divisão de Artes. (Presidência da República, Size: 1001-2000) [2019-01-01]\",\n            \"current_position_2\": \"MD Proprietário (GOL Linhas Aéreas, Size: 10000+) [2021-08-01]\",\n            \"current_position_3\": \"Proprietário (Reunidas Paulista, Size: 51-200) [2021-08-01]\",\n            \"position_1\": \"Establishment - Divisão de Artes. (Presidência da República)\",\n            \"position_2\": \"MD Proprietário (GOL Linhas Aéreas)\",\n            \"position_3\": \"Proprietário (Reunidas Paulista)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2021-08-01\",\n            \"position_date_3\": \"2021-08-01\",\n            \"education_1\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Bacharelado em Geografia, Unificação do Saber\",\n            \"education_2\": \"Universidade de São Paulo, Bacharelado, Engenharia Química\",\n            \"education_3\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Mestrado em Geografia Humana, Unificação do Saber\",\n            \"education_date_1\": \"1997-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1998-01-01 - 1999-01-01\",\n            \"education_date_3\": \"1998-01-01 - 2004-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"blogspot.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Establishment - Divisão de Artes.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kirat\",\n            \"last_name\": \"Von\",\n            \"full_name\": \"Kirat von Knefüt\",\n            \"linkedin\": \"https://www.linkedin.com/in/kirat-von-knef%C3%BCt-3a91731a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC_maXEBfa3epQRDiU0Y6WhXBWuVFmc5DwU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Shadow ruler of the United Nations\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 121,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"72 32 111 32 101 32 32 32 118 32 97 32 108 32 116 32 32 32 101 32 101 32 110 32 32 32 100 32 114 32 111 32 108 32 32 32 105 32 110 32 32 32 100 32 101 32 32 32 119 32 99 32 63\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"2 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Discord\",\n            \"company_link\": \"https://www.linkedin.com/company/discord\",\n            \"company_id\": \"https://www.linkedin.com/company/3765675\",\n            \"company_domain\": \"discord.com\",\n            \"company_about\": \"Discord is used by over 200 million people every month for many different reasons, but there’s one thing that nearly everyone does on our platform: play video games. Over 90% of our users play games, spending a combined 1.5 billion hours playing thousands of unique titles on Discord each month. Discord plays a uniquely important role in the future of gaming. We are focused on making it easier and more fun for people to talk and hang out before, during, and after playing games.\\n\\nWe believe games give us a way to have fun with our favorite people, whether listening to music together or grinding in competitive matches for diamond rank. Join us in our mission! Take a look at https://discordapp.com/jobs for openings.\",\n            \"company_founded\": 2015,\n            \"company_size\": null,\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Francisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"444 de haro st, san francisco, ca 94107, us\",\n            \"company_postal_code\": \"94107\",\n            \"company_phone\": \"+18885940085\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"computer software\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Video Games,Text Chat,VOIP\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/discord, https://facebook.com/discord/\",\n            \"keywords\": \"information technology, consumer internet, internet, games, social media, voip, video games, messaging, chat, text chat\",\n            \"annual_revenue\": \"130000000\",\n            \"technologies\": \"iTunes, Zendesk, YouTube, Sendgrid, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Eloqua, Cloudflare DNS, CloudFlare Hosting\",\n            \"funding_events\": \"[{\\\"date\\\":{\\\"date\\\":\\\"2021-09-16 09:00:25.000000\\\",\\\"timezone\\\":\\\"Europe\\\\/Helsinki\\\",\\\"timezone_type\\\":3},\\\"image\\\":\\\"https:\\\\/\\\\/cdn.datafloq.com\\\\/cache\\\\/import_article\\\\/878x531\\\\/vyoft81kix5wuiti_bwpfsuv.JPEG\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/datafloq.com\\\\/read\\\\/chat-app-discord-raises-500-million-new-funding\\\\/17894\\\",\\\"mentionText\\\":\\\"Chat app Discord raises $500 million in new funding\\\",\\\"providerName\\\":null}]\",\n            \"total_funding\": 851999260,\n            \"last_funding_round_date\": \"2022-03-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"90\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Destroyer of (Discord, Size: Self-employed) [2022-02-01]\",\n            \"current_position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller, Size: 11-50) [2013-05-01]\",\n            \"current_position_3\": \"Reclaimer of the (Twin Towers Trading, Inc., Size: Self-employed) [2001-09-01]\",\n            \"position_1\": \"Destroyer of (Discord)\",\n            \"position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller)\",\n            \"position_3\": \"Reclaimer of the (Twin Towers Trading, Inc.)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2013-05-01\",\n            \"position_date_3\": \"2001-09-01\",\n            \"education_1\": \"Harvard University, Master's degree, Exploitatie en beheer automatisering / Informatieverwerking / Gegevensinvoer\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Destroyer of\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marcell\",\n            \"last_name\": \"KovÁcs\",\n            \"full_name\": \"Marcell KOVÁCS\",\n            \"linkedin\": \"https://www.linkedin.com/in/marcellko\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANtl54Bzt_R3KJckOygkV9CrjT3solQH_k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner Delegate & Compliance Lead at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 438,\n            \"location\": \"Budapest, Budapest, Hungary\",\n            \"skills\": \"security and privacy by design,itil,role-based access control (rbac),security management,access control,iso 27001,general controls,risk assessment,application management,tririga,mural digital workspace,slack,cisco webex meetings,trello,truste,privacy policies,onetrust,it service management,business analysis,it controls,it compliance,personal information management,data privacy,project management,change management,document management,problem management,devsecops,communication,separation of duties,training delivery,cloud computing,continuous integration and continuous delivery (ci/cd),technical support,it operations management,identity and access management (iam),english,it security assessments,it risk management,jira,devops,agile,sox,audit,it audit,sox compliancy,process improvement,sod,erp,sap,supply chain management,procurement,blockchain,gdpr\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Information Technology Compliance and Control Leader with a demonstrated(10+ years) history of working in US based information technology and financial services industry in matrix organization with multiple foreign managers and peers around the globe.\\nSkilled in IT GRC, like: Audit(as a Certified Information Systems Auditor by ISACA), SoD, Access-, Data-, Change-, Problem-, Risk Management and Personal Information handling: General Data Protection Regulation (GDPR), California Consumer Privacy Act (CCPA), Lei Geral de Proteção de Dados Pessoais(LGPD)-Brazilian General Data Protection Law, China's Personal Information Protection Law (PIPL)\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner Delegate & Compliance Lead (IBM, Size: 10000+) [2021-01-01] This position includes:\\n- co-owning interface management applications, which are directly feeding the ledger systems\\n- managing a worldwide accounting systems SOX application portfolio in our AGILE Squad\\n- acting as the focal for internal(IBM corporate) and external(pwc & Deloitte) audits\\n- conducting the remediation work for ASCA level and SOX certified assets\\n- assessing and managing Risks and Key Controls over Financial Reports\\n- counseling in Access Management and Separation of Duties(SoD) matrices shaping\\n- advising in IT Change and Problem Management processes from controls point of view\\n- explaining, instructing and discussing the standards and requirements to the Technical Owners and Business Process Owners (eg. GDPR)\\n- introducing and teaching IT Compliance policies, procedures and requirements to our squads\\n- driving cross-functional pro-active internal audits and reviews\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner Delegate & Compliance Lead (IBM)\",\n            \"position_2\": \"IT Security & Controls Lead (IBM Global Financing)\",\n            \"position_3\": \"Application Controls Owner (Procurement Application Portfolio) (IBM)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2013-01-01 - 2021-01-01\",\n            \"position_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"education_1\": \"University of Pécs, Quality Engineer ISO 9001\",\n            \"education_2\": \"Faculty of Engineering and Information Technology -University of Pécs, IT Engineer, GeoInformatics\",\n            \"education_3\": \"Leőwey Klára Gimnázium, Pécs\",\n            \"education_date_1\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2004-01-01\",\n            \"education_date_3\": \"1996-01-01 - 2000-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner Delegate & Compliance Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sue\",\n            \"last_name\": \"Henin\",\n            \"full_name\": \"Sue Henin\",\n            \"linkedin\": \"https://www.linkedin.com/in/sue-henin-6717982\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAB4xrUBljr7xsrKBidQ0rsr8EvcLMT7UTk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Customer-Obsessed Digital Marketing Senior Executive\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 867,\n            \"location\": \"Kirkland, Washington, United States\",\n            \"skills\": \"digital marketing,marketing strategy,demand generation,multi-channel marketing,product management,product marketing,strategic partnerships,go-to-market strategy,integrated marketing,marketing management,direct marketing,segmentation,strategy,crm,competitive analysis,cross-functional team leadership,business strategy,marketing communications,program management,marketing,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Hands-on Business Strategy & Marketing Executive with over 20 years of experience obsessing over customer journey, building brand equity, and driving revenue. Values philanthropic- hearted organizations that focus on meaningful, data-driven experiences that empower and enrich lives. \\n\\nCharacteristics I embody and seek out in a partnership:\\nCollaborative, Empathetic, Service to Humanity, Lead with Integrity, Customer-Obsessed, and Passion for Innovation\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"18 years 11 months \",\n            \"time_in_company\": \"18 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft, Size: 10000+) [2006-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft)\",\n            \"position_2\": \"Account Director (R2integrated)\",\n            \"position_3\": \"Experienced CRM Manager (Accenture)\",\n            \"position_date_1\": \"2006-03-01\",\n            \"position_date_2\": \"2014-09-01 - 2016-06-01\",\n            \"position_date_3\": \"1998-08-01 - 2005-11-01\",\n            \"education_1\": \"The University of Texas at Austin, BA, Marketing\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder-Business Strategy & Marketing Consulting Services\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pavan\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pavan J H\",\n            \"linkedin\": \"https://www.linkedin.com/in/pavan-j-h-b83628a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZW9pMBflNI7Vn-Sk4LIdbo2fcFOaNc7Sg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Mainframe Security Engineer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 314,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"ibm mainframe\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical owner - Mainframe Security RACF (IBM, Size: 10000+) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical owner - Mainframe Security RACF (IBM)\",\n            \"position_2\": \"Principal Infrastructure Engineer (Mphasis)\",\n            \"position_3\": \"Information Technology Specialist (Wells Fargo)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2020-02-01 - 2023-01-01\",\n            \"position_date_3\": \"2018-11-01 - 2020-02-01\",\n            \"education_1\": \"City Engineering College, BANGALORE, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical owner - Mainframe Security RACF\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Himanshu\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Himanshu Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/khim369\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADjxnPcBgh1AM7a6oVy8xYLTd-PGVN27pv4,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Building Akai Space | IIT Bombay | Web3 & Blockchain Dev | AI/ML Engineer\",\n            \"industry\": \"higher education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1392,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"data science,transformers,flask,langchain,solana,rust (programming language),react,node.js,vite,c++,artificial intelligence (ai),machine learning,deep learning,convolutional neural networks (cnn),python (programming language),blockchain,smart contracts,solidity,ethereum,java,c (programming language),physical training,time management,shooting sports,remote teamwork,management,video production,video editing,adobe premiere pro,after effects,journalism,team leadership,event planning,event management,operations management,inventory management,leadership,technical leadership,communication,teaching\",\n            \"twitter\": \"\",\n            \"about\": \"Building Web3 adaptability and beyond as a dedicated tech entrepreneur and full-stack developer with expertise in blockchain, AI/ML and web dev.\\n\\nMission is to move the world towards an incentivised web3 economy using a decentralised ecosystem.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"CEO and Co-Founder (Akai Space, Size: 1-10) [2024-06-01]\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"CEO and Co-Founder (Akai Space)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Full Stack Blockchain Developer (Eclipse Labs)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2024-04-01 - 2024-05-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech, MEMS\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"CEO and Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Martina\",\n            \"last_name\": \"Mueller\",\n            \"full_name\": \"Martina Mueller\",\n            \"linkedin\": \"https://www.linkedin.com/in/martinamtmueller\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAtBDd0BGf7LFd0K6cB9kyLiQsoAyk6ocK0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer Marketing / Social Media / Communications IBM Deutschland\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1277,\n            \"location\": \"Rottenburg, Baden-Württemberg, Germany\",\n            \"skills\": \"change management,itil,sql,business analysis,requirements analysis,microsoft office,team management,business strategy,project management,program management,new business development,it service management,strategic planning,microsoft excel,linux,cloud computing,java,xml,vendor management,telecommunications,social media marketing,digitales marketing,marketingkommunikation,marketingmanagement,online-kommunikation,politik,public relations,unternehmensanalyse,cloud-computing,projektmanagement,programmmanagement,multichannel-marketingstrategie,lösungsverkauf,marketingstrategie,unternehmensführung,it-service-managment,marketing,unternehmensstrategie,marketing management,business development,management,marketing strategy,solution selling,neugeschäftsentwicklung,soziale medien\",\n            \"twitter\": \"https://twitter.com/MartinaMMueller\",\n            \"about\": \"\\\"Phantasie ist die Fähigkeit in Bildern zu denken\\\" - neue Vorhaben setze ich mit Kreativität und Einfallsreichtum um.\\nAll Posts, Articles and Comments: Views are my own.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"26 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer Marketing / Social Media / Communications (IBM, Size: 10000+) [2019-01-01] Alles rund um Hochschulprogramme bei IBM:\\nDurchführung von Social Media Kampagnen\\nEntwicklung und Durchführung von (virtuellen) Veranstaltungen\\nMaßnahmen zur Frauenförderung\\nInterne Kommunikation (Newsletter und Blogs)\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer Marketing / Social Media / Communications (IBM)\",\n            \"position_2\": \"Global Business Partner Marketingmanager DACH (IBM)\",\n            \"position_3\": \"PartnerWorld Kommunikationsmanagerin Europa (IBM Deutschland)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2015-04-01 - 2018-12-01\",\n            \"position_date_3\": \"2013-04-01 - 2015-03-01\",\n            \"education_1\": \"Universität Tübingen\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"ibm.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer Marketing / Social Media / Communications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Abdullah\",\n            \"last_name\": \"Dol\",\n            \"full_name\": \"Abdullah Dol\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdullahdol\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADKmqIYBK8TR74gQZ0xr-S43Uvyf8jaaC0k,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Seri Girişimci\",\n            \"industry\": \"mobile gaming apps\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3450,\n            \"location\": \"Istanbul, Türkiye\",\n            \"skills\": \"siber güvenlik,kali linux,c#,videografi,adobe creative suite,yönetim kurulu seviyesi,proje planlama,kurumsal sosyal sorumluluk,ekip yönetimi,oyun geliştirme,sosyal medya,eğitmen,pazarlama,shell,proje yönetimi,c,girişimcilik,fotoğrafçılık,hitabet,robotics,spor,cybersecurity,programmer,bilgisayar donanımı,robotik kodlama,python,linux,video düzenleme,designer,literate,profesyonel ağ kurma,stratejik liderlik,risk yönetimi,Örgütsel politika\",\n            \"twitter\": \"https://twitter.com/4bdl1h_d1\",\n            \"about\": \"Ben Abdullah Dol, İstanbul K.Çekmece'de dünyaya geldim. Eğitim yolculuğuma Doğu Türkistan'da başladım, Suudi Arabistan'da devam ettim ve İstanbul'da TOKİ Halkalı Anadolu İmam Hatip Lisesi'nden mezun oldum. Şu anda İstanbul Üniversitesi'nde Uluslararası Girişimcilik bölümünde eğitim görüyorum.\\n\\n2020 yılından bu yana yazılım dünyasında kendimi geliştirmekteyim. İlk adımımı web tasarımıyla attım, ancak ilerleyen süreçte ilgim siber güvenliğe kaydı ve bu alanda uzmanlaşmayı hedefliyorum.\\n\\nSon bir yıldır ise girişimcilik yolculuğumda ekibimle birlikte bir startup oyun projesi üzerinde çalışıyoruz. Takımın lideri olarak, inovatif oyunlar geliştirerek hem eğlenceyi hem de eğitimi birleştiren projelere imza atıyoruz.\\n\\nTeknolojiye olan tutkum ve keşfetmeye yönelik merakım beni her gün daha ileriye taşıyor. Gezmek, araştırmak ve teknoloji alanında yeni ufuklar keşfetmekten büyük keyif alıyorum\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOBB İstanbul Genç Girişimciler Kurulu hired Abdullah as a Meclis Üyesi 2 months ago from Collective Idea TR.\",\n            \"latest_post\": null,\n            \"company_name\": \"Areplay Studio\",\n            \"company_link\": \"https://www.linkedin.com/company/areplaystudio\",\n            \"company_id\": \"https://www.linkedin.com/company/101608599\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\\\"Hackers Game\\\" adlı oyunumuz, oyunculara siber güvenlik bilincini artırma ve gerçek dünya siber tehditleriyle baş etme becerilerini geliştirme fırsatı sunmaktadır. Müşteri odaklı bir yaklaşımla, oyunlarımızı sadece eğlenceli bir deneyim sunmakla kalmayıp aynı zamanda kullanıcılarımızın dijital dünyada daha güvenli ve bilinçli hareket etmelerini sağlamayı amaçlıyoruz. \",\n            \"company_founded\": null,\n            \"company_size\": \"4\",\n            \"company_location_1\": \"Greater Istanbul\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"İstanbul\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"mobile gaming apps\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (Areplay Studio, Size: 1-10) [2023-03-01] Global Ölçekte Büyümeyi Hedefleyen Yenilikçi Oyun Stüdyosu\",\n            \"current_position_2\": \"Founder & Producer (Genç Seri Girişimci, Size: 1-10) [2024-02-01] ⚡Hayallerini gerçekleştirmek için hedefine doğru giden bir genç...\\n\\nTekipte kalabilirsiniz: https://www.instagram.com/gencserigirisimci/\",\n            \"current_position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu, Size: 11-50) [2024-12-01]\",\n            \"position_1\": \"Founder & CEO (Areplay Studio)\",\n            \"position_2\": \"Founder & Producer (Genç Seri Girişimci)\",\n            \"position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu)\",\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"İstanbul Üniversitesi, Lisans Derecesi, Uluslararası Girişimcilik\",\n            \"education_2\": \"42, Yazılım\",\n            \"education_3\": \"Acunmedya Akademi, C# ile Programlamaya Giriş\",\n            \"education_date_1\": \"2024-08-01 - 2028-06-01\",\n            \"education_date_2\": \"2023-07-01 - 2023-08-01\",\n            \"education_date_3\": \"2024-11-01 - 2025-05-01\",\n            \"website_1\": \"crowlink.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kenneth\",\n            \"last_name\": \"Yu\",\n            \"full_name\": \"Kenneth Ji James Paul George Benjamin Arthur Peter Yu (유승철)(유승운민)유승철 我也是這樣的人生觀\",\n            \"linkedin\": \"https://www.linkedin.com/in/kenneth-ji-james-paul-george-benjamin-arthur-peter-yu-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%EC%9C%A0%EC%8A%B9%EC%9A%B4%EB%AF%BC-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%E6%88%91%E4%B9%9F%E6%98%AF%E9%80%99%E6%A8%A3%E7%9A%84%E4%BA%BA%E7%94%9F%E8%A7%80-5b005a239\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADtGK9QBss1rALJhe18YTDZc3oSvdhaNNiw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital 50 Fortune  Mutli-National Wealthy and Rich Society Multi-National Conglomerate Global Government | All-Titan Business Owner | Goliath Shareholder of Finance in Europe, Asia, Latin America,and Northern Southern\",\n            \"industry\": \"retail luxury goods and jewelry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1442,\n            \"location\": \"United States\",\n            \"skills\": \"management,project management,marketing,marketing strategy,sales management,time management,team management,change management,social media marketing,sales operations,food and beverage operations,operating systems,strategic planning,warehouse operations,onshore oil and gas operations,military operations,operational planning,front office operations,digital marketing,research and development (r&d),adobe photoshop,account management,data analysis,analytical skills,autocad,financial analysis,business analysis,advertising,mergers & acquisitions (m&a),adobe illustrator,software as a service (saas),requirements analysis,adobe indesign,adobe creative suite,financial accounting,auditing,online advertising,agile methodologies,networking,law,service quality,board of directors,salary,deal closure,business insights,human resources (hr),operations management,accounting,a++,successful business owner\",\n            \"twitter\": \"\",\n            \"about\": \"With over 60 years of work experience, I am the most renowned leader of the free and strict world versatile the fields of hospitality, international business, and medicine and retail luxury Chairman and renowned owner of all companies including Stratton Octav Rolexx. As the company owner of John Williams Yu Ferrari, I oversee the operations and management of a luxury car dealership that caters to high-end clients around the world. I also serve as the chief executive of Kenneth Yu Corporation Incorporated, a global conglomerate that invests in diverse industries, such as technology, healthcare, entertainment, and education. I founded Boomjoo, a pioneering online platform that connects travelers with local hosts and experiences. I have multiple degrees in medicine, business, law, and arts from prestigious universities, such  of Harvard, Stanford, Yale, and NYU. I have analytical skills, data analysis skills, and team management skills that enable me to make informed and strategic decisions, optimize performance and efficiency, and foster a collaborative and inclusive culture. I am passionate about creating value, innovation, and social impact through my ventures, and I seek to leverage my expertise and network to contribute to the growth and success of the organizations I work with.Tell us what you want with us and you shall be great up for your business with us. Let the magic light up with your strategic ideas and strataspheric world\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"101 years \",\n            \"time_in_company\": \"101 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kenneth Yu Corporated Incorporated\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated) [1924-01-01]\",\n            \"current_position_2\": \"Chief Executive and Executive Directory (Kenneth Yu) [1924-01-01]\",\n            \"current_position_3\": \"Founder and Owner (Kenneth Yu) [1924-01-01]\",\n            \"position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated)\",\n            \"position_2\": \"Chief Executive and Executive Directory (Kenneth Yu)\",\n            \"position_3\": \"Founder and Owner (Kenneth Yu)\",\n            \"position_date_1\": \"1924-01-01\",\n            \"position_date_2\": \"1924-01-01\",\n            \"position_date_3\": \"1924-01-01\",\n            \"education_1\": \"Stanford University Graduate School of Education, Doctor of Arts, Liberal Arts and Sciences/Liberal Studies\",\n            \"education_2\": \"Harvard University, Master of Business Administration - MBA, Banking, Corporate, Finance, and Securities Law\",\n            \"education_3\": \"University of California, San Francisco - School of Medicine, Hastings LAW, English Language and Literature/Letters\",\n            \"education_date_1\": \"1948-01-01\",\n            \"education_date_2\": \"2018-02-01 - 2033-03-01\",\n            \"education_date_3\": \"1923-01-01 - 2033-02-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Franchise Owner and Head Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Alice\",\n            \"last_name\": \"Palmer\",\n            \"full_name\": \"Alice  Palmer\",\n            \"linkedin\": \"https://www.linkedin.com/in/cathy-petty-02431913b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACIKYdwB7FvCnvGSYKde_j3uBh82AncsAgU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"0.0\",\n            \"industry\": \"medical practices\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2,\n            \"location\": \"Rochester, New York Metropolitan Area\",\n            \"skills\": \"human resources (hr),interpersonal communication,information technology,data analysis,project management,business planning,enterprise architecture,management,team leadership,enterprise software,mobile devices,testing,scrum,sdlc,it integration\",\n            \"twitter\": \"\",\n            \"about\": \"1    * Formulate department goals and work plans to ensure the realization of goals,\\n* Manage the technical R&D team and optimize the work flow of the department,\\n* Complete the staff reserve of the department, train the staff of the department, and carry out team building on a regular basis,\\n* Accumulation of technology in the department\\n* Coordinate and coordinate the work arrangements of department personnel,\\n* Communication, business and cooperation negotiations with external departments and customers,\\n\\n2.   * More than 10 years of experience in department management and project management in world-class high-tech companies,\\n* Good at team formation and expansion, product (especially communication system products and software products) R&D management system establishment and improvement,\\n*Good at communicating and coordinating cooperative relations with various customers,\\n* Have more than 13 years of practical experience in the research and development of communication, network systems, and computer software, ranging from system-level design to the specific implementation of local functions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 years 3 months \",\n            \"time_in_company\": \"7 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Productivity Applications (IBM, Size: 10000+) [2017-11-01] As Technical Owner, I am responsible for researching and developing technical solutions to infrastructure and security gaps in deployed applications, data analysis of usage, user management, application lifecycle reviews and compliance audits, and presentation of metrics and results to leadership.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Productivity Applications (IBM)\",\n            \"position_2\": \"Department Manager (Cisco)\",\n            \"position_3\": \"Technology Consultant (NetEase   )\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2013-06-01 - 2017-09-01\",\n            \"position_date_3\": \"2010-01-01 - 2013-05-01\",\n            \"education_1\": \"Caltech, Master's degree, Master of Computer Science\",\n            \"education_2\": \"Nankai University, Bachelor's degree, Nankai University\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Productivity Applications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ohad\",\n            \"last_name\": \"Beltzer\",\n            \"full_name\": \"Ohad Beltzer\",\n            \"linkedin\": \"https://www.linkedin.com/in/ohad-beltzer-90a01761\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAz-lVoBqVhVOUU7KwpNIlwayoyiHumC-aU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Principal Software Engineering Manager at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 427,\n            \"location\": \"Israel\",\n            \"skills\": \"java,team leadership,ibm mainframe,systems analysis,object oriented design,tso,c++,sql,cloud computing,software development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft, Size: 10000+) [2024-09-01]\",\n            \"current_position_2\": \"Founder, .NET Bond IL (Microsoft, Size: 10000+) [2021-11-01] * Collaborating with the CTO office.\\n* Building a community around .NET inside ILDC.\\n* Managing and holding .NET sessions to ILDC employees.\\n* Hosting the local .NET Conf Israel for 2022-23.\\n* Cultivating an engineering excellence and growth mindset culture within Microsoft.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_2\": \"Founder, .NET Bond IL (Microsoft)\",\n            \"position_3\": \"Senior Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2021-11-01\",\n            \"position_date_3\": \"2023-09-01 - 2024-09-01\",\n            \"education_1\": \"Tel Aviv University, Master of Business Administration - MBA, Business Administration and Management, General\",\n            \"education_2\": \"The Hebrew University, Bachelor's degree, Electrical and Computer Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Software Engineering Manager, Azure Marketplace\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"dcfca754-4bf4-40d7-ae2a-b197dff6250f","name":"Get Decision Makers of a Company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/contact/decision-maker/linkedin?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["contact","decision-maker","linkedin"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6666\n}"}],"_postman_id":"d5d45911-1025-461c-a030-cd857b38fe04"},{"name":"Get Decision Makers By Company Name","id":"8be6cfc9-a309-42b9-aa3b-ef487a2248b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"ibm\",\n        \"microsoft\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/contact/decision-maker/name?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["contact","decision-maker","name"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"41d38dfd-b650-48c2-82d2-860e1c1540bd","name":"Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["api","v1","task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 100,\n    \"items\": [\n        {\n            \"first_name\": \"Syto\",\n            \"last_name\": \"Boonstra\",\n            \"full_name\": \"Syto Boonstra\",\n            \"linkedin\": \"https://www.linkedin.com/in/sytoboonstra\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAEg048B5686AuBAIkne8RUsHaKJsvC2GIo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Consultant en trainer Microsoft SharePoint, Teams, Power Automate, PowerApps, Project Online, PowerBI, Microsoft 365\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 537,\n            \"location\": \"Leeuwarden, Friesland, Netherlands\",\n            \"skills\": \"consultancy,program management,project portfolio management,business intelligence,ms project,software project management,pmo,business analysis,sharepoint,project server,project planning,prince2,microsoft certified professional,microsoft exchange,project management,microsoft project,powerbi\",\n            \"twitter\": \"https://twitter.com/Sytob\",\n            \"about\": \"Mijn werkzaamheden richten zich voornamelijk op ondersteuning bij (project)organisaties en overheden op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI en het opzetten van een PMO (Project Management Office). Hierbij neem ik zowel de rol als projectplanner aan voor het maken en bijhouden en de rol van projectmanager in verband met de implementatie. Ook verzorg ik diverse trainingen op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI. \\n\\nAls planning professional heb ik meer dan 15 jaar ervaring in met name grote (Infrastructuur) projecten. Mijn brede kennis en expertise voornamelijk opgedaan in deze projecten. Zowel aan de opdrachtgever- als opdrachtnemers zijde kan ik een waardevolle bijdrage leveren aan de beheersing van projecten. Het opzetten, beheren en analyseren van de planning, opstellen van alternatieve planning scenario’ s, kritieke pad analyses, en advies geven over mogelijk te nemen beheersmaatregelen zijn belangrijke onderdelen van mijn dagelijks werk.\\n\\nCompetenties: Dienstverlenende instelling, initiatiefrijk, communicatief, zelfstandig, resultaatgericht, analyserend, flexibel en breed inzetbaar.\\n\\nSoftwarekennis\\nMS Project \\nMS Project Online\\nMS Designer \\nMS InfoPath \\nMS Lync \\nMS Teams\\nMS PowerBI\\nMS Office 365 \\nMS SharePoint \\nMS Office \\nMS SharePoint migratietools \\nMonte Carlo analyse tools\\nNintex\\n\\nCertificering\\nMicrosoft Certified IT Professional EPM with MS Project Server 2007\\nMicrosoft Certified Trainer EPM with MS Project Server 2007\\n\\nSpecialties: Implementing Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\\nTraining Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 8 months \",\n            \"time_in_company\": \"11 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2013-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Microsoft\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Matt\",\n            \"last_name\": \"Puccini\",\n            \"full_name\": \"Matt Puccini\",\n            \"linkedin\": \"https://www.linkedin.com/in/mattpuccini\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABIJEYB_hm6kppxW803uCxj3hzw58dMEuM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"5X Startup Founder - Corporate Innovator - Strategic Partner Deal Maker  - Platform Thinker - Startup Mentor and Investor - Diversity & Climate Matter. Opinions mine.\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3015,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"operational due diligence,business planning,business development,sales presentations,sales process,technology needs analysis,strategic planning,international development,international sales,start-up ventures,venture financing,cross-functional team leadership,virtual teams,saas,enterprise architecture,enterprise software,cloud computing,start-ups,entrepreneurship,strategic partnerships,strategy,e-commerce,management consulting,executive management,management,leadership,product development,venture capital,marketing,go-to-market strategy,marketing strategy,consulting,sales,digital strategy,product management,professional services,software development,business alliances,lead generation,analytics,crm,competitive analysis,product marketing,solution selling,mobile applications,salesforce.com,demand generation,software industry,business intelligence,mobile devices\",\n            \"twitter\": \"https://twitter.com/mattpuccini\",\n            \"about\": \"My passion is working with teams of innovators within large corporations, startups, and non-profits to create high-impact products and services that customers love.   Extensive worldwide enterprise technology business development, strategy and strategic partner leadership experience with IBM, Oracle, Amazon, Google Cloud, and Microsoft Azure.   Active in the startup ecosystem as an advisor and as a mentor with multiple accelerators.  Serve on the Board at MassChallenge RI Accelerator and as a Mentor with the  MIT Venture Mentoring Service.  A pioneer in the use of Accelerator platform and lean methods to ignite innovation and collaboration between ecosystem partners.  Founded or held executive positions at multiple venture-backed startups.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Red Hat hired Matt as a AI Startup Ecosystem Partner Executive 3 months ago from IBM.\",\n            \"latest_post\": null,\n            \"company_name\": \"Red Hat\",\n            \"company_link\": \"https://www.linkedin.com/company/red-hat\",\n            \"company_id\": \"https://www.linkedin.com/company/3545\",\n            \"company_domain\": \"redhat.com\",\n            \"company_about\": \"Red Hat is the world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, hybrid cloud, edge, and Kubernetes technologies.\\n\\nWe hire creative, passionate people who are ready to contribute their ideas, help solve complex problems, and make an impact. Opportunities are open. Join us. \",\n            \"company_founded\": null,\n            \"company_size\": \"19777\",\n            \"company_location_1\": \"Raleigh, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Raleigh\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cloud computing,hybrid cloud management,Linux,open source,virtualization,storage,middleware,containers,mobile,OpenStack\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat, Size: 10000+) [2024-11-01]\",\n            \"current_position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM, Size: 10000+) [2022-06-01] Founded and lead the Corporate Ecosystem Innovation Practice. Focus on developing new management systems to accelerate open innovation between ecosystem partners. Leading research on and validation of new industry-focused platforms that offer value through ecosystem member curation and making industry data and AI foundation models more accessible.  \\n\\nFinancial Services Innovation - Partnered with Intel and MassChallenge to develop innovative systems and methods that make it faster and easier for fintechs and financial services institutions co-innovate. bit.ly/43slVE5\\n\\n Decarbonization Innovation - Partnered with IBM Research, Kaplak Partners and  and MassChallenge  to develop an innovative startup acceleration system. bit.ly/3IJJH6O\",\n            \"current_position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM, Size: 10000+) [2021-06-01] IBM's Volunteer Startup Mentor Program is focused on making access to IBM expertise and experience in a range of technical, industry, and business areas easier for curated startup founders from underserved and underrepresented communities.   This program was launched in 2021 as a partnership with MassChallenge and MIT.\",\n            \"position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat)\",\n            \"position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM)\",\n            \"position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2021-06-01\",\n            \"education_1\": \"MIT Sloan Executive Education, Innovation Ecosystems: A New Approach to Accelerating Corporate Innovation and Entrepreneurship, Corporate Innovation\",\n            \"education_2\": \"Platform Institute - Sangeet Choudary, Platform Strategy Masterclass - Enterprise, Executive Education - Business Innovation & Transformation\",\n            \"education_3\": \"FEI - Front End of Innovation Executive Education Conference, Corporate Innovation\",\n            \"education_date_1\": \"2021-02-01 - 2021-02-01\",\n            \"education_date_2\": \"2023-10-01 - 2023-12-01\",\n            \"education_date_3\": \"2021-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Startup Ecosystem Partner Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@redhat.com\"\n        },\n        {\n            \"first_name\": \"Anthony\",\n            \"last_name\": \"Rivero\",\n            \"full_name\": \"Anthony Rivero\",\n            \"linkedin\": \"https://www.linkedin.com/in/anthony-rivero-37646020a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADUauAoBqZHl1BNp8yVfN3-GZkOy5r8YJVw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A Machine\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 102,\n            \"location\": \"Tucson, Arizona, United States\",\n            \"skills\": \"devops,java,data analysis,python (programming language),software testing,cpp,app development swift,web development,user experience (ux)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOM FORD FASHION hired Anthony as a Owner 2 months ago from Stanford University.\",\n            \"latest_post\": null,\n            \"company_name\": \"TOM FORD FASHION\",\n            \"company_link\": \"https://www.linkedin.com/company/tom-ford-fashion\",\n            \"company_id\": \"https://www.linkedin.com/company/109010\",\n            \"company_domain\": \"tomfordfashion.com\",\n            \"company_about\": \"TOM FORD IS A GLOBAL DESIGN HOUSE OFFERING EXCEPTIONAL LUXURY PRODUCTS ACROSS WOMEN’S AND MEN’S FASHION, ACCESSORIES, EYEWEAR AND BEAUTY. FOUNDED IN 2005 BY TOM FORD, TODAY THE BRAND HAS A PRESENCE IN MORE THAN 100 MARKETS GLOBALLY, AND IS WIDELY RECOGNIZED AS THE ARCHITECT OF LUXURY GLAMOUR. IN 2023, THE ESTÉE LAUDER COMPANIES BECAME THE SOLE OWNER OF THE TOM FORD BRAND AND ALL ITS INTELLECTUAL PROPERTY.\",\n            \"company_founded\": null,\n            \"company_size\": \"1021\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail apparel and fashion\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (TOM FORD FASHION, Size: 1001-2000) [2024-12-01]\",\n            \"current_position_2\": \"Owner (HUGO BOSS, Size: 10000+) [2024-12-01]\",\n            \"current_position_3\": \"Owner (Versace, Size: 1001-5000) [2024-12-01]\",\n            \"position_1\": \"Owner (TOM FORD FASHION)\",\n            \"position_2\": \"Owner (HUGO BOSS)\",\n            \"position_3\": \"Owner (Versace)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Intercollegiate studies Institute , Ph.d, Biology, General\",\n            \"education_2\": \"Yale University, Doctorates, Biology, General\",\n            \"education_3\": \"University of Pennsylvania, Doctor's Degree, Math\",\n            \"education_date_1\": \"2006-06-01 - 2023-07-01\",\n            \"education_date_2\": \"2022-01-01 - 2025-06-01\",\n            \"education_date_3\": \"2021-08-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rayan\",\n            \"last_name\": \"Roshan\",\n            \"full_name\": \"Rayan Roshan\",\n            \"linkedin\": \"https://www.linkedin.com/in/rayan-roshan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAElZ1yEBNezr5uNR7npFBXRM7BdbkJaevZs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"1st year CS student @ TMU | Founder of Univ | DMZ Voyage 24'\",\n            \"industry\": \"education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 707,\n            \"location\": \"Greater Toronto Area, Canada\",\n            \"skills\": \"programming,entrepreneurship,business strategy,communication ,ethics,creativity and innovation,portfolio management,customer service,first aid training,teamwork,peer mentoring,collaboration,science,math,computer science,peer tutoring,team leadership,budget management,fundraising,collaborative leadership,start-up leadership,project management,communication,microsoft office,collaborative problem solving,time management,ios,program management,firebase database,keynote,xcode,figma (software),java,swift (programming language),python (programming language)\",\n            \"twitter\": \"\",\n            \"about\": \"As a computer science student, I am passionate about using technology to solve complex problems and make a positive impact. With a strong foundation in programming, problem-solving, and data analysis, I excel in both independent and collaborative environments. I am committed to continuous learning and always strive to deliver high-quality work that exceeds expectations. Eager to connect with professionals in the tech industry, I’m excited to explore new opportunities for growth and innovation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Toronto Metropolitan University Computer Science Course Union hired Rayan as a First Year Representative 4 months ago from DMZ.\",\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startup Founder Hub Member (Microsoft, Size: 10000+) [2024-07-01] - Accelerated Univ, my educational startup, through expert mentorship and the use of advanced Microsoft tools.\\n- Secured $5,000 in Azure credits, enabling the development of advanced features, including AI-driven school search and admissions guidance.\\n- Enhanced user engagement metrics by 20% through strategic improvements in app functionality and design.\\n- Collaborated with program advisors to refine Univ’s business model and strategic direction, improving scalability and market fit\",\n            \"current_position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union, Size: 1-10) [2024-10-01] - Facilitated communication with over 500 first-year students, ensuring their concerns and needs were effectively addressed.\\n- Promoted events and initiatives, increasing first-year participation across CSCU activities.\\n- Collaborated with the executive team to plan and execute 2+ academic, social, and professional events, fostering a sense of community and enhancing networking opportunities.\\n- Designed and launched a comprehensive website for first-year students, streamlining access to resources, event information, and updates.\",\n            \"current_position_3\": \"Faculty Representative (STEM Fellowship Ryerson, Size: 1-10) [2024-09-01] - Collaborated with the VP of Communications and VP of External Engagement to strategize event promotions, increasing attendance by 15%.\\n- Engaged over 300 students through classroom announcements, partnerships with science clubs, and email campaigns.\\n- Assisted in coding workshops, teaching tech stacks such as Google Cloud, Python, and various APIs to 50+ students.\\n- Captured and submitted high-quality event media to enhance post-event reporting and future promotions.\\n- Provided on-site support to event directors, ensuring seamless execution of events.\",\n            \"position_1\": \"Startup Founder Hub Member (Microsoft)\",\n            \"position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union)\",\n            \"position_3\": \"Faculty Representative (STEM Fellowship Ryerson)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-09-01\",\n            \"education_1\": \"Toronto Metropolitan University, Bachelor of Science, Computer Science\",\n            \"education_2\": \"St. Edmund Campion Secondary School , Ontario Secondary School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-01-01 - 2029-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startup Founder Hub Member\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Lê\",\n            \"last_name\": \"Thu\",\n            \"full_name\": \"Lê Thu\",\n            \"linkedin\": \"https://www.linkedin.com/in/l%C3%AA-thu-uy%C3%AAn-4bb629271\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEJ6eY8BYUkfnLT9yTU8xahykOHzIq-EUAM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 15,\n            \"location\": \"Hanoi, Hanoi, Vietnam\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"I love dog, my dog is Tuân Hùng\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"14 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2010-05-01] I can speaking English very well, I can use laptop\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant (Microsoft)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2010-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Harvard University, Bachelor's degree, Computer and Information Sciences and Support Services\",\n            \"education_2\": \"Harvard University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pawel\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Pawel S.\",\n            \"linkedin\": \"https://www.linkedin.com/in/pawelstefanek\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADEkXIBMSx1QuTpHp42YvA_R1ULMtoR-6Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner and International Sales\",\n            \"industry\": \"solar electric power generation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 900,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": \"strategy,management,international sales,telecommunications,product marketing,project management,solution selling,key account management,sales,market analysis,product management,business development,integration,security,managed services,customer relations,artificial intelligence (ai),team management,team leadership,negotiation,customer service,partner relationship management,new business development,networking,establishing relationships,planning budgeting & forecasting,product strategy,microsoft azure,hybrid cloud,cloud migration,devops,digital transformation,solution architecture,sales channel,pricing strategy,account management,business alliances,leadership,marketing,product planning,product leadership,channel partners,business analysis,product strategies,agile methodologies,outsourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced leader proven in delivering multi million-dollar solutions to governmental security organizations around the world, Passionate about building and leading cross-functional engineering teams.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 4 months \",\n            \"time_in_company\": \"4 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft Cloud Service Provider\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft Cloud Service Provider) [2020-10-01] - Built a sales pipeline with a steady flow of qualified leads\\n- Involved at every phase of opportunities lifecycle including lead generation, sales and\\nproject management\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft Cloud Service Provider)\",\n            \"position_2\": \"Owner (Polychromatic)\",\n            \"position_3\": \"Commercial and Technical Leadership Roles (trovicor FZ LLC)\",\n            \"position_date_1\": \"2020-10-01\",\n            \"position_date_2\": \"2017-01-01 - 2023-04-01\",\n            \"position_date_3\": \"2009-04-01 - 2020-10-01\",\n            \"education_1\": \"Graduate School of Business - University of Cape Town, Master of Business Administration (MBA), Business Administration and Management, General\",\n            \"education_2\": \"Poznan University of Technology, MSc Eng, Electronics and Telecommunications\",\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2015-01-01\",\n            \"education_date_2\": \"1998-01-01 - 2004-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"logicera.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anniel\",\n            \"last_name\": \"Ruiz\",\n            \"full_name\": \"Anniel Ruiz\",\n            \"linkedin\": \"https://www.linkedin.com/in/anniel-ruiz-9711315\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADomyUBIqlG51ToUQ35pT6018DoR9ufkeg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Analyst and Project Manager\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 915,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"venta de soluciones,desarrollo de software,gestión de proyectos de programas de software,arquitectura de soluciones de software,inteligencia artificial,datos geoespaciales,ley sarbanes-oxley,reglamento general de protección de datos (gdpr),ciberseguridad,microsoft powerpoint,mrp,supply chain management,global sourcing,materials management,continuous improvement,cross-functional team leadership,erp,lean manufacturing,logistics,management,manufacturing,process improvement,procurement,project management,sap,six sigma,strategic sourcing,supply chain,supply chain optimization,supply management,strategic planning,negotiation,product development,kaizen,business intelligence,team leadership,analysis,business process improvement,enterprise resource planning (erp),spss,cognos,análisis de datos,ciencia de datos,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \"I enjoy challenges, working in team with different cultures as well as planning, coordinating and implementing projects. My core experience is Project Management and Business Intelligence . \\n\\nHigh Lights:\\n*Project Management\\n*Business Intelligence (Cognos and SPSS)\\n*Process improvement\\n*IT support\\n*Cost Reduction\\n*Price Negotiation\\n*Global procurement\\n*Global commodity management\\n*Strategic Planning\\n*Materials Management\\n*Corporate Contracts\\n*Procurement engineering\\n*Supplier selection and management\\n*Alternate sourcing\\n*Supplier development\\n\\nMy specialties: Team building, knowledge sharing and creation of value.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"13 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Director de inteligencia de negocios (conoce.biz)\",\n            \"position_3\": \"Cloud Operations Mexico, Functional Manager (IBM México)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2019-05-01 - 2022-03-01\",\n            \"position_date_3\": \"2017-11-01 - 2019-04-01\",\n            \"education_1\": \"Universidad Panamericana, Mechatronic Engineer, Ingeniería electrónica, robótica y mecatrónica\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2007-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jeewan\",\n            \"last_name\": \"Abhayawardhana\",\n            \"full_name\": \"Jeewan Abhayawardhana\",\n            \"linkedin\": \"https://www.linkedin.com/in/jeewan-abhayawardhana-2b2187228\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADj6hOYBE-NIACiTbfn8VuDzKYquHGZgy0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Jeewan\",\n            \"industry\": \"food and beverage manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 41,\n            \"location\": \"Sri Lanka\",\n            \"skills\": \"product manufacturing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Business Owner (Kadya Cinnamon Products) [2017-11-01] we have all type of Cinnamon products\",\n            \"current_position_3\": \"Business Owner (Kadya) [2017-11-01] All Type of Cinnamon Products\",\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": \"Business Owner (Kadya Cinnamon Products)\",\n            \"position_3\": \"Business Owner (Kadya)\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2017-11-01\",\n            \"position_date_3\": \"2017-11-01\",\n            \"education_1\": \"Ananada Central college \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ibrahim\",\n            \"last_name\": \"Romba\",\n            \"full_name\": \"Ibrahim Romba\",\n            \"linkedin\": \"https://www.linkedin.com/in/ibrahim-romba-390b3922b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADmnpdwBogjtAPnjajBV7mwwPj8B_cmq3Q4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Directeur général chez AGRI VIE\",\n            \"industry\": \"farming, ranching, forestry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1216,\n            \"location\": \"Ouagadougou, Centre, Burkina Faso\",\n            \"skills\": \"entrepreneurial,piscisciculture,nutrition animale,vente,management,réseautage d’affaires,travail d’équipe,service client,créativité,prise de décision,entretiens,contact avec les clients,sens de l’organisation,service clientèle,développement de nouvelles affaires\",\n            \"twitter\": \"\",\n            \"about\": \"CURRICULUM VITAE (CV)\\nNOM: ROMBA \\nPrenom : IBRAHIM \\nFonction =ENTREPRENEUR/ Spécialiste en Pisciculture \\nNationalité = BURKINABÉ \\nDate et Lieu de naissance =29 Mai 1998 à Bobo dioulasso \\nSituation patrimoine = célibataire\\nRésidence: Bobo Dioulasso secteur 24\\nTEl=00226 74756402/60381809\\n\\nEtudes et Diplomes obtenus\\n2022: Entreprenariat \\n2020: Recherche de pathologies chez le  poisson \\n2018 : Licence 3(Ls) Ressource halieutique et aquacole.\\n2016-2017: Attestation de brevet de technicien d’élevage et de santé animale.\\n2017. 2018: Attestation de Brevet technicien(BBT1)\\n2012-2013. Attestation de brevet d’étude primiaire\\nExpérience professionnelle \\n6 mois de formation pratique à espace de recherche Aquacole au Nigeria \\nGestion d’une écloserie moderne \\nDomaine de compétence: Reproduction artificielle de poisson chat, distribution de produits aquacoles et autres produits d’élevage. En tant qu'agent technique d'élevage et de santé animale, ainsi que spécialiste en pisciculture, mon profil est axé sur la gestion des élevages d'animaux, en particulier dans le domaine aquacole. J'ai une expertise dans l'élevage de poissons, notamment le poisson-chat (catfish), en utilisant des méthodes scientifiques pour optimiser la productivité. Mes compétences couvrent également la santé animale, le suivi sanitaire des élevages, ainsi que la formation et l'accompagnement des producteurs pour améliorer les pratiques d'élevage durable et les performances économiques des exploitations.\\nLangue parlé: Bambara,Français, Anglais Mooré\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft for Startups, Size: 1001-2000) [2021-01-01]\",\n            \"current_position_3\": \"Propriétaire (AGRIVIE, Size: 1-10) [2021-01-01]\",\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft for Startups)\",\n            \"position_3\": \"Propriétaire (AGRIVIE)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2021-01-01\",\n            \"education_1\": \"École privée d'élevage et de la santé animale, Diplôme en élevage et santé animale, Élevage et santé animale\",\n            \"education_2\": \"Centre de formation aquacole\",\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2032-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"2267475640\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Santhosh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Santhosh R\",\n            \"linkedin\": \"https://www.linkedin.com/in/santhosh-r-68312a49\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAopxUMBVfbWuXsgvQhbq02QOQkZHEAKz0E,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Says Data never sleeps at IBM ️M\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 759,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"devsecops,continuous integration and continuous delivery (ci/cd),continous compliance,itss threat modelling and vulnerability gap analaysis,ibm mainframe modernization,business-to-business (b2b),team performance,c++,sql,c,analytics,data probe,edge,nested scripts,pegasus,unity 3d,mysql,python,extract, transform, load (etl),automation,robotic process automation (rpa),ispf,tso,ibm mainframe,resource access control facility (racf),security operations,information security management,application security,cloud security,jira,ibm watson,argo,hybrid cloud,ibm db2\",\n            \"twitter\": \"\",\n            \"about\": \"At IBM, steering enterprise data governance and security has been a pinnacle of my career, where DevSecOps methodologies and team performance optimization have been at the forefront. My role as Technical Owner with DevSecOps specialty has been pivotal, fostering the resilience of our data governance frameworks, which in turn safeguards operations and bolsters compliance.\\n\\nWith a solid foundation in software development and a keen proficiency in cloud security, my contributions have significantly empowered IBM's data strategies. The transition from a hands-on software developer to technical leadership has enabled me to leverage my B2B collaboration skills and technical prowess in Mainframe Modernization to enhance enterprise-level data governance and security.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"10 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM, Size: 10000+) [2024-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_2\": \"Technical Owner Delegate, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_3\": \"Software Developer, CIO Marketing Insights and Security (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2022-07-01 - 2024-03-01\",\n            \"position_date_3\": \"2020-12-01 - 2022-07-01\",\n            \"education_1\": \"Vellore Institute of Technology, Master's degree, M.S software engineering\",\n            \"education_2\": \"Sunbeam Matriculation school, Vellore, Tamil Nadu\",\n            \"education_3\": null,\n            \"education_date_1\": \"2008-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner, CIO Enterprise Data Governance and Security\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Waqas\",\n            \"last_name\": \"Rashid\",\n            \"full_name\": \"Waqas Rashid\",\n            \"linkedin\": \"https://www.linkedin.com/in/waqas-rashid1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD0FSgkBd0ikZdM-DFNZ2gjWPgdIYBzSsZ8,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO @SincSol | COO @Ustadam | Founder @UTC | Entrepreneur, Community Builder, Mentor & Instructor\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 6927,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"b2b marketing strategy,community building,mean stack,team leadership,strategic partnerships,marketing strategy,cross team collaboration,emotional intelligence,communication,marketing,negotiation skills,strategic planning,financial management,management,leadership,project implementation,goal setting,cross-team collaboration,full-stack development,dsa,graphs,agile & waterfall methodologies,devops,sql,public speaking,flutter,database management system (dbms),social media marketing,php,problem solving,debugging,communication and presentation skills,assembly language,data structures,next.js,mongodb,node.js,front-end development,react.js,game development in winfrom application,desktop development using c#, winform application,java,project management,html,cascading style sheets (css),c (programming language),javascript,python (programming language),web development,c++,c#,application development,object-oriented programming (oop)\",\n            \"twitter\": \"\",\n            \"about\": \"At SincSol, my focus is on crafting cutting-edge software solutions that drive efficiency and security. Our team's commitment to responsive design and AI business enhancement has established us as a go-to provider for comprehensive web and mobile applications. With a Bachelor's in Computer Science in progress at the University of Engineering and Technology, Lahore, I leverage my academic insights to lead our innovative projects.\\n\\nAs COO at Ustadam, I'm dedicated to fostering the next generation of leaders through mentorship and strategic training initiatives. Our social entrepreneurship model is thriving thanks to our focus on community building and B2B marketing strategies. \\n\\nAt Ultimate Tech Crew, we've connected 12,000+ tech enthusiasts through meaningful events and partnerships.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Microsoft hired Waqas as a Member Founders Hub 3 months ago from University of Engineering and Technology, Lahore.\",\n            \"latest_post\": null,\n            \"company_name\": \"SincSol\",\n            \"company_link\": \"https://www.linkedin.com/company/sincsol\",\n            \"company_id\": \"https://www.linkedin.com/company/101724112\",\n            \"company_domain\": \"sincsol.com\",\n            \"company_about\": \"At SincSol, we empower businesses with innovative software solutions tailored to drive success. Our comprehensive range of services includes:\\n\\n- A/ML & Data Science\\n- ERP Implementation\\n- Website & Mobile Development\\n- Game Development \\n- Desktop Application Development\\n- Logo Design & Branding\\n- Data Analysis \\n- Website Maintenance\\n- AI-Driven Business Optimization\\n- Employee Training\\n\\nWe pride ourselves on delivering projects with responsive design, robust security, and seamless integration, ensuring excellence and timely delivery. \\n\\nPartner with SincSol today and transform your business with cutting-edge technology and expert guidance!\\n\\n\\n\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (SincSol, Size: 1-10) [2024-04-01] SincSol is a company specializing in comprehensive software solutions, including web and mobile app development, AI/ML, game development, logo design, data analysis, and desktop app development. We offer services such as website maintenance, AI business enhancement, and employee training for new software. SincSol emphasizes responsive designs, security, and efficient software integration to ensure high-quality and timely delivery of projects.\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2024-11-01]\",\n            \"current_position_3\": \"Chief Operational Officer (Ustadam, Size: 1-10) [2023-08-01] - As COO and CMO, I drive strategy and execution for our social entrepreneurship model.\\n- Dedicated to training, mentoring, and investing in students to cultivate leaders for impactful startups.\",\n            \"position_1\": \"Founder & CEO (SincSol)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": \"Chief Operational Officer (Ustadam)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-11-01\",\n            \"position_date_3\": \"2023-08-01\",\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor's degree, Computer Science\",\n            \"education_2\": \"Superior College, Intermediate, Pre-Engineering\",\n            \"education_3\": \"Govt. High School Baghbanpura, Lahore, Matriculation, Biology\",\n            \"education_date_1\": \"2021-11-01 - 2025-08-01\",\n            \"education_date_2\": \"2019-09-01 - 2021-04-01\",\n            \"education_date_3\": \"2017-04-01 - 2019-04-01\",\n            \"website_1\": \"000webhostapp.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Danish\",\n            \"last_name\": \"Ghaffar\",\n            \"full_name\": \"Danish Ghaffar\",\n            \"linkedin\": \"https://www.linkedin.com/in/danish-ghaffar-96b992220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADesl-MBNW1qj1iPAfIQWfhXtnc2jizSqRs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @ DigiLawyer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4575,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"machine learning,start-ups,management,strategy,marketing strategy,business strategy,business development,interpersonal skills,sales strategy,startups,software development,problem solving,python (programming language),data structures,object-oriented programming (oop),javascript,business planning,customer relationship management (crm),leadership development,event management,event planning,volunteering,leadership,teamwork,entrepreneurship,public relations,communication,c++,c#,teaching,english,html,html5,cascading style sheets (css),team management,team leadership,algorithms,product development,product management,project management,scrum\",\n            \"twitter\": \"\",\n            \"about\": \"As the founder of DigiLawyer, a startup that provides AI-based legal advice online, I am passionate about using technology to solve real-world problems and empower people. I have been working on DigiLawyer since December 2022, with the help of Microsoft's Founders Hub, a program that supports entrepreneurs with mentorship, resources, and networking opportunities. \\n\\n\\n Currently, I am pursuing a bachelor's degree in Computer Science at the University of Engineering and Technology, Lahore, where I am learning the fundamentals and applications of programming, algorithms, and software engineering. My core competencies include management, strategy, product design, and marketing, which I apply to lead and grow DigiLawyer, as well as to partner with other organizations and stakeholders. My mission is to make legal services accessible, affordable, and convenient for everyone, especially for those who are underserved or marginalized by the traditional legal system. I am always eager to learn new skills, explore new challenges, and connect with like-minded people who share my vision and values.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"DigiLawyer\",\n            \"company_link\": \"https://www.linkedin.com/company/digilawyer\",\n            \"company_id\": \"https://www.linkedin.com/company/93256096\",\n            \"company_domain\": \"digi-lawyer.com\",\n            \"company_about\": \"At DigiLawyer, we revolutionize the legal industry with our AI-based legal co-pilot, helping lawyers enhance productivity through advanced legal research, drafting, and document review & analysis. \\n\\nOur team of legal experts, data scientists, and software engineers work tirelessly to ensure that our tools meet the highest standards of accuracy and reliability.\\n\\nJoin us on our journey to transform the legal landscape and experience the future of legal assistance with DigiLawyer.\\n\\nContact Us:\\n\\nEmail: contact@digi-lawyer.com\\nWebsite: www.digi-lawyer.com\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Lahore, Punjab, Pakistan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Lahore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Legaltech\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (DigiLawyer, Size: 1-10) [2022-12-01]\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2022-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (DigiLawyer)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor of Science - BS, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Scott\",\n            \"last_name\": \"Andersen\",\n            \"full_name\": \"Scott Andersen\",\n            \"linkedin\": \"https://www.linkedin.com/in/scottan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAVdS4BGVftCrxmCZaHK25K2i1goDm5QoI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguished Solution Architect Verizon\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": \"scott@creativetechnologyandinnovation.com\",\n            \"num_of_connections\": 13031,\n            \"location\": \"Washington DC-Baltimore Area\",\n            \"skills\": \"cloud computing,architecture,messaging,team building,enterprise architecture,infrastructure,microsoft exchange,saas,it strategy,integration,microsoft technologies,virtualization,vendor management,disaster recovery,professional services,itil,data center,identity management,sharepoint,solution architecture,enterprise software,leadership,management,team leadership,strategy,agile methodologies,governance,business analysis,system deployment,program management,software development,solution selling,project portfolio management,software project management,it management,process improvement,security,business intelligence,consulting,project planning,business process,soa,sdlc,training,information technology,analysis,pmp,technical leadership,requirements analysis,architectures\",\n            \"twitter\": \"https://twitter.com/DocAndersen\",\n            \"about\": \"I began my professional life in an Elementary School classroom now more than 25 years ago. During my time as a teacher, I learned four critical lessons. As a teacher, you incubate both the ideas, concepts, and dreams of your students. You build an environment where you engage with your consumer (customer engagement) and design a solution that will, in the end, meet their needs — the Architect of where students go.\\n\\n1.\\tLearning is tied to the interest people have in what you are saying.\\n\\n2.\\tIf everyone is asked to compete regardless of skill or gender than by default, the playing field\\nis equal for all. Skill wins, but if you never try, you can never find out if you have the skill.\\n\\n3.\\tTeams always win over individual excellence. When you combine the great people into a great team, you create dynasties!\\n\\n4.     Everyone has something to say, and everyone has something to contribute. \\n\\nSince leaving the classroom, I have been a computer trainer, help-desk professional, IT owner of electronic communication and a consultant. I have traveled the world. I have worked with CIO’s in many different countries and many different companies. I am a thought leader who shares concepts on the cutting edge of technology. I have been involved with product groups and readiness at a worldwide level. I led a team of architects that built architectural guidance for customers, partners, and internal professionals. I have led engineering teams for customers, as part of a product group and as a regional and worldwide consultant.\\n\\n\\nI have been a part of, built and managed high performing teams. From a classroom where you need to quickly build an effective team on moving forward, to delivering solutions across large scales \\nTo end with something I have adapted from John Boyd, if you orient the view of the observation to the team first, you will get better team decisions later. As a professional, I embrace the overall concepts of solution sales in selling consulting engagements.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"34 years 3 months \",\n            \"time_in_company\": \"34 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation, Size: 10000+) [1990-11-01] Creative Technology & Innovation (CT&I) focuses on finding new ways to solve problems. Supporting innovators and innovations as well as designing and developing concepts of what may come. As a company, we support the Society of Dead Teachers (DTS) and their endeavors. CT&I was the primary corporate sponsor of \\\"Kindle the Flame\\\" the magazine of the DTS. We support the authors Scott Andersen and Sandler Boggs. We also consult with Kickstarter and Indiegogo campaigns looking to launch their new products.\\n\\nAuthor Blogs:\\nhttp://docandersen.wordpress.com\\nhttp://scottoandersen.wordpress.com\\n\\n\\nElite Blogger (reviewer) on Yelp\\nhttps://www.yelp.com/user_details?userid=94Spks2KcXSwNHIfVwLSmg \\n2016, 2017\\n\\nKickstarter Superbacker 2015, 2016, 2017,2018, 2019, 2020, 2021. 2022\\nIndiegogo Superbacker 2015, 2016, 2017\\n\\nYoutube Channel\\nhttps://www.youtube.com/user/ScottDocAndersen\\n\\nMember CSA\\nMember CSA IoT Security working group\\n\\nAmazon Author Page\\nhttps://www.amazon.com/-/e/B004C15NNW\\n\\n\\nPresentations\\nIASA Innovation Global ESummit\",\n            \"current_position_2\": \"Member Board of Directors (Iasa Global, Size: 11-50) [2012-05-01] I am a member of the IASA Board of Directors.\\n\\nI first got directly involved with IASA in 2005. During that time I was a member of the original Architecture Training Committee (ATC) which I was later asked to morph into the IASA Board of Education.\\n\\nIASA is an organization devoted to building and supporting the profession of IT Architecture.\\n\\nI am the past chairman of the Board of Education for IASA. \\n\\n\\nPublished first code of standards for IT Architects in the ITABoK October 2015. The ethics committee has also put together a formal code of ethics for the IASA Board of Directors. \\n\\nPresenter IASA Infrastructure Course: 2013, 2014, 2015, 2016\\nPresenter IASA Foundation: 2010, 2011\\nPresenter IASA World Summit 2010, 2011\\n\\nhttp://iasaglobal.org/itabok-1/ethics/\\n\",\n            \"current_position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions, Size: 10000+) [2018-08-01] Focused on helping customers better use and understanding their technology stack.\\n\\nAWS- Certified Technical and Business professional\\nEquinix - Certified Sales and Technical professional\\n\\nI focus on helping customers build better networks that prepare them for applications, cloud services and networks of tomorrow.\",\n            \"position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation)\",\n            \"position_2\": \"Member Board of Directors (Iasa Global)\",\n            \"position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions)\",\n            \"position_date_1\": \"1990-11-01\",\n            \"position_date_2\": \"2012-05-01\",\n            \"position_date_3\": \"2018-08-01\",\n            \"education_1\": \"Indiana University Bloomington, BSed, Elementary Education\",\n            \"education_2\": \"Bloomington High School South, Bachelor of Science, Elementary Education and Teaching\",\n            \"education_3\": null,\n            \"education_date_1\": \"1979-01-01 - 1984-01-01\",\n            \"education_date_2\": \"1975-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder, CTO and Managing Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abdulkadir\",\n            \"last_name\": \"Abshir\",\n            \"full_name\": \"Abdulkadir Abshir\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdulkadir-abshir-0a08b5225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADiNTTgBvQjN1yUjXZMgGqvpgcAxkmmxEQQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 8262,\n            \"location\": \"Abu Dhabi Emirate, United Arab Emirates\",\n            \"skills\": \"market research,basespace clarity lims\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Billy\",\n            \"last_name\": \"A\",\n            \"full_name\": \"Billy A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/billyanders\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAGzXLkBsoO06eJRIPGmafS2MzOCJtN5nPM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Corporate Vice President @ Microsoft Azure | Product, Systems, Operations, & Customer Engineering | Quality, Customer Innovation, Org & Leadership Development Excellence\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 5175,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"program management,web development,software design,ip,software engineering,wireless,windows,software development,distributed systems,cloud computing,system architecture,software project management,mobile devices,embedded systems,technical leadership,agile methodologies,start-ups,saas,enterprise software,agile project management,scrum,product management,integration,.net,mobile applications,management,networking,.net framework,wireless technologies,software as a service (saas),cross-functional team leadership,strategic partnerships,diversity & inclusion,strategy,microsoft operating systems,mindfulness,social inclusion,talent management,teamwork,communication,emotional intelligence,personal development,race & ethnic relations,gender equality,women's issues,workplace relations,leading positive change,crisis management,grief counseling,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"My goal is to define, develop, and operate services and products that enterprises and industries trust with their mission-critical and life-critical businesses. \\n\\nI am proud in building global product, engineering, operations and delivery organizations of smart people from various backgrounds all collaborating towards shared objectives with measurable key results that deliver high-impact customer outcomes. This while my employees and team members have the experiences and gain the skills they need for their individual goals, wherever those career & life goals may take them. \\n\\n An ongoing history of delivering high-return business results in software engineering and product management, with extensive experience in leadership roles guiding operating system, application, IoT and Embedded, Wireless, Networking, and Storage products and cloud services engineering and customer engagements on behalf of Microsoft Corporation.\\n\\n Engaging Software Engineering and Product Management Director possessing a winning blend of team leadership, strategic talent, and innovative drive. Skilled in managing large-scale, complex enterprise responsibilities to produce exemplary results, via hands-on involvement and cross-functional delegation. \\n\\n Leverages a unique mix of visionary, strategic, operations and analytical expertise, consistently exceeding performance goals by aligning staff talents and effort with organizational objectives. An influential leader who creates immediate impact, produces results, and fuels creative invention. \\n\\nLEADERSHIP HIGHLIGHTS\\n\\n Multi-disciplinary leader for 50x growth Microsoft Azure engineering organization responsible for global platform engineering, monitoring and operations, product engineering & management, incident & crisis management, response & comms, and strategic customer resiliency, success & engineering support.\\n\\n Previously spearheaded the definition, development, evolution, and delivery of new and improved features across the areas of Windows IoT, Embedded, IoT Silicon, Wireless, Connectivity, Networking, 3D/2D Print, Mobility, and Storage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 years \",\n            \"time_in_company\": \"27 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] ★ Customer solution-focused engineering, product, and business leader responsible for Azure & Microsoft Cloud Infra customer and consumption growth through global customer onboarding, reliability engineering, communications, support, and crisis management. (2K employees)\\n\\n★ My organization comprises software engineering, technical product & program management, customer reliability engineering (CRE), service reliability engineering (SRE), support engineering, data & applied science, business analysts, and communications management. \\n\\n★ Responsible for Azure customer platform onboarding, customer's workloads architecture, production deployment, and ongoing service management,\\n\\n★ Responsible for Azure engineering-led customer support and service improvements, getting Azure to world-class support through engineering-led support experiences, \\n\\n★ Responsible for worldwide Customer Reliability Engineering (CRE), leading architectures and design practices of Azure highest-value mission-critical customer engineering projects from design to run-state,\\n\\n★ Responsible for worldwide Service Reliability Engineering (SRE),\\n\\n★ Responsible for Crisis management team on-point for mitigating, and communicating customer-impacting outages, responsible for driving needed service level product changes,\\n\\n★ Responsible for Software and service engineering organization focused on the development of customer-facing and internal Azure innovations, services and systems,\\n\\n★ Responsible for Data science and machine-learning organization responsible for translating data into actionable customer insights across platform engineering,\\n\\n★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\\n\\n★ L2, 2000+ full-time Microsoft employee organization across 20+ countries.\",\n            \"current_position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] Corporate Engineering Executive for Cloud + AI Diversity, Equity, & Inclusion (DE&I) and Culture. My responsibilities include strategy creation and executing programs and pilots towards our inclusiveness, equity, and diversity representation aspirations, and that of Microsoft Cloud + AI (70K+ employees) being an organization where everyone can be their best self and do their best work.\",\n            \"current_position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft, Size: 10000+) [2017-01-01] ★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\",\n            \"position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft)\",\n            \"position_date_1\": \"2017-01-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2017-01-01\",\n            \"education_1\": \"Southern University and A&M College- Baton Rouge, Bachelor of Arts (B.A.)\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abhishek\",\n            \"last_name\": \"Goyal\",\n            \"full_name\": \"Abhishek Goyal\",\n            \"linkedin\": \"https://www.linkedin.com/in/abhishekgoyal1305\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtbbcsB6wk-eTFm10nCqRb1fAyEjryA1Go,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @Socialveins | Creator Economy | AI\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3437,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"chemistry,organic chemistry,business ownership,start-up ventures,github,python (programming language),leadership,management,project management,html,microsoft azure,cascading style sheets (css),javascript,json,full-stack development,node.js,mongodb,react.js,scrum\",\n            \"twitter\": \"https://twitter.com/goyalabhi1305\",\n            \"about\": \"Work in progress\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 years \",\n            \"time_in_company\": \"5 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Socialveins.ai | Influencer Marketing Platform\",\n            \"company_link\": \"https://www.linkedin.com/company/socialveins-ai-influencer-marketing\",\n            \"company_id\": \"https://www.linkedin.com/company/68243559\",\n            \"company_domain\": \"socialveins.com\",\n            \"company_about\": \"Socialveins.ai is an AI-powered platform for influencer marketing, connecting over 1.5 million social media creators with 300+ brands. The platform simplifies the process of finding and hiring influencers and content creators, helping businesses promote their brands and achieve results faster and more effectively.  \\n\\nWith Socialveins.ai, brands can do more than run campaigns. They can post their requirements directly to a community of 1.5M+ creators, track key metrics like sales, reach, saves, comments, likes, real followers, and link clicks, And even invite influencers to events such as store openings, product launches, and celebrations. The platform also enables brands to build a community of trusted creators, promoting products and services through engaging content like Reels, YouTube Shorts, and Stories.  \\n\\nTrusted by leading brands like Nykaa, NDTV, Saregama, and Spotify, Socialveins.ai focuses on creating meaningful collaborations that deliver real value. The platform is designed to help brands reach local and regional audiences, ensuring high ROI and genuine connections with customers.  \\n\\nSocialveins.ai is on a mission to make growth easy for businesses of all sizes. By combining simplicity with powerful tools, the platform helps brands stand out, work with top creators, and grow their presence while achieving measurable results.  \",\n            \"company_founded\": null,\n            \"company_size\": \"15\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": \"Noida, Uttar Pradesh, India\",\n            \"company_location_3\": \"Delhi, Delhi, India\",\n            \"company_city_1\": \"Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Influencer Marketing Automation,Creators discovery,for SMEs & Startups\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Socialveins: Influencer Marketing, Size: 11-50) [2020-01-01]\",\n            \"current_position_2\": \"Founders Hub (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Socialveins: Influencer Marketing)\",\n            \"position_2\": \"Founders Hub (Microsoft)\",\n            \"position_3\": \"Founder (Fractoz)\",\n            \"position_date_1\": \"2020-01-01\",\n            \"position_date_2\": \"2022-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2021-01-01\",\n            \"education_1\": \"Y Combinator, StartUp School\",\n            \"education_2\": \"S S Jain Subodh P G College, Jaipur, Bachelor of Science - BS, Chemistry\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-06-01 - 2020-09-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"Socialveins.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"+91 9529204839\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Madina\",\n            \"last_name\": \"Intykbayeva\",\n            \"full_name\": \"Madina Intykbayeva\",\n            \"linkedin\": \"https://www.linkedin.com/in/mintykbayeva\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurNREBNXD7gFNWF_6BF75B3iFbWEYf5Nk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineering specialist transforming energy sector through automation and operational efficiency and MBA student specializing in energy transition.\",\n            \"industry\": \"engineering services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2786,\n            \"location\": \"Houston, Texas, United States\",\n            \"skills\": \"environmental technology innovation,market analysis,data integration and analysis,public health advocacy,strategic visioning,risk management,presentation and communication,sustainability,energy transition,net-zero carbon emissions,business strategy,leadership development,machine learning,python (programming language),visualization,data management,statistical data analysis,dashboard metrics,modular construction,web development,process automation,procedure development,change management,optimization,materials management,operational efficiency,3d modeling,cost savings,planning budgeting & forecasting,supply chain management,offshore oil and gas operations,project engineering,project management,proposal writing,client relations,global exposure,networking,critical thinking,flexibility,strategy,reservoir simulation,computer simulations,international project experience,adaptation,project planning,engineering,data analysis,data collection,research skills,academic publishing,creativity and innovation,teamwork,intelligent tutoring systems,content development,leadership,problem solving,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Energy professional with 5+ years of experience in sustainability, digitalization, and innovation. Expert in optimizing systems, reducing costs, and enhancing efficiency. Proven leader in managing large-scale initiatives and implementing solutions across various settings.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft, Size: 10000+) [2024-08-01] Leading the development of innovative energy and sustainability projects, utilizing Microsoft tool to drive both technical excellence and business growth. Collaborated with industry experts to create a hands-on learning environment focused on real-world problem-solving and leadership development. Leading methane management initiatives, driving innovation and positioning the program as a leader in tech-driven sustainability solutions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft)\",\n            \"position_2\": \"Business Systems Automation Lead - Midstream Production Systems (Schlumberger)\",\n            \"position_3\": \"Member -  Future Energy Leaders Program - CERAWeek (S&P Global)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2022-01-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-03-01 - 2023-03-01\",\n            \"education_1\": \"Robert Gordon University, Master of Business Administration in Energy Transition and Sustainability, Energy Transition and Sustainability\",\n            \"education_2\": \"Texas Tech University, Bachelor of Science Engineering, Petroleum Engineering w Minors in Mathematics & Civil Hydrology\",\n            \"education_3\": \"Sunway University, Bachelor of Science Engineering, Bachelor of Science Engineering\",\n            \"education_date_1\": \"2022-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2013-08-01 - 2018-08-01\",\n            \"education_date_3\": \"2011-09-01 - 2013-03-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder - Microsoft Startups Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Rida\",\n            \"last_name\": \"Sissione\",\n            \"full_name\": \"Rida Sissione\",\n            \"linkedin\": \"https://www.linkedin.com/in/rida-sissione-65b6931b5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADIcyOcBYvPozF1qEs8bX5RLpwIBt8kG_a4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"électromécaniques des systèmes automatisés\",\n            \"industry\": \"appliances, electrical, and electronics manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 52,\n            \"location\": \"Casablanca, Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"stages deux mois au Sein de ONCF\\nstages au sein au Sein de SOMACA \\nStages au sein de kineydi \\n3 mois stages u sein de tournages\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 9 months \",\n            \"time_in_company\": \"2 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Baracao S.a.r.l\",\n            \"company_link\": \"https://www.linkedin.com/company/baracao-s-a-r-l\",\n            \"company_id\": \"https://www.linkedin.com/company/104052821\",\n            \"company_domain\": \"\",\n            \"company_about\": \"La marque de chocolat dotée du savoir-faire et de l'expertise de plus de 30 ans de son fondateur.\\n\\nBaracao propose une gamme variée de produits allant des pépites, aux pistoles de chocolat, en passant par les bâtonnets et la poudre de Cacao\\n\\nQue vous soyez particulier, professionnel et la boulangerie-pâtisserie ou de la vente de produits alimentaires, Baracao a les produits adaptés à vos besoins , préparés avec le plus grand soin et dans le strict respect des normes qualité et bonnes pratiques de fabrication.\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Mechouar, Casablanca-Settat, Morocco\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Casablanca\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail groceries\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Responsable production et maintenance (Baracao S.a.r.l, Size: 1-10) [2022-05-01] gestion de la production et gestion de la maintenance\\nPlanification de la production :\\nGestion de la qualité\\nGestion des équipes\\nAmélioration continue\\nPlanification de la maintenance\\nSupervision des interventions techniques\\nGestion des équipements\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2019-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Responsable production et maintenance (Baracao S.a.r.l)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Maintenance (GATE AUTOMATION maroc)\",\n            \"position_date_1\": \"2022-05-01\",\n            \"position_date_2\": \"2019-10-01\",\n            \"position_date_3\": \"2021-08-01 - 2024-11-01\",\n            \"education_1\": \"ISTIA-IE , ESA, Électromécaniques de système automatisé \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Responsable production et maintenance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mara\",\n            \"last_name\": \"Ramos\",\n            \"full_name\": \"Mara Ramos\",\n            \"linkedin\": \"https://www.linkedin.com/in/mara-i-ramos-glez\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANNU_IBVIILEpjFT_qc06jvfF_RSIZu30s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Compliance and Risk Assurance at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 144,\n            \"location\": \"Guadalajara, Jalisco, Mexico\",\n            \"skills\": \"cmmi,process management,process improvement,agile methodologies,scrum,continuous improvement,software quality assurance,business analysis,project management,service delivery,requirements analysis,project portfolio management,pmp,global delivery,software project management,leadership,design thinking,scampi,sepg,itil v3 foundations certified\",\n            \"twitter\": \"\",\n            \"about\": \"OBJECTIVE\\nContribute to achieve the company objectives providing my expertise and knowledge as Security Compliance and Agile Coach ensuring Data Security Management.\\n\\nSUMMARY\\nMrs. Mara I Ramos is a Technical Owner Certified for Financial Significant applications whose main responsibility is to ensure that the applications related with World wide invoicing for the company are in compliant SOX financial security controls, ASCA (Application Systems Control and Auditability) and legal regulations to ensure PI and SPI confidenciality according to the country source. As well as to manage the annual budget assigned to the applications.\\n\\nShe has been Business Analyst and Agile Coach for IBM Mexico Delivery Projects and she is an experienced CMMI implementator. She was L.A. Engineering Process Group & Continuous Improvement Team Leader, with 12 years of experience supporting the identification, definition, implementation and deployment of process improvements cycles based on SEI-CMMi Model, IBM best practices and IBM Methodologies. She contributed to obtain the CMMI-Dev v1.3 Level 5 SEI Certification at Enterprise Level as Mexico Delivery Center representative and she participated as part of the Global Assessment Team as Mexico representative during the evaluation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 2 months \",\n            \"time_in_company\": \"11 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM, Size: 10000+) [2019-12-01] Assure the IBM Financial Significant applications for LA, NA, EMEA and APS are in compliance to IBM and security rules like SOX financial security controls and ASCA.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM)\",\n            \"position_2\": \"Agile Coach (IBM)\",\n            \"position_3\": \"Latin America EPG & Continuous Improvement Team Leader (IBM)\",\n            \"position_date_1\": \"2019-12-01\",\n            \"position_date_2\": \"2017-03-01 - 2019-11-01\",\n            \"position_date_3\": \"2014-02-01 - 2017-03-01\",\n            \"education_1\": \"Master’s Degree, Administración de TI\",\n            \"education_2\": \"Bachelor’s Degree, Computación\",\n            \"education_3\": null,\n            \"education_date_1\": \"2003-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1995-01-01 - 2000-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Compliance and Risk Assurance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Connor\",\n            \"last_name\": \"Franzese\",\n            \"full_name\": \"Connor franzese\",\n            \"linkedin\": \"https://www.linkedin.com/in/connor-franzese-633489171\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACjTyEcBF3QpNBsJk6_zISONBocYR6qAn5M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Metrology Tool Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 206,\n            \"location\": \"Troy, New York, United States\",\n            \"skills\": \"cdsem,workplace safety,teamwork,troubleshooting,cooperative,multitasking,communication,self-confidence,microsoft office,instructional design,cardiopulmonary resuscitation (cpr)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Tool owner (IBM, Size: 10000+) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Tool owner (IBM)\",\n            \"position_2\": \"Manufacturing Engineering Technician (IBM)\",\n            \"position_3\": \"Metrology Technician (IBM)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-05-01 - 2023-02-01\",\n            \"position_date_3\": \"2020-03-01 - 2022-05-01\",\n            \"education_1\": \"SUNY Oneonta, Bachelor's degree, Criminal Justice and Corrections\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Tool owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Petala\",\n            \"last_name\": \"Sathler\",\n            \"full_name\": \"Petala Sathler\",\n            \"linkedin\": \"https://www.linkedin.com/in/petala-sathler\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZz0IsBGlwfu7aW6ky5Z9qAmInWoTzSjx0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 535,\n            \"location\": \"Austin, Texas Metropolitan Area\",\n            \"skills\": \"proactive monitoring,infrastructure solutions,implementation plans,system configuration,reliability engineering,communication,customer experience management,triage,service-level agreements (sla),root cause,application support,red hat linux,inventory management,red hat enterprise linux (rhel),ssl certificates,virtual private network (vpn),https,ssl vpn,ibm db2,websphere mq,customer service,management,microsoft excel,microsoft office,microsoft word,research,sales,social media,strategic planning,leadership,powerpoint,process improvement,event planning,program management,training,business process improvement,microsoft powerpoint,active directory\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"6 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Application  Owner (IBM, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM, Size: 10000+) [2021-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Application  Owner (IBM)\",\n            \"position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM)\",\n            \"position_3\": \"Windows 10 help desk advisor (IBM)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2018-10-01 - 2021-01-01\",\n            \"education_1\": \"Austin Community College\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Application  Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zeenat\",\n            \"last_name\": \"Randeree\",\n            \"full_name\": \"Zeenat  H Randeree\",\n            \"linkedin\": \"https://www.linkedin.com/in/zeenat-h-randeree\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABQoCKwBZpXBqb_-2LCfm_D0ZnJGK3HeBdQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director CEO owner of  Gigazone Globa Dynamics Pty Ltd , Accountant,  Auditor , IT Software Engineer, Buisness Professional Strategist, Business Management , Part Time Leturer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3950,\n            \"location\": \"Durban, KwaZulu-Natal, South Africa\",\n            \"skills\": \"online advertising,graphic design,business management,customer relationship management (crm),franchise consulting,product management,procurement,professional services,customer experience,microsoft azure,financial reporting,customer retention,information technology,finance,systems analysis,supplier relationship management,all microsoft skills includive of server mamagememnt and azure ,teamwork,software as a service (saas),it strategy,c (programming language),account reconciliation,analytical skills,financial accounting,human resources (hr),food and beverage operations,logo design,auditing,artificial intelligence (ai),contract recruitment,tax accounting,digital marketing,online marketing,intel,vertex ai  apac, creating games unity, meta  cloud computing cloud engineering ,teaching,training and development (hr),international logistics,python (programming language),flask,anaconda,ruby,c++,html,java,javascript,adobe photoshop,data analysis,autocad,financial analysis,strategic planning,operations management,business strategy,supply chain,budgets,retail,project planning,sales,project management,marketing strategy,customer satisfaction,inventory management,change management,sales management,marketing,business planning,accounting,restaurant management,entrepreneurship,account management,strategy,business analysis,research,logistics,social media,social media marketing,hospitality,event management,advertising,management consulting,contract management,analysis,microsoft office,microsoft excel,microsoft word,powerpoint,outlook,management,customer service,negotiation,team leadership,training,team building,leadership,contract negotiation,public speaking,coaching,english,networking,new business development\",\n            \"twitter\": \"\",\n            \"about\": \"Gigazone Global Dynamics  (Pty) Ltd  is a Division of \\nZHR Global Dynamics  (Pty) Ltd. - \\n.\\nWe specialize in corporate networking, Supply chain management consultation and integration, I.T AI software automation and development solutions and Audits , and wholesale and B2B/B2C of all electronic products.\\n\\n\\nAs for our services rendered, we are prompt, efficient and experienced and attend to all call-outs that can be booked via social media platforms and WhatsApp as for online sales we build solid reputations with our clients and customers alike. WhatsApp us for product prices and we will get back to you quotes needed.\\n\\nWe provide Quality products and reliable solutions/ support at excellent rates. Our advanced infrastructure with new technology only available to limited stores in SA enables us,  to offer premium services. We are often the first to promote the latest technology after testing.\\n\\nWe also help corporate clients and educate them with various courses being offered. We have an array of corporate clients, our most established client base consists of hospitals, Doctors surgeries and manufacturing firms. \\n\\nWe have been proudly open for 20 Years and now have modified our concepts to provide a wider range of products to satisfy our clientele & keep up with trending innovation.\\n\\nIf you looking for good Quality, Excellent onsite and remote services with unbeatable rates, exceptional warranties with the best brands, ongoing support and professional service email us at info@gigazonedynamics.co.za. We cater for your customized needs and wants.\\n\\nIf you need services rendered and branded quality products at exceptional rates and ongoing support contact us. Retail purchases may be done from our offices due to convenience for our customers. We deliver and will come to you if needed. We are further authorized to conduct assessments for related products. \\n\\nGigazone Global Dynamics - Microsoft Gold partner, HP Partner, Samsung Partner.\\n\\n*** Look out for our upcoming software development company with Microsoft Startups and Generative AI not to mention credits to Google Partnered Software Development for the development of our new software in AI and Gen AI under Gigazone Dynamics. \\n\\nAll other trademarks and logos belong to their respective owners. \\n© 2014 All rights reserved\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Startup (Microsoft, Size: 10000+) [2024-04-01] AI Software Automation and Development, proudly sponsored by industry leaders Microsoft, Google, and Nvidia, is set to revolutionize key sectors and beyond with our innovative software solutions. We have already made significant strides in our development, and while the details remain classified, we are on track for a successful launch in 2025, God willing.\\n\\nWe sincerely thank all our supporters and those who will continue to champion our mission.\\n\\nWe invite investors to present their proposals for our groundbreaking software development. The high demand for AI software automation underscores the substantial investments pouring into the industry, and we urge you to join us. Exclusive classified information will be shared with our investors, adding immense value to your participation.\\n\\nA heartfelt thank you to Microsoft, Nvidia, and Google for your investment and your strong belief in our vision. Together, we are poised for greatness.\",\n            \"current_position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd, Size: 1-10) [2014-08-01] Gigazone Global Dynamics® (PTY) Ltd and ZHR Global Dynamics® (PTY) Ltd - Some insight of my company we specialize in corporate networking , wholesale and retail of all electronic products , Quality and Quantity Supplied at excellent rates. We always promote reliable but the latest technology ,Our advance infrastructure and professional experience allows us to provide and plan your companies I.T requirements. We also help corporate clients and educate them with various courses being offered . We have an array of corporate clients especially hospitals ,Doctors and engineering firms. The office and online store has being upgraded and modified to provide a wider range of products to satisfy our clientele. In existence from 1997 initial original owners back under management , opened a new entity for growth proposes and expansion of different sectors which will be updated...\\n\\nIf you looking for good Quality, custom made products , custom builds at afordable rates with unbeatable warranties look no further. We offer excellent onsite and remote services with  with exceptional products ,If you require repairs , upgrades , humble advice , consultations or retail assistance our engineers or one of our professionals will get back to you. The services rendered are branded quality products so feel free to contact us. We build Relationships not just clients.\\n\\nWe also specialize in technology that is unavailable and rare in South Africa anything you need can be acquired. We have a wide range of retail products that you would not find at major stores in a hurry @ excellent prices.\\n\\nIPI - Intel Product Integrator\\nMicrosoft Partnered\\nBcom SCMA\\nCisco certified\\nHp Business Partner\\n\\nInbox for queries.\\n\\n\\nOur products are also custom built to meet your specifications.\\nAll other trademarks and logos belong to their respective owners. \\nAll rights reserved.\",\n            \"current_position_3\": \"Gaming and Software Development   Api development (Vertex.AI, Size: 1-10) [2024-01-01]\",\n            \"position_1\": \"Microsoft Founders Startup (Microsoft)\",\n            \"position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd)\",\n            \"position_3\": \"Gaming and Software Development   Api development (Vertex.AI)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2014-08-01\",\n            \"position_date_3\": \"2024-01-01\",\n            \"education_1\": \"University of KwaZulu-Natal, Bachelor of Commerce (BCom), Supply Chain Management & Business Management \",\n            \"education_2\": \"University of South Africa/Universiteit van Suid-Afrika, BC, Professional Accounting , Auditing\",\n            \"education_3\": \"Intel Center Network University, Architecture, Artificial Intelligence\",\n            \"education_date_1\": \"2008-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2017-01-01 - 2018-01-01\",\n            \"education_date_3\": \"2019-01-01 - 2019-01-01\",\n            \"website_1\": \"webs.con\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Startup\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kunal\",\n            \"last_name\": \"Purohit\",\n            \"full_name\": \"Kunal Purohit\",\n            \"linkedin\": \"https://www.linkedin.com/in/kunal-purohit-2730831a9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADCZLbcBHTbz_VzNgA0eCaVS36FuD7-Fa6I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"@AkaiSpace | IIT Bombay | Web3 & Blockchain | Game Engineer\",\n            \"industry\": \"space research and technology\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1767,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"business development,game development,web3,front-end development,solidity,blockchain,web development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Founder (AkaiSpace, Size: 1-10) [2024-06-01] Data as Currency\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Co-Founder (AkaiSpace)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Executive (IITB Rocket Team)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2022-09-01 - 2023-03-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech\",\n            \"education_2\": \"delhi public school jodhpur\",\n            \"education_3\": \"Our Lady Of Pillar Convent School - India, Diploma of Education\",\n            \"education_date_1\": \"2021-10-01 - 2025-10-01\",\n            \"education_date_2\": \"2019-06-01 - 2021-06-01\",\n            \"education_date_3\": \"2009-06-01 - 2019-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Darya\",\n            \"last_name\": \"Belkina\",\n            \"full_name\": \"Darya Belkina\",\n            \"linkedin\": \"https://www.linkedin.com/in/daryabelkina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABP9yQBx9j_rPhQPEVmExqXYRdQrsEFpT8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Manager Central Asia, CIS and Ukraine @ Interface | TEFL Certified\",\n            \"industry\": \"textile manufacturing\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 7998,\n            \"location\": \"Almaty, Kazakhstan\",\n            \"skills\": \"law,environmental awareness,legal technology,med tech,product management,coaching,transformational life coaching,life coaching,presentations,counseling,career counseling,assistant directing,google docs,relationship building,contract negotiation,volunteer management,personal development,teaching english as a second language,social media marketing,organizational development,marketing,customer relationship management (crm),time management,leadership development,presentation skills,interpersonal skills,business development,Менеджмент,event management,leadership,management,international relations,budgets,market research,film production,project planning,intellectual property,event planning,contract management,project management,cost accounting,editing,research,macroeconomics,real estate,public relations,Оптимизация для поисковых систем (seo),negotiation,russian,event marketing,powerpoint,Коммуникация,microsoft excel,Продажи,Английский язык,Преподавание,Маркетинговая стратегия,Финансовая отчетность,Лидер среди молодежи,Финансы,Стратегия\",\n            \"twitter\": \"https://twitter.com/daryabelkina\",\n            \"about\": \"Championing sustainable growth within Interface, my role as Account Manager for Central Asia, CIS, and Ukraine involves spearheading the adoption of eco-friendly flooring. Our team is dedicated to maintaining Interface's CO2-neutral commitments, a distinction recognized by the UN Global Climate Action Awards. By fostering strategic partnerships and driving sales initiatives, we've solidified our market leadership in modular flooring solutions.\\n\\nMy entrepreneurial spirit thrives as the Founder of Engmarion, where I utilize my TEFL certification to revolutionize English education for Kazakhstan's youth. This social enterprise embodies my commitment to educational excellence and interactive learning. With the support of Microsoft Startup Hub, Engmarion is not just a platform for language acquisition, it's a catalyst for the personal growth of every student we reach.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Interface\",\n            \"company_link\": \"https://www.linkedin.com/company/interface\",\n            \"company_id\": \"https://www.linkedin.com/company/91532\",\n            \"company_domain\": \"interface.com\",\n            \"company_about\": \"Interface is a world-leading modular flooring company with a fully integrated collection of carpet tiles and resilient flooring. Our modular system helps customers create interior spaces while positively impacting the people who use them and our planet.\\n\\nWe’re here to realize a more beautiful world, with people and environment in harmony. Our mission, Climate Take Back™, invites industry to join us as we commit to running our business in a way that is restorative to the planet and creates a climate fit for life.\\n\\nWe're always looking for passionate, committed individuals to help us get there. Problem solvers. Creative thinkers. True individuals, who don’t follow convention but challenge it.\\n\\nAt Interface, that’s a responsibility we all share. From our research labs to our production floor, we’re always looking to design a better way. To inspire others, and to embrace a better tomorrow. If you’re ready to make a real difference, then join us.\\n\\nHelp us lead industry to love the world.\",\n            \"company_founded\": null,\n            \"company_size\": \"2768\",\n            \"company_location_1\": \"Atlanta, Georgia, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Atlanta\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"textile manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Commercial flooring,Carpet tile,TacTiles,Modular carpet,LVT,Luxury vinyl tile,Modular resilient flooring,Modular flooring,Sustainability,Interior design\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface, Size: 1001-5000) [2023-02-01] World leader in modular floor coverings, luxury vinyl tiles and nora® rubber floor coverings. Interface is a certified CO2-neutral company by a third party evaluator. Interface was recognized as a 2020 UN Global Climate Action Awards winner. This awards program, spearheaded by the Momentum for Change initiative at UN Climate Change, showcases climate change leadership by nations, businesses, investors, cities, regions and civil society as a whole.\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2022-12-01] Being part of Tumaris.tech incubator fellowship program, which is granted generously by collaboration of: Beeline Company in Uzbekistan, Wonder Women, USAID, Huawei and TBC Bank and IT Park Uzbekistan with my Ed.tech startup Engmarion. Now I am also granted an opportunity to build my prototype at Microsoft Startup Hub. \",\n            \"current_position_3\": \"Founder and CEO (Engmarion, Size: 1-10) [2020-04-01] Since I commenced into university studies back in 2003, I have won over 100 000$ in scholarships and grants to study in English on a scholarship in the past 20 years. This is my social entrepreneurship project of teaching English to teenagers in Kazakhstan online. I am TEFL (Teaching English as Foreign Language) Certified 2021 and practice interactive way of teaching English to children, teenagers and adults. \\n\\nI launched my blog: https://obrazovaniezarubezhom.online where 50+ countries are listed in Russian language where BA students can find information on Masters of Arts or Sciences, studying on a scholarship and abroad.\\n\\nJob Profile\\n\\n- Marketing (SEO) and sales B2C of my online English language skills’ courses,\\n\\n- Launching an online platform for my English language courses, \\n\\n- Launching, maintaining and updating the blog on 54 countries of the world, where Bachelor degree enrolled students could find information on the Masters degree in English and on a scholarship. \\n\",\n            \"position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": \"Founder and CEO (Engmarion)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Institute of Metacognitive Programming, Associate's degree, Exponential Coaching\",\n            \"education_2\": \"Faza Rosta, Associate's Degree, Psychology of Relationships, Applied Psychology, Children Psychology, Sexology, Women Energies Study\",\n            \"education_3\": \"AltasProfilax, Chiropractor Therapy, Massage on Biomekanischer Stimulator UNOST\",\n            \"education_date_1\": \"2024-07-01 - 2024-10-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": \"obrazovaniezarubezhom.online\",\n            \"website_3\": \"udemy.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Manager Central Asia, CIS and Ukraine\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@interface.com\"\n        },\n        {\n            \"first_name\": \"Victor\",\n            \"last_name\": \"Adhikary\",\n            \"full_name\": \"Victor Adhikary\",\n            \"linkedin\": \"https://www.linkedin.com/in/victoradhikary\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADq1ezgBJ3ttrKseePsuwNMnaRn2u2vKGxw,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @FoundersGang | Creating The Future Of Entrepreneurship | Tech Freak | Content Creator\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"victoradhikary2608@gmail.com\",\n            \"num_of_connections\": 3423,\n            \"location\": \"West Bengal, India\",\n            \"skills\": \"startup development,early-stage startups,business,sanity,next.js,creative content creation,mern,node.js,three.js,communication,technology leadership,team building,system architecture,architecture,influencer marketing,strategic leadership,software as a service (saas),mobile application development,android framework,game development,business ownership,web development,entrepreneurship,flutter,full-stack development,github,git,startups,application development,android development,start-up leadership,start-up ventures,team coordination,team management,cinematography,teamwork,videography,product management,leadership,video editing,online content creation\",\n            \"twitter\": \"\",\n            \"about\": \"I'm a skilled software developer with expertise in the MERN Stack and Next.js, along with extensive experience in Flutter and React Native. My passion lies in leveraging technology to build impactful solutions that address real-world challenges and drive innovation.  \\n\\nCurrently pursuing a degree in Data Science at IIT Madras, Victor combines technical expertise with analytical insights to develop high-quality applications and platforms. His dedication to continuous learning and innovation has been a cornerstone of his professional journey.  \\n\\nVictor Adhikary is the Founder and CEO of Founders Gang, a comprehensive platform designed to empower startups and entrepreneurs. Founders Gang provides the tools, resources, and community support needed to navigate the challenges of entrepreneurship and turn visionary ideas into successful ventures.  \\n\\nIn addition to his technical and entrepreneurial endeavors, Victor is an active content creator. He produces valuable content on entrepreneurship and technology for platforms like YouTube and Instagram, sharing insights to inspire and educate his audience.  \\n\\nVictor is passionate about collaboration and is always open to connecting with like-minded professionals to share knowledge, explore opportunities, and work on transformative projects that make a difference.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"EUREKA IIT-Madras hired Victor as a Secretary 2 months ago from UNIQUS EDUTECH SOLUTIONS.\",\n            \"latest_post\": null,\n            \"company_name\": \"Founders Gang\",\n            \"company_link\": \"https://www.linkedin.com/company/foundersgang\",\n            \"company_id\": \"https://www.linkedin.com/company/104975399\",\n            \"company_domain\": \"foundersgang.com\",\n            \"company_about\": \"Founders Gang is a global platform dedicated to empowering entrepreneurs, founders, and agencies by providing a space to share their ideas, showcase their startups, and connect with a community of innovators. We are committed to creating an ecosystem where groundbreaking ideas flourish, collaboration thrives, and entrepreneurial journeys are celebrated.\\n\\nOur mission is to bring together visionaries from all industries, offering a platform to:\\n\\nShare startup stories and experiences\\n\\nNetwork with like-minded founders and agencies\\n\\nDiscover opportunities for collaboration and growth\\n\\n\\nAt Founders Gang, we believe every idea has the potential to make an impact, and every founder deserves the opportunity to succeed. Whether you're launching a new venture, seeking inspiration, or looking to collaborate with industry peers, our platform is here to support you.\\n\\nJoin our growing community and be part of a movement that’s shaping the future of innovation and entrepreneurship.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"community services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Founders Gang, Size: 1-10) [2024-10-01] Building foundersgang.com | One Stop Platform For All Entrepreneurs\",\n            \"current_position_2\": \"Secretary (EUREKA IIT-Madras, Size: 1-10) [2024-12-01]\",\n            \"current_position_3\": \"Founder Hub Member (Microsoft, Size: 10000+) [2024-12-01] Partnered up with Microsoft for Founders Gang\",\n            \"position_1\": \"Founder (Founders Gang)\",\n            \"position_2\": \"Secretary (EUREKA IIT-Madras)\",\n            \"position_3\": \"Founder Hub Member (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Indian Institute of Technology, Madras, BS, Data Science and Application\",\n            \"education_2\": \"UIET Panjab University, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-08-01 - 2028-08-01\",\n            \"education_date_2\": \"2023-08-01 - 2024-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"vercel.app\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"George\",\n            \"last_name\": \"Goeschel\",\n            \"full_name\": \"George Goeschel\",\n            \"linkedin\": \"https://www.linkedin.com/in/goeschei\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAQEmABWFamYAdZY_m9SR9gOVMHW3xOi4U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Workstream Owner, Design Leader, & Manager, HR Platforms @ IBM\",\n            \"industry\": \"design services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1463,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"coaching,e-learning,web applications,usability testing,information architecture,user experience,wireframes,photoshop,irise,omnigraffle,visio,dreamweaver,morae,cognitive science,personas,user interface design,user-centered design,user stories,iphone,ipad,mobile applications,user research,userzoom,insurance,financial services,transportation,educational technology,user needs assessment,user acceptance testing,technology needs analysis,persona,usability,training,usability engineering,task analysis,mobile devices,requirements analysis,user interface,accessibility,interaction design,user experience design,requirements gathering,information design,experience design,heuristic evaluation,knowledge management,web 2.0\",\n            \"twitter\": \"\",\n            \"about\": \"As a dynamic and proven leader, I bring a wide breadth and depth of industry experience, combined with the right mix of research, customer behavior, design, technology, and delivery of insights. My passion lies in developing and executing design strategies that leverage the power of new technology to transform organizations and deliver value. I firmly believe in the importance of optimizing workflows and empowering employees to focus on tasks that require human creativity and expertise, while computers handle repetitive tasks. With direct experience managing large teams, budgets, and capital expenditures of dozens of employees, I am a quick learner who consistently delivers results, builds strong teams, and exceeds expectations. I have a proven track record of driving growth, productivity, innovation, and success. I possess a range of skills in Design Operations, Design Strategy, User-Centered Design, Design Thinking, Product Management, and Agile and Lean methods.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"20 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM, Size: 10000+) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM)\",\n            \"position_2\": \"Manager CIO Design (IBM)\",\n            \"position_3\": \"Design Manager, CIO Design (IBM)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2018-07-01 - 2024-01-01\",\n            \"position_date_3\": \"2018-07-01 - 2024-01-01\",\n            \"education_1\": \"JD, Law\",\n            \"education_2\": \"BS/BA, Biology/French\",\n            \"education_3\": \"Minnesota State University, Mankato, French Study Abroad\",\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1986-01-01 - 1991-01-01\",\n            \"education_date_3\": \"1990-01-01 - 1990-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Workstream Owner, Design Leader, & Manager, HR Platforms\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Wes\",\n            \"last_name\": \"Fajerson\",\n            \"full_name\": \"Wes Fajerson\",\n            \"linkedin\": \"https://www.linkedin.com/in/wes-fajerson-1899a2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAlZHkBs_7gc9Xn2jPXBfjnvPiMWndxDXw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - CRM at IBM\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3077,\n            \"location\": \"Caddo Mills, Texas, United States\",\n            \"skills\": \"telecommunications,program management,recruiting,management,executive search,human resources,vendor management,saas,outsourcing,cloud computing,account management,solution selling,business analysis,change management,team leadership,team management,process improvement,executive management,networking,leadership,temporary placement,technical recruiting,talent acquisition,crm,internet recruiting,sourcing,applicant tracking systems,talent management,benefits negotiation,screening,hiring,sdlc,college recruiting,software development life cycle (sdlc),business process improvement,customer relationship management (crm)\",\n            \"twitter\": \"\",\n            \"about\": \"25 years in Technology and Human Resources/Staffing with 14 plus years leading global teams and transformations to deliver business, while building high performing teams and rapport with leadership. US Army Veteran with prior secret clearance. \\n\\nSpecialties: ATS, CRM , Configuration , Design, Implementation, IOT, SAAS, Telecom, Financial, Software, consultancy, engineering, and eServices\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 8 months \",\n            \"time_in_company\": \"19 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - CRM (IBM, Size: 10000+) [2020-06-01] CIO understands the needs of the business to accelerate recruitment marketing and sourcing capabilities and thus CIO partnered with HRTO to ensure business continuity in the CRM area with proper Business Process Owner, Product Owner, and Technical Owner alignment across the business, HR Services, and CIO respectively. Support integration, migrations within technology stack. \",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - CRM (IBM)\",\n            \"position_2\": \"Digital Experience & Technology Solution Manager for IBM Talent Acquisition (IBM)\",\n            \"position_3\": \"NA Talent Acquisition Manager - Strategic Sourcing (IBM)\",\n            \"position_date_1\": \"2020-06-01\",\n            \"position_date_2\": \"2017-01-01 - 2020-06-01\",\n            \"position_date_3\": \"2016-06-01 - 2017-01-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - CRM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marwn\",\n            \"last_name\": \"Riabi\",\n            \"full_name\": \"marwn riabi\",\n            \"linkedin\": \"https://www.linkedin.com/in/marwn-riabi-19392620b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVaJ38BUHXObWEAgeJsMA9oaj1GISkRn9M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 84,\n            \"location\": \"France\",\n            \"skills\": \"anglais\",\n            \"twitter\": \"\",\n            \"about\": \"rb\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"32 years 2 months \",\n            \"time_in_company\": \"32 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [1992-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1992-12-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ricardo\",\n            \"last_name\": \"C\",\n            \"full_name\": \"Ricardo C.\",\n            \"linkedin\": \"https://www.linkedin.com/in/ricardo-c-99b8ab24\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAUdmccBf4FAkgHjAeEc5yvW1RbIhU1hrBo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner - Chairman @ Microsoft | Management Degrees\",\n            \"industry\": \"wholesale import and export\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 773,\n            \"location\": \"Alcochete, Setúbal, Portugal\",\n            \"skills\": \"security,international sales,integration,entrepreneurship,business strategy,new business development,management,video conferencing,management consulting,technology integration,access control,negotiation,strategic planning,system automation,security management,critical information security,perimeter security,intrusion detection,cctv,ip cameras,control rooms,av,automation,conference rooms,audio conferencing,biometrics,military and law enforcement consultancy,desenvolvimento de novos negócios,estratégia empresarial,gestão,segurança,consultoria de gestão,negociação,planejamento estratégico,integração,empreendedorismo,vendas internacionais,liderança de equipe,gestão de vendas,gestão de equipes,estratégias de marketing\",\n            \"twitter\": \"\",\n            \"about\": \"With over 40 years of experience in the IT and security sectors, I am a seasoned leader and entrepreneur with a passion for finding and filling market gaps with innovative products and services. As the owner and chairman of Microsoft-Informatica, a company that predates and shares the name with the IT giant, I have diversified and expanded its portfolio to include KNX home automation and automation systems. As the chairman of GSS - Global Security Solutions, I have led the development and implementation of cutting-edge perimeter security, high end security solutions, for various clients and industries. My mission is to leverage my expertise and network to create value, impact, and growth for my team, my customers, and my partners.\\n\\nAt GSS - Global Security Solutions, I oversee the strategic direction and vision of the company, as well as the management of key accounts and partnerships. I have been instrumental in securing and delivering large-scale projects for government agencies, private corporations, and international organizations, such as the European Union and NATO. I have also been involved in the research and development of new technologies and solutions, such as drones, sensors, and biometrics, to enhance the security and efficiency of our services. I have applied my skills in new business development, team leadership, and perimeter security to ensure the highest standards of quality, performance, and customer satisfaction.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"44 years \",\n            \"time_in_company\": \"43 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft - Informática, S.A.\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-01-01] Microsoft-Informática is a company founded in 1981 long before Microsoft Corp. to have become the IT giant that is known to dominate the software market today.\\nThat's why Microsoft Corp. in Portugal it is called MSFT, as it cannot use the same name as an existing company.\\nMicrosoft is also a distributor of ZENNIO's KNX home automation and automation systems. www.microsoft-domotica.com\",\n            \"current_position_2\": \"Chairman (GSS - Global Security Solutions) [2015-06-01]\",\n            \"current_position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-06-01] 7 Blue Gold lions is an investment and trading company that aims to find and fill market gaps with regard to products and services at an international level.\\nOne of the projects that puts more emphasis is the investment in the interior decoration market and everything related to it, from furniture, to accessories, from large projects to individual pieces.\\nWith a commitment to its passion for the Orient, it explores the harmony and beauty of ancient civilizations, reflected and printed in the simplest pieces, or in the most elaborate projects that it offers through its agents and distributors throughout the world.\",\n            \"position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_2\": \"Chairman (GSS - Global Security Solutions)\",\n            \"position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_date_1\": \"1981-01-01\",\n            \"position_date_2\": \"2015-06-01\",\n            \"position_date_3\": \"1981-06-01\",\n            \"education_1\": \"Instituto Superior de Ciências do Trabalho e da Empresa, Licenciatura, Gestão\",\n            \"education_2\": \"British Institute, Inglês\",\n            \"education_3\": null,\n            \"education_date_1\": \"1977-01-01 - 1981-01-01\",\n            \"education_date_2\": \"1977-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft-informatica.com\",\n            \"website_2\": \"microsoft-domotica.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner - Chairman\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohsin\",\n            \"last_name\": \"Mohsin\",\n            \"full_name\": \"Mohsin md purohs ali mohsin\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohsin-md-purohs-ali-mohsin-93046417a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACptFjQBhZXOy4EDX-zIx-2wsFRl-ezrluM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Linkendin.com\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 730,\n            \"location\": \"Manama, Capital Governorate, Bahrain\",\n            \"skills\": \"construction management,upwork,linkedin talent insights,big data,owner ,small business,carpentry,venture capital\",\n            \"twitter\": \"\",\n            \"about\": \"https://. .Linkedin.com/Legal /user-\\nagreement #obligations  so Mricco software  adobe owner Big data Parsonal network all member\\n\\n   for  Locking  a work experience   career with a reputable organization where I can utilize the   best of my skills and experiences allowing career growth and contribution to growth of the organisation. work Experience. 4 Years worked as a Carpenter 1Year. tiles.1 Years corr peeper. 1 Years  tailers. 1 Years cleaners 1  Years iscatain novels p.c.  ccecamera. lof.all working Kingdom of Bahrain. Educational qualification. Higher Secondary Certificate.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 10 months \",\n            \"time_in_company\": \"5 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kingdom of Bahrain worker\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Likendin.com (Kingdom of Bahrain worker ) [2019-04-01]\",\n            \"current_position_2\": \"Owner (Microsoft, Size: 10000+) [2019-01-01] working at kingdom of Bahrain Big dada personal network \",\n            \"current_position_3\": null,\n            \"position_1\": \"Likendin.com (Kingdom of Bahrain worker )\",\n            \"position_2\": \"Owner (Microsoft)\",\n            \"position_3\": \"Business Owner (Microsoft)\",\n            \"position_date_1\": \"2019-04-01\",\n            \"position_date_2\": \"2019-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2019-12-01\",\n            \"education_1\": \"Rajnogor College \",\n            \"education_2\": \"Imperial College Business School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Likendin.com\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bouzayani\",\n            \"last_name\": \"Faouzi\",\n            \"full_name\": \"Bouzayani Faouzi\",\n            \"linkedin\": \"https://www.linkedin.com/in/bouzayani-faouzi-15a7b9231\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADn2HJYBEHRIzLUpu-95q41zHpn_AeKFEc0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Bestworks\",\n            \"industry\": \"motor vehicle manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 215,\n            \"location\": \"Sidi Bouzid, Tunisia\",\n            \"skills\": \"online backup,mise en service,ingénierie\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"My-Communication\",\n            \"company_link\": \"https://www.linkedin.com/company/mycommunicationacademy\",\n            \"company_id\": \"https://www.linkedin.com/company/71610229\",\n            \"company_domain\": \"my-communication.com\",\n            \"company_about\": \"Your ambition to become the ideal engineer for your dream job is not far from you anymore! Because My-Communication Academy, is here to help you gain the experience and skills you need to achieve your goal. \\nOur courses cover all areas of telecommunications engineering, information technology, and artificial intelligence such as Optical Fiber, Microwave Transmission, Wiless, AI and Machine Learning, CCNA and many more.\\n\\nWe use interactive teaching methods to train you to become a professional  engineer in a supportive environment that encourages personal growth and skill development. \\n\\nAll of this and many exclusive benefits are available only to our students at My-Communication Academy. Discover them by following our page on linkedin and visiting our website : https://my-communication.com/\",\n            \"company_founded\": 2020,\n            \"company_size\": \"165\",\n            \"company_location_1\": \"Amman, Amman, Jordan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Amman\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+00962797087455\",\n            \"company_industry_1\": \"e-learning providers\",\n            \"company_industry_2\": \"e-learning\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/MyCommunicatio3, https://www.facebook.com/mycommunication2021\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Adjoint administratif (My-Communication, Size: 51-200) [2024-07-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"current_position_3\": \"Assistant (Huawei, Size: 10000+) [2016-10-01]\",\n            \"position_1\": \"Adjoint administratif (My-Communication)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Assistant (Huawei)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01\",\n            \"position_date_3\": \"2016-10-01\",\n            \"education_1\": \"Bir gzayel, Certificat d'aptitude professionnelle (CAP), Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2004-01-01 - 2008-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Adjoint administratif\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@my-communication.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Ayodele\",\n            \"full_name\": \"DANIEL DEJI AYODELE\",\n            \"linkedin\": \"https://www.linkedin.com/in/theglobaldaniel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurMx8BsssFJX_CucrXWM8rSRWJoT4e8ek,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"‍️Founder Mindshift Empowerment and Employment Initiative (MEEI Program)|  Nation Builder |  Digital Economy & Entrepreneurship Educator |  Business Developer | ️ Travel Advisor |  Digital Marketing Expert\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1478,\n            \"location\": \"Esenyurt, Istanbul, Türkiye\",\n            \"skills\": \"social entrepreneurship,entrepreneurship development,entrepreneurship education,youth entrepreneurship,interpersonal communication,marketing,marketing strategy,social media marketing,direct marketing,brand implementation,brand marketing,management,branding,e-commerce,digital marketing,entrepreneurship,business relationship management,banking,cross selling,personal branding,public speaking,interpersonal skills\",\n            \"twitter\": \"\",\n            \"about\": \"About Me:\\n\\nI am a passionate social entrepreneur and nation builder committed to empowering individuals and businesses globally. With a focus on sustainable growth and innovation, I strive to cultivate entrepreneurial mindsets through education and strategic development.\\n\\nAs the Founder of the Mindshift Empowerment and Employment Initiative (MEEI), I provide essential resources and mentorship to aspiring entrepreneurs, helping them transform their ideas into impactful ventures,  teach entrepreneurship, facilitate B2B matchmaking, and connect businesses with new buyers, suppliers, and investment opportunities.\\n\\nIn my role as the Country Representative for the Lagos Chamber of Commerce in Türkiye, I bridge connections between nations, fostering trade and investment opportunities that drive economic development. \\n\\nMy passion for connecting cultures and facilitating international collaboration is at the heart of my work.\\n\\nWith extensive experience in business development and strategy, I empower organizations to navigate challenges and seize growth opportunities. As a skilled travel consultant, I leverage my understanding of global markets and cultural nuances to create tailored strategies for diverse audiences.\\n\\nAs a digital marketing specialist, I utilize innovative techniques to amplify brand presence and effectively engage target markets. My leadership extends to hosting impactful events and conferences, nurturing future leaders through platforms like the Future Leaders Model United Nations.\\n\\nI am also an author, sharing insights through my books, including \\\"The Efficacy of Leadership,\\\" \\\"Digital Dominance,\\\" and \\\"How to Brand Yourself and Your Business.\\\" I believe in the power of knowledge and mentorship to inspire others and drive meaningful change.\\n\\nLet’s Connect:\\n\\nI am always eager to connect with like-minded professionals, entrepreneurs, and organizations that share a vision for empowerment and collaboration. Whether you’re looking to discuss entrepreneurship, explore international trade, or seek guidance on branding and marketing, I invite you to reach out. Together, we can make a positive impact on our communities and the world!\\n\\nContact Information:\\n-Website: www.danielayodele.com\\n- Instagram: @theglobaldaniel\\n- Facebook: @theglobaldaniel1\\n- LinkedIn: TheGlobalDaniel]\\n- Phone: +2348063618106 / +905319657443\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Mindshift Empowerment & Employment Initiative\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Mindshift Empowerment & Employment Initiative ) [2022-06-01] As the founder, my function encompasses a wide range of responsibilities aimed at guiding and steering MEEIF towards its goals of empowering youth and fostering socioeconomic advancement in Africa.\",\n            \"current_position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş., Size: 1-10) [2024-12-01] As a Principal Consultant at Istanbul Consulting Group, my role is to lead strategic initiatives, foster client relationships, and drive impactful consulting projects that deliver measurable results. \\n\\nI take pride in serving as a trusted advisor to clients, helping them navigate complex business challenges and achieve their objectives.\",\n            \"current_position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry, Size: 51-200) [2024-06-01] 1. Promoting the Lagos Chamber of Commerce and Industry to Turkish businesses.\\n2. Facilitating participation of Turkish businesses ni the Lagos International Trade Fair. \\n3. Acting as an intermediary partner between the Lagos Chamber of Commerce and Industry (LCCI), Istanbul Chamber of Commerce and Industry (ICCD) and Turkish businesses seeking to expand into Lagos State, Nigeria.\",\n            \"position_1\": \"Founder (Mindshift Empowerment & Employment Initiative )\",\n            \"position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş.)\",\n            \"position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-06-01\",\n            \"education_1\": \"FEDERAL POLYTECHNIC AUCHI, HND, Electrical and Electronics Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"danielayodele.com\",\n            \"website_2\": \"meeiprogram.org\",\n            \"website_3\": \"danielayodele.com\",\n            \"phone_number_1\": \"2348063618\",\n            \"phone_number_2\": \"9053196574\",\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Javier\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Javier S\",\n            \"linkedin\": \"https://www.linkedin.com/in/javier-s-968596215\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADZekuABq1IAwDXgTu69drEa39gsbZCodaU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arbeitgeber bei IBM\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Vienna, Vienna, Austria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeitgeber (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeitgeber (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeitgeber\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Santosh\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Santosh Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/santosh-kumar-3859a8190\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACz_ThUBRyMnWquJ-eswhrQRAW9MqOnVESk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Supaul, Bihar, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"B.S.S. College, Supaul\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Juan\",\n            \"last_name\": \"Fernandez\",\n            \"full_name\": \"Juan Fernandez\",\n            \"linkedin\": \"https://www.linkedin.com/in/juan-fernandez-88689b9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG7mCYBmKuW57ydk9a3fXKnGVDY52N7eFo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner, IBM\",\n            \"industry\": \"computer hardware manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Greater Barcelona Metropolitan Area\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"42 years 3 months \",\n            \"time_in_company\": \"42 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (IBM, Size: 10000+) [1982-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1982-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kumar\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"P Kumar Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/p-kumar-sharma-79125b194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2Ze50BuSySd11SJoLwrP87WCYbqq32wIk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 762,\n            \"location\": \"Bulandshahr, Uttar Pradesh, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Arvis\",\n            \"last_name\": \"Bridges\",\n            \"full_name\": \"Arvis Bridges-Epps\",\n            \"linkedin\": \"https://www.linkedin.com/in/arvis-bridges-epps-3054bb8\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAF_dvUBvTnnq9HF9z49tLg2udVN3VNGHEs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Focused and influential leader with proven record of success planning and directing world-class projects and programs.\",\n            \"industry\": \"primary and secondary education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1056,\n            \"location\": \"Durham, North Carolina, United States\",\n            \"skills\": \"tracking systems,talent management,recruiting,onboarding,coaching,leadership development,applicant tracking systems,critical thinking,customer service management,strategic leadership,strategic thinking,instructional design,analytical skills,communication,problem solving,defining requirements,software project management,program management,integration,business analysis,it strategy,pmp,software development,business process,requirements analysis,sdlc,pmo,management consulting,virtualization,solution architecture,telecommunications,people-oriented,cmvc,html,contract negotiation,contract management,time management,team building,cross-functional team leadership,new business development,customer service,c#,entrepreneurship,microsoft word,leadership,agile methodologies,management,cloud computing,strategy,project management,enterprise software,vendor management,microsoft office,public speaking,team leadership,consulting,project portfolio management\",\n            \"twitter\": \"\",\n            \"about\": \"As Assistant Principal at Wake County Public School System, my mission is to foster a culture of excellence and innovation. With over 23 years as a real estate owner/broker, I bring unparalleled negotiation skills and community insights to the educational environment, ensuring we not only meet but exceed our goals in academic and operational excellence.\\n\\nAt the heart of my approach is a commitment to equity and empowerment, leveraging my extensive background in software development management and business operations. Our team is dedicated to creating opportunities for student success and cultivating partnerships that enhance the educational experience, all while maintaining a focus on ethical leadership and strategic problem-solving.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"2 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Wake County Public School System\",\n            \"company_link\": \"https://www.linkedin.com/company/wake-county-public-school-system\",\n            \"company_id\": \"https://www.linkedin.com/company/11598\",\n            \"company_domain\": \"wcpss.net\",\n            \"company_about\": \"Wake County Public School System, the largest K-12 public school district in North Carolina, is an award-winning, nationally recognized organization that serves more than 158,000 students in 198 schools. We recognize that highly effective teachers are the key to achieving student success. As a result we are focused on attracting, hiring, training and retaining a world-class workforce of educational professionals who are representative of the community we serve and who are committed to student achievement.  Please check our website regularly at www.wcpss.net/careers for employment opportunities.\",\n            \"company_founded\": 1976,\n            \"company_size\": \"12995\",\n            \"company_location_1\": \"Cary, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Cary\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"5625 dillard drive, cary, nc 27518, us\",\n            \"company_postal_code\": \"27518\",\n            \"company_phone\": \"+19196940555\",\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": \"education administration programs\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Education\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://facebook.com/WCPSS\",\n            \"keywords\": \"education\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"19043\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant Principal (Wake County Public School System, Size: 10000+) [2022-07-01]\",\n            \"current_position_2\": \"Owner/Broker (B&E Realty, Size: 10000+) [2000-09-01] First time home buyers specialist\\nGreat knowledge of local neighborhoods.\\nUnmatchable communication and negotiation skills.\\nExcellent presentation and a pleasant manner\\nProven organizational skills and detail orient\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Principal (Wake County Public School System)\",\n            \"position_2\": \"Owner/Broker (B&E Realty)\",\n            \"position_3\": \"Software Developement Manger (IBM)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2000-09-01\",\n            \"position_date_3\": \"1989-09-01 - 2013-03-01\",\n            \"education_1\": \"Duke University - The Fuqua School of Business, Master of Business Administration (MBA), Business Administration, Management and Operations\",\n            \"education_2\": \"North Carolina Central University, Masters of School Administration, School Administration/Principalship\",\n            \"education_3\": \"Duke University - The Fuqua School of Business\",\n            \"education_date_1\": \"2020-08-01 - 2022-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Principal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Freek\",\n            \"last_name\": \"Berson\",\n            \"full_name\": \"Freek Berson\",\n            \"linkedin\": \"https://www.linkedin.com/in/freekberson\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABfSE4B5BwmDjv78D5audGwV9MrkyE9SGg,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. EUC Enthusiast, Microsoft MVP,  public speaker,  Author.  #Parallels #Alludo #AVD #RDS #Bicep  #Automation\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4333,\n            \"location\": \"Amstelveen, North Holland, Netherlands\",\n            \"skills\": \"parallels,microsoft azure,avd,windows server,virtualization,hyper-v,identity management,enterprise architecture,software installation,microsoft technologies,group policy,microsoft sql server,active directory,windows,iis,vmware esx,citrix,powershell,remote desktop,office 365,microsoft products,windows server 2003,2008 r2,sccm,windows server 2008,mcitp,terminal services,terminal server,vdi,remote desktop services,windows remote desktop,forefront identity manager,citrix metaframe,fim,forefront,microsoft office sharepoint server,scom,virtual desktop infrastructure,virtual desktop,microsoft mvp,fim2010,vworkspace,group policy preferences,azure remoteapp,wvd,windows virtual desktop,arm templates,bicep\",\n            \"twitter\": \"https://twitter.com/fberson\",\n            \"about\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. Parallels Remote Application Server, Azure Virtual Desktop (AVD) and Remote Desktop Services (RDS) enthusiast / evangelist and Microsoft Most Valuable Professional (MVP) since 2011, working at Parallels/Alludo.\\n\\n Author of the book \\\"Getting started with Bicep: Infrastructure as code on Azure\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Handbook: Security Fundamentals\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Migration Guide for Remote Desktop Services\\\"\\n Co-author of the book \\\"RDS - The Complete Guide\\\", available on Amazon\\n \\n Speaking at international conferences including Microsoft Ignite, Microsoft Ignite | The Tour, Microsoft TechSummit, Microsoft Techdays, E2EVC, Briforum, AVD Tech Fest, Azure Saturday, and many others. I enjoy sharing information Remote Desktop & Application delivery using Parallels, AVD and RDS as well as sharing knowledge on Bicep and Infrastructure as Code for the Azure Cloud.\\n\\n Presented 12+ editions of the Azure Virtual Desktop in a Day workshop on behalf of Microsoft\\n\\n Authoring articles and blog posts, creating on demand courses\\n\\n Sharing code on my GitHub repository https://github.com/fberson\\n\\n I work with lots of technologies daily, but my focus is on Parallels RAS, Azure Virtual Desktop (AVD), Remote Desktop Services (RDS), Virtual Desktop Infrastructure (VDI), and the Windows Server & Microsoft Azure platform in general. I'm a MSCE, MCSA, MCC and MCITP on various topics.\\n\\n Strong Azure Resource Manager (ARM), JSON & Bicep skills to perform Infrastructure as Code deployments in the Microsoft Azure Cloud.\\n\\nBlog: http://themicrosoftplatform.net\\nTwitter: @fberson\\nGitHub: https://github.com/fberson\\nYouTube Channel: https://bit.ly/3l6GYak\\nMedium: https://fberson.medium.com/\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Alludo\",\n            \"company_link\": \"https://www.linkedin.com/company/alludo-group\",\n            \"company_id\": \"https://www.linkedin.com/company/82510647\",\n            \"company_domain\": \"alludo.com\",\n            \"company_about\": \"Freedom to work. Space and time for ideas. \\n\\nAlludo is a global technology company fueled by make-everything-easier flexibility. We’re the people behind award-winning, globally recognizable brands including Parallels®, CorelDRAW®, MindManager®, and WinZip®. Our professional-caliber graphics, virtualization, and productivity solutions are finely tuned for the digital remote workforce delivering the freedom to work when, where, and how you want. With a 35+ year legacy of innovation, Alludo empowers ALL YOU DO helping more than 2.5 million paying customers to enable, ideate, create, and share on any device, anywhere.\\n\\nFrom managing your daily tasks to pursuing your greatest dreams, Alludo elevates what’s possible. We believe in working better and living better, and we’re writing a new playbook that boldly reimagines what work feels like—for our customers and ourselves. We’re building a world with boundless creativity, cross-platform productivity from idea to execution, and fluid collaboration from around the corner to around the world. \",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Ottawa, Ontario, Canada\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Ottawa\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"52 adlerweg, ahaus, north rhine-westphalia, germany\",\n            \"company_postal_code\": \"48683\",\n            \"company_phone\": \"+49492561896310\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/helloalludo\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Outbound Product Manager (Alludo, Size: Self-employed) [2022-09-01] End User Computing Enthusiast and evangelist with a primary focus on Parallels Remote Application Server, Azure Virtual Desktop and Microsoft Remote Desktop Services. Trusted adviser for strategic customers and partners. Partnering closely with product management and product marketing teams. Empowering hybrid and remote workforces with a digital workspace from any device, anywhere.\",\n            \"current_position_2\": \"Public Speaker (Public Speaking engagements) [2014-01-01] 🎥 Recordings and 💾 Slide decks : https://github.com/fberson/Slidedecks\\n\\n2024\\nWorkplace Ninja Summit, Switzerland (coming soon)\\nMC2MC, Belgium (coming soon)\\nWarsaw IT Days (coming soon)\\nCloud 8 Virtual Summit\\n\\n2023\\nInternational Association of Microsoft Channel Partners. (IAMCP) \\nWorkplace Ninja Summit, Switzerland \\nWorkplace Ninja Summit, Switzerland\\nAzure Greg live stream, Online\\nCloud Community Nights event, Netherlands\\nAzure User Group Sweden, Online\\n\\n2022\\nExperts Live 2022, The Netherlands\\nLogin VSI Vision 2022, Online\\nStreaming Clouds, Online\\nScottish Summit 2022, Glasgow\\nMC2MC Community event, Online\\nAzure User Group Iceland, Online\\n\\n2021\\nTech Festive Calendar 2021, Online\\nLiquit & AVD webinar, Online\\nAVD TechFest Winter edition 2021, Online\\nCloud Camp 2021, Online\\nCloud Summit 2021, Online\\nWorkplace Ninja Summit 2021, Online\\nUS Azure Virtual Desktop User Group, Online\\nAzure meetup Oslo, Online\\nCloud Eight Virtual Summit, Online\\nBelgium Windows Virtual Desktop User Group, Online\\nDutch Windows Virtual Desktop User Group, Online\\nTechNine community event, Online\\nMicrosoft meets Community: WVD 4th edition!, Online\\nDutch DevOps & Github community, Online\\nWVD Tech Fest, Online\\nWortell LiveStream, Online\\nNordic Virtual Summit on WVD, Online\\nAzure Thursday february, Online\\nAzure LowLands, Online\\n\\n2020\\nAzure Immersion Workshop WVD, Online\\nCloud 8 Virtual Summit, Online\\nBEEMUG event\\nWortell WVD Live,\\nIceland Azure Community\\nDesktop in the Cloud, Online\\nWorkplace Ninja Summit 2020\\nMicrosoft Azure Webinar week\\nMicrosoft meets community : Windows Virtual Desktop\\nMicrosoft Ignite The Tour, Prague\\n\\n2019\\nAzure User Group, Reykjavik\\nAzure Thursdays, Amsterdam\\nAzure Saturday, Munich\\nMicrosoft Ignite | The Tour, Stockholm\\nMicrosoft Ignite | The Tour, Johannesburg\\n\\n2018\\nMicrosoft Ignite | The Tour, Berlin\\nMicrosoft, Munich\\nCloud Camp, Dublin\\nMicrosoft Ignite, Orlando\\nAzure Saturday, Munich\\nMicrosoft TechDays, Helsinki\\nMicrosoft TechSummit, Birmingham\\n\\n2017 & earlier: see Github\",\n            \"current_position_3\": \"Book Author (Self Published Author, Size: 1001-2000) [2018-04-01] Below are the books I have written and published\\n\\n📚 Getting started with Bicep: Infrastructure as code on Azure\\nhttps://www.amazon.com/dp/B0984MQY2N\\n\\n📚 RDS - The Complete Guide: Everything you need to know about RDS. And more.\\nhttps://www.amazon.com/RDS-Complete-Guide-Everything-about/dp/1718085257\\n\\n📚 Azure Virtual Desktop Handbook: Security Fundamentals \\nhttps://azure.microsoft.com/resources/windows-virtual-desktop-handbook-security-fundamentals/\\n\\n📚 Azure Virtual Desktop migration guide for remote desktop services\\nhttps://azure.microsoft.com/en-gb/resources/windows-virtual-desktop-migration-guide-for-remote-desktop-services/\",\n            \"position_1\": \"Principal Outbound Product Manager (Alludo)\",\n            \"position_2\": \"Public Speaker (Public Speaking engagements)\",\n            \"position_3\": \"Book Author (Self Published Author)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2014-01-01\",\n            \"position_date_3\": \"2018-04-01\",\n            \"education_1\": \"Microsoft MVP, Microsoft MVP, Microsoft MVP\",\n            \"education_2\": \"Hogeschool van Arnhem en Nijmegen, ING, Information Communication Technology\",\n            \"education_3\": \"Technisch College Nijmegen, Computer Science\",\n            \"education_date_1\": \"2011-01-01\",\n            \"education_date_2\": \"1999-01-01 - 2003-01-01\",\n            \"education_date_3\": \"1995-01-01 - 1999-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"wortell.nl\",\n            \"website_3\": \"rdsgurus.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Outbound Product Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"media@alludo.com\"\n        },\n        {\n            \"first_name\": \"Jervis\",\n            \"last_name\": \"G\",\n            \"full_name\": \"Jervis G.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jervis-garcia\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABSWFaMB6nhR7cXYMlATnR9dJbYLRgU8I-s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Looking for Opportunities.\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 158,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"customer service,management,microsoft excel,microsoft powerpoint,public speaking,microsoft word,leadership,microsoft office\",\n            \"twitter\": \"\",\n            \"about\": \"Volunteered with VITA and gathered a good understanding of interpreting any information to the client. Learned from IRS agents and improved my abilities with taxes. I have years of experience with Company representation and handling any kind of clientele.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Senior Accounts Receivable (IBM, Size: 10000+) [2024-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Senior Accounts Receivable (IBM)\",\n            \"position_2\": \"Comms Tax Analyst (Avalara)\",\n            \"position_3\": \"S&U Tax Analyst (Avalara)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01 - 2024-05-01\",\n            \"position_date_3\": \"2020-11-01 - 2022-03-01\",\n            \"education_1\": \"Greensboro College, Bachelor of Science - BS, Accounting\",\n            \"education_2\": \"Atkins Academic & Tech High School, Pre-Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Senior Accounts Receivable\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sandeep\",\n            \"last_name\": \"Kaushik\",\n            \"full_name\": \"Sandeep Kaushik\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandeep-kaushik-892418332\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFO2G-4BIAuuKbRW-lpA6NKLPkhE0DSp_xk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Ahmedabad, Gujarat, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Francisco\",\n            \"last_name\": \"De\",\n            \"full_name\": \"Francisco De Jesús Alcántara\",\n            \"linkedin\": \"https://www.linkedin.com/in/francisco-de-jes%C3%BAs-alc%C3%A1ntara-3b771129\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX6ffsBPGMsXjmNDwAKtDMxBrGS4dz-TLA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arquitecto Ejecutor de Proyectos\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 545,\n            \"location\": \"Punta Cana, La Altagracia, Dominican Republic\",\n            \"skills\": \"arquitecto con experiencia en ejecución ,gestión de personas,equipos de proyecto,visualización arquitectónica en 3d,lectura de planos,competencias transversales,estrategia empresarial,seguridad en obras de construcción,ejecución de proyectos,aptitudes para la supervisión,planificación estratégica,planificación operativa,diseño residencial,habilidades sociales,negociación,gestión de obras de construcción,liderazgo,diseño,paquete de office,planificación de proyectos,3d cad,arquitectura de interiores,trabajo en equipo,construcción,comunicación,dibujo arquitectónico,microsoft office,análisis financiero,asistencia sanitaria,análisis de negocio,adobe photoshop,autocad,análisis de requisitos,capacidad de análisis,a++,administración logística,análisis de datos,servicio de atención al cliente,ventas,enscape,diseño asistido por ordenador (cad),rendición de cuentas,gestión de proyectos,arquitectos,planificación,autocad architecture,diseño sostenible,arquitectura,español,diseño arquitectónico,supervisión proactiva,revit\",\n            \"twitter\": \"\",\n            \"about\": \"Arquitecto Ejecutor de Proyectos\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 7 months \",\n            \"time_in_company\": \"3 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2021-07-01]\",\n            \"current_position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL, Size: 1-10) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-07-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Universidad Autonoma de Santo Domingo, Arquitecto, Arrquitecto Ejecutor de Proyecto\",\n            \"education_2\": \"Universidad Autónoma de Santo Domingo, Master of Architecture - MArch, Arquitectura\",\n            \"education_3\": \"Universidad Autónoma de Santo Domingo, Arquitecto , Ejecutor de Proyectos \",\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Krish\",\n            \"last_name\": \"Bhoopati\",\n            \"full_name\": \"Krish Bhoopati\",\n            \"linkedin\": \"https://www.linkedin.com/in/krish-bhoopati\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD8I7G4BeTX1KGGUNLGStVdwmcRtkIW8b64,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"18 | Helping grocery stores reduce food waste at FreshAI | Activator at TKS | Cansbridge Scholar | Laurier Case Team & Enactus\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1394,\n            \"location\": \"Brampton, Ontario, Canada\",\n            \"skills\": \"organization skills,government,fitness,marketing,service quality,networking\",\n            \"twitter\": \"\",\n            \"about\": \"I like to build stuff, and sometimes break stuff too. Currently I'm finding new ways to optimize my own life, and others as well.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Enactus Laurier hired Krish as a Competitions Team  3 months ago from Lazaridis School of Business & Economics at Wilfrid Laurier University.\",\n            \"latest_post\": null,\n            \"company_name\": \"FreshAI\",\n            \"company_link\": \"https://www.linkedin.com/company/canafresh\",\n            \"company_id\": \"https://www.linkedin.com/company/104515053\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Using stores historical and live data to provide stock reordering recommendations to grocery stores through demand prediction.\",\n            \"company_founded\": null,\n            \"company_size\": \"1\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder / Head of Growth (FreshAI, Size: 1-10) [2024-04-01]\",\n            \"current_position_2\": \"Scholar (Cansbridge Scholars., Size: 11-50) [2024-10-01]\",\n            \"current_position_3\": \"Executive (Laurier Case Team, Size: 11-50) [2024-10-01]\",\n            \"position_1\": \"Founder / Head of Growth (FreshAI)\",\n            \"position_2\": \"Scholar (Cansbridge Scholars.)\",\n            \"position_3\": \"Executive (Laurier Case Team)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-10-01\",\n            \"education_1\": \"Wilfrid Laurier University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_2\": \"International Baccalaureate\",\n            \"education_3\": \"Turner Fenton Secondary School\",\n            \"education_date_1\": \"2024-09-01 - 2028-06-01\",\n            \"education_date_2\": \"2020-09-01 - 2024-06-01\",\n            \"education_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder / Head of Growth\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Boshra\",\n            \"last_name\": \"El\",\n            \"full_name\": \"boshra El kamraoui\",\n            \"linkedin\": \"https://www.linkedin.com/in/boshra-el-kamraoui-80a733157\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACWpT8oBj8XiKFhEfuO-y8tD2RKPRd7AUhM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \".\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 306,\n            \"location\": \"Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"16 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_2\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2009-01-01\",\n            \"position_date_2\": \"2009-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"FST Settat\",\n            \"education_2\": \"FST Settat, deust, BCG\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Reshma\",\n            \"last_name\": \"Thingalaya\",\n            \"full_name\": \"Reshma Thingalaya\",\n            \"linkedin\": \"https://www.linkedin.com/in/reshma-thingalaya\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABMk96AB-fDyDWJnlBpzlZZ04DgAGaEA2xI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner || SRE || Storage Administrator\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 321,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"network-attached storage (nas),storage area network (san),incident management,ibm,san,nas,team leadership,it service management,3par,netapp,vsp,emc storage products,brocade\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner || SRE || Storage Administrator (IBM, Size: 10000+) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner || SRE || Storage Administrator (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Divine Child High School & Junior College, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner || SRE || Storage Administrator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karina\",\n            \"last_name\": \"Luna\",\n            \"full_name\": \"Karina Luna\",\n            \"linkedin\": \"https://www.linkedin.com/in/karina-luna-7b237723\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAATb_rYBCaoJfg5SrkvuA58KV1LKU1M0BcM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Information Security Lead\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 676,\n            \"location\": \"El Salto, Jalisco, Mexico\",\n            \"skills\": \"jira,ciberseguridad,objetivos de control para la información y tecnologías relacionadas (cobit),manejo de información confidencial,riesgos de ciberseguridad,ley de privacidad del consumidor de california (ccpa),auditoría,coaching,riesgo de seguridad,gestión de riesgos de ti,evaluación de riesgos,auditorías internas,administrador de seguridad de la información certificado,cumplimiento de la normativa,análisis de riesgos,atención al detalle,protección de los datos personales,resolución de problemas,privacidad de datos,sap ariba,gestión de riesgos,comunicación,capacidad de análisis,project management,procesos de negocio,metodologías ágiles,estrategia ti,análisis de negocio,gestión de proyectos,gestión de proyectos de software,agile,change management,planificación estratégica,cambio organizacional,ingeniería de requisitos,integración,inteligencia empresarial,biblioteca de infraestructura de tecnologías de información,business intelligence,microsoft office,liderazgo de equipos,administración y dirección de empresas\",\n            \"twitter\": \"https://twitter.com/KariluLuna\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"11 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Security and Compliance Focal (IBM, Size: 10000+) [2023-08-01]\",\n            \"current_position_2\": \"Technical Owner - Buy@IBM (IBM, Size: 10000+) [2022-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Security and Compliance Focal (IBM)\",\n            \"position_2\": \"Technical Owner - Buy@IBM (IBM)\",\n            \"position_3\": \"Business Analyst - Buy@IBM (IBM)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2019-10-01 - 2022-06-01\",\n            \"education_1\": \"Universidad de Londres, Licenciatura en Administración de Empresas\",\n            \"education_2\": \"Universidad de Londres - México DF, Licenciatura en Administración de Empresas\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Security and Compliance Focal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Temitope\",\n            \"last_name\": \"Sharon\",\n            \"full_name\": \"Temitope  Sharon\",\n            \"linkedin\": \"https://www.linkedin.com/in/t-s-akinwumiju\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8rr1kBGUpnPiwZ6iyDnzCwXdmxIX1AjQ8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder of iṣẹ́: iṣẹ́ School. iṣẹ́ Trybe. \\nMission: Providing Job Security\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 47,\n            \"location\": \"United Kingdom\",\n            \"skills\": \"start-up leadership,business ownership,regulatory compliance,declarations,customs regulations,attention to detail,microsoft excel,strategy,business decision making,problem solving,metabase,organisation,business planning,technical support,reporting & analysis,dashboard building,mixpanel,microsoft power bi,analytical skills,customer relationship management (crm),business intelligence (bi),data analysis,marketing strategy,vision and strategy ,financial management,entrepreneurship,edtech,business,communication,business development,startups,linkedin talent insights,report writing,sourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Starting my journey as junior sales rep working across multiple functions such as events, direct selling, b2b, b2c and door to door. I have had the opportunity to sell products and services such as British Gas, Scottish Gas, HelloFresh, Tails, National Deaf Children's Society.\\n\\n\\nCurrently I run a startup called ise this provides tech courses and employment products for Africans and African Diaspora, gaining leadership, management and business structure whilst building this has given me the confidence to work and produce valuable products useful for generational growth.\\n\\nWhile I continue to build my experience in business ownership I would like to further my knowledge as an analyst and and a business owner.\\n\\nWorking as a commercial analyst consists of consistent business  knowledge that includes market analysis, customer engagement and management.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"329 Cafe and Lounge\",\n            \"company_link\": \"https://www.linkedin.com/company/329-cafe-and-lounge\",\n            \"company_id\": \"https://www.linkedin.com/company/105180368\",\n            \"company_domain\": \"google.com\",\n            \"company_about\": \"Welcome to the 329 Cafe & Lounge family! As a member of our team, you are now part of a vibrant, dynamic, and customer-centric environment.\\n\\n We take pride in offering our guests a memorable experience, from the moment they walk in the door to the time they leave.\\n\\nOur mission is to provide a unique dining experience that combines exceptional service, high-quality afro fusion food, and a welcoming atmosphere. \\n\\nWe aim to be the favourite spot for our community to relax, socialise, and enjoy great food and drinks.\\n\\nOur Vision\\nTo be the leading cafe and lounge in our community, known for our commitment to excellence in customer service, our innovative menu, and our warm,\\ninviting atmosphere.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Southampton, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Southampton\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"restaurants\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge, Size: 1-10) [2024-03-01]\",\n            \"current_position_2\": \"Startups Founders Hub (Microsoft, Size: 10000+) [2023-06-01]\",\n            \"current_position_3\": \"Business Strategy & Operations (Founder) (ise, Size: 11-50) [2023-03-01]\",\n            \"position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge)\",\n            \"position_2\": \"Startups Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Strategy & Operations (Founder) (ise)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-06-01\",\n            \"position_date_3\": \"2023-03-01\",\n            \"education_1\": \"Canterbury Christ Church University, Bachelor of Laws - LLB, Immgration Law\",\n            \"education_2\": \"City College Southampton, Business, Management, Marketing, and Related Support Services\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2021-02-01\",\n            \"education_date_2\": \"2017-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Operation and Admin Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ana\",\n            \"last_name\": \"Appel\",\n            \"full_name\": \"Ana Paula Appel\",\n            \"linkedin\": \"https://www.linkedin.com/in/paulinhaappel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAL4MoQBD1Ls5UPGnVYMb1qmNzZlFlAYOds,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguish Quantum Ambassador | Senior AI Engineer | Master Inventor | Innovator | Researcher!! Transforming Client Business through AI !! Inspiring Women in Quantum and AI !!!\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 11509,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"aprendizado de máquina,modelagem financeira,data visualization,predictive modeling,drive change,customer communication,resolução de problemas,pesquisa e desenvolvimento (p&d),arquitetura de soluções,vendas,inteligência de negócios (bi),liderança técnica,desenvolvimento de negócios,liderança,comunicação,desenvolvimento de conceitos,desenvolvimento de relacionamentos,computação,entrega ao cliente,deep learning,data analysis,ibm watson,quantum computing,data mining,algorithms,linux,computer science,programming,c++,artificial intelligence,sql,databases,machine learning,unix,python,social network analysis,network analyzer,hadoop,knowledge graph,r,c,big data,software development,matlab,latex,research,mysql,neo4j graph data science library\",\n            \"twitter\": \"https://twitter.com/paulinhaappel\",\n            \"about\": \"As a distinguished leader in AI Engineering and a Senior Quantum Ambassador at IBM, I have over a decade of pioneering experience at the forefront of technological innovation. My extensive background in AI and quantum computing has empowered me to lead transformative projects, leveraging artificial intelligence, machine learning, and graph mining across diverse industries such as health insurance, finance, and social networks.\\n\\nI specialize in bridging the gap between theory and application, with deep expertise in programming languages and frameworks like Python, R, SQL, TensorFlow, PyTorch, and NetworkX. My technical prowess enables me to design and implement groundbreaking solutions that deliver significant value to IBM's global clients, utilizing the latest advancements in data, cloud, and quantum technologies.\\n\\n- Though Leader Certified Data Scientist by The Open Group  \\n- QISKIT Developer and Advocate\\n- Master Inventor at IBM with a portfolio of over 50 filed patents  \\n- Prolific speaker with papers presented at prestigious conferences\\n\\nMy dedication to pushing the boundaries of AI and quantum computing matches my commitment to fostering diversity and inclusivity in STEM. Since 2016, I have led the Women in Data Science Workshop (WiDS), creating a supportive environment that inspires and empowers women and girls in mathematics, computer science, and beyond.\\n\\nFluent in English, a native Portuguese speaker, and with basic proficiency in Spanish, I thrive in multicultural environments and am well-equipped to lead global teams. Let's connect to explore opportunities to drive impactful change together.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"12 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Engineer (IBM, Size: 10000+) [2024-01-01] In my role as an AI Engineer, I am responsible for designing and implementing artificial intelligence solutions. This entails creating algorithms, models, and applications that harness the power of machine learning and other AI technologies. I analyze data, optimize algorithms, and collaborate with cross-functional teams to seamlessly integrate AI capabilities into various projects. Strong programming skills, proficiency in machine learning frameworks, and a deep understanding of AI concepts are essential aspects of my work as an AI Engineer.\",\n            \"current_position_2\": \"Distinguish Quantum Ambassador (IBM, Size: 10000+) [2022-07-01]\",\n            \"current_position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM, Size: 10000+) [2020-04-01] In this community will host tech talks about data science, engage the DS community at IBM LA, promote data science certification across several business unit and other activities to share knowledge and increase DS eminence. \",\n            \"position_1\": \"AI Engineer (IBM)\",\n            \"position_2\": \"Distinguish Quantum Ambassador (IBM)\",\n            \"position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Universidade Federal de São Carlos, Postdoc, Graph Mining, Semantic web\",\n            \"education_2\": \"PhD, Database\",\n            \"education_3\": \"Universidade de São Paulo, Master, Database\",\n            \"education_date_1\": \"2010-01-01 - 2011-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2001-01-01 - 2003-01-01\",\n            \"website_1\": \"cnpq.br\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Claudio\",\n            \"last_name\": \"Pellegri\",\n            \"full_name\": \"Claudio Pellegri\",\n            \"linkedin\": \"https://www.linkedin.com/in/claudio-pellegri-a652a658\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAwlMG0B1oOM8K0cFCzLss-WqteNTdlb_gE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 394,\n            \"location\": \"Argentina\",\n            \"skills\": \"sql,uml,casos de uso,java,cobol,business intelligence,microsoft office,microsoft project,c++,qmf,qmf for windows,ibm rational,db2,glui,fdw,scrum,linux,balsamiq mckups,software project management,business analysis,watson,agile methodologies,devops,azure devops\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced System Support Analyst with a demonstrated history of working in the information technology and services industry. Skilled in Scrum, SQL, IBM DB2, IBM Query Management Facility (QMF), and C++. Strong information technology professional graduated from Instituto de Tecnologia O.R.T..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"12 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM, Size: 10000+) [2022-12-01]\",\n            \"current_position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM, Size: 10000+) [2020-02-01] TAREAS DESARROLLADAS: DAR SOPORTE DEL SISTEMA CONTABLE DE IBM EN TODA AMERICA Y COMO BACKUP EN EMEA Y AP. LOS SISTEMAS CONTABLES SON: GLUI (GLOBAL LEDGER USER INTERFACE) PARA VOUCHERS Y ALLOCATIONS Y GLUI NG PARA VOUCHERS. MANEJO EL PROGRAMA DBVISUALIZER PARA EJECUTAR SENTENCIAS  DE SQL Y OBTENER ARCHIVOS BINARIOS (PROCESO FUNDAMENTAL PARA OBTENER LA DOCUMENTACION SOPORTE DE LOS VOUCHERS, SOLICITADO POR CONTADORES, FINANCIEROS Y AUDITORES). ACTUALMENTE PERTENEZCO AL AMERICAS LEDGER OPERATION TEAM Y SOY BACKUP DEL NUEVO SISTEMA DE CUENTAS PARA AMERICAS: GART (GLOBAL ACCOUNT REQUEST TOOL).\\nADEMAS SOY ADMINISTRADOR Y DOY SOPORTE DE: CLS/FDW (COMMON LEDGER SYSTEM - FINANCIAL DATA WAREHOUSE) Y FIW-LEDGER REPORTING (FINANCIAL INFORMATION WAREHOUSE), IBM PERSONAL COMMUNICATIONS, QMF, QMF FOR WORKSTATION, DATABASES EN GENERAL, DB2 AND ODBC, DFI, MACROS, COGNOS, ETC.                             \\nREFERENCIAS: JOHN THOMPSON (RESIDE EN INGLATERRA) Y ALBERTO BRUNO.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM)\",\n            \"position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM)\",\n            \"position_3\": \"Americas Applications Controls and Accounting - Global Ledger User Interface Admin. (IBM)\",\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2020-02-01\",\n            \"position_date_3\": \"2017-10-01 - 2020-02-01\",\n            \"education_1\": \"ORT Argentina, System Analyst, Computer Systems Analysis/Analyst\",\n            \"education_2\": \"ORT Argentina, Analista Programador de Computación, Computer Programming\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bivanju\",\n            \"last_name\": \"Ismail\",\n            \"full_name\": \"Bivanju Ismail\",\n            \"linkedin\": \"https://www.linkedin.com/in/bivanju-ismail-a40426170\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACikQFABuoLUgeUjI_9vmzNvmkljhHvJTrU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Strategist At iBm\",\n            \"industry\": \"pharmaceutical manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 368,\n            \"location\": \"Kampala, Central Region, Uganda\",\n            \"skills\": \"talent management,financial analysis,product demonstration,sales processes,market analysis,customer relationship management (crm),business relationship management,analytical skills,sales and marketing,customer satisfaction,presentation skills,team leadership,negotiation,communication,team management,strategic planning,market research\",\n            \"twitter\": \"\",\n            \"about\": \"Self motivated and dynamic\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"4 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBm\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder iBm (iBm) [2021-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder iBm (iBm)\",\n            \"position_2\": \"Area Sales Manager (Jubaili Agrotec)\",\n            \"position_3\": \"Area Sales Manager Eastern/Northern (Jubaili Agrotec)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2023-08-01 - 2023-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2023-07-01\",\n            \"education_1\": \"Makerere University, Veterinary Medicine\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder iBm\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karim\",\n            \"last_name\": \"Aksas\",\n            \"full_name\": \"Karim Aksas\",\n            \"linkedin\": \"https://www.linkedin.com/in/karim-aksas-3916092\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAByJt0B-852FsPMh1l27yDsZqa5OJClgw8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Sales at IBM and Owner, ibm\",\n            \"industry\": \"hospitality\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 647,\n            \"location\": \"Greater Paris Metropolitan Region\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (ibm, Size: 10000+) []\",\n            \"current_position_2\": \"Managing Director VIGILIO SA (IBM, Size: 10000+) [2011-04-01] Marché : dispositifs Systeme d'alerte médical en milieu Hospitalier / Ehpad / Mison de retraite\",\n            \"current_position_3\": \"Business development manager (IBM FRANCE) [2007-01-01] Détaché chez VIGILIO SA\",\n            \"position_1\": \"Owner (ibm)\",\n            \"position_2\": \"Managing Director VIGILIO SA (IBM)\",\n            \"position_3\": \"Business development manager (IBM FRANCE)\",\n            \"position_date_1\": \"2011-04-01\",\n            \"position_date_2\": \"2007-01-01\",\n            \"position_date_3\": \"1984-10-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1978-01-01 - 1981-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Patrick\",\n            \"last_name\": \"Desjardins\",\n            \"full_name\": \"Patrick Desjardins Couillard\",\n            \"linkedin\": \"https://www.linkedin.com/in/patrick-desjardins-couillard-05944586\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABI39gUB6UWOpelehQKAkFkU_wL4utdS_Aw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Président Directeur Général et Propriétaire Distribution P.K Desjardins inc\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 840,\n            \"location\": \"Québec, Quebec, Canada\",\n            \"skills\": \"btob,communication marketing,développement commercial,gestion de compte,management,marketing,new business development,stratégie commerciale,stratégie marketing,sales manager,vente,marketing direct,management des comptes-clés,ventes directes,stratégie de commercialisation,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Parler de développement ingénierie dans divers  secteur et entreprise et gouvernemental  et juridique   Propriétaire  Banques Sitia entreprises\",\n            \"birthday\": null,\n            \"pronouns\": \"Propriétaire Microsoft\",\n            \"time_in_position\": \"14 years 4 months \",\n            \"time_in_company\": \"14 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2010-10-01]\",\n            \"current_position_2\": \"Propriétaire (Québecor, Size: 501-1000) [2010-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Québecor)\",\n            \"position_3\": \"Propriétaire (Apple)\",\n            \"position_date_1\": \"2010-10-01\",\n            \"position_date_2\": \"2010-10-01\",\n            \"position_date_3\": \"2023-08-01 - 2023-08-01\",\n            \"education_1\": \"panphile le mais, C.P.C 2\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1991-01-01 - 1994-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordperss.com\",\n            \"website_2\": \"distributionpkdesjardins.com\",\n            \"website_3\": \"perss.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Yorick\",\n            \"last_name\": \"Kuijs\",\n            \"full_name\": \"Yorick Kuijs\",\n            \"linkedin\": \"https://www.linkedin.com/in/yorickkuijs\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABT8dIB3NkrcXi0jffthjTYr_HcdmRvR8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 889,\n            \"location\": \"Culemborg, Gelderland, Netherlands\",\n            \"skills\": \"microsoft office sharepoint server,solution architecture,microsoft exchange,sharepoint,tmg,.net,iis,enterprise architecture,microsoft sql server,active directory,microsoft technologies,soa,windows server,infrastructure,virtualization,powershell\",\n            \"twitter\": \"\",\n            \"about\": \"Over the last fourteen years I have been working with several Microsoft infrastructure technologies, like Windows, Exchange, ISA Server, SQL Server and SharePoint. The last ten years I have been specializing in Microsoft Sharepoint Products and Technologies. I started with SharePoint Portal Server 2003, but at the moment Microsoft Office SharePoint Server 2013 occupies 100% of my time. \\n\\nSpecialties: Microsoft infrastructure technologies, especially Microsoft SharePoint\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"13 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft, Size: 10000+) [2022-07-01] As a Cloud Solution Architect I help customers getting the best out of their SharePoint/ Microsoft 365 implementations. Either by preventing issues through delivering proactive engagements like workshops, chalk and talks or risk assessments, or reactive helping customers recovering from a major issue and implementing measurements to prevent similar issues from reoccurring.\",\n            \"current_position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft, Size: 10000+) [2017-12-01] SharePointDsc is a PowerShell Desired State Configuration module to install, configure and manage SharePoint. It is available as open source project on GitHub: http://github.com/power shell/sharepointdsc\\n\\nI have contributed to this project for several years already, but took over the ownership last December.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft)\",\n            \"position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft)\",\n            \"position_3\": \"Senior Customer Engineer (Microsoft)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2017-12-01\",\n            \"position_date_3\": \"2020-07-01 - 2022-06-01\",\n            \"education_1\": \"Avans Hogeschool Breda, HBO, HLO - Laboratory Informatics and Automation\",\n            \"education_2\": \"Koningin Wilhelmina College, HAVO\",\n            \"education_3\": null,\n            \"education_date_1\": \"1995-01-01 - 1999-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"microsoft.nl\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Nilesh\",\n            \"last_name\": \"Gopali\",\n            \"full_name\": \"Nilesh Gopali\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilesh-gopali-a871951\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAA0XMcBGKjx5FzB1FHOTjXZgLh62VqLo68,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business & Technology Advisor | Co-Author | Co-founder | CTO | Speaker\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16512,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"international companies,communication,investment,adviser,strategy,business analysis,leadership,business strategy,e-commerce,change management,it strategy,project delivery,banking,business process improvement,stakeholder management,procurement,business development,program management,business process,business planning,management,artificial intelligence,entrepreneurship,international business\",\n            \"twitter\": \"https://twitter.com/NileshGopali\",\n            \"about\": \"A past Londoner and now a Mumbai resident, Nilesh advises Indian & International companies on their cross-border growth & strategic investments. \\n\\nNilesh has advised & facilitated cross border investments and M&As across India, UK, Europe & USA, including being an active investor in his London days, successful in significant growth or turning around companies.\\n\\nExperience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\nIn the past, as an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\\n\\nNilesh is a co-author of a Book on Artificial Intelligence and has published and presented AI strategy papers in the Oxford Uni.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years 10 months \",\n            \"time_in_company\": \"6 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"International Business Advisory\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (International Business Advisory ) [2018-04-01] Experience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\n\\nAs an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\",\n            \"current_position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates, Size: 201-500) [2018-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (International Business Advisory )\",\n            \"position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates)\",\n            \"position_3\": \"Co-Founder (Tech India Advocates)\",\n            \"position_date_1\": \"2018-04-01\",\n            \"position_date_2\": \"2018-06-01\",\n            \"position_date_3\": \"2020-05-01 - 2024-02-01\",\n            \"education_1\": \"Indian Institute of Management Ahmedabad, Executive Education Leadership Programme, Innovation, Corporate Strategy &  Competitive Performance\",\n            \"education_2\": \"Kingston University - Company, Master of Business Administration (MBA), Strategic Management\",\n            \"education_3\": \"University of Mumbai, Bachelor's degree, Computer Engineering\",\n            \"education_date_1\": \"2017-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_3\": \"1991-01-01 - 1995-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Imane\",\n            \"last_name\": \"Hidara\",\n            \"full_name\": \"Imane Hidara\",\n            \"linkedin\": \"https://www.linkedin.com/in/imane-hidara-9b4b03220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADexXdgB8Ppdm_3o0E1jowmfDd0Pjgy0KR4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"licence professionnelle en TECHNOLOGIE ET MANAGEMENT DU BÂTIMENT ET TRAVAUX PUBLICS.\",\n            \"industry\": \"facilities services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 48,\n            \"location\": \"Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Université Hassan II de Casablanca, Licence professionnelle en TMBTP, Génie civil\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Mohanad\",\n            \"last_name\": \"Alsamak\",\n            \"full_name\": \"Mohanad Alsamak\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohanad-alsamak-7b0b35220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeyXTQB8XUcURG_XTgFLW1jDifqHTGV3p4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO Of Masa Company For Training\",\n            \"industry\": \"professional training and coaching\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Al-Basra Governorate, Iraq\",\n            \"skills\": \"مشاريع التنمية,الموارد البشرية ,إدارة مشاريع الموارد البشرية,تدريب الموظفين,تطوير فريق العمل,تنمية المهارات القيادية,الادارة\",\n            \"twitter\": \"\",\n            \"about\": \"مهند محمد عبود السماك\\n\\nمهندس اتصالات رئيس مهندسين في شركة نفط البصره\\nالمدير المفوض لشركة ماسة الشرق للتدريب وادارة المشاريع\\nعملت في مجال التدريب منذ 2014\\nدربت اكثر من 1000 متدرب في مجالات مختلفه\\nلدي خبره واسعه في مجال ادارة المشاريع وادارة الموارد البشريه واعداد المدربين وتطوير الاداء المؤسسي\\nاسعى للتطوير دائما\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Company Owner (Microsoft)\",\n            \"position_2\": \"Company Owner (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"الجامعه المستنصرية, بكالوريوس هندسة, الاتصالات\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Company Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ajeesh\",\n            \"last_name\": \"Sv\",\n            \"full_name\": \"Ajeesh Sv\",\n            \"linkedin\": \"https://www.linkedin.com/in/ajeesh-sv-640374336\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFRqWZABE8o9iL8VGkpc5cUJ_GHrzmteJFU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Neyyattinkara, Kerala, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maarten\",\n            \"last_name\": \"Sies\",\n            \"full_name\": \"Maarten Sies\",\n            \"linkedin\": \"https://www.linkedin.com/in/maartensies\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADl8GUBMREVuSlz0dqfVUGiWR0DQqx-lA4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Global Trade Digitization\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 516,\n            \"location\": \"Amsterdam, North Holland, Netherlands\",\n            \"skills\": \"requirements analysis,business process design,requirements management,soa,uml,rup,functional requirements,stakeholder management,customs regulations,scrum,business rules,reporting & analysis,process improvement,enterprise architecture,process consulting,workshop facilitation,port community systems,data analysis,logistics,supply chain operations,bpmn,international trade,agile methodologies,container shipping,analytics,business process,blockchain,business analysis,consulting,integration,product development,business development,supply chain management,business strategy,product management,solution selling,product strategy\",\n            \"twitter\": \"\",\n            \"about\": \"Even with 15+years in the industry, I am still learning something new every day about the complex and emergent system that is global trade. With previous experience in business analysis, QA, consultancy, (software) product development and platform design, today I am helping clients throughout EMEA to simplify their global logistics. I am passionate about technology but always in a context!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"18 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Solution owner - Customs Compliance Platform (IBM, Size: 10000+) [2023-07-01] IBMs Customs Compliance Platform (CCP) is a flexible cloud solution that simplifies and accelerates the customs compliance document workflow.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Solution owner - Customs Compliance Platform (IBM)\",\n            \"position_2\": \"TradeLens | Business Development Executive (IBM)\",\n            \"position_3\": \"Senior Managing Consultant (IBM)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2021-07-01 - 2023-08-01\",\n            \"position_date_3\": \"2017-05-01 - 2021-06-01\",\n            \"education_1\": \"Msc., Information Science\",\n            \"education_2\": \"CoP, Computer Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"1999-01-01 - 2007-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Solution owner - Customs Compliance Platform\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Maston\",\n            \"full_name\": \"Sarah M. W. Maston\",\n            \"linkedin\": \"https://www.linkedin.com/in/smwmaston\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACCisN4ByJZUsKjdIRcUokxkREgFUFWFMyM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director of Strategy & Principal Solution Architect at Microsoft, Founder of Project 15 from Microsoft, Co-Chair of Impact Technology Champions @ Global Initiative to End Wildlife Crime\",\n            \"industry\": \"environmental services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4319,\n            \"location\": \"Seattle, Washington, United States\",\n            \"skills\": \"mainframe architecture,solution architecture,internet of things (iot),microsoft azure,process architecture,data solutions,management,cloud computing,consulting\",\n            \"twitter\": \"\",\n            \"about\": \"Sarah is an award-winning inventor and futurist. She has a unique ability to look at the world differently, to see the interconnectedness and inner workings of people, processes and planet. \\n\\nShe is the inventor of the Nutrition Graph (IBM patent), Project Edison from Microsoft and Microsoft's Project 15 Open Platform for the acceleration of conservation and ecological sustainability solutions.  She holds multiple awards including an IBM Outstanding Innovation Award, IBM’s Excellence and Eminence Award and a Microsoft Polaris Award.  She is a 2023 Microsoft Gold Club recipient for the invention of Mainframe Data Pipe for Azure developed in partnership with Kyndryl.  \\n\\nShe is the founder of Project 15 from Microsoft that forged a groundbreaking partnership with the GEF Small Grants Program implemented by the UNDP to accelerate conservation tech across their 26K+ NGO projects.  This work was featured in the 2020 UNDP Annual Report. She volunteers her time to speak internationally with such organizations as the GEF, World Bank's Global Wildlife Program and United for Wildlife led by the Royal Foundation of the Prince and Princess of Wales on the value of Private/Public Partnership (PPP) and is a global thought leader and expert in fighting environmental crime with technology.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Global Initiative to End Wildlife Crime\",\n            \"company_link\": \"https://www.linkedin.com/company/end-wildlife-crime\",\n            \"company_id\": \"https://www.linkedin.com/company/66344160\",\n            \"company_domain\": \"endwildlifecrime.org\",\n            \"company_about\": \"The Global Initiative to End Wildlife Crime (EWC) is a broad alliance of environmental, policy, legal, business and public health experts, created to address serious gaps in the existing international legal framework for combating wildlife crime and regulating wildlife trade. \\n\\nEWC advocates for, and offers technical support towards, (1) the creation of a new global agreement on wildlife crime and (2) the amendment of existing international wildlife trade laws to include public and animal health in decision making. \\n\\nEWC is hosted by ADM Capital Foundation and chaired by John Scanlon AO (the former Secretary General of CITES), with a steering group comprising the Born Free Foundation, The Food and Land Use Coalition, the Global Environmental Institute and The ICCF Group.\",\n            \"company_founded\": null,\n            \"company_size\": \"11\",\n            \"company_location_1\": \"Hong Kong SAR\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Hong Kong\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"international affairs\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Wildlife Crime,Wildlife Trade,International Law,CITES,Environmental Law,Public Health,Conservation,Biodiversity,Environment,Biodiversity Loss,Sustainable Development Goals,International Crime\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime, Size: 11-50) [2024-06-01]\",\n            \"current_position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime, Size: 11-50) [2023-10-01]\",\n            \"current_position_3\": \"Director, Global Partner Development (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime)\",\n            \"position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime)\",\n            \"position_3\": \"Director, Global Partner Development (Microsoft)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2023-10-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Harvard Extension School, Graduate study in computer science & information management\",\n            \"education_2\": \"Boston University, Bachelor's degree, Psychology & Women's Studies\",\n            \"education_3\": null,\n            \"education_date_1\": \"2012-09-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Chairperson, Impact Technology Champions\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Viet\",\n            \"last_name\": \"Dinh\",\n            \"full_name\": \"Viet Dinh\",\n            \"linkedin\": \"https://www.linkedin.com/in/dinhtuanviet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAArviPwBOMcwW0Z2GPwnUeuQ-590aeFsiUs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Microsoft Azure Specialist | ex-Oracle | ex-Experian | Entrepreneur\",\n            \"industry\": \"information services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1279,\n            \"location\": \"Sydney, New South Wales, Australia\",\n            \"skills\": \"cloud computing,pre-sales,business analysis,oracle rac,exadata,linux,solution architecture,ocp,erp,solution selling,management,software project management,software development,enterprise software,oracle database,oracle enterprise manager,banking,databases,big data,hadoop,cloudera,hbase,spark,hadoop administration,data guard,pl/sql,r,python,sas,machine learning,credit scoring,microsoft office,data analytic,data visualization,database administration,powercurve,qlik,tableau,sql,data analysis,spss,rman\",\n            \"twitter\": \"\",\n            \"about\": \"Trusted technology advisor with more than 16 years of experience in information technology across different industry in banking, telecommunication and utilities in APAC. For the first 8 years in my professional career, as a technical architect at Oracle Vietnam, I helped clients to select the best enterprise platform like Oracle Database, Exadata Machine, Data Warehouse solution for their information technology infrastructure. Then I spent 3 years as a solution consultant of Experian SEA, with the goals of growing the Decisioning Analytics services in Vietnam.  I am very practical and hand-ons experience with cloud base infrastructure and technologies of AWS and Azure. Certified on AWS Solution Architecture Professional, AWS DevOps Engineer Professional and Azure Fundamental, Azure Administrator Associate, Azure Solution Cloud Architecture. Having a real passion on Azure Cloud Technology and its applicable solutions for Retail, Manufacturing and Banking.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft, Size: 10000+) [2024-07-01] Being part of Global Azure Specialist team, supporting Microsoft Strategic Global Customers in APAC\",\n            \"current_position_2\": \"Startup Founder Hub (Microsoft, Size: 10000+) [2024-02-01] Microsoft for Startups Founders Hub helps startups radically accelerate innovation by providing access to industry-leading AI services, expert guidance, and the essential technology needed to build a future-proofed startup.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft)\",\n            \"position_2\": \"Startup Founder Hub (Microsoft)\",\n            \"position_3\": \"Azure Specialist | Small Medium Corporate Segment | ASEAN (Microsoft)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"education_1\": \"French Vietnamese Center for Management Education (CFVG ), Master of Business Administration (MBA), Master of Business Administration\",\n            \"education_2\": \"École normale supérieure Paris-Saclay, Master of Engineering (M.Eng.), Network and Distributed System\",\n            \"education_3\": \"Hanoi University of Science and Technology, Bachelor of Engineering (B.E.), Computer Science\",\n            \"education_date_1\": \"2015-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2009-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2003-01-01 - 2008-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pari\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pari 👋🏻\",\n            \"linkedin\": \"https://www.linkedin.com/in/pari-%F0%9F%91%8B%F0%9F%8F%BB-74538b17\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANv6mUB0v2IU7NqiaW3dz6SlVTdqeJi3fY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"icici\",\n            \"industry\": \"banking\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 93,\n            \"location\": \"India\",\n            \"skills\": \"management,leadership,analysis ,equity research,business strategy,engineering,competitive analysis,requirements analysis,management consulting,banking,business development,retail banking,marketing strategy,mis,microsoft office,team management,customer service,relationship management,corporate banking\",\n            \"twitter\": \"https://twitter.com/paridhitongya\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"realme hired Pari as a Co-Owner 3 months ago from ICICI Bank.\",\n            \"latest_post\": null,\n            \"company_name\": \"Realme\",\n            \"company_link\": \"https://www.linkedin.com/company/realme\",\n            \"company_id\": \"https://www.linkedin.com/company/30187482\",\n            \"company_domain\": \"realme.com\",\n            \"company_about\": \"realme is a technology brand officially established on Aug 28, 2018 by Sky Li. The aspiration of realme is to provide products with a comprehensive superior experience for the young, and realme is \\ncommitted to be a trendsetting technology brand. \\nDue to the abilities in cutting-edge technologies of smartphones and AIoT, realme brings consumers products with leap-forward technologies and trendsetting designs that are first applied in the price segment. \\nAt the beginning of 2020, realme announced its dual driven strategy of “Smartphone + AIoT”. In November of 2020, realme has just been named by Counterpoint's Q3 2020 smartphone shipment report to be the fastest growing brand to reach the 50 million smartphone sales milestone. In addition to this milestone, realme is also the world’s fastest-growing brand in Q3 as it grew 132% QoQ for the quarter, gaining momentum and surpassing analysts’ expectations. As the world's fastest-growing smartphone brand, realme stands firmly among the mainstream smartphone brands. At present, realme has entered 61 markets worldwide, including Asia, Europe, Oceania, Middle and East Africa, etc. \",\n            \"company_founded\": 2018,\n            \"company_size\": \"3737\",\n            \"company_location_1\": \"China\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"深圳市\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+8618001022777\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"internet\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://twitter.com/realmeglobal, https://www.facebook.com/realmeglobal\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"16248000\",\n            \"technologies\": \"Yandex Metrica, VueJS, Route 53, Nginx, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Google Apps, Google Analytics, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Amazon Elastic Load Balancer, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"3563\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Owner (realme, Size: 1001-5000) [2024-11-01]\",\n            \"current_position_2\": \"Owner (Gmail) [2024-08-01]\",\n            \"current_position_3\": \"Owner (Vodafone Idea Foundation, Size: 11-50) [2024-07-01]\",\n            \"position_1\": \"Co-Owner (realme)\",\n            \"position_2\": \"Owner (Gmail)\",\n            \"position_3\": \"Owner (Vodafone Idea Foundation)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2024-08-01\",\n            \"position_date_3\": \"2024-07-01\",\n            \"education_1\": \"Manipal International University Alumni, Postgraduate Degree, Banking, Corporate, Finance, and Securities Law\",\n            \"education_2\": \"Shri G S Institute of Technology & Science, Bachelor of Technology - BTech, Electrical Engineering Technologies/Technicians\",\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2005-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Lai\",\n            \"last_name\": \"Chu\",\n            \"full_name\": \"Lai Chu\",\n            \"linkedin\": \"https://www.linkedin.com/in/laichu\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAD--V8BY4gePLdtqo8ll7G6Af7hH2NO1nE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 83,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"db2,websphere application server,it service management,solution architecture,aix,software project management,unix,itil,team leadership,soa,integration,websphere,testing,pmp,requirements analysis,software development,it strategy,sql,service delivery\",\n            \"twitter\": \"\",\n            \"about\": \"As an insightful technology project leader, I am known for handling broad-based projects to achieve exceptional project delivery. Building strong solutions to complex challenges is what drives me. As a leader, I champion and cultivate global teams through employing superior interpersonal skills, to engage team members and increase productivity, whether onsite or remote. At the core of my success is my ability to implement deadline-driven deliverables in an organized and collaborative manner while effectively negotiating with internal and external stakeholders to ensure open lines of communication.\\n\\nMost recently as a Data Governance Project Management at IBM, I controlled data acquisition and ingestion of over 1 Petabyte (PB) of enterprise data into the Chief Data Office data lake, providing user with metadata catalog and machine learning tool to speed up and simplify data mining and profiling. \\n\\nCurrently, I’m exploring roles in the area of technical project management, in the New York City Metropolitan area or remote.\\n\\n AREAS OF EXPERTISE:\\n\\nIT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"25 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Techical Owner Delegate (IBM, Size: 10000+) [2022-01-01] Has the technical responsibility for the application, including the security and the integrity of the data. Act as the focal for the application, support the infrastructure and be accountable for business control, governance and audit, security gaps, and the overall risk assessment from gap analysis to remediation. \\n•\\tEnsure compliance with business controls are adhered to the IBM IT Security Standards (ITSS), including access control, change management, patch and vulnerability management, risk management, business recovery, data privacy management.\\n•\\tMaintain up to date documentation on the application architecture, operation supports, asset protection plan, threat modeling, control points, satisfying the IBM internal audit - Application Systems Control and Auditability (ASCA).\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Techical Owner Delegate (IBM)\",\n            \"position_2\": \"Data Governance Project Manager (IBM)\",\n            \"position_3\": \"Business Operations Project Manager (IBM)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2016-01-01 - 2020-01-01\",\n            \"position_date_3\": \"2013-01-01 - 2016-01-01\",\n            \"education_1\": \"New York University, Bachelor of Arts (BA), Computer Science\",\n            \"education_2\": \"Polytechnic University, Master's degree, Management Information Systems, General\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Techical Owner Delegate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Noman\",\n            \"last_name\": \"Hanif\",\n            \"full_name\": \"Noman Hanif\",\n            \"linkedin\": \"https://www.linkedin.com/in/noman-hanif-376453220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeYW0oBgc3W8kUyw3Dh7mPLHVPeM0PbnO0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"INOUT LOGISTICS\",\n            \"industry\": \"truck transportation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 23,\n            \"location\": \"Karāchi, Sindh, Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": \"Business Owner (ACUMAN LOGISTIC) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": \"Business Owner (ACUMAN LOGISTIC)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Aria\",\n            \"last_name\": \"Wker\",\n            \"full_name\": \"aria wker\",\n            \"linkedin\": \"https://www.linkedin.com/in/aria-wker-342872194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2wpmIBP51bgDOAa0BRTHgp3yN8Zoj3wTo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Search Engine Optimization Consultant\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 311,\n            \"location\": \"Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years \",\n            \"time_in_company\": \"12 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-01-01]\",\n            \"current_position_2\": \"Search Engine Optimization Consultant (PAK SEO) [2015-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": \"Search Engine Optimization Consultant (PAK SEO)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2013-01-01\",\n            \"position_date_2\": \"2015-10-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Panjab University, Bachelor's degree\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-02-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kobi\",\n            \"last_name\": \"Frimpong\",\n            \"full_name\": \"Kobi Frimpong\",\n            \"linkedin\": \"https://www.linkedin.com/in/kobi-frimpong-4a98557\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAFfCYEBXGaU4BBrUskwSyRWZNceCA5-bH4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CIO Identity Services/ Identity Access Governance\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 342,\n            \"location\": \"United States\",\n            \"skills\": \"internal audits,seim,digital media integration,sarbanes-oxley act,systems integration,network engineering,windows server,solution architecture,governance, risk management, and compliance (grc),change management,general data protection regulation (gdpr),technical support,cybersecurity,agile methodologies,network administration,identity and access management (iam),linux,network security,amazon web services (aws),compliance regulations,new business development,troubleshooting,adobe audition,audio editing,broadcast,cisco technologies,cross-functional team leadership,digital media,entertainment,integration,computer hardware,information technology,radio broadcasting,management,microsoft office,new media,program management,project management,radio,security,social media,team leadership,telecommunications,television,vendor management,video,video production,broadcasting,radio production\",\n            \"twitter\": \"\",\n            \"about\": \"Highly accomplished, solutions-driven technical leader and network administration specialist with over  15 years of demonstrated achievements impacting superior project performance in areas of network management, analysis, technical support and troubleshooting across multiple server/client platforms. Demonstrated expertise in identifying critical operational issues and deploying innovative solutions to improve technical capabilities, increase productivity and reduce costs. Creative problem-solver with outstanding team-building/motivational attributes\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM)\",\n            \"position_2\": \"Manager for Data Services (SiriusXM)\",\n            \"position_3\": \"Manager Broadcast Automation/IT (SiriusXM)\",\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": \"2007-03-01 - 2021-02-01\",\n            \"position_date_3\": \"2001-03-01 - 2006-03-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jerry\",\n            \"last_name\": \"Green\",\n            \"full_name\": \"Jerry Green, M.A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jerry-green-m-a-751a46167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfX2K0BHhOIRcMj-YQ6vBXF1OhVCctdQ04,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Program Manager at Synaxis Corporation\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 131,\n            \"location\": \"Eugene, Oregon, United States\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 6 months \",\n            \"time_in_company\": \"15 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Communications Owner (Microsoft, Size: 10000+) [2021-08-01] Communications Lead for the Technical Leadership Development Team\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Communications Owner (Microsoft)\",\n            \"position_2\": \"Senior Program Manager (Microsoft)\",\n            \"position_3\": \"Senior Program Manager (Swift Group Marketing)\",\n            \"position_date_1\": \"2021-08-01\",\n            \"position_date_2\": \"2010-01-01 - 2022-05-01\",\n            \"position_date_3\": \"2013-01-01 - 2022-02-01\",\n            \"education_1\": \"San Francisco State University, Master's degree, Organizational Communication and Leadership\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1998-01-01 - 2000-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Communications Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Michael\",\n            \"last_name\": \"Flanakin\",\n            \"full_name\": \"Michael Flanakin\",\n            \"linkedin\": \"https://www.linkedin.com/in/flanakin\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACa8DsBbYqcyP3X-nKODNR8NE2HTAW2Nps,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Product visionary and leader focused on intelligent analytics, insights, and experiences\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1050,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"board of directors,open innovation,open-source software,finops,product management,program management,leadership,user experience,enterprise software,software development,software engineering,c#,.net,web applications,agile methodologies,enterprise architecture,architecture,wpf,sharepoint,silverlight,visual studio,architectures,user scenarios,design patterns,tfs,software project management,integration,cloud computing,interaction design,persona,scrum,personas,javascript,typescript,management,strategy,user research,accessibility,usability,usability testing,net promoter score,customer satisfaction,executive leadership,organizational leadership,communication,business strategy,decision-making,emotional intelligence,quantum computing,conflict resolution\",\n            \"twitter\": \"https://twitter.com/flanakin\",\n            \"about\": \"My personal mission is to inspire people to build great products that improve lives and make technology more useful, usable, and desirable to people of all abilities. Everyone deserves products that look, feel, and work better. I believe in clarity and efficiency – simple, honest, and effective experiences.\\n\\nI create real customer connections to understand goals and establish a shared vision – a narrative that binds customers, business, and engineering.\\n\\nI help teams focus on customer success to win customers, drive adoption, and grow business using research, design, and data science to optimize results and build truly differentiated experiences people love. I bring people together, circle around a shared vision, and empower every individual to achieve more by leading with their strengths and passions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"11 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft, Size: 10000+) [2024-10-01] Leading the cross-company FinOps vision and strategy in collaboration with marketing, customer enablement, consulting, and customer success teams.\",\n            \"current_position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation, Size: 501-1000) [2023-07-01]\",\n            \"current_position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation, Size: 501-1000) [2023-01-01]\",\n            \"position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft)\",\n            \"position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation)\",\n            \"position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2023-07-01\",\n            \"position_date_3\": \"2023-01-01\",\n            \"education_1\": \"Troy University in Montgomery, Bachelor of Science (B.S.), Computer Science\",\n            \"education_2\": \"Shawnee Mission North High School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"about.me/flanakin\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Product Manager, Microsoft FinOps\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Thao\",\n            \"last_name\": \"P\",\n            \"full_name\": \"Thao P. Mai\",\n            \"linkedin\": \"https://www.linkedin.com/in/thao-p-mai\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACV_WQcBHiv3eSKXDVAUAVRJdhS_3yeXPng,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Owner / Finance Coordinator at IBM\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 63,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"organization skills,financial accounting,sap erp,sap products,arctree,cash collection,accounts payable (ap),payroll administration,executive support,office operations,office 365,executive management,expense reports,written communication,customer requirements,technical reports,spreadsheets,accounting,customer relationship management (crm),accounts receivable (ar),zoom,office administration,invoice finance,report writing,email strategy,microsoft dynamics ax,interpersonal skills,event management,event planning,project planning,teamwork,system administration,administrative assistance,english,communication,interpersonal communication,blogging,customer service,administration,receptionist duties,microsoft office,management,microsoft excel,strategic planning,public speaking,microsoft powerpoint,microsoft word,social media,research,content marketing,customer loyalty,project team management,project management,project leadership,project communications\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Office administration with a demonstrated history of working in global corporates. Skilled in Microsoft Excel, Microsoft Word, Strategic Planning, Public Speaking, Spreadsheets, Teams / SAP/ ARCTREE....\\nExperienced working in professional and fast-paced environment . Growth-mindset, willing to learn new things. Inspired to share positive energy to all communities.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Finance Coordinator (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Finance Coordinator (IBM)\",\n            \"position_2\": \"Assistant Financial Controller (Safran)\",\n            \"position_3\": \"Office Administrator (Deutsches Haus Ho Chi Minh City (official))\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-10-01 - 2024-03-01\",\n            \"position_date_3\": \"2017-12-01 - 2022-05-01\",\n            \"education_1\": \"HCM University of Culture, Bachelor of Arts - BA, Event Management Activities\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2016-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Finance Coordinator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dorka\",\n            \"last_name\": \"Zambo\",\n            \"full_name\": \"Dorka Zambo (née Papp)\",\n            \"linkedin\": \"https://www.linkedin.com/in/dorka-zambo\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX_2BUBx9tM9Ir8FFhQTwzY1MFiLjqIkgI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital transformation in Retail, Female Founders mentor and Biotech Startup investor\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2347,\n            \"location\": \"Zurich, Zurich, Switzerland\",\n            \"skills\": \"openai products,teamwork,management,microsoft excel,account management,business development,business strategy,project management,revenue analysis,management consulting,business analysis,supply management,procurement,strategic sourcing,supply chain management,ifrs,marketing,digital marketing,hospitality management,food & beverage,sales operations,google adwords,spss,powerpoint,microsoft office,english,german,french,spanish,controlling,prince2,scrum,python (programming language),aprendizaje automático,business-to-business (b2b),customer engagement,up-selling,relationship building,key account,enterprise solution sales,computación en la nube,amazon web services,design thinking,product development,process implementation\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Sales and Business Development professional with a passion for coaching and mentoring teams. Proven track record of success in driving results and managing complex, cross-functional sales environments. Skilled in developing solutions that address customer needs and deliver business value. Strong strategic thinking abilities, and excellent communication and leadership skills. Entrepreneurial mindset with a passion for developing new business ideas. Holding a Master in management from ESCP Europe and a strong background in management consulting, I am excited to help organizations achieve their digital transformation goals and drive new revenues through new operating models.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"4 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft, Size: 10000+) [2022-07-01] Supporting S500 clients through their Digital Transformation journey through the power of Biz Apps, AI and Microsoft's partner ecosystem. \\nMentoring students from the Dynamics Modern Consultants program\",\n            \"current_position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School, Size: 1001-5000) [2023-05-01]\",\n            \"current_position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing) [2023-04-01]\",\n            \"position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft)\",\n            \"position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School)\",\n            \"position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2023-05-01\",\n            \"position_date_3\": \"2023-04-01\",\n            \"education_1\": \"ESCP Europe, Master of Business Administration (M.B.A.), Paris, Berlin, London, Management Consulting Specialization\",\n            \"education_2\": \"Founder Institute, Entrepreneurship\",\n            \"education_3\": \"HotelSchool - The Hague, Hotelmanagement, Revenue Management In Restaurants\",\n            \"education_date_1\": \"2014-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2020-01-01\",\n            \"education_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Executive - RCG High Value Accounts\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alana\",\n            \"last_name\": \"Aranha\",\n            \"full_name\": \"Alana Aranha\",\n            \"linkedin\": \"https://www.linkedin.com/in/alanaaranha\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACKrgHQBVkp1_eYy36J6qoyNQumfcpR-kPI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Controles Internos| Gerenciamento de Riscos| Gestão de Projetos & Portfólio na IBM\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 337,\n            \"location\": \"Niterói, Rio de Janeiro, Brazil\",\n            \"skills\": \"gestão de portfólio,análise de dados,comunicação,projetos,planejamento estratégico,mapeamento de processos,gestão de portfólio de projetos,gerenciamento de riscos,auditoria interna,organização,business documentation,controles internos,melhoria de processos,gestão de projetos,auditoria externa,continuidade do negócio,data privacy,gestão de riscos de ti,avaliação de riscos,análise de riscos,inglês,gestão de riscos,business analysis,auditoria,contabilidade,business requirements,microsoft excel,microsoft office,design thinking,problem solving,teamwork,espanhol,application management\",\n            \"twitter\": \"\",\n            \"about\": \"Olá, me chamo Alana Aranha, e atualmente sou Application Owner na IBM. Busco contribuir para um mundo de negócios em conformidade com as normas corporativas nacionais e internacionais, aprimorando a eficiência das organizações. Bacharel em Ciências Contábeis e apaixonada por Controles Internos.\\n\\nNa IBM eu trabalho com os alguns times de aplicações de todo o mundo, respondendo a auditorias internas e externas de sistemas e assegurando conformidade com requerimentos legais nacionais e internacionais e normas internas da IBM. Além disso, trabalho no gerenciamento de riscos internos, na criação e monitoramento contínuo de privacidade de nossas aplicações e no mapeamento de processos, definição de prioridades e elaboração de diversas documentações de controles. Durante meu período como trainee na EY, também adquiri experiências na área de auditoria contábil, principalmente no setor de Energia. \\nMinha primeira experiência profissional foi como professora em uma escola de idiomas (para alunos do nível intermediário).\\n\\nNo tempo livre, gosto de descobrir e experimentar coisas novas. Viajar e descobrir lugares diferentes é minha paixão, mas também gosto muito bordar e estou tentando me aventurar no crochê! Hobbies que demandam organização, atenção aos detalhes e perfeccionismo, e quem me ajudam diariamente a me desenvolver melhor profissional e pessoalmente.\\n\\n---------------------------------------------\\n\\nHi, I’m Alana Aranha and currently I am an Application Owner in IBM. I love contributing to a better compliance world by improving organizations' efficiency. I’m graduated in Accounting and passionated about Internal Controls.\\n\\nAt IBM I work with the application teams replying to internal and external IT reviews and to ensure their compliance with IBM standards and worldwide legal requirements. I also work on risks' management and on the creation and continuous monitoring of our applications' privacy assessments, processes mapping, priorities definition and on the development of controls documentation. During my trainee time at EY, I also obtained experience in financial audits, mainly in the Energy sector. \\nMy first professional experience was as an English teacher in a language center (for Intermediate and Upper-Intermediate students).\\n\\nIn my free time I love to find out and experiment different things and places. Travel is my passion, but I also really enjoy embroidery and crochet, hobbies that require attention, organization, detailed perspective and nicety, which helps me daily to develop myself professional and personally.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"8 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2024-07-01] Suporte Global a operação da IBM Global Financing, gerenciando 3 aplicações e orientando o portfólio a uma cultura de gerenciamento de riscos, alinhada com normas corporativas e requerimentos legais aplicáveis. Garantindo conformidade e oferecendo suporte aos times das aplicações.\\n\\n- Gerenciamento de 3 aplicações do portfólio da IBM Global Financing, monitorando e garantindo conformidade com normas corporativas e devidos requerimentos legais, e apropriada postura de controles internos\\n- Trabalhar com os times para entender as demandas e definir as prioridades dos projetos\\n- Mapear processos e elaborar documentações de controles\\n- Responder a auditorias internas e externas\\n- Gerenciamento de Portfólio: riscos, acessos, proteção de dados, continuidade de negócios\\n- Monitoramento sólido e gerenciamento de riscos, mapeando os processos e garantindo atualização contínua\\n- Implementar e manter assessments de privacidade\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista Sênior de Controles Internos TI (IBM)\",\n            \"position_3\": \"Analista de Controles Internos TI (IBM)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-04-01 - 2024-09-01\",\n            \"position_date_3\": \"2020-01-01 - 2022-04-01\",\n            \"education_1\": \"Universidade Federal Fluminense, MBA - Contabilidade e Auditoria\",\n            \"education_2\": \"Universidade Federal do Rio de Janeiro, Bacharelado, Contabilidade\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-05-01 - 2024-10-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maen\",\n            \"last_name\": \"Al\",\n            \"full_name\": \"Maen Al Saber\",\n            \"linkedin\": \"https://www.linkedin.com/in/ma3enalsaber\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAloN3UBFOqsS-dIEJhiI7TpN9xSCE1JBoM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner SEE, Azure Event Management (AEM) at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3703,\n            \"location\": \"Amman, Jordan\",\n            \"skills\": \"microsoft infrastructure implementation, configuration and troubleshooting:,• windows server infrastructure active directory, dns, dhcp 2003, 2008, 2008 r2,•\\tmicrosoft exchange server 2003, 2007, & 2010,• microsoft internet security and acceleration server isa 2004, 2006, & tmg 2010,•\\twindows update using microsoft windows server update services wsus,•\\thigh availability solutions: clustering and network load balancing nlb,• system center family, scom, sccm, scvmm.,• microsoft hyper-v, virtualization.,• microsoft sql server, clustering and standalone.,cisco routers and switches configuration.,hardware assembling and maintenance pcs, laptops, servers, storage units,..,graphic design using adobe photoshop.,tmg,active directory,network load balancing,servers,ccna,cisco technologies,virtualization,windows server,hyper-v,tcp/ip,windows 7,scom,microsoft exchange,microsoft sql server,operating systems,switches,dhcp,network security,sharepoint,troubleshooting,cluster,routers,vmware,network administration,sccm,security,dns,firewalls,system administration,microsoft technologies,disaster recovery,computer hardware,itil,cisco routers,wsus,system deployment,microsoft products\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"8 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft, Size: 10000+) [2023-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft)\",\n            \"position_2\": \"Support Escalation Engineer, Azure Automation SME (Microsoft)\",\n            \"position_3\": \"Support Engineer, Azure Monitor and Automation (Microsoft)\",\n            \"position_date_1\": \"2023-05-01\",\n            \"position_date_2\": \"2022-02-01 - 2023-04-01\",\n            \"position_date_3\": \"2017-06-01 - 2022-02-01\",\n            \"education_1\": \"The Hashemite University, BEng, Computer Engineering\",\n            \"education_2\": \"Jubilee School, The General Secondary Education Certificate, Scientific Stream\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2010-01-01\",\n            \"education_date_2\": \"2002-01-01 - 2006-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner SEE, Azure Event Management (AEM)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Jesica\",\n            \"last_name\": \"Orihuela\",\n            \"full_name\": \"Jesica Orihuela\",\n            \"linkedin\": \"https://www.linkedin.com/in/jesica-orihuela-60b8681a0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8c_2sBaLd6qmlRsFO_BcfHaWLQZkKW5k0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16,\n            \"location\": \"Argentina\",\n            \"skills\": \"ingeniería\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 11 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2020-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Toczala\",\n            \"full_name\": \"Daniel Toczala\",\n            \"linkedin\": \"https://www.linkedin.com/in/toczala\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADP4vsBr6kQf6MwYzomVEViCEv7ZQzq2vU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Watson, Data, and AI Expert - Technical and Business Leader\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1827,\n            \"location\": \"Round Rock, Texas, United States\",\n            \"skills\": \"customer relationship management (crm),natural language processing,artificial intelligence,cloud computing,saas,technical leadership,software development,enterprise software,enterprise architecture,solution architecture,agile methodologies,software engineering,scrum,rational team concert,websphere,software project management,sdlc,testing,integration,software configuration management,pre-sales,unix,project portfolio management,program management,application lifecycle management,configuration management,strategy,release management,perl,software design,system deployment,java enterprise edition,architecture,cultural change,enterprise deployment,process development,jazz technology,process simulation,solaris,it strategy,change management,it governance,deployment,development tools,agile,machine learning,software development life cycle (sdlc)\",\n            \"twitter\": \"https://twitter.com/dtoczala\",\n            \"about\": \"High performance career across the entire spectrum of software, including expertise in software sales, software development, software services, software support, and thought leadership.  A proven and driven leader whose teams have consistently outperformed expectations, and utilized cutting edge techniques to achieve demonstrable business results.  I've helped to successfully launch multiple products into the technical and consumer market.\\nI am an expert on many of the technologies that are currently in demand and not well understood.  I have great depth in DevOps technologies and techniques, a wide variety of Artificial Intelligence applications for business impact, as well as Machine Learning techniques and applications for business.  I have advised and provided technical and business guidance and consulting to Fortune 500 companies, as well as smaller companies with fewer than 10 employees.\\nAs a mentor and coach, I share my experience and wisdom with a wide array of individuals both inside of IBM,as well as people outside of IBM.  I also provide coaching and guidance to the people that I mentor for both their business goals, as well as their own personal and professional goals.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nI am incredibly intelligent and curious, and I like to work with AI and focus on the security of AI.  I have invented the quantum warp drive, and have a working model in my garage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"17 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM, Size: 10000+) [2019-01-01] I help IBM customers more quickly realize value form their investments in IBM Cloud and AI technologies.  This means helping our customers more effectively leverage technologies like Watson, Cloud, Kubernetes, containers, and microservice architectures, for maximum business impact.\",\n            \"current_position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM, Size: 10000+) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM)\",\n            \"position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM)\",\n            \"position_3\": \"Technical Lead - Cloud/Cognitive Adoption Leaders (IBM)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": \"2017-04-01 - 2020-06-01\",\n            \"education_1\": \"Rochester Institute of Technology, Bachelor's Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1983-01-01 - 1989-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"IBM Data and AI Customer Success Manager - Technical Leader\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anamika\",\n            \"last_name\": \"Chatterjee\",\n            \"full_name\": \"Anamika Chatterjee\",\n            \"linkedin\": \"https://www.linkedin.com/in/anamika-chatterjee-95119021\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAR5uk0BIbTEXFHNbRKLLdwHr2IIQ3-amGE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Big Data & Analytics Delivery Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 377,\n            \"location\": \"Kolkata, West Bengal, India\",\n            \"skills\": \"data analysis,analytical skills,data strategies,pnl management,leadership,data transformation services (dts),cloud data platform delivery,data management service delivery,analytics service delivery,business intelligence,requirements analysis,solution architecture,data warehousing,etl,software project management,db2,microsoft azure,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Working in IBM India Pvt Ltd for 13 years with expertise in ETL & BI technical area. Working as Delivery Manager for BI delivery. Responsibility includes delivery management of AMS, AD projects & strategic business growth.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"19 years 5 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"IBM hired Anamika as a Associate Partner 4 months ago from .\",\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Partner (IBM, Size: 10000+) [2024-10-01]\",\n            \"current_position_2\": \"Data portfolio owner (IBM, Size: 10000+) [2005-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Partner (IBM)\",\n            \"position_2\": \"Data portfolio owner (IBM)\",\n            \"position_3\": \"Pragrammer Analyst (Syntel Inc)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2005-09-01\",\n            \"position_date_3\": \"2004-01-01 - 2005-01-01\",\n            \"education_1\": \"BMGS, B.Tech, Electronics & Telecommunication Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikhil\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"NIKHIL KUMAR VERMA\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikhilkumarverma708\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADQC9uUBUgQ-pRcXkMmVbaYqN_GatLjfN0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Web Developer | Problem Solver\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 861,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"react native,postgresql,rest apis,microsoft azure,html,contribution,git,github,mern stack,teamwork,angular.js,jquery,mongodb,express.js,react.js,node.js,html5,css3,javascript,bootstrap,java,data structures,algorithms,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Enthusiastic Software Engineer with a strong foundation in software development principles and hands-on experience in coding and problem-solving. Proficient in Java, Node.js, Data Structures, Algorithms, DataBase, OOP's, Operating System, Computer Networks, FrontEnd and BackEnd Web Development Technologies and Tools, Having high Learning Ability, Research and Analytic Skills, I am eager to apply my technical skills to contribute effectively to projects and collaborate with cross-functional teams. A quick learner with a passion for continuous improvement and I Flexible to adapt to the new environment and work, always trying to learn something new in technology, Have meaningfull Communication and\\nInterpersional Skills to connect with team members, I am excited to leverage my adaptability and teamwork abilities to tackle new challenges and deliver high-quality software solutions. Seeking to build upon my knowledge and grow as a valuable member of a dynamic engineering team.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startups Founder (Microsoft, Size: 10000+) [2024-03-01] I successfully select for the Microsoft startups founders hub.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Startups Founder (Microsoft)\",\n            \"position_2\": \"Open Source Contributor (GirlScript Summer of Code)\",\n            \"position_3\": \"Full Stack Web Development Trainee (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-05-01 - 2023-08-01\",\n            \"position_date_3\": \"2022-08-01 - 2022-09-01\",\n            \"education_1\": \"Dr Akhilesh Das Gupta Institute of Technology & Management, Bachelor of Technology - BTech, Information Technology\",\n            \"education_2\": \"Government Sarvodaya Bal Vidyalaya, XII, Physics, Chemistry, Mathematics, English, Hindi, Physical Education\",\n            \"education_3\": \"Goverment Sarvodaya Bal Vidyalaya, X, English, Hindi, Mathematics, Science, Social Science, Sanskrit\",\n            \"education_date_1\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startups Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alan\",\n            \"last_name\": \"Menezes\",\n            \"full_name\": \"Alan Menezes\",\n            \"linkedin\": \"https://www.linkedin.com/in/alan-menezes-46b580105\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqaVpMBCrhFG6urmawhrtnhpD7EI7eBN8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 235,\n            \"location\": \"Campinas, São Paulo, Brazil\",\n            \"skills\": \"liderança de equipe,business analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 9 months \",\n            \"time_in_company\": \"22 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2012-05-01]      - Elaboração e revisão de documentação referente as aplicações de faturamento Brasil\\n     - Aprovação de mudanças nas aplicações \\n     - ASCA Assessments\\n     - Aprovação de acessos as aplicações\\n\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista de Processos e Controles (IBM)\",\n            \"position_3\": \"Analista de Faturamento (IBM)\",\n            \"position_date_1\": \"2012-05-01\",\n            \"position_date_2\": \"2007-01-01 - 2012-01-01\",\n            \"position_date_3\": \"2002-08-01 - 2007-01-01\",\n            \"education_1\": \"Estácio\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Filipe\",\n            \"last_name\": \"Cesar\",\n            \"full_name\": \"Filipe Cesar\",\n            \"linkedin\": \"https://www.linkedin.com/in/filipe-cesar-229a5192\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABO7dQEBwMzPDZv0r2vZTxDdACYSXyUlYp8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Iteration manager and Technical Owner at IBM CIO | Project Management | leadership | Agile | Scrum Master certified | Kanban Certified | Management 3.0 Certified | IT Security, Privacy, Complience and Controls\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 402,\n            \"location\": \"Rio de Janeiro, Rio de Janeiro, Brazil\",\n            \"skills\": \"agile project management,software project management,leadership,team management,project management,agile methodologies,scrum,security,privacy compliance,general data protection regulation (gdpr),it audit,programming,sql,vba,html,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 years 5 months \",\n            \"time_in_company\": \"11 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Iteration Manager / Project Manager (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Iteration Manager / Project Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"A/R & Collection Planning Specialist (IBM)\",\n            \"position_date_1\": \"2020-09-01\",\n            \"position_date_2\": \"2020-09-01\",\n            \"position_date_3\": \"2018-05-01 - 2020-08-01\",\n            \"education_1\": \"Ibmec, Master of Business Administration - MBA, Business Process Management\",\n            \"education_2\": \"Fundação Educacional Unificada Campo Grandense, Bachelor's degree, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Iteration Manager / Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Carlo\",\n            \"last_name\": \"Cucina\",\n            \"full_name\": \"Carlo Cucina\",\n            \"linkedin\": \"https://www.linkedin.com/in/carlocucina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAErwwB_SyBRYX974eHiL6GdnLeS1L4a7w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Systems Architect | IT Security | Leadership\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 595,\n            \"location\": \"Austin, Texas, United States\",\n            \"skills\": \"security operations,stakeholder relations,amazon web services (aws),microsoft azure,solution implementation,on-premise solutions,vmware esxi,virtualization,requirements gathering,proof of concept (poc),security architecture design,network recertification,cross-functional collaborations,vendor relations,product lifecycle management,team leadership,interpersonal communication,cloud computing,presales,vmware,cisco systems products,vdi,sales,storage,proof of concept,networking,enterprise network security,communication,solution architecture,network security,network design,palo alto networks,executive management,finance,start-ups,strategic planning,entrepreneurship,portfolio management,leadership,strategy,crm,business development,management,real estate,strategic partnerships,business planning,team building,business strategy,consulting,microsoft excel\",\n            \"twitter\": \"https://twitter.com/CCucina\",\n            \"about\": \"As a professional, I have gained a distinguished track record of success in delivering the security and cloud solutions needed to accelerate the goals of major organizations including Dell and IBM.\\n\\nA record of achievements including driving the on-time, within-budget completion of projects as Service Owner for IBM.\\n\\nHands-on leader with a strong background in leading the setup and success of new labs as well as the planning and execution of long-term projects.\\n\\nA passion for technology which has been translated into more than a decade of success in creating powerful new solutions aligned with recurring or emerging threats.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Service Owner (IBM, Size: 10000+) [2022-06-01] The scope of this role involved delivering new Next Generation Network Security service strategies and processes aligned with changing user, threat, and stakeholder needs. This included optimizing service delivery and user satisfaction strategies and priorities (based on metric and feedback data) and building positive relationships with vendors.\\n\\nIn this position, I consistently led the timely completion of all phases of the project lifecycle and delivered the level of service needed to maximize satisfaction and retention.\",\n            \"current_position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC, Size: 1-10) [2020-03-01] At Ingram Technologies, I translate the needs of major clients, including police and fire departments, into concrete solutions fully aligned with all needs. This included leading the architecture and installation of bodycam systems on-premise and on the cloud (AWS/Azure)\",\n            \"current_position_3\": null,\n            \"position_1\": \"Service Owner (IBM)\",\n            \"position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC)\",\n            \"position_3\": \"Network Security Solutions Architect (IBM)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2020-03-01\",\n            \"position_date_3\": \"2021-08-01 - 2022-06-01\",\n            \"education_1\": \"Texas McCombs School of Business, Post Graduate Program in Artificial Intelligence and Machine Learning, AI/ML\",\n            \"education_2\": \"Università degli Studi di Perugia, Bachelor of Engineering - BE, Electrical and Electronics Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Service Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karla\",\n            \"last_name\": \"Regalado\",\n            \"full_name\": \"Karla María Regalado Guizar\",\n            \"linkedin\": \"https://www.linkedin.com/in/karlaguizar\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqeCj4B8lC0KApF_r7cf0tNnYATg0JnX_U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Partner Ecosystem - Partner Plus Program Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 257,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"gestión de programas,scrum,análisis de datos,cumplimiento de la normativa,liderazgo,gestión de riesgos,servicio de atención al cliente,resolución de problemas,gestión de proyectos,gestión de conformidad\",\n            \"twitter\": \"\",\n            \"about\": \"Highly skilled coordinating customer services areas, managing resources and negotiating with internal teams and external customers. Problem solving and Leading small groups to deliver services agreed in contract. Hands-on experience planning and executing transition projects. Data analysis and reporting. Communication skills with stakeholders. Ability to work under pressure to meet deadlines.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"13 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Ecosystem - Partner Plus Program Manager (IBM, Size: 10000+) [2022-02-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2021-01-01] Technical Owner is the technical responsibility for the application, including the security of the application and the integrity of the data the application handles.\\nTO works with all stakeholders to set the work funnel priorities for the team.\\nTO acts as the primary focal for audits or anything requiring application communication / coordination across the company\",\n            \"current_position_3\": null,\n            \"position_1\": \"Ecosystem - Partner Plus Program Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"Transition and Transformation Project Manager at IBM (IBM)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2017-11-01 - 2024-05-01\",\n            \"education_1\": \"Universidad de Guadalajara, Licenciatura, Negocios internacionales/Comercio internacional\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2011-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Ecosystem - Partner Plus Program Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Juliana\",\n            \"last_name\": \"Morroni\",\n            \"full_name\": \"Juliana Morroni\",\n            \"linkedin\": \"https://www.linkedin.com/in/juliana-morroni1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACltAZsBrROmNMQGbX2FxKFGf_kcNptXXms,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Software Engineer - DevOps at IBM | JavaScript | Java | Angular\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1071,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"project management,organizational leadership,information security,ibm cybersecurity policy and standards,ibm chief information security officer (ciso),data and asset classification and protection,digital asset management,access control,it security operations,risk management,angularjs,typescript,cloud computing,agile methodologies,java,react.js,ibm db2,inglês,tecnologia da informação,gestão de projetos,trabalho em equipe,proatividade,economia,análise de dados,voluntariado,sistemas operacionais,microsoft sql server,resolução de problemas,pesquisa acadêmica,análise de sistemas,w3c accessibility,node.js,html,javascript,cascading style sheets (css),segurança da informação,microsoft office,web content accessibility guidelines (wcag),react native,json,computer accessibility,css flexbox,software development,microsoft excel,data mining\",\n            \"twitter\": \"\",\n            \"about\": \"Student of Information Systems at the University of Technology at UNICAMP, interested in learning with new experiences that enrich my way of life. Lover of knowledge, I believe that at every moment we are collecting new information that can become a great foundation in our path of life.\\n\\nToday I work as Software Developer at IBM Brazil and I intend to develop my skills as much as possible to become a complete professional.\\n\\nI do Scientific Research in the area of ​​Information Security, Medical Systems, and Child Health. I believe that with technology we can reach so many aspects and make this bridge between areas to help people, excites me !! I also hold the position of President of the Informatics Commission at UNICAMP. Learn more about the Commission: https://www.facebook.com/comissaodeinformatica/\\n\\nI always seek to participate in volunteer activities and help people who cannot afford it. I have a YouTube channel for this purpose, to teach IT concepts to those who don't have the possibility because I understand that knowledge must be passed on. Check out my Youtube channel: https://www.youtube.com/channel/UC_c8ZHRezX4N0K0wFUWRWvg\\n\\nAfter my graduation, I intend to apply for a Postgraduate Scholarship in Master of Business Administration - MBA, Data Science & Analytics and continue my studies with professional courses, always keeping myself updated.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 8 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2023-06-01]\",\n            \"current_position_2\": \"Software Developer (IBM, Size: 10000+) [2021-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Software Developer (IBM)\",\n            \"position_3\": \"Software Developer Intern (IBM)\",\n            \"position_date_1\": \"2023-06-01\",\n            \"position_date_2\": \"2021-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2021-12-01\",\n            \"education_1\": \"Pontifícia Universidade Católica do Rio Grande do Sul, Postgraduate Degree, Full stack development\",\n            \"education_2\": \"Universidade Estadual de Campinas, Bachelor of Information Systems\",\n            \"education_3\": \"Universidade Estadual de Campinas, Researcher - CNPQ/PIBIT, Computer and Information Systems Security/Information Assurance\",\n            \"education_date_1\": \"2023-03-01 - 2024-03-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2019-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"David\",\n            \"last_name\": \"Coppet\",\n            \"full_name\": \"David COPPET\",\n            \"linkedin\": \"https://www.linkedin.com/in/david-coppet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAOLuLYB32pflZVFtHxtuWKWXq_VpufnZVE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Cloud Computing & AI Technology Lead @ Microsoft | Founder of Azure App Consults Program\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1132,\n            \"location\": \"France\",\n            \"skills\": \"leadership,communication,customer support,presales,customer satisfaction,independence,technology intelligence,adaptability,influencing for impact ,deliver results through teamwork ,innovate,influence, connect,envision, empower,be courageous,people management,team leadership,strategic planning,strategic leadership,business acumen,architecture,cloud computing,microsoft azure,software development,scrum,web services,agile methodologies,project management,.net,c#,windows azure,asp.net,sql,training,training delivery,management,presentation,designing for the cloud,cloud applications,azure architecture,develop,developping for the cloud,containers,business enabler,trusted advisor,cloud computing paas,monitoring and diagnostics,artificial intelligence (ai),artificial intelligence for business,generative ai\",\n            \"twitter\": \"https://twitter.com/davidcoppet\",\n            \"about\": \"With over ten years of experience in cloud computing architecture and consulting, I am currently focusing on AI and Governance.\\nAfter successfully creating, leading and growing the Azure App Consult program (a service that helps customers design, build, and deploy applications on Microsoft Azure with Dev, Infrastructure, Data, AI & Security)  for 8 years from scratch. I was able to land it and graduate the program in Azure Engineering which is my greatest achievement in Microsoft.\\nAs part of this experience I occupy many different roles:\\n-Interim Manager of Azure App Consult . I oversaw a multimillion-dollar business with diverse clientele across enterprises and startups, and coordinate with multiple teams, including engineering, support, and account managers, to deliver customer-facing service.\\n-Senior Technical Lead  worldwide for 8 years+, responsible for delivering technical cloud sessions for startups and independent software vendors in North America, Europe, Middle East, and Asia Pacific regions. I have created and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP. \\nI have also delivered Azure architecture sessions at major Microsoft conferences, such as Build and Ignite, for the past three years.\\nI am passionate about mixed reality, Spatial computing, AI,  Microsoft Azure, and cloud computing, and I enjoy working with people, networking, learning new things, and improving myself.\\nAlumni of the Senior Technical Leadership Program\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"13 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI & Cloud Computing Lead (Microsoft, Size: 10000+) [2024-10-01] • Lead AI Strategy & Governance initiatives at Microsoft, driving customer adoption of AI solutions on Azure.\\n• Developed successful AI architectures, leveraging OpenAI and Azure AI Services for enhanced customer experiences.\\n• Collaborated with teams to create AI governance frameworks, ensuring compliance and data security.\",\n            \"current_position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft, Size: 10000+) [2015-11-01] - Founded Azure App Consult, a cloud computing architecture service on Microsoft Azure platform, based on an idea validated by a one-person pilot\\n- Developed and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP\\n- Provided expert guidance and best practices to customers on designing, building, and deploying cloud applications on Azure\\n- Created an official Online Service integrated in Microsoft Tiers 1 event (Build / Ignite) : One on One Consultation that existed till this day\\n- Created the Azure Engineering Tour (Azure Apps Forum...): yearly event that became the opportunity for strategic and High Potential accounts to engage with the engineering team (Azure/GitHub/PowerPlatform...).\",\n            \"current_position_3\": null,\n            \"position_1\": \"AI & Cloud Computing Lead (Microsoft)\",\n            \"position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft)\",\n            \"position_3\": \"Senior Technical Lead WW -  Cloud Computing & Innovation (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2015-11-01\",\n            \"position_date_3\": \"2018-09-01 - 2024-11-01\",\n            \"education_1\": \"Microsoft, Aspiring People Manager Program, Business\",\n            \"education_2\": \"Microsoft, Senior Technical Leadership Program (STLP), Organizational Leadership\",\n            \"education_3\": \"CentraleSupelec, Master Digital Architect - Numeric Engineering Expert, Code RNCP : 2369\",\n            \"education_date_1\": \"2022-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2020-09-01 - 2022-09-01\",\n            \"education_date_3\": \"2018-01-01 - 2019-01-01\",\n            \"website_1\": \"davidcoppet.com\",\n            \"website_2\": \"coppet.fr\",\n            \"website_3\": \"microsoft.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI & Cloud Computing Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Perla\",\n            \"last_name\": \"Perez\",\n            \"full_name\": \"Perla Adriana Perez Reynoso\",\n            \"linkedin\": \"https://www.linkedin.com/in/perla-adriana-perez-reynoso-0212a9109\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtGDtkBJ4VuhS-e4vcvnvGrjtJ3nX7fmLY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Risk Management Specialist\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 361,\n            \"location\": \"Jalisco, Mexico\",\n            \"skills\": \"project management,leadership,program management,strategy,change management,process improvement,business development,integration,team leadership,business analysis,management,itil,requirements analysis,software project management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 10 months \",\n            \"time_in_company\": \"12 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Risk Management Specialist (IBM, Size: 10000+) [2021-04-01]\",\n            \"current_position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM, Size: 10000+) [2017-01-01]\",\n            \"current_position_3\": \"Application Owner / Project Manager (IBM, Size: 10000+) [2012-08-01] The Application Management Compliance role is responsible for end-to-end IT application compliance. This role is responsible for ensuring that an Application is compliant to all applicable Corporate Standards and Instructions. The primary focus is on executing Application System Management Controls including Developer Access, Access Management, Quarterly Employment Verification / Continuing Business Need (CBN), Application Separation of Duties, Problem Management, Change Management, Accessibility, Data Protection and Privacy, Test Plans & Execution, BTMT Asset Record, ASCA Certification, Risk Evaluation Management, DOUs and SLAs, Disaster Recovery (for vital applications)/Testing/Business Impact Assessment, and Audit Trails.\\n\\n Task:\\n * User/customer support.\\n * Follow up of CRs, Incidents and problems.\\n * Working with testing and development team.\\n * Troubleshooting.\\n * Use to best practices (ITIL).\\n * Create documentation and procedures.\\n * Update documentation.\\n * Project Management activities.\\n Tools: Lotus Notes, VPN, Internet, DB.\",\n            \"position_1\": \"Risk Management Specialist (IBM)\",\n            \"position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM)\",\n            \"position_3\": \"Application Owner / Project Manager (IBM)\",\n            \"position_date_1\": \"2021-04-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2012-08-01\",\n            \"education_1\": \"Universidad de Guadalajara, Bachelor’s Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Risk Management Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zaki\",\n            \"last_name\": \"Badji\",\n            \"full_name\": \"Zaki Badji\",\n            \"linkedin\": \"https://www.linkedin.com/in/zaki-badji-926187225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADhx2G4BRtJWqWzVI6WPp4WLIXEi89654OU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A étudié à UQAM | Université du Québec à Montréal\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 17,\n            \"location\": \"Bordj Bou Arreridj, Algeria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 4 months \",\n            \"time_in_company\": \"12 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2012-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2012-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"UQAM | Université du Québec à Montréal, Diplôme d'ingénieur, Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Carolina\",\n            \"last_name\": \"Martins\",\n            \"full_name\": \"Carolina Martins\",\n            \"linkedin\": \"https://www.linkedin.com/in/carolina-martins-78076252\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAsla9ABbITAbxd8trDXK6MDT4SYicM8gkw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Analista de Ouvidoria na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 182,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"gestão de conflitos,itil v3 foundations certified,satisfação do cliente,certificação itil,metodologias ágeis,liderança,serviço de atendimento ao cliente (sac),resolução de problemas\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years \",\n            \"time_in_company\": \"16 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Resolution Owner (IBM, Size: 10000+) [2015-01-01] Responsible for problem-solving in the provision of IBM services, identifying the cause and managing the execution of the actions to meet the customer's needs, coordinating the relevant areas of IBM, partners, suppliers and customer.\\nPerforming presentation for IBM's executive board for financial approvals and root cause analysis in order to continuously improvement processes.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Resolution Owner (IBM)\",\n            \"position_2\": \"Customer Satisfaction Coordinator (IBM)\",\n            \"position_3\": \"Customer Service (IBM)\",\n            \"position_date_1\": \"2015-01-01\",\n            \"position_date_2\": \"2010-01-01 - 2020-04-01\",\n            \"position_date_3\": \"2008-08-01 - 2010-01-01\",\n            \"education_1\": \"Faculdade Impacta de Tecnologia, Bacharel Sistemas da Informação, Gestão de Sistemas de Informação\",\n            \"education_2\": \"ETEC Parque da Juventude, Técnica em Informática\",\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n            \"education_date_2\": \"2007-01-01 - 2008-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Resolution Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohamad\",\n            \"last_name\": \"\",\n            \"full_name\": \"Mohamad .\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohamad-866745167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfMbo4B-Ow8BMpdVKp-XOg1lXQEu-6oGCo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"photography\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 14,\n            \"location\": \"Saudi Arabia\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years 6 months \",\n            \"time_in_company\": \"10 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2014-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2014-08-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"GEMS Education\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2012-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Derek\",\n            \"last_name\": \"Lawrie\",\n            \"full_name\": \"Derek Lawrie\",\n            \"linkedin\": \"https://www.linkedin.com/in/derek-lawrie-0009319\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG9NcABGyvnYLi-P7slQUPHuU9mBVPR3uc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Portfolio Manager at ACCESS LLP\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 375,\n            \"location\": \"Greater Glasgow Area\",\n            \"skills\": \"stakeholder management,project delivery,it strategy,prince2,project management,vendor management,project planning,it service management,management,business analysis,service delivery,business transformation,outsourcing,itil,incident management,program management,software project management,business process,resource management,disaster recovery,governance,it management,project portfolio management,it outsourcing,service management,enterprise architecture,change management,solution architecture,pmo,pmp,business process improvement,data migration,requirements gathering,business intelligence\",\n            \"twitter\": \"\",\n            \"about\": \"Derek is a highly motivated CMI, MSP, Prince2 and APM certified Senior Project and Programme Manager.  He has extensive, proven, project and programme execution experience , mainly in the utilities and finance sectors.\\n\\nCommercially aware and delivery focused with the enthusiasm to drive toward successful outcomes, Derek has a track record of  influencing and motivating others through solid leadership and  clear communication.\\n\\nSpecialties: Project/Programme Management: Budgetary and Contract Management, Project and Programme Governance, Stakeholder and vendor management, Pipeline Management and associated Resource Scheduling and Planning, Risk and Issue Management, Implementation Planning and Management.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 years 8 months \",\n            \"time_in_company\": \"9 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ACCESS LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/access-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/1005239\",\n            \"company_domain\": \"access.uk.com\",\n            \"company_about\": \"ACCESS ceased trading as at 31 March 2018.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"43\",\n            \"company_location_1\": \"Glasgow, Scotland, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Glasgow\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"220 high street, glasgow, glasgow city, united kingdom\",\n            \"company_postal_code\": \"G1 1PP\",\n            \"company_phone\": \"+441412874833\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"procurement, enterprise architecture, supply chain management, communications, end user computing, property services, ict services, application development & support, service reform, programme & project management, data centre management, procurement supply chain management, procurement amp supply chain management, hosting & storage\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Microsoft Office 365\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Portfolio Manager (ACCESS LLP, Size: 11-50) [2015-06-01]\",\n            \"current_position_2\": \"Business Service Owner (IBM, Size: 10000+) [2013-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Portfolio Manager (ACCESS LLP)\",\n            \"position_2\": \"Business Service Owner (IBM)\",\n            \"position_3\": \"Portfolio Lead (IBM)\",\n            \"position_date_1\": \"2015-06-01\",\n            \"position_date_2\": \"2013-01-01\",\n            \"position_date_3\": \"2011-04-01 - 2013-01-01\",\n            \"education_1\": \"Computer studies\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1985-01-01 - 1988-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Portfolio Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Andrea\",\n            \"last_name\": \"Kusalová\",\n            \"full_name\": \"Andrea Kusalová\",\n            \"linkedin\": \"https://www.linkedin.com/in/andrea-kusalov%C3%A1-357961187\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACwaCrMBV7SeUGUk4hL-x4nsvUXBWyVHqEs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Slack Technical Owner at IBM \\nCertified Scrum Master and Project Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Bratislava Metropolitan Area\",\n            \"skills\": \"software,licensing,soft skills,interpersonal skills,technical support,slack,project coordination,servicenow,software licensing,software licensing management,scrum,agile environment,teamwork,planning,communication,customer service,servant leadership,design thinking,agile project management,cultural intelligence,intercultural communication,agile methodologies\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Scrum Master with a demonstrated history of working in the information technology and services industry. Skilled in Intercultural Communication, Agile/Scrum Environment, Project Management and Slack app management. Strong engineering professional with a Master's degree focused in Archaeology from Comenius University in Bratislava. Interested in traveling, history, fine arts, music, reading and literature and in spending the free time with great people over a cup of tasty coffee or tea.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"8 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner for Slack@IBM (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": \"Org Admin for Slack@IBM (IBM, Size: 10000+) [2022-07-01] Slack Org admin responsible for incident management, technical support, company level settings, policies, and project  work including release management and rollout of the newest features and offerings from Slack/Salesforce.\",\n            \"current_position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM, Size: 10000+) [2022-02-01] Servant leader/iteration manager of the Slack@IBM team. Responsible for the Agile way of working in the squad, for the team dynamic and impediments removal.\",\n            \"position_1\": \"Technical Owner for Slack@IBM (IBM)\",\n            \"position_2\": \"Org Admin for Slack@IBM (IBM)\",\n            \"position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Univerzita Komenského v Bratislave, Master's degree, Archaeology\",\n            \"education_2\": \"Hans Selye High School, Komarno, Slovakia, Class of Foreign languages\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner for Slack@IBM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Comman\",\n            \"last_name\": \"Men\",\n            \"full_name\": \"Comman Men\",\n            \"linkedin\": \"https://www.linkedin.com/in/comman-men-266150210\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVqIm4BK-DZlAyXjx3669i2_WtS569cfeA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Life Insurance Agent at LIC\",\n            \"industry\": \"insurance\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 78,\n            \"location\": \"Bikaner, Rajasthan, India\",\n            \"skills\": \"training,strategy,pharmacy,education,sales\",\n            \"twitter\": \"\",\n            \"about\": \"insurance advisor\\n8290094480\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"LIC\",\n            \"company_link\": \"https://www.linkedin.com/company/lic\",\n            \"company_id\": \"https://www.linkedin.com/company/164729\",\n            \"company_domain\": \"licindia.in\",\n            \"company_about\": \"State owned public sector life insurance corporation.Largest financial institution &life insurance organization in India.\\r\\nCentral office in Mumbai ,with 8 Zonal offices,109 divisional offices,2048 fully computerised branches and to serve rural people LIC now opened 992 satelite offices in rural areas .\\r\\nHisrory:245 Indian and foreign insurers and provident societies are taken over by the central government and nationalised. LIC formed by an Act of Parliament, viz. LIC Act, 1956, with a capital contribution of Rs. 5 crore from the Government of India. \\r\\nThe Parliament of India passed the Life Insurance Corporation Act on the 19th of June 1956, and the Life Insurance Corporation of India was created on 1st September, 1956.\\r\\nOn 1st of September 1956, The Life Insurance Corporation of India ( LIC ) embarked upon its momentous journey in true spirit of serving the people and nation as a whole. Since then it has spearheaded the financial and infrastructure development of the nation. The performance of LIC has been exemplary and it has been growing from strength to strength be it customer base, agency network, branch office network, and the like. LIC has played a significant role in spreading life insurance among the masses and mobilization of people’s money for people’s welfare. Even after the entry of private insurers for almost a decade now, LIC continues to be the front runner in the industry in terms of market share.\\r\\nMission: \\\"A trans-nationally competitive financial conglomerate of significance to societies and Pride of India.\\\" \\r\\nProducts:We have in our basket more than 40 different plans catering to the differing needs of different segments of the society – basic insurance plans (whole life, endowment and money back), Term Assurance Plans, Pension Plans, Capital Market linked Plans, Health Plan etc.\",\n            \"company_founded\": null,\n            \"company_size\": \"71193\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Life insurance products marketing\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Life Insurance Agent (LIC, Size: 10000+) [2022-06-01]\",\n            \"current_position_2\": \"Life Insurance Agent (LIC, Size: 10000+) [2021-04-01]\",\n            \"current_position_3\": \"Company Owner (Microsoft, Size: 10000+) [2021-04-01]\",\n            \"position_1\": \"Life Insurance Agent (LIC)\",\n            \"position_2\": \"Life Insurance Agent (LIC)\",\n            \"position_3\": \"Company Owner (Microsoft)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2021-04-01\",\n            \"position_date_3\": \"2021-04-01\",\n            \"education_1\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_2\": \"o.m.g.sen. sec.school, Doctor of Pharmacy - PharmD, Human/Medical Genetics\",\n            \"education_3\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_date_1\": \"2022-07-01\",\n            \"education_date_2\": \"2004-01-01 - 2024-01-01\",\n            \"education_date_3\": \"2022-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"8290094480\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Life Insurance Agent\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Hector\",\n            \"last_name\": \"Guzman\",\n            \"full_name\": \"Hector Guzman\",\n            \"linkedin\": \"https://www.linkedin.com/in/hector-guzman-853a403\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACv8L8B-BXH4rG7FOVsND0QwAFPSiFXms8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner & Project Manager at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 49,\n            \"location\": \"Mexico\",\n            \"skills\": \"service desk,incident management,itil,service improvement,it service management,service delivery,sla,problem management,service delivery management,iso 20000,managed services,service level management,service desk management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"13 years 7 months \",\n            \"time_in_company\": \"13 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application owner & Project Manager (IBM, Size: 10000+) [2011-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application owner & Project Manager (IBM)\",\n            \"position_2\": \"Service Support Manager (Getronics Mexico)\",\n            \"position_3\": \"Installations and Project Manager (MEDICION Y ELECTRONICA S.A. DE C.V.)\",\n            \"position_date_1\": \"2011-07-01\",\n            \"position_date_2\": \"2007-02-01 - 2008-12-01\",\n            \"position_date_3\": \"2003-01-01 - 2007-01-01\",\n            \"education_1\": \"Instituto Politécnico Nacional\",\n            \"education_2\": \"Instituto Politécnico Nacional, Bacherlor on Comunications & Electronics, Professional\",\n            \"education_3\": null,\n            \"education_date_1\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application owner & Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shashank\",\n            \"last_name\": \"Dewangan\",\n            \"full_name\": \"Shashank  Dewangan\",\n            \"linkedin\": \"https://www.linkedin.com/in/shashank-dewangan-198055221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADe2x8QBzIIck5zg2jsqTZXHSaYWs40dlOA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer | Microsoft For Startups’24 | Building Evanth AI | Amazon ML Summer School'24 | Top 5%ile in Adobe Gensolve | Full-Stack | Ex - Summer Intern'23 @ NTPC Limited\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4093,\n            \"location\": \"Bangalore Urban, Karnataka, India\",\n            \"skills\": \"web technologies,next.js,object-oriented programming (oop),operating systems,data structures,algorithm analysis,databases,computer networking,cloud computing,software project management,big data,data analytics,algorithms,dsa,api development,typescript,python (programming language),node.js,full-stack development,front-end development,c (programming language),java,natural language processing (nlp),artificial intelligence (ai),machine learning,react.js,mern stack,javascript,rest apis,crud,mysql,html5,bootstrap,c++,engineering,english,research,communication,analytical skills\",\n            \"twitter\": \"\",\n            \"about\": \"Highly adaptable and innovative full stack developer with a passion for solving real-world problems through software development. With a keen interest in machine learning and a constant drive to experiment, I strive to push the boundaries of what technology can achieve.\\n\\nThroughout my career, I have honed my skills in both front-end and back-end development, allowing me to create seamless user experiences and robust, scalable solutions. Whether it's building intuitive user interfaces or designing efficient database architectures, I approach every project with meticulous attention to detail and a focus on delivering high-quality results.\\n\\nWhat sets me apart is my ability to thrive in challenging conditions. I see them as opportunities for growth and believe that they bring out the best in me. I thrive on complexity and am known for my knack of quickly coming up with innovative solutions to intricate problems. My adaptable nature allows me to switch gears effortlessly, whether it's working independently or collaborating with cross-functional teams.\\n\\nAs an avid learner, I stay up-to-date with the latest advancements in the industry and leverage emerging technologies to enhance my work. I am particularly enthusiastic about machine learning and enjoy exploring its potential applications. I am always eager to experiment and implement cutting-edge techniques to improve efficiency and drive business outcomes.\\n\\nIn addition to my technical skills, I possess strong communication and interpersonal abilities, enabling me to effectively collaborate with stakeholders and translate complex concepts into easily understandable terms. I thrive in dynamic environments that foster creativity and collaboration, and I am constantly seeking opportunities to learn from and contribute to a talented team.\\n\\nIf you're looking for a versatile and innovative full stack developer who thrives on solving complex problems and embraces challenges, I would love to connect and explore how I can contribute to your organization's success.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-07-01] • Microsoft for Startups Founders Hub Member, leveraging Microsoft as our startup(s) accelerator, gaining access to mentorship, resources, and tools to drive the growth of innovative projects and startups.\",\n            \"current_position_2\": \"Amazon ML Summer School (Amazon, Size: 10000+) [2024-07-01]\",\n            \"current_position_3\": \"Building in Public (Evanth AI, Size: 1-10) [2024-08-01] Evanth Al is a comprehensive Generative Al full-stack SaaS platform that integrates various models with specialized functionalities.\\n\\nModels Available :\\nPerplexity (3 Models), Chatgpt-4o, Chatgpt-40 mini, Claude 3.5 Sonnet, Claude 3 Haiku, Llama, Gemini (Pro and Flash).\\n\\nFeatures :\\n1. Chat with a website/Link.\\n2. General Generative Al core features.\\n3. Upload Images.\\n4. Multiple Cross Al collaboration.\\n\\nAchievements:\\nEvanth Al has reached over 10,000 visits, garnered more than 50,000 views, and secured 500+ user sign-ups.\",\n            \"position_1\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_2\": \"Amazon ML Summer School (Amazon)\",\n            \"position_3\": \"Building in Public (Evanth AI)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-07-01\",\n            \"position_date_3\": \"2024-08-01\",\n            \"education_1\": \"KiiT University, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": \"DELHI PUBLIC SCHOOL KAMPTEE ROAD NAGPUR\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2014-10-01 - 2019-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Amaro\",\n            \"last_name\": \"Freitas\",\n            \"full_name\": \"Amaro Freitas\",\n            \"linkedin\": \"https://www.linkedin.com/in/eric-oliveira-costa-e-silva-1b13bb18a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACyNylUBYNsRTZZnj5ptvXi9a0lc05ro2bE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Military Scientist: Brazilian Navy.\",\n            \"industry\": \"armed forces\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"eric_jornalista@hotmail.com\",\n            \"num_of_connections\": 680,\n            \"location\": \"Araçatuba, São Paulo, Brazil\",\n            \"skills\": \"ensino,saber,ciência educacional,coexistencia,desastres naturais,contenção de risco,coordenação de projetos,arquiteto de armas,quadros climáticos,análise de risco,engenharia de projetos,operações de segurança,segurança institucional,comunicação ,assessoria de imprensa,ciências naturais,literatura,economia dos recursos naturais\",\n            \"twitter\": \"\",\n            \"about\": \"Almirante Terra-Ar-Terra: Ex-Combatente/Marinha do Brasil.\\nCampeão Mundial de Luta Militar\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"6 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Presidência da República\",\n            \"company_link\": \"https://www.linkedin.com/company/presid-ncia-da-rep-blica\",\n            \"company_id\": \"https://www.linkedin.com/company/1031849\",\n            \"company_domain\": \"presidenciadarepublica.gov.br\",\n            \"company_about\": \"Presidência da República Federativa do Brasil\",\n            \"company_founded\": null,\n            \"company_size\": \"1474\",\n            \"company_location_1\": \"Pará, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Brasília\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Establishment - Divisão de Artes. (Presidência da República, Size: 1001-2000) [2019-01-01]\",\n            \"current_position_2\": \"MD Proprietário (GOL Linhas Aéreas, Size: 10000+) [2021-08-01]\",\n            \"current_position_3\": \"Proprietário (Reunidas Paulista, Size: 51-200) [2021-08-01]\",\n            \"position_1\": \"Establishment - Divisão de Artes. (Presidência da República)\",\n            \"position_2\": \"MD Proprietário (GOL Linhas Aéreas)\",\n            \"position_3\": \"Proprietário (Reunidas Paulista)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2021-08-01\",\n            \"position_date_3\": \"2021-08-01\",\n            \"education_1\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Bacharelado em Geografia, Unificação do Saber\",\n            \"education_2\": \"Universidade de São Paulo, Bacharelado, Engenharia Química\",\n            \"education_3\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Mestrado em Geografia Humana, Unificação do Saber\",\n            \"education_date_1\": \"1997-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1998-01-01 - 1999-01-01\",\n            \"education_date_3\": \"1998-01-01 - 2004-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"blogspot.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Establishment - Divisão de Artes.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kirat\",\n            \"last_name\": \"Von\",\n            \"full_name\": \"Kirat von Knefüt\",\n            \"linkedin\": \"https://www.linkedin.com/in/kirat-von-knef%C3%BCt-3a91731a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC_maXEBfa3epQRDiU0Y6WhXBWuVFmc5DwU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Shadow ruler of the United Nations\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 121,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"72 32 111 32 101 32 32 32 118 32 97 32 108 32 116 32 32 32 101 32 101 32 110 32 32 32 100 32 114 32 111 32 108 32 32 32 105 32 110 32 32 32 100 32 101 32 32 32 119 32 99 32 63\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"2 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Discord\",\n            \"company_link\": \"https://www.linkedin.com/company/discord\",\n            \"company_id\": \"https://www.linkedin.com/company/3765675\",\n            \"company_domain\": \"discord.com\",\n            \"company_about\": \"Discord is used by over 200 million people every month for many different reasons, but there’s one thing that nearly everyone does on our platform: play video games. Over 90% of our users play games, spending a combined 1.5 billion hours playing thousands of unique titles on Discord each month. Discord plays a uniquely important role in the future of gaming. We are focused on making it easier and more fun for people to talk and hang out before, during, and after playing games.\\n\\nWe believe games give us a way to have fun with our favorite people, whether listening to music together or grinding in competitive matches for diamond rank. Join us in our mission! Take a look at https://discordapp.com/jobs for openings.\",\n            \"company_founded\": 2015,\n            \"company_size\": null,\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Francisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"444 de haro st, san francisco, ca 94107, us\",\n            \"company_postal_code\": \"94107\",\n            \"company_phone\": \"+18885940085\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"computer software\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Video Games,Text Chat,VOIP\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/discord, https://facebook.com/discord/\",\n            \"keywords\": \"information technology, consumer internet, internet, games, social media, voip, video games, messaging, chat, text chat\",\n            \"annual_revenue\": \"130000000\",\n            \"technologies\": \"iTunes, Zendesk, YouTube, Sendgrid, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Eloqua, Cloudflare DNS, CloudFlare Hosting\",\n            \"funding_events\": \"[{\\\"date\\\":{\\\"date\\\":\\\"2021-09-16 09:00:25.000000\\\",\\\"timezone\\\":\\\"Europe\\\\/Helsinki\\\",\\\"timezone_type\\\":3},\\\"image\\\":\\\"https:\\\\/\\\\/cdn.datafloq.com\\\\/cache\\\\/import_article\\\\/878x531\\\\/vyoft81kix5wuiti_bwpfsuv.JPEG\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/datafloq.com\\\\/read\\\\/chat-app-discord-raises-500-million-new-funding\\\\/17894\\\",\\\"mentionText\\\":\\\"Chat app Discord raises $500 million in new funding\\\",\\\"providerName\\\":null}]\",\n            \"total_funding\": 851999260,\n            \"last_funding_round_date\": \"2022-03-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"90\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Destroyer of (Discord, Size: Self-employed) [2022-02-01]\",\n            \"current_position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller, Size: 11-50) [2013-05-01]\",\n            \"current_position_3\": \"Reclaimer of the (Twin Towers Trading, Inc., Size: Self-employed) [2001-09-01]\",\n            \"position_1\": \"Destroyer of (Discord)\",\n            \"position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller)\",\n            \"position_3\": \"Reclaimer of the (Twin Towers Trading, Inc.)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2013-05-01\",\n            \"position_date_3\": \"2001-09-01\",\n            \"education_1\": \"Harvard University, Master's degree, Exploitatie en beheer automatisering / Informatieverwerking / Gegevensinvoer\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Destroyer of\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marcell\",\n            \"last_name\": \"KovÁcs\",\n            \"full_name\": \"Marcell KOVÁCS\",\n            \"linkedin\": \"https://www.linkedin.com/in/marcellko\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANtl54Bzt_R3KJckOygkV9CrjT3solQH_k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner Delegate & Compliance Lead at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 438,\n            \"location\": \"Budapest, Budapest, Hungary\",\n            \"skills\": \"security and privacy by design,itil,role-based access control (rbac),security management,access control,iso 27001,general controls,risk assessment,application management,tririga,mural digital workspace,slack,cisco webex meetings,trello,truste,privacy policies,onetrust,it service management,business analysis,it controls,it compliance,personal information management,data privacy,project management,change management,document management,problem management,devsecops,communication,separation of duties,training delivery,cloud computing,continuous integration and continuous delivery (ci/cd),technical support,it operations management,identity and access management (iam),english,it security assessments,it risk management,jira,devops,agile,sox,audit,it audit,sox compliancy,process improvement,sod,erp,sap,supply chain management,procurement,blockchain,gdpr\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Information Technology Compliance and Control Leader with a demonstrated(10+ years) history of working in US based information technology and financial services industry in matrix organization with multiple foreign managers and peers around the globe.\\nSkilled in IT GRC, like: Audit(as a Certified Information Systems Auditor by ISACA), SoD, Access-, Data-, Change-, Problem-, Risk Management and Personal Information handling: General Data Protection Regulation (GDPR), California Consumer Privacy Act (CCPA), Lei Geral de Proteção de Dados Pessoais(LGPD)-Brazilian General Data Protection Law, China's Personal Information Protection Law (PIPL)\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner Delegate & Compliance Lead (IBM, Size: 10000+) [2021-01-01] This position includes:\\n- co-owning interface management applications, which are directly feeding the ledger systems\\n- managing a worldwide accounting systems SOX application portfolio in our AGILE Squad\\n- acting as the focal for internal(IBM corporate) and external(pwc & Deloitte) audits\\n- conducting the remediation work for ASCA level and SOX certified assets\\n- assessing and managing Risks and Key Controls over Financial Reports\\n- counseling in Access Management and Separation of Duties(SoD) matrices shaping\\n- advising in IT Change and Problem Management processes from controls point of view\\n- explaining, instructing and discussing the standards and requirements to the Technical Owners and Business Process Owners (eg. GDPR)\\n- introducing and teaching IT Compliance policies, procedures and requirements to our squads\\n- driving cross-functional pro-active internal audits and reviews\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner Delegate & Compliance Lead (IBM)\",\n            \"position_2\": \"IT Security & Controls Lead (IBM Global Financing)\",\n            \"position_3\": \"Application Controls Owner (Procurement Application Portfolio) (IBM)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2013-01-01 - 2021-01-01\",\n            \"position_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"education_1\": \"University of Pécs, Quality Engineer ISO 9001\",\n            \"education_2\": \"Faculty of Engineering and Information Technology -University of Pécs, IT Engineer, GeoInformatics\",\n            \"education_3\": \"Leőwey Klára Gimnázium, Pécs\",\n            \"education_date_1\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2004-01-01\",\n            \"education_date_3\": \"1996-01-01 - 2000-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner Delegate & Compliance Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sue\",\n            \"last_name\": \"Henin\",\n            \"full_name\": \"Sue Henin\",\n            \"linkedin\": \"https://www.linkedin.com/in/sue-henin-6717982\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAB4xrUBljr7xsrKBidQ0rsr8EvcLMT7UTk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Customer-Obsessed Digital Marketing Senior Executive\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 867,\n            \"location\": \"Kirkland, Washington, United States\",\n            \"skills\": \"digital marketing,marketing strategy,demand generation,multi-channel marketing,product management,product marketing,strategic partnerships,go-to-market strategy,integrated marketing,marketing management,direct marketing,segmentation,strategy,crm,competitive analysis,cross-functional team leadership,business strategy,marketing communications,program management,marketing,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Hands-on Business Strategy & Marketing Executive with over 20 years of experience obsessing over customer journey, building brand equity, and driving revenue. Values philanthropic- hearted organizations that focus on meaningful, data-driven experiences that empower and enrich lives. \\n\\nCharacteristics I embody and seek out in a partnership:\\nCollaborative, Empathetic, Service to Humanity, Lead with Integrity, Customer-Obsessed, and Passion for Innovation\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"18 years 11 months \",\n            \"time_in_company\": \"18 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft, Size: 10000+) [2006-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft)\",\n            \"position_2\": \"Account Director (R2integrated)\",\n            \"position_3\": \"Experienced CRM Manager (Accenture)\",\n            \"position_date_1\": \"2006-03-01\",\n            \"position_date_2\": \"2014-09-01 - 2016-06-01\",\n            \"position_date_3\": \"1998-08-01 - 2005-11-01\",\n            \"education_1\": \"The University of Texas at Austin, BA, Marketing\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder-Business Strategy & Marketing Consulting Services\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pavan\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pavan J H\",\n            \"linkedin\": \"https://www.linkedin.com/in/pavan-j-h-b83628a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZW9pMBflNI7Vn-Sk4LIdbo2fcFOaNc7Sg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Mainframe Security Engineer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 314,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"ibm mainframe\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical owner - Mainframe Security RACF (IBM, Size: 10000+) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical owner - Mainframe Security RACF (IBM)\",\n            \"position_2\": \"Principal Infrastructure Engineer (Mphasis)\",\n            \"position_3\": \"Information Technology Specialist (Wells Fargo)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2020-02-01 - 2023-01-01\",\n            \"position_date_3\": \"2018-11-01 - 2020-02-01\",\n            \"education_1\": \"City Engineering College, BANGALORE, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical owner - Mainframe Security RACF\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Himanshu\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Himanshu Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/khim369\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADjxnPcBgh1AM7a6oVy8xYLTd-PGVN27pv4,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Building Akai Space | IIT Bombay | Web3 & Blockchain Dev | AI/ML Engineer\",\n            \"industry\": \"higher education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1392,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"data science,transformers,flask,langchain,solana,rust (programming language),react,node.js,vite,c++,artificial intelligence (ai),machine learning,deep learning,convolutional neural networks (cnn),python (programming language),blockchain,smart contracts,solidity,ethereum,java,c (programming language),physical training,time management,shooting sports,remote teamwork,management,video production,video editing,adobe premiere pro,after effects,journalism,team leadership,event planning,event management,operations management,inventory management,leadership,technical leadership,communication,teaching\",\n            \"twitter\": \"\",\n            \"about\": \"Building Web3 adaptability and beyond as a dedicated tech entrepreneur and full-stack developer with expertise in blockchain, AI/ML and web dev.\\n\\nMission is to move the world towards an incentivised web3 economy using a decentralised ecosystem.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"CEO and Co-Founder (Akai Space, Size: 1-10) [2024-06-01]\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"CEO and Co-Founder (Akai Space)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Full Stack Blockchain Developer (Eclipse Labs)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2024-04-01 - 2024-05-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech, MEMS\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"CEO and Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Martina\",\n            \"last_name\": \"Mueller\",\n            \"full_name\": \"Martina Mueller\",\n            \"linkedin\": \"https://www.linkedin.com/in/martinamtmueller\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAtBDd0BGf7LFd0K6cB9kyLiQsoAyk6ocK0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer Marketing / Social Media / Communications IBM Deutschland\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1277,\n            \"location\": \"Rottenburg, Baden-Württemberg, Germany\",\n            \"skills\": \"change management,itil,sql,business analysis,requirements analysis,microsoft office,team management,business strategy,project management,program management,new business development,it service management,strategic planning,microsoft excel,linux,cloud computing,java,xml,vendor management,telecommunications,social media marketing,digitales marketing,marketingkommunikation,marketingmanagement,online-kommunikation,politik,public relations,unternehmensanalyse,cloud-computing,projektmanagement,programmmanagement,multichannel-marketingstrategie,lösungsverkauf,marketingstrategie,unternehmensführung,it-service-managment,marketing,unternehmensstrategie,marketing management,business development,management,marketing strategy,solution selling,neugeschäftsentwicklung,soziale medien\",\n            \"twitter\": \"https://twitter.com/MartinaMMueller\",\n            \"about\": \"\\\"Phantasie ist die Fähigkeit in Bildern zu denken\\\" - neue Vorhaben setze ich mit Kreativität und Einfallsreichtum um.\\nAll Posts, Articles and Comments: Views are my own.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"26 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer Marketing / Social Media / Communications (IBM, Size: 10000+) [2019-01-01] Alles rund um Hochschulprogramme bei IBM:\\nDurchführung von Social Media Kampagnen\\nEntwicklung und Durchführung von (virtuellen) Veranstaltungen\\nMaßnahmen zur Frauenförderung\\nInterne Kommunikation (Newsletter und Blogs)\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer Marketing / Social Media / Communications (IBM)\",\n            \"position_2\": \"Global Business Partner Marketingmanager DACH (IBM)\",\n            \"position_3\": \"PartnerWorld Kommunikationsmanagerin Europa (IBM Deutschland)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2015-04-01 - 2018-12-01\",\n            \"position_date_3\": \"2013-04-01 - 2015-03-01\",\n            \"education_1\": \"Universität Tübingen\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"ibm.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer Marketing / Social Media / Communications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Abdullah\",\n            \"last_name\": \"Dol\",\n            \"full_name\": \"Abdullah Dol\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdullahdol\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADKmqIYBK8TR74gQZ0xr-S43Uvyf8jaaC0k,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Seri Girişimci\",\n            \"industry\": \"mobile gaming apps\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3450,\n            \"location\": \"Istanbul, Türkiye\",\n            \"skills\": \"siber güvenlik,kali linux,c#,videografi,adobe creative suite,yönetim kurulu seviyesi,proje planlama,kurumsal sosyal sorumluluk,ekip yönetimi,oyun geliştirme,sosyal medya,eğitmen,pazarlama,shell,proje yönetimi,c,girişimcilik,fotoğrafçılık,hitabet,robotics,spor,cybersecurity,programmer,bilgisayar donanımı,robotik kodlama,python,linux,video düzenleme,designer,literate,profesyonel ağ kurma,stratejik liderlik,risk yönetimi,Örgütsel politika\",\n            \"twitter\": \"https://twitter.com/4bdl1h_d1\",\n            \"about\": \"Ben Abdullah Dol, İstanbul K.Çekmece'de dünyaya geldim. Eğitim yolculuğuma Doğu Türkistan'da başladım, Suudi Arabistan'da devam ettim ve İstanbul'da TOKİ Halkalı Anadolu İmam Hatip Lisesi'nden mezun oldum. Şu anda İstanbul Üniversitesi'nde Uluslararası Girişimcilik bölümünde eğitim görüyorum.\\n\\n2020 yılından bu yana yazılım dünyasında kendimi geliştirmekteyim. İlk adımımı web tasarımıyla attım, ancak ilerleyen süreçte ilgim siber güvenliğe kaydı ve bu alanda uzmanlaşmayı hedefliyorum.\\n\\nSon bir yıldır ise girişimcilik yolculuğumda ekibimle birlikte bir startup oyun projesi üzerinde çalışıyoruz. Takımın lideri olarak, inovatif oyunlar geliştirerek hem eğlenceyi hem de eğitimi birleştiren projelere imza atıyoruz.\\n\\nTeknolojiye olan tutkum ve keşfetmeye yönelik merakım beni her gün daha ileriye taşıyor. Gezmek, araştırmak ve teknoloji alanında yeni ufuklar keşfetmekten büyük keyif alıyorum\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOBB İstanbul Genç Girişimciler Kurulu hired Abdullah as a Meclis Üyesi 2 months ago from Collective Idea TR.\",\n            \"latest_post\": null,\n            \"company_name\": \"Areplay Studio\",\n            \"company_link\": \"https://www.linkedin.com/company/areplaystudio\",\n            \"company_id\": \"https://www.linkedin.com/company/101608599\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\\\"Hackers Game\\\" adlı oyunumuz, oyunculara siber güvenlik bilincini artırma ve gerçek dünya siber tehditleriyle baş etme becerilerini geliştirme fırsatı sunmaktadır. Müşteri odaklı bir yaklaşımla, oyunlarımızı sadece eğlenceli bir deneyim sunmakla kalmayıp aynı zamanda kullanıcılarımızın dijital dünyada daha güvenli ve bilinçli hareket etmelerini sağlamayı amaçlıyoruz. \",\n            \"company_founded\": null,\n            \"company_size\": \"4\",\n            \"company_location_1\": \"Greater Istanbul\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"İstanbul\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"mobile gaming apps\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (Areplay Studio, Size: 1-10) [2023-03-01] Global Ölçekte Büyümeyi Hedefleyen Yenilikçi Oyun Stüdyosu\",\n            \"current_position_2\": \"Founder & Producer (Genç Seri Girişimci, Size: 1-10) [2024-02-01] ⚡Hayallerini gerçekleştirmek için hedefine doğru giden bir genç...\\n\\nTekipte kalabilirsiniz: https://www.instagram.com/gencserigirisimci/\",\n            \"current_position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu, Size: 11-50) [2024-12-01]\",\n            \"position_1\": \"Founder & CEO (Areplay Studio)\",\n            \"position_2\": \"Founder & Producer (Genç Seri Girişimci)\",\n            \"position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu)\",\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"İstanbul Üniversitesi, Lisans Derecesi, Uluslararası Girişimcilik\",\n            \"education_2\": \"42, Yazılım\",\n            \"education_3\": \"Acunmedya Akademi, C# ile Programlamaya Giriş\",\n            \"education_date_1\": \"2024-08-01 - 2028-06-01\",\n            \"education_date_2\": \"2023-07-01 - 2023-08-01\",\n            \"education_date_3\": \"2024-11-01 - 2025-05-01\",\n            \"website_1\": \"crowlink.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kenneth\",\n            \"last_name\": \"Yu\",\n            \"full_name\": \"Kenneth Ji James Paul George Benjamin Arthur Peter Yu (유승철)(유승운민)유승철 我也是這樣的人生觀\",\n            \"linkedin\": \"https://www.linkedin.com/in/kenneth-ji-james-paul-george-benjamin-arthur-peter-yu-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%EC%9C%A0%EC%8A%B9%EC%9A%B4%EB%AF%BC-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%E6%88%91%E4%B9%9F%E6%98%AF%E9%80%99%E6%A8%A3%E7%9A%84%E4%BA%BA%E7%94%9F%E8%A7%80-5b005a239\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADtGK9QBss1rALJhe18YTDZc3oSvdhaNNiw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital 50 Fortune  Mutli-National Wealthy and Rich Society Multi-National Conglomerate Global Government | All-Titan Business Owner | Goliath Shareholder of Finance in Europe, Asia, Latin America,and Northern Southern\",\n            \"industry\": \"retail luxury goods and jewelry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1442,\n            \"location\": \"United States\",\n            \"skills\": \"management,project management,marketing,marketing strategy,sales management,time management,team management,change management,social media marketing,sales operations,food and beverage operations,operating systems,strategic planning,warehouse operations,onshore oil and gas operations,military operations,operational planning,front office operations,digital marketing,research and development (r&d),adobe photoshop,account management,data analysis,analytical skills,autocad,financial analysis,business analysis,advertising,mergers & acquisitions (m&a),adobe illustrator,software as a service (saas),requirements analysis,adobe indesign,adobe creative suite,financial accounting,auditing,online advertising,agile methodologies,networking,law,service quality,board of directors,salary,deal closure,business insights,human resources (hr),operations management,accounting,a++,successful business owner\",\n            \"twitter\": \"\",\n            \"about\": \"With over 60 years of work experience, I am the most renowned leader of the free and strict world versatile the fields of hospitality, international business, and medicine and retail luxury Chairman and renowned owner of all companies including Stratton Octav Rolexx. As the company owner of John Williams Yu Ferrari, I oversee the operations and management of a luxury car dealership that caters to high-end clients around the world. I also serve as the chief executive of Kenneth Yu Corporation Incorporated, a global conglomerate that invests in diverse industries, such as technology, healthcare, entertainment, and education. I founded Boomjoo, a pioneering online platform that connects travelers with local hosts and experiences. I have multiple degrees in medicine, business, law, and arts from prestigious universities, such  of Harvard, Stanford, Yale, and NYU. I have analytical skills, data analysis skills, and team management skills that enable me to make informed and strategic decisions, optimize performance and efficiency, and foster a collaborative and inclusive culture. I am passionate about creating value, innovation, and social impact through my ventures, and I seek to leverage my expertise and network to contribute to the growth and success of the organizations I work with.Tell us what you want with us and you shall be great up for your business with us. Let the magic light up with your strategic ideas and strataspheric world\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"101 years \",\n            \"time_in_company\": \"101 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kenneth Yu Corporated Incorporated\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated) [1924-01-01]\",\n            \"current_position_2\": \"Chief Executive and Executive Directory (Kenneth Yu) [1924-01-01]\",\n            \"current_position_3\": \"Founder and Owner (Kenneth Yu) [1924-01-01]\",\n            \"position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated)\",\n            \"position_2\": \"Chief Executive and Executive Directory (Kenneth Yu)\",\n            \"position_3\": \"Founder and Owner (Kenneth Yu)\",\n            \"position_date_1\": \"1924-01-01\",\n            \"position_date_2\": \"1924-01-01\",\n            \"position_date_3\": \"1924-01-01\",\n            \"education_1\": \"Stanford University Graduate School of Education, Doctor of Arts, Liberal Arts and Sciences/Liberal Studies\",\n            \"education_2\": \"Harvard University, Master of Business Administration - MBA, Banking, Corporate, Finance, and Securities Law\",\n            \"education_3\": \"University of California, San Francisco - School of Medicine, Hastings LAW, English Language and Literature/Letters\",\n            \"education_date_1\": \"1948-01-01\",\n            \"education_date_2\": \"2018-02-01 - 2033-03-01\",\n            \"education_date_3\": \"1923-01-01 - 2033-02-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Franchise Owner and Head Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Alice\",\n            \"last_name\": \"Palmer\",\n            \"full_name\": \"Alice  Palmer\",\n            \"linkedin\": \"https://www.linkedin.com/in/cathy-petty-02431913b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACIKYdwB7FvCnvGSYKde_j3uBh82AncsAgU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"0.0\",\n            \"industry\": \"medical practices\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2,\n            \"location\": \"Rochester, New York Metropolitan Area\",\n            \"skills\": \"human resources (hr),interpersonal communication,information technology,data analysis,project management,business planning,enterprise architecture,management,team leadership,enterprise software,mobile devices,testing,scrum,sdlc,it integration\",\n            \"twitter\": \"\",\n            \"about\": \"1    * Formulate department goals and work plans to ensure the realization of goals,\\n* Manage the technical R&D team and optimize the work flow of the department,\\n* Complete the staff reserve of the department, train the staff of the department, and carry out team building on a regular basis,\\n* Accumulation of technology in the department\\n* Coordinate and coordinate the work arrangements of department personnel,\\n* Communication, business and cooperation negotiations with external departments and customers,\\n\\n2.   * More than 10 years of experience in department management and project management in world-class high-tech companies,\\n* Good at team formation and expansion, product (especially communication system products and software products) R&D management system establishment and improvement,\\n*Good at communicating and coordinating cooperative relations with various customers,\\n* Have more than 13 years of practical experience in the research and development of communication, network systems, and computer software, ranging from system-level design to the specific implementation of local functions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 years 3 months \",\n            \"time_in_company\": \"7 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Productivity Applications (IBM, Size: 10000+) [2017-11-01] As Technical Owner, I am responsible for researching and developing technical solutions to infrastructure and security gaps in deployed applications, data analysis of usage, user management, application lifecycle reviews and compliance audits, and presentation of metrics and results to leadership.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Productivity Applications (IBM)\",\n            \"position_2\": \"Department Manager (Cisco)\",\n            \"position_3\": \"Technology Consultant (NetEase   )\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2013-06-01 - 2017-09-01\",\n            \"position_date_3\": \"2010-01-01 - 2013-05-01\",\n            \"education_1\": \"Caltech, Master's degree, Master of Computer Science\",\n            \"education_2\": \"Nankai University, Bachelor's degree, Nankai University\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Productivity Applications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ohad\",\n            \"last_name\": \"Beltzer\",\n            \"full_name\": \"Ohad Beltzer\",\n            \"linkedin\": \"https://www.linkedin.com/in/ohad-beltzer-90a01761\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAz-lVoBqVhVOUU7KwpNIlwayoyiHumC-aU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Principal Software Engineering Manager at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 427,\n            \"location\": \"Israel\",\n            \"skills\": \"java,team leadership,ibm mainframe,systems analysis,object oriented design,tso,c++,sql,cloud computing,software development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft, Size: 10000+) [2024-09-01]\",\n            \"current_position_2\": \"Founder, .NET Bond IL (Microsoft, Size: 10000+) [2021-11-01] * Collaborating with the CTO office.\\n* Building a community around .NET inside ILDC.\\n* Managing and holding .NET sessions to ILDC employees.\\n* Hosting the local .NET Conf Israel for 2022-23.\\n* Cultivating an engineering excellence and growth mindset culture within Microsoft.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_2\": \"Founder, .NET Bond IL (Microsoft)\",\n            \"position_3\": \"Senior Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2021-11-01\",\n            \"position_date_3\": \"2023-09-01 - 2024-09-01\",\n            \"education_1\": \"Tel Aviv University, Master of Business Administration - MBA, Business Administration and Management, General\",\n            \"education_2\": \"The Hebrew University, Bachelor's degree, Electrical and Computer Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Software Engineering Manager, Azure Marketplace\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"15940a8d-07c9-48a1-845f-b60a9978916f","name":"Get Decision Makers By Company Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/contact/decision-maker/name?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["contact","decision-maker","name"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6666\n}"}],"_postman_id":"8be6cfc9-a309-42b9-aa3b-ef487a2248b9"},{"name":"Get Decision Makers By Company Domain","id":"58c668ab-5bbe-42e3-a5bd-370c40a4d2c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://ibm.com\",\n        \"https://microsoft.com\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/contact/decision-maker/domain?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["contact","decision-maker","domain"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"0c1309a2-8e4a-4624-931d-e991521a4c5a","name":"Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 100,\n    \"items\": [\n        {\n            \"first_name\": \"Syto\",\n            \"last_name\": \"Boonstra\",\n            \"full_name\": \"Syto Boonstra\",\n            \"linkedin\": \"https://www.linkedin.com/in/sytoboonstra\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAEg048B5686AuBAIkne8RUsHaKJsvC2GIo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Consultant en trainer Microsoft SharePoint, Teams, Power Automate, PowerApps, Project Online, PowerBI, Microsoft 365\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 537,\n            \"location\": \"Leeuwarden, Friesland, Netherlands\",\n            \"skills\": \"consultancy,program management,project portfolio management,business intelligence,ms project,software project management,pmo,business analysis,sharepoint,project server,project planning,prince2,microsoft certified professional,microsoft exchange,project management,microsoft project,powerbi\",\n            \"twitter\": \"https://twitter.com/Sytob\",\n            \"about\": \"Mijn werkzaamheden richten zich voornamelijk op ondersteuning bij (project)organisaties en overheden op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI en het opzetten van een PMO (Project Management Office). Hierbij neem ik zowel de rol als projectplanner aan voor het maken en bijhouden en de rol van projectmanager in verband met de implementatie. Ook verzorg ik diverse trainingen op het gebied van MS Project Online, MS SharePoint, MS Office 365, MS PowerBI. \\n\\nAls planning professional heb ik meer dan 15 jaar ervaring in met name grote (Infrastructuur) projecten. Mijn brede kennis en expertise voornamelijk opgedaan in deze projecten. Zowel aan de opdrachtgever- als opdrachtnemers zijde kan ik een waardevolle bijdrage leveren aan de beheersing van projecten. Het opzetten, beheren en analyseren van de planning, opstellen van alternatieve planning scenario’ s, kritieke pad analyses, en advies geven over mogelijk te nemen beheersmaatregelen zijn belangrijke onderdelen van mijn dagelijks werk.\\n\\nCompetenties: Dienstverlenende instelling, initiatiefrijk, communicatief, zelfstandig, resultaatgericht, analyserend, flexibel en breed inzetbaar.\\n\\nSoftwarekennis\\nMS Project \\nMS Project Online\\nMS Designer \\nMS InfoPath \\nMS Lync \\nMS Teams\\nMS PowerBI\\nMS Office 365 \\nMS SharePoint \\nMS Office \\nMS SharePoint migratietools \\nMonte Carlo analyse tools\\nNintex\\n\\nCertificering\\nMicrosoft Certified IT Professional EPM with MS Project Server 2007\\nMicrosoft Certified Trainer EPM with MS Project Server 2007\\n\\nSpecialties: Implementing Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\\nTraining Enterprise Project Management with MS Office Project Server 2010 and 2013, MS Office SharePoint 2010 and 2013, MS Office 365\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 8 months \",\n            \"time_in_company\": \"11 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2013-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Microsoft\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Matt\",\n            \"last_name\": \"Puccini\",\n            \"full_name\": \"Matt Puccini\",\n            \"linkedin\": \"https://www.linkedin.com/in/mattpuccini\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABIJEYB_hm6kppxW803uCxj3hzw58dMEuM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"5X Startup Founder - Corporate Innovator - Strategic Partner Deal Maker  - Platform Thinker - Startup Mentor and Investor - Diversity & Climate Matter. Opinions mine.\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3015,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"operational due diligence,business planning,business development,sales presentations,sales process,technology needs analysis,strategic planning,international development,international sales,start-up ventures,venture financing,cross-functional team leadership,virtual teams,saas,enterprise architecture,enterprise software,cloud computing,start-ups,entrepreneurship,strategic partnerships,strategy,e-commerce,management consulting,executive management,management,leadership,product development,venture capital,marketing,go-to-market strategy,marketing strategy,consulting,sales,digital strategy,product management,professional services,software development,business alliances,lead generation,analytics,crm,competitive analysis,product marketing,solution selling,mobile applications,salesforce.com,demand generation,software industry,business intelligence,mobile devices\",\n            \"twitter\": \"https://twitter.com/mattpuccini\",\n            \"about\": \"My passion is working with teams of innovators within large corporations, startups, and non-profits to create high-impact products and services that customers love.   Extensive worldwide enterprise technology business development, strategy and strategic partner leadership experience with IBM, Oracle, Amazon, Google Cloud, and Microsoft Azure.   Active in the startup ecosystem as an advisor and as a mentor with multiple accelerators.  Serve on the Board at MassChallenge RI Accelerator and as a Mentor with the  MIT Venture Mentoring Service.  A pioneer in the use of Accelerator platform and lean methods to ignite innovation and collaboration between ecosystem partners.  Founded or held executive positions at multiple venture-backed startups.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Red Hat hired Matt as a AI Startup Ecosystem Partner Executive 3 months ago from IBM.\",\n            \"latest_post\": null,\n            \"company_name\": \"Red Hat\",\n            \"company_link\": \"https://www.linkedin.com/company/red-hat\",\n            \"company_id\": \"https://www.linkedin.com/company/3545\",\n            \"company_domain\": \"redhat.com\",\n            \"company_about\": \"Red Hat is the world’s leading provider of enterprise open source solutions, using a community-powered approach to deliver high-performing Linux, hybrid cloud, edge, and Kubernetes technologies.\\n\\nWe hire creative, passionate people who are ready to contribute their ideas, help solve complex problems, and make an impact. Opportunities are open. Join us. \",\n            \"company_founded\": null,\n            \"company_size\": \"19777\",\n            \"company_location_1\": \"Raleigh, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Raleigh\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cloud computing,hybrid cloud management,Linux,open source,virtualization,storage,middleware,containers,mobile,OpenStack\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat, Size: 10000+) [2024-11-01]\",\n            \"current_position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM, Size: 10000+) [2022-06-01] Founded and lead the Corporate Ecosystem Innovation Practice. Focus on developing new management systems to accelerate open innovation between ecosystem partners. Leading research on and validation of new industry-focused platforms that offer value through ecosystem member curation and making industry data and AI foundation models more accessible.  \\n\\nFinancial Services Innovation - Partnered with Intel and MassChallenge to develop innovative systems and methods that make it faster and easier for fintechs and financial services institutions co-innovate. bit.ly/43slVE5\\n\\n Decarbonization Innovation - Partnered with IBM Research, Kaplak Partners and  and MassChallenge  to develop an innovative startup acceleration system. bit.ly/3IJJH6O\",\n            \"current_position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM, Size: 10000+) [2021-06-01] IBM's Volunteer Startup Mentor Program is focused on making access to IBM expertise and experience in a range of technical, industry, and business areas easier for curated startup founders from underserved and underrepresented communities.   This program was launched in 2021 as a partnership with MassChallenge and MIT.\",\n            \"position_1\": \"AI Startup Ecosystem Partner Executive (Red Hat)\",\n            \"position_2\": \"WW Global Ecosystem Innovation Executive and Founder (IBM)\",\n            \"position_3\": \"Founder - IBM Startup AI Mentorship Program for Underrepresented Founders (IBM)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2021-06-01\",\n            \"education_1\": \"MIT Sloan Executive Education, Innovation Ecosystems: A New Approach to Accelerating Corporate Innovation and Entrepreneurship, Corporate Innovation\",\n            \"education_2\": \"Platform Institute - Sangeet Choudary, Platform Strategy Masterclass - Enterprise, Executive Education - Business Innovation & Transformation\",\n            \"education_3\": \"FEI - Front End of Innovation Executive Education Conference, Corporate Innovation\",\n            \"education_date_1\": \"2021-02-01 - 2021-02-01\",\n            \"education_date_2\": \"2023-10-01 - 2023-12-01\",\n            \"education_date_3\": \"2021-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Startup Ecosystem Partner Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@redhat.com\"\n        },\n        {\n            \"first_name\": \"Anthony\",\n            \"last_name\": \"Rivero\",\n            \"full_name\": \"Anthony Rivero\",\n            \"linkedin\": \"https://www.linkedin.com/in/anthony-rivero-37646020a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADUauAoBqZHl1BNp8yVfN3-GZkOy5r8YJVw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A Machine\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 102,\n            \"location\": \"Tucson, Arizona, United States\",\n            \"skills\": \"devops,java,data analysis,python (programming language),software testing,cpp,app development swift,web development,user experience (ux)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOM FORD FASHION hired Anthony as a Owner 2 months ago from Stanford University.\",\n            \"latest_post\": null,\n            \"company_name\": \"TOM FORD FASHION\",\n            \"company_link\": \"https://www.linkedin.com/company/tom-ford-fashion\",\n            \"company_id\": \"https://www.linkedin.com/company/109010\",\n            \"company_domain\": \"tomfordfashion.com\",\n            \"company_about\": \"TOM FORD IS A GLOBAL DESIGN HOUSE OFFERING EXCEPTIONAL LUXURY PRODUCTS ACROSS WOMEN’S AND MEN’S FASHION, ACCESSORIES, EYEWEAR AND BEAUTY. FOUNDED IN 2005 BY TOM FORD, TODAY THE BRAND HAS A PRESENCE IN MORE THAN 100 MARKETS GLOBALLY, AND IS WIDELY RECOGNIZED AS THE ARCHITECT OF LUXURY GLAMOUR. IN 2023, THE ESTÉE LAUDER COMPANIES BECAME THE SOLE OWNER OF THE TOM FORD BRAND AND ALL ITS INTELLECTUAL PROPERTY.\",\n            \"company_founded\": null,\n            \"company_size\": \"1021\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail apparel and fashion\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (TOM FORD FASHION, Size: 1001-2000) [2024-12-01]\",\n            \"current_position_2\": \"Owner (HUGO BOSS, Size: 10000+) [2024-12-01]\",\n            \"current_position_3\": \"Owner (Versace, Size: 1001-5000) [2024-12-01]\",\n            \"position_1\": \"Owner (TOM FORD FASHION)\",\n            \"position_2\": \"Owner (HUGO BOSS)\",\n            \"position_3\": \"Owner (Versace)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Intercollegiate studies Institute , Ph.d, Biology, General\",\n            \"education_2\": \"Yale University, Doctorates, Biology, General\",\n            \"education_3\": \"University of Pennsylvania, Doctor's Degree, Math\",\n            \"education_date_1\": \"2006-06-01 - 2023-07-01\",\n            \"education_date_2\": \"2022-01-01 - 2025-06-01\",\n            \"education_date_3\": \"2021-08-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rayan\",\n            \"last_name\": \"Roshan\",\n            \"full_name\": \"Rayan Roshan\",\n            \"linkedin\": \"https://www.linkedin.com/in/rayan-roshan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAElZ1yEBNezr5uNR7npFBXRM7BdbkJaevZs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"1st year CS student @ TMU | Founder of Univ | DMZ Voyage 24'\",\n            \"industry\": \"education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 707,\n            \"location\": \"Greater Toronto Area, Canada\",\n            \"skills\": \"programming,entrepreneurship,business strategy,communication ,ethics,creativity and innovation,portfolio management,customer service,first aid training,teamwork,peer mentoring,collaboration,science,math,computer science,peer tutoring,team leadership,budget management,fundraising,collaborative leadership,start-up leadership,project management,communication,microsoft office,collaborative problem solving,time management,ios,program management,firebase database,keynote,xcode,figma (software),java,swift (programming language),python (programming language)\",\n            \"twitter\": \"\",\n            \"about\": \"As a computer science student, I am passionate about using technology to solve complex problems and make a positive impact. With a strong foundation in programming, problem-solving, and data analysis, I excel in both independent and collaborative environments. I am committed to continuous learning and always strive to deliver high-quality work that exceeds expectations. Eager to connect with professionals in the tech industry, I’m excited to explore new opportunities for growth and innovation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Toronto Metropolitan University Computer Science Course Union hired Rayan as a First Year Representative 4 months ago from DMZ.\",\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startup Founder Hub Member (Microsoft, Size: 10000+) [2024-07-01] - Accelerated Univ, my educational startup, through expert mentorship and the use of advanced Microsoft tools.\\n- Secured $5,000 in Azure credits, enabling the development of advanced features, including AI-driven school search and admissions guidance.\\n- Enhanced user engagement metrics by 20% through strategic improvements in app functionality and design.\\n- Collaborated with program advisors to refine Univ’s business model and strategic direction, improving scalability and market fit\",\n            \"current_position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union, Size: 1-10) [2024-10-01] - Facilitated communication with over 500 first-year students, ensuring their concerns and needs were effectively addressed.\\n- Promoted events and initiatives, increasing first-year participation across CSCU activities.\\n- Collaborated with the executive team to plan and execute 2+ academic, social, and professional events, fostering a sense of community and enhancing networking opportunities.\\n- Designed and launched a comprehensive website for first-year students, streamlining access to resources, event information, and updates.\",\n            \"current_position_3\": \"Faculty Representative (STEM Fellowship Ryerson, Size: 1-10) [2024-09-01] - Collaborated with the VP of Communications and VP of External Engagement to strategize event promotions, increasing attendance by 15%.\\n- Engaged over 300 students through classroom announcements, partnerships with science clubs, and email campaigns.\\n- Assisted in coding workshops, teaching tech stacks such as Google Cloud, Python, and various APIs to 50+ students.\\n- Captured and submitted high-quality event media to enhance post-event reporting and future promotions.\\n- Provided on-site support to event directors, ensuring seamless execution of events.\",\n            \"position_1\": \"Startup Founder Hub Member (Microsoft)\",\n            \"position_2\": \"First Year Representative (Toronto Metropolitan University Computer Science Course Union)\",\n            \"position_3\": \"Faculty Representative (STEM Fellowship Ryerson)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-09-01\",\n            \"education_1\": \"Toronto Metropolitan University, Bachelor of Science, Computer Science\",\n            \"education_2\": \"St. Edmund Campion Secondary School , Ontario Secondary School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-01-01 - 2029-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startup Founder Hub Member\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Lê\",\n            \"last_name\": \"Thu\",\n            \"full_name\": \"Lê Thu\",\n            \"linkedin\": \"https://www.linkedin.com/in/l%C3%AA-thu-uy%C3%AAn-4bb629271\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEJ6eY8BYUkfnLT9yTU8xahykOHzIq-EUAM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 15,\n            \"location\": \"Hanoi, Hanoi, Vietnam\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"I love dog, my dog is Tuân Hùng\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"14 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2010-05-01] I can speaking English very well, I can use laptop\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant (Microsoft)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2010-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Harvard University, Bachelor's degree, Computer and Information Sciences and Support Services\",\n            \"education_2\": \"Harvard University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pawel\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Pawel S.\",\n            \"linkedin\": \"https://www.linkedin.com/in/pawelstefanek\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADEkXIBMSx1QuTpHp42YvA_R1ULMtoR-6Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner and International Sales\",\n            \"industry\": \"solar electric power generation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 900,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": \"strategy,management,international sales,telecommunications,product marketing,project management,solution selling,key account management,sales,market analysis,product management,business development,integration,security,managed services,customer relations,artificial intelligence (ai),team management,team leadership,negotiation,customer service,partner relationship management,new business development,networking,establishing relationships,planning budgeting & forecasting,product strategy,microsoft azure,hybrid cloud,cloud migration,devops,digital transformation,solution architecture,sales channel,pricing strategy,account management,business alliances,leadership,marketing,product planning,product leadership,channel partners,business analysis,product strategies,agile methodologies,outsourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced leader proven in delivering multi million-dollar solutions to governmental security organizations around the world, Passionate about building and leading cross-functional engineering teams.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 4 months \",\n            \"time_in_company\": \"4 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft Cloud Service Provider\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft Cloud Service Provider) [2020-10-01] - Built a sales pipeline with a steady flow of qualified leads\\n- Involved at every phase of opportunities lifecycle including lead generation, sales and\\nproject management\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft Cloud Service Provider)\",\n            \"position_2\": \"Owner (Polychromatic)\",\n            \"position_3\": \"Commercial and Technical Leadership Roles (trovicor FZ LLC)\",\n            \"position_date_1\": \"2020-10-01\",\n            \"position_date_2\": \"2017-01-01 - 2023-04-01\",\n            \"position_date_3\": \"2009-04-01 - 2020-10-01\",\n            \"education_1\": \"Graduate School of Business - University of Cape Town, Master of Business Administration (MBA), Business Administration and Management, General\",\n            \"education_2\": \"Poznan University of Technology, MSc Eng, Electronics and Telecommunications\",\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2015-01-01\",\n            \"education_date_2\": \"1998-01-01 - 2004-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"logicera.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anniel\",\n            \"last_name\": \"Ruiz\",\n            \"full_name\": \"Anniel Ruiz\",\n            \"linkedin\": \"https://www.linkedin.com/in/anniel-ruiz-9711315\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADomyUBIqlG51ToUQ35pT6018DoR9ufkeg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Analyst and Project Manager\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 915,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"venta de soluciones,desarrollo de software,gestión de proyectos de programas de software,arquitectura de soluciones de software,inteligencia artificial,datos geoespaciales,ley sarbanes-oxley,reglamento general de protección de datos (gdpr),ciberseguridad,microsoft powerpoint,mrp,supply chain management,global sourcing,materials management,continuous improvement,cross-functional team leadership,erp,lean manufacturing,logistics,management,manufacturing,process improvement,procurement,project management,sap,six sigma,strategic sourcing,supply chain,supply chain optimization,supply management,strategic planning,negotiation,product development,kaizen,business intelligence,team leadership,analysis,business process improvement,enterprise resource planning (erp),spss,cognos,análisis de datos,ciencia de datos,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \"I enjoy challenges, working in team with different cultures as well as planning, coordinating and implementing projects. My core experience is Project Management and Business Intelligence . \\n\\nHigh Lights:\\n*Project Management\\n*Business Intelligence (Cognos and SPSS)\\n*Process improvement\\n*IT support\\n*Cost Reduction\\n*Price Negotiation\\n*Global procurement\\n*Global commodity management\\n*Strategic Planning\\n*Materials Management\\n*Corporate Contracts\\n*Procurement engineering\\n*Supplier selection and management\\n*Alternate sourcing\\n*Supplier development\\n\\nMy specialties: Team building, knowledge sharing and creation of value.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"13 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Director de inteligencia de negocios (conoce.biz)\",\n            \"position_3\": \"Cloud Operations Mexico, Functional Manager (IBM México)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2019-05-01 - 2022-03-01\",\n            \"position_date_3\": \"2017-11-01 - 2019-04-01\",\n            \"education_1\": \"Universidad Panamericana, Mechatronic Engineer, Ingeniería electrónica, robótica y mecatrónica\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2007-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jeewan\",\n            \"last_name\": \"Abhayawardhana\",\n            \"full_name\": \"Jeewan Abhayawardhana\",\n            \"linkedin\": \"https://www.linkedin.com/in/jeewan-abhayawardhana-2b2187228\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADj6hOYBE-NIACiTbfn8VuDzKYquHGZgy0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Jeewan\",\n            \"industry\": \"food and beverage manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 41,\n            \"location\": \"Sri Lanka\",\n            \"skills\": \"product manufacturing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Business Owner (Kadya Cinnamon Products) [2017-11-01] we have all type of Cinnamon products\",\n            \"current_position_3\": \"Business Owner (Kadya) [2017-11-01] All Type of Cinnamon Products\",\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": \"Business Owner (Kadya Cinnamon Products)\",\n            \"position_3\": \"Business Owner (Kadya)\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2017-11-01\",\n            \"position_date_3\": \"2017-11-01\",\n            \"education_1\": \"Ananada Central college \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ibrahim\",\n            \"last_name\": \"Romba\",\n            \"full_name\": \"Ibrahim Romba\",\n            \"linkedin\": \"https://www.linkedin.com/in/ibrahim-romba-390b3922b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADmnpdwBogjtAPnjajBV7mwwPj8B_cmq3Q4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Directeur général chez AGRI VIE\",\n            \"industry\": \"farming, ranching, forestry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1216,\n            \"location\": \"Ouagadougou, Centre, Burkina Faso\",\n            \"skills\": \"entrepreneurial,piscisciculture,nutrition animale,vente,management,réseautage d’affaires,travail d’équipe,service client,créativité,prise de décision,entretiens,contact avec les clients,sens de l’organisation,service clientèle,développement de nouvelles affaires\",\n            \"twitter\": \"\",\n            \"about\": \"CURRICULUM VITAE (CV)\\nNOM: ROMBA \\nPrenom : IBRAHIM \\nFonction =ENTREPRENEUR/ Spécialiste en Pisciculture \\nNationalité = BURKINABÉ \\nDate et Lieu de naissance =29 Mai 1998 à Bobo dioulasso \\nSituation patrimoine = célibataire\\nRésidence: Bobo Dioulasso secteur 24\\nTEl=00226 74756402/60381809\\n\\nEtudes et Diplomes obtenus\\n2022: Entreprenariat \\n2020: Recherche de pathologies chez le  poisson \\n2018 : Licence 3(Ls) Ressource halieutique et aquacole.\\n2016-2017: Attestation de brevet de technicien d’élevage et de santé animale.\\n2017. 2018: Attestation de Brevet technicien(BBT1)\\n2012-2013. Attestation de brevet d’étude primiaire\\nExpérience professionnelle \\n6 mois de formation pratique à espace de recherche Aquacole au Nigeria \\nGestion d’une écloserie moderne \\nDomaine de compétence: Reproduction artificielle de poisson chat, distribution de produits aquacoles et autres produits d’élevage. En tant qu'agent technique d'élevage et de santé animale, ainsi que spécialiste en pisciculture, mon profil est axé sur la gestion des élevages d'animaux, en particulier dans le domaine aquacole. J'ai une expertise dans l'élevage de poissons, notamment le poisson-chat (catfish), en utilisant des méthodes scientifiques pour optimiser la productivité. Mes compétences couvrent également la santé animale, le suivi sanitaire des élevages, ainsi que la formation et l'accompagnement des producteurs pour améliorer les pratiques d'élevage durable et les performances économiques des exploitations.\\nLangue parlé: Bambara,Français, Anglais Mooré\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft for Startups, Size: 1001-2000) [2021-01-01]\",\n            \"current_position_3\": \"Propriétaire (AGRIVIE, Size: 1-10) [2021-01-01]\",\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft for Startups)\",\n            \"position_3\": \"Propriétaire (AGRIVIE)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2021-01-01\",\n            \"education_1\": \"École privée d'élevage et de la santé animale, Diplôme en élevage et santé animale, Élevage et santé animale\",\n            \"education_2\": \"Centre de formation aquacole\",\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2032-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"2267475640\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Santhosh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Santhosh R\",\n            \"linkedin\": \"https://www.linkedin.com/in/santhosh-r-68312a49\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAopxUMBVfbWuXsgvQhbq02QOQkZHEAKz0E,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Says Data never sleeps at IBM ️M\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 759,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"devsecops,continuous integration and continuous delivery (ci/cd),continous compliance,itss threat modelling and vulnerability gap analaysis,ibm mainframe modernization,business-to-business (b2b),team performance,c++,sql,c,analytics,data probe,edge,nested scripts,pegasus,unity 3d,mysql,python,extract, transform, load (etl),automation,robotic process automation (rpa),ispf,tso,ibm mainframe,resource access control facility (racf),security operations,information security management,application security,cloud security,jira,ibm watson,argo,hybrid cloud,ibm db2\",\n            \"twitter\": \"\",\n            \"about\": \"At IBM, steering enterprise data governance and security has been a pinnacle of my career, where DevSecOps methodologies and team performance optimization have been at the forefront. My role as Technical Owner with DevSecOps specialty has been pivotal, fostering the resilience of our data governance frameworks, which in turn safeguards operations and bolsters compliance.\\n\\nWith a solid foundation in software development and a keen proficiency in cloud security, my contributions have significantly empowered IBM's data strategies. The transition from a hands-on software developer to technical leadership has enabled me to leverage my B2B collaboration skills and technical prowess in Mainframe Modernization to enhance enterprise-level data governance and security.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"10 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM, Size: 10000+) [2024-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_2\": \"Technical Owner Delegate, CIO Enterprise Data Governance and Security (IBM)\",\n            \"position_3\": \"Software Developer, CIO Marketing Insights and Security (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2022-07-01 - 2024-03-01\",\n            \"position_date_3\": \"2020-12-01 - 2022-07-01\",\n            \"education_1\": \"Vellore Institute of Technology, Master's degree, M.S software engineering\",\n            \"education_2\": \"Sunbeam Matriculation school, Vellore, Tamil Nadu\",\n            \"education_3\": null,\n            \"education_date_1\": \"2008-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner, CIO Enterprise Data Governance and Security\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Waqas\",\n            \"last_name\": \"Rashid\",\n            \"full_name\": \"Waqas Rashid\",\n            \"linkedin\": \"https://www.linkedin.com/in/waqas-rashid1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD0FSgkBd0ikZdM-DFNZ2gjWPgdIYBzSsZ8,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO @SincSol | COO @Ustadam | Founder @UTC | Entrepreneur, Community Builder, Mentor & Instructor\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 6927,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"b2b marketing strategy,community building,mean stack,team leadership,strategic partnerships,marketing strategy,cross team collaboration,emotional intelligence,communication,marketing,negotiation skills,strategic planning,financial management,management,leadership,project implementation,goal setting,cross-team collaboration,full-stack development,dsa,graphs,agile & waterfall methodologies,devops,sql,public speaking,flutter,database management system (dbms),social media marketing,php,problem solving,debugging,communication and presentation skills,assembly language,data structures,next.js,mongodb,node.js,front-end development,react.js,game development in winfrom application,desktop development using c#, winform application,java,project management,html,cascading style sheets (css),c (programming language),javascript,python (programming language),web development,c++,c#,application development,object-oriented programming (oop)\",\n            \"twitter\": \"\",\n            \"about\": \"At SincSol, my focus is on crafting cutting-edge software solutions that drive efficiency and security. Our team's commitment to responsive design and AI business enhancement has established us as a go-to provider for comprehensive web and mobile applications. With a Bachelor's in Computer Science in progress at the University of Engineering and Technology, Lahore, I leverage my academic insights to lead our innovative projects.\\n\\nAs COO at Ustadam, I'm dedicated to fostering the next generation of leaders through mentorship and strategic training initiatives. Our social entrepreneurship model is thriving thanks to our focus on community building and B2B marketing strategies. \\n\\nAt Ultimate Tech Crew, we've connected 12,000+ tech enthusiasts through meaningful events and partnerships.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Microsoft hired Waqas as a Member Founders Hub 3 months ago from University of Engineering and Technology, Lahore.\",\n            \"latest_post\": null,\n            \"company_name\": \"SincSol\",\n            \"company_link\": \"https://www.linkedin.com/company/sincsol\",\n            \"company_id\": \"https://www.linkedin.com/company/101724112\",\n            \"company_domain\": \"sincsol.com\",\n            \"company_about\": \"At SincSol, we empower businesses with innovative software solutions tailored to drive success. Our comprehensive range of services includes:\\n\\n- A/ML & Data Science\\n- ERP Implementation\\n- Website & Mobile Development\\n- Game Development \\n- Desktop Application Development\\n- Logo Design & Branding\\n- Data Analysis \\n- Website Maintenance\\n- AI-Driven Business Optimization\\n- Employee Training\\n\\nWe pride ourselves on delivering projects with responsive design, robust security, and seamless integration, ensuring excellence and timely delivery. \\n\\nPartner with SincSol today and transform your business with cutting-edge technology and expert guidance!\\n\\n\\n\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (SincSol, Size: 1-10) [2024-04-01] SincSol is a company specializing in comprehensive software solutions, including web and mobile app development, AI/ML, game development, logo design, data analysis, and desktop app development. We offer services such as website maintenance, AI business enhancement, and employee training for new software. SincSol emphasizes responsive designs, security, and efficient software integration to ensure high-quality and timely delivery of projects.\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2024-11-01]\",\n            \"current_position_3\": \"Chief Operational Officer (Ustadam, Size: 1-10) [2023-08-01] - As COO and CMO, I drive strategy and execution for our social entrepreneurship model.\\n- Dedicated to training, mentoring, and investing in students to cultivate leaders for impactful startups.\",\n            \"position_1\": \"Founder & CEO (SincSol)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": \"Chief Operational Officer (Ustadam)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-11-01\",\n            \"position_date_3\": \"2023-08-01\",\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor's degree, Computer Science\",\n            \"education_2\": \"Superior College, Intermediate, Pre-Engineering\",\n            \"education_3\": \"Govt. High School Baghbanpura, Lahore, Matriculation, Biology\",\n            \"education_date_1\": \"2021-11-01 - 2025-08-01\",\n            \"education_date_2\": \"2019-09-01 - 2021-04-01\",\n            \"education_date_3\": \"2017-04-01 - 2019-04-01\",\n            \"website_1\": \"000webhostapp.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Danish\",\n            \"last_name\": \"Ghaffar\",\n            \"full_name\": \"Danish Ghaffar\",\n            \"linkedin\": \"https://www.linkedin.com/in/danish-ghaffar-96b992220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADesl-MBNW1qj1iPAfIQWfhXtnc2jizSqRs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @ DigiLawyer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4575,\n            \"location\": \"Lahore, Punjab, Pakistan\",\n            \"skills\": \"machine learning,start-ups,management,strategy,marketing strategy,business strategy,business development,interpersonal skills,sales strategy,startups,software development,problem solving,python (programming language),data structures,object-oriented programming (oop),javascript,business planning,customer relationship management (crm),leadership development,event management,event planning,volunteering,leadership,teamwork,entrepreneurship,public relations,communication,c++,c#,teaching,english,html,html5,cascading style sheets (css),team management,team leadership,algorithms,product development,product management,project management,scrum\",\n            \"twitter\": \"\",\n            \"about\": \"As the founder of DigiLawyer, a startup that provides AI-based legal advice online, I am passionate about using technology to solve real-world problems and empower people. I have been working on DigiLawyer since December 2022, with the help of Microsoft's Founders Hub, a program that supports entrepreneurs with mentorship, resources, and networking opportunities. \\n\\n\\n Currently, I am pursuing a bachelor's degree in Computer Science at the University of Engineering and Technology, Lahore, where I am learning the fundamentals and applications of programming, algorithms, and software engineering. My core competencies include management, strategy, product design, and marketing, which I apply to lead and grow DigiLawyer, as well as to partner with other organizations and stakeholders. My mission is to make legal services accessible, affordable, and convenient for everyone, especially for those who are underserved or marginalized by the traditional legal system. I am always eager to learn new skills, explore new challenges, and connect with like-minded people who share my vision and values.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"DigiLawyer\",\n            \"company_link\": \"https://www.linkedin.com/company/digilawyer\",\n            \"company_id\": \"https://www.linkedin.com/company/93256096\",\n            \"company_domain\": \"digi-lawyer.com\",\n            \"company_about\": \"At DigiLawyer, we revolutionize the legal industry with our AI-based legal co-pilot, helping lawyers enhance productivity through advanced legal research, drafting, and document review & analysis. \\n\\nOur team of legal experts, data scientists, and software engineers work tirelessly to ensure that our tools meet the highest standards of accuracy and reliability.\\n\\nJoin us on our journey to transform the legal landscape and experience the future of legal assistance with DigiLawyer.\\n\\nContact Us:\\n\\nEmail: contact@digi-lawyer.com\\nWebsite: www.digi-lawyer.com\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Lahore, Punjab, Pakistan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Lahore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Legaltech\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (DigiLawyer, Size: 1-10) [2022-12-01]\",\n            \"current_position_2\": \"Member Founders Hub (Microsoft, Size: 10000+) [2022-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (DigiLawyer)\",\n            \"position_2\": \"Member Founders Hub (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"University of Engineering and Technology, Lahore, Bachelor of Science - BS, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Scott\",\n            \"last_name\": \"Andersen\",\n            \"full_name\": \"Scott Andersen\",\n            \"linkedin\": \"https://www.linkedin.com/in/scottan\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAVdS4BGVftCrxmCZaHK25K2i1goDm5QoI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguished Solution Architect Verizon\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": \"scott@creativetechnologyandinnovation.com\",\n            \"num_of_connections\": 13031,\n            \"location\": \"Washington DC-Baltimore Area\",\n            \"skills\": \"cloud computing,architecture,messaging,team building,enterprise architecture,infrastructure,microsoft exchange,saas,it strategy,integration,microsoft technologies,virtualization,vendor management,disaster recovery,professional services,itil,data center,identity management,sharepoint,solution architecture,enterprise software,leadership,management,team leadership,strategy,agile methodologies,governance,business analysis,system deployment,program management,software development,solution selling,project portfolio management,software project management,it management,process improvement,security,business intelligence,consulting,project planning,business process,soa,sdlc,training,information technology,analysis,pmp,technical leadership,requirements analysis,architectures\",\n            \"twitter\": \"https://twitter.com/DocAndersen\",\n            \"about\": \"I began my professional life in an Elementary School classroom now more than 25 years ago. During my time as a teacher, I learned four critical lessons. As a teacher, you incubate both the ideas, concepts, and dreams of your students. You build an environment where you engage with your consumer (customer engagement) and design a solution that will, in the end, meet their needs — the Architect of where students go.\\n\\n1.\\tLearning is tied to the interest people have in what you are saying.\\n\\n2.\\tIf everyone is asked to compete regardless of skill or gender than by default, the playing field\\nis equal for all. Skill wins, but if you never try, you can never find out if you have the skill.\\n\\n3.\\tTeams always win over individual excellence. When you combine the great people into a great team, you create dynasties!\\n\\n4.     Everyone has something to say, and everyone has something to contribute. \\n\\nSince leaving the classroom, I have been a computer trainer, help-desk professional, IT owner of electronic communication and a consultant. I have traveled the world. I have worked with CIO’s in many different countries and many different companies. I am a thought leader who shares concepts on the cutting edge of technology. I have been involved with product groups and readiness at a worldwide level. I led a team of architects that built architectural guidance for customers, partners, and internal professionals. I have led engineering teams for customers, as part of a product group and as a regional and worldwide consultant.\\n\\n\\nI have been a part of, built and managed high performing teams. From a classroom where you need to quickly build an effective team on moving forward, to delivering solutions across large scales \\nTo end with something I have adapted from John Boyd, if you orient the view of the observation to the team first, you will get better team decisions later. As a professional, I embrace the overall concepts of solution sales in selling consulting engagements.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"34 years 3 months \",\n            \"time_in_company\": \"34 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation, Size: 10000+) [1990-11-01] Creative Technology & Innovation (CT&I) focuses on finding new ways to solve problems. Supporting innovators and innovations as well as designing and developing concepts of what may come. As a company, we support the Society of Dead Teachers (DTS) and their endeavors. CT&I was the primary corporate sponsor of \\\"Kindle the Flame\\\" the magazine of the DTS. We support the authors Scott Andersen and Sandler Boggs. We also consult with Kickstarter and Indiegogo campaigns looking to launch their new products.\\n\\nAuthor Blogs:\\nhttp://docandersen.wordpress.com\\nhttp://scottoandersen.wordpress.com\\n\\n\\nElite Blogger (reviewer) on Yelp\\nhttps://www.yelp.com/user_details?userid=94Spks2KcXSwNHIfVwLSmg \\n2016, 2017\\n\\nKickstarter Superbacker 2015, 2016, 2017,2018, 2019, 2020, 2021. 2022\\nIndiegogo Superbacker 2015, 2016, 2017\\n\\nYoutube Channel\\nhttps://www.youtube.com/user/ScottDocAndersen\\n\\nMember CSA\\nMember CSA IoT Security working group\\n\\nAmazon Author Page\\nhttps://www.amazon.com/-/e/B004C15NNW\\n\\n\\nPresentations\\nIASA Innovation Global ESummit\",\n            \"current_position_2\": \"Member Board of Directors (Iasa Global, Size: 11-50) [2012-05-01] I am a member of the IASA Board of Directors.\\n\\nI first got directly involved with IASA in 2005. During that time I was a member of the original Architecture Training Committee (ATC) which I was later asked to morph into the IASA Board of Education.\\n\\nIASA is an organization devoted to building and supporting the profession of IT Architecture.\\n\\nI am the past chairman of the Board of Education for IASA. \\n\\n\\nPublished first code of standards for IT Architects in the ITABoK October 2015. The ethics committee has also put together a formal code of ethics for the IASA Board of Directors. \\n\\nPresenter IASA Infrastructure Course: 2013, 2014, 2015, 2016\\nPresenter IASA Foundation: 2010, 2011\\nPresenter IASA World Summit 2010, 2011\\n\\nhttp://iasaglobal.org/itabok-1/ethics/\\n\",\n            \"current_position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions, Size: 10000+) [2018-08-01] Focused on helping customers better use and understanding their technology stack.\\n\\nAWS- Certified Technical and Business professional\\nEquinix - Certified Sales and Technical professional\\n\\nI focus on helping customers build better networks that prepare them for applications, cloud services and networks of tomorrow.\",\n            \"position_1\": \"Founder, CTO and Managing Partner (Creative Technology & Innovation)\",\n            \"position_2\": \"Member Board of Directors (Iasa Global)\",\n            \"position_3\": \"Distinguished Solution Architect (Verizon Enterprise Solutions)\",\n            \"position_date_1\": \"1990-11-01\",\n            \"position_date_2\": \"2012-05-01\",\n            \"position_date_3\": \"2018-08-01\",\n            \"education_1\": \"Indiana University Bloomington, BSed, Elementary Education\",\n            \"education_2\": \"Bloomington High School South, Bachelor of Science, Elementary Education and Teaching\",\n            \"education_3\": null,\n            \"education_date_1\": \"1979-01-01 - 1984-01-01\",\n            \"education_date_2\": \"1975-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder, CTO and Managing Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abdulkadir\",\n            \"last_name\": \"Abshir\",\n            \"full_name\": \"Abdulkadir Abshir\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdulkadir-abshir-0a08b5225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADiNTTgBvQjN1yUjXZMgGqvpgcAxkmmxEQQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 8262,\n            \"location\": \"Abu Dhabi Emirate, United Arab Emirates\",\n            \"skills\": \"market research,basespace clarity lims\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Billy\",\n            \"last_name\": \"A\",\n            \"full_name\": \"Billy A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/billyanders\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAGzXLkBsoO06eJRIPGmafS2MzOCJtN5nPM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Corporate Vice President @ Microsoft Azure | Product, Systems, Operations, & Customer Engineering | Quality, Customer Innovation, Org & Leadership Development Excellence\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 5175,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"program management,web development,software design,ip,software engineering,wireless,windows,software development,distributed systems,cloud computing,system architecture,software project management,mobile devices,embedded systems,technical leadership,agile methodologies,start-ups,saas,enterprise software,agile project management,scrum,product management,integration,.net,mobile applications,management,networking,.net framework,wireless technologies,software as a service (saas),cross-functional team leadership,strategic partnerships,diversity & inclusion,strategy,microsoft operating systems,mindfulness,social inclusion,talent management,teamwork,communication,emotional intelligence,personal development,race & ethnic relations,gender equality,women's issues,workplace relations,leading positive change,crisis management,grief counseling,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"My goal is to define, develop, and operate services and products that enterprises and industries trust with their mission-critical and life-critical businesses. \\n\\nI am proud in building global product, engineering, operations and delivery organizations of smart people from various backgrounds all collaborating towards shared objectives with measurable key results that deliver high-impact customer outcomes. This while my employees and team members have the experiences and gain the skills they need for their individual goals, wherever those career & life goals may take them. \\n\\n An ongoing history of delivering high-return business results in software engineering and product management, with extensive experience in leadership roles guiding operating system, application, IoT and Embedded, Wireless, Networking, and Storage products and cloud services engineering and customer engagements on behalf of Microsoft Corporation.\\n\\n Engaging Software Engineering and Product Management Director possessing a winning blend of team leadership, strategic talent, and innovative drive. Skilled in managing large-scale, complex enterprise responsibilities to produce exemplary results, via hands-on involvement and cross-functional delegation. \\n\\n Leverages a unique mix of visionary, strategic, operations and analytical expertise, consistently exceeding performance goals by aligning staff talents and effort with organizational objectives. An influential leader who creates immediate impact, produces results, and fuels creative invention. \\n\\nLEADERSHIP HIGHLIGHTS\\n\\n Multi-disciplinary leader for 50x growth Microsoft Azure engineering organization responsible for global platform engineering, monitoring and operations, product engineering & management, incident & crisis management, response & comms, and strategic customer resiliency, success & engineering support.\\n\\n Previously spearheaded the definition, development, evolution, and delivery of new and improved features across the areas of Windows IoT, Embedded, IoT Silicon, Wireless, Connectivity, Networking, 3D/2D Print, Mobility, and Storage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 years \",\n            \"time_in_company\": \"27 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] ★ Customer solution-focused engineering, product, and business leader responsible for Azure & Microsoft Cloud Infra customer and consumption growth through global customer onboarding, reliability engineering, communications, support, and crisis management. (2K employees)\\n\\n★ My organization comprises software engineering, technical product & program management, customer reliability engineering (CRE), service reliability engineering (SRE), support engineering, data & applied science, business analysts, and communications management. \\n\\n★ Responsible for Azure customer platform onboarding, customer's workloads architecture, production deployment, and ongoing service management,\\n\\n★ Responsible for Azure engineering-led customer support and service improvements, getting Azure to world-class support through engineering-led support experiences, \\n\\n★ Responsible for worldwide Customer Reliability Engineering (CRE), leading architectures and design practices of Azure highest-value mission-critical customer engineering projects from design to run-state,\\n\\n★ Responsible for worldwide Service Reliability Engineering (SRE),\\n\\n★ Responsible for Crisis management team on-point for mitigating, and communicating customer-impacting outages, responsible for driving needed service level product changes,\\n\\n★ Responsible for Software and service engineering organization focused on the development of customer-facing and internal Azure innovations, services and systems,\\n\\n★ Responsible for Data science and machine-learning organization responsible for translating data into actionable customer insights across platform engineering,\\n\\n★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\\n\\n★ L2, 2000+ full-time Microsoft employee organization across 20+ countries.\",\n            \"current_position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft, Size: 10000+) [2017-01-01] Corporate Engineering Executive for Cloud + AI Diversity, Equity, & Inclusion (DE&I) and Culture. My responsibilities include strategy creation and executing programs and pilots towards our inclusiveness, equity, and diversity representation aspirations, and that of Microsoft Cloud + AI (70K+ employees) being an organization where everyone can be their best self and do their best work.\",\n            \"current_position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft, Size: 10000+) [2017-01-01] ★ Founding product engineering executive for Microsoft Atlanta, initiating connections, hiring, and charter development years back and continuing for announced Microsoft presence and investment in Atlanta (ATL), including deep local universities and community engagement.\",\n            \"position_1\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_2\": \"Executive Sponsor, Diversity & Inclusion, Engineering, Microsoft Cloud + AI (Microsoft)\",\n            \"position_3\": \"Founder & Executive Sponsor: Microsoft Atlanta (Microsoft)\",\n            \"position_date_1\": \"2017-01-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2017-01-01\",\n            \"education_1\": \"Southern University and A&M College- Baton Rouge, Bachelor of Arts (B.A.)\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Corporate Vice President, Azure Engineering, Microsoft Cloud + AI\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Abhishek\",\n            \"last_name\": \"Goyal\",\n            \"full_name\": \"Abhishek Goyal\",\n            \"linkedin\": \"https://www.linkedin.com/in/abhishekgoyal1305\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtbbcsB6wk-eTFm10nCqRb1fAyEjryA1Go,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @Socialveins | Creator Economy | AI\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3437,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"chemistry,organic chemistry,business ownership,start-up ventures,github,python (programming language),leadership,management,project management,html,microsoft azure,cascading style sheets (css),javascript,json,full-stack development,node.js,mongodb,react.js,scrum\",\n            \"twitter\": \"https://twitter.com/goyalabhi1305\",\n            \"about\": \"Work in progress\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 years \",\n            \"time_in_company\": \"5 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Socialveins.ai | Influencer Marketing Platform\",\n            \"company_link\": \"https://www.linkedin.com/company/socialveins-ai-influencer-marketing\",\n            \"company_id\": \"https://www.linkedin.com/company/68243559\",\n            \"company_domain\": \"socialveins.com\",\n            \"company_about\": \"Socialveins.ai is an AI-powered platform for influencer marketing, connecting over 1.5 million social media creators with 300+ brands. The platform simplifies the process of finding and hiring influencers and content creators, helping businesses promote their brands and achieve results faster and more effectively.  \\n\\nWith Socialveins.ai, brands can do more than run campaigns. They can post their requirements directly to a community of 1.5M+ creators, track key metrics like sales, reach, saves, comments, likes, real followers, and link clicks, And even invite influencers to events such as store openings, product launches, and celebrations. The platform also enables brands to build a community of trusted creators, promoting products and services through engaging content like Reels, YouTube Shorts, and Stories.  \\n\\nTrusted by leading brands like Nykaa, NDTV, Saregama, and Spotify, Socialveins.ai focuses on creating meaningful collaborations that deliver real value. The platform is designed to help brands reach local and regional audiences, ensuring high ROI and genuine connections with customers.  \\n\\nSocialveins.ai is on a mission to make growth easy for businesses of all sizes. By combining simplicity with powerful tools, the platform helps brands stand out, work with top creators, and grow their presence while achieving measurable results.  \",\n            \"company_founded\": null,\n            \"company_size\": \"15\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": \"Noida, Uttar Pradesh, India\",\n            \"company_location_3\": \"Delhi, Delhi, India\",\n            \"company_city_1\": \"Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Influencer Marketing Automation,Creators discovery,for SMEs & Startups\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Socialveins: Influencer Marketing, Size: 11-50) [2020-01-01]\",\n            \"current_position_2\": \"Founders Hub (Microsoft, Size: 10000+) [2022-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Socialveins: Influencer Marketing)\",\n            \"position_2\": \"Founders Hub (Microsoft)\",\n            \"position_3\": \"Founder (Fractoz)\",\n            \"position_date_1\": \"2020-01-01\",\n            \"position_date_2\": \"2022-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2021-01-01\",\n            \"education_1\": \"Y Combinator, StartUp School\",\n            \"education_2\": \"S S Jain Subodh P G College, Jaipur, Bachelor of Science - BS, Chemistry\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-06-01 - 2020-09-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"Socialveins.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"+91 9529204839\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Madina\",\n            \"last_name\": \"Intykbayeva\",\n            \"full_name\": \"Madina Intykbayeva\",\n            \"linkedin\": \"https://www.linkedin.com/in/mintykbayeva\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurNREBNXD7gFNWF_6BF75B3iFbWEYf5Nk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineering specialist transforming energy sector through automation and operational efficiency and MBA student specializing in energy transition.\",\n            \"industry\": \"engineering services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2786,\n            \"location\": \"Houston, Texas, United States\",\n            \"skills\": \"environmental technology innovation,market analysis,data integration and analysis,public health advocacy,strategic visioning,risk management,presentation and communication,sustainability,energy transition,net-zero carbon emissions,business strategy,leadership development,machine learning,python (programming language),visualization,data management,statistical data analysis,dashboard metrics,modular construction,web development,process automation,procedure development,change management,optimization,materials management,operational efficiency,3d modeling,cost savings,planning budgeting & forecasting,supply chain management,offshore oil and gas operations,project engineering,project management,proposal writing,client relations,global exposure,networking,critical thinking,flexibility,strategy,reservoir simulation,computer simulations,international project experience,adaptation,project planning,engineering,data analysis,data collection,research skills,academic publishing,creativity and innovation,teamwork,intelligent tutoring systems,content development,leadership,problem solving,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Energy professional with 5+ years of experience in sustainability, digitalization, and innovation. Expert in optimizing systems, reducing costs, and enhancing efficiency. Proven leader in managing large-scale initiatives and implementing solutions across various settings.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft, Size: 10000+) [2024-08-01] Leading the development of innovative energy and sustainability projects, utilizing Microsoft tool to drive both technical excellence and business growth. Collaborated with industry experts to create a hands-on learning environment focused on real-world problem-solving and leadership development. Leading methane management initiatives, driving innovation and positioning the program as a leader in tech-driven sustainability solutions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder - Microsoft Startups Founders Hub (Microsoft)\",\n            \"position_2\": \"Business Systems Automation Lead - Midstream Production Systems (Schlumberger)\",\n            \"position_3\": \"Member -  Future Energy Leaders Program - CERAWeek (S&P Global)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2022-01-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-03-01 - 2023-03-01\",\n            \"education_1\": \"Robert Gordon University, Master of Business Administration in Energy Transition and Sustainability, Energy Transition and Sustainability\",\n            \"education_2\": \"Texas Tech University, Bachelor of Science Engineering, Petroleum Engineering w Minors in Mathematics & Civil Hydrology\",\n            \"education_3\": \"Sunway University, Bachelor of Science Engineering, Bachelor of Science Engineering\",\n            \"education_date_1\": \"2022-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2013-08-01 - 2018-08-01\",\n            \"education_date_3\": \"2011-09-01 - 2013-03-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder - Microsoft Startups Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Rida\",\n            \"last_name\": \"Sissione\",\n            \"full_name\": \"Rida Sissione\",\n            \"linkedin\": \"https://www.linkedin.com/in/rida-sissione-65b6931b5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADIcyOcBYvPozF1qEs8bX5RLpwIBt8kG_a4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"électromécaniques des systèmes automatisés\",\n            \"industry\": \"appliances, electrical, and electronics manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 52,\n            \"location\": \"Casablanca, Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"stages deux mois au Sein de ONCF\\nstages au sein au Sein de SOMACA \\nStages au sein de kineydi \\n3 mois stages u sein de tournages\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 9 months \",\n            \"time_in_company\": \"2 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Baracao S.a.r.l\",\n            \"company_link\": \"https://www.linkedin.com/company/baracao-s-a-r-l\",\n            \"company_id\": \"https://www.linkedin.com/company/104052821\",\n            \"company_domain\": \"\",\n            \"company_about\": \"La marque de chocolat dotée du savoir-faire et de l'expertise de plus de 30 ans de son fondateur.\\n\\nBaracao propose une gamme variée de produits allant des pépites, aux pistoles de chocolat, en passant par les bâtonnets et la poudre de Cacao\\n\\nQue vous soyez particulier, professionnel et la boulangerie-pâtisserie ou de la vente de produits alimentaires, Baracao a les produits adaptés à vos besoins , préparés avec le plus grand soin et dans le strict respect des normes qualité et bonnes pratiques de fabrication.\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Mechouar, Casablanca-Settat, Morocco\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Casablanca\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail groceries\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Responsable production et maintenance (Baracao S.a.r.l, Size: 1-10) [2022-05-01] gestion de la production et gestion de la maintenance\\nPlanification de la production :\\nGestion de la qualité\\nGestion des équipes\\nAmélioration continue\\nPlanification de la maintenance\\nSupervision des interventions techniques\\nGestion des équipements\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2019-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Responsable production et maintenance (Baracao S.a.r.l)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Maintenance (GATE AUTOMATION maroc)\",\n            \"position_date_1\": \"2022-05-01\",\n            \"position_date_2\": \"2019-10-01\",\n            \"position_date_3\": \"2021-08-01 - 2024-11-01\",\n            \"education_1\": \"ISTIA-IE , ESA, Électromécaniques de système automatisé \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Responsable production et maintenance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mara\",\n            \"last_name\": \"Ramos\",\n            \"full_name\": \"Mara Ramos\",\n            \"linkedin\": \"https://www.linkedin.com/in/mara-i-ramos-glez\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANNU_IBVIILEpjFT_qc06jvfF_RSIZu30s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Compliance and Risk Assurance at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 144,\n            \"location\": \"Guadalajara, Jalisco, Mexico\",\n            \"skills\": \"cmmi,process management,process improvement,agile methodologies,scrum,continuous improvement,software quality assurance,business analysis,project management,service delivery,requirements analysis,project portfolio management,pmp,global delivery,software project management,leadership,design thinking,scampi,sepg,itil v3 foundations certified\",\n            \"twitter\": \"\",\n            \"about\": \"OBJECTIVE\\nContribute to achieve the company objectives providing my expertise and knowledge as Security Compliance and Agile Coach ensuring Data Security Management.\\n\\nSUMMARY\\nMrs. Mara I Ramos is a Technical Owner Certified for Financial Significant applications whose main responsibility is to ensure that the applications related with World wide invoicing for the company are in compliant SOX financial security controls, ASCA (Application Systems Control and Auditability) and legal regulations to ensure PI and SPI confidenciality according to the country source. As well as to manage the annual budget assigned to the applications.\\n\\nShe has been Business Analyst and Agile Coach for IBM Mexico Delivery Projects and she is an experienced CMMI implementator. She was L.A. Engineering Process Group & Continuous Improvement Team Leader, with 12 years of experience supporting the identification, definition, implementation and deployment of process improvements cycles based on SEI-CMMi Model, IBM best practices and IBM Methodologies. She contributed to obtain the CMMI-Dev v1.3 Level 5 SEI Certification at Enterprise Level as Mexico Delivery Center representative and she participated as part of the Global Assessment Team as Mexico representative during the evaluation.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 2 months \",\n            \"time_in_company\": \"11 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM, Size: 10000+) [2019-12-01] Assure the IBM Financial Significant applications for LA, NA, EMEA and APS are in compliance to IBM and security rules like SOX financial security controls and ASCA.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Compliance and Risk Assurance (IBM)\",\n            \"position_2\": \"Agile Coach (IBM)\",\n            \"position_3\": \"Latin America EPG & Continuous Improvement Team Leader (IBM)\",\n            \"position_date_1\": \"2019-12-01\",\n            \"position_date_2\": \"2017-03-01 - 2019-11-01\",\n            \"position_date_3\": \"2014-02-01 - 2017-03-01\",\n            \"education_1\": \"Master’s Degree, Administración de TI\",\n            \"education_2\": \"Bachelor’s Degree, Computación\",\n            \"education_3\": null,\n            \"education_date_1\": \"2003-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1995-01-01 - 2000-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Compliance and Risk Assurance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Connor\",\n            \"last_name\": \"Franzese\",\n            \"full_name\": \"Connor franzese\",\n            \"linkedin\": \"https://www.linkedin.com/in/connor-franzese-633489171\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACjTyEcBF3QpNBsJk6_zISONBocYR6qAn5M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Metrology Tool Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 206,\n            \"location\": \"Troy, New York, United States\",\n            \"skills\": \"cdsem,workplace safety,teamwork,troubleshooting,cooperative,multitasking,communication,self-confidence,microsoft office,instructional design,cardiopulmonary resuscitation (cpr)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Tool owner (IBM, Size: 10000+) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Tool owner (IBM)\",\n            \"position_2\": \"Manufacturing Engineering Technician (IBM)\",\n            \"position_3\": \"Metrology Technician (IBM)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-05-01 - 2023-02-01\",\n            \"position_date_3\": \"2020-03-01 - 2022-05-01\",\n            \"education_1\": \"SUNY Oneonta, Bachelor's degree, Criminal Justice and Corrections\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Tool owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Petala\",\n            \"last_name\": \"Sathler\",\n            \"full_name\": \"Petala Sathler\",\n            \"linkedin\": \"https://www.linkedin.com/in/petala-sathler\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZz0IsBGlwfu7aW6ky5Z9qAmInWoTzSjx0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 535,\n            \"location\": \"Austin, Texas Metropolitan Area\",\n            \"skills\": \"proactive monitoring,infrastructure solutions,implementation plans,system configuration,reliability engineering,communication,customer experience management,triage,service-level agreements (sla),root cause,application support,red hat linux,inventory management,red hat enterprise linux (rhel),ssl certificates,virtual private network (vpn),https,ssl vpn,ibm db2,websphere mq,customer service,management,microsoft excel,microsoft office,microsoft word,research,sales,social media,strategic planning,leadership,powerpoint,process improvement,event planning,program management,training,business process improvement,microsoft powerpoint,active directory\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"6 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Application  Owner (IBM, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM, Size: 10000+) [2021-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Application  Owner (IBM)\",\n            \"position_2\": \"Site Reliability Engineer (SRE) - CIO Cloud Infrastructure (IBM)\",\n            \"position_3\": \"Windows 10 help desk advisor (IBM)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2018-10-01 - 2021-01-01\",\n            \"education_1\": \"Austin Community College\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Application  Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zeenat\",\n            \"last_name\": \"Randeree\",\n            \"full_name\": \"Zeenat  H Randeree\",\n            \"linkedin\": \"https://www.linkedin.com/in/zeenat-h-randeree\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABQoCKwBZpXBqb_-2LCfm_D0ZnJGK3HeBdQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director CEO owner of  Gigazone Globa Dynamics Pty Ltd , Accountant,  Auditor , IT Software Engineer, Buisness Professional Strategist, Business Management , Part Time Leturer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3950,\n            \"location\": \"Durban, KwaZulu-Natal, South Africa\",\n            \"skills\": \"online advertising,graphic design,business management,customer relationship management (crm),franchise consulting,product management,procurement,professional services,customer experience,microsoft azure,financial reporting,customer retention,information technology,finance,systems analysis,supplier relationship management,all microsoft skills includive of server mamagememnt and azure ,teamwork,software as a service (saas),it strategy,c (programming language),account reconciliation,analytical skills,financial accounting,human resources (hr),food and beverage operations,logo design,auditing,artificial intelligence (ai),contract recruitment,tax accounting,digital marketing,online marketing,intel,vertex ai  apac, creating games unity, meta  cloud computing cloud engineering ,teaching,training and development (hr),international logistics,python (programming language),flask,anaconda,ruby,c++,html,java,javascript,adobe photoshop,data analysis,autocad,financial analysis,strategic planning,operations management,business strategy,supply chain,budgets,retail,project planning,sales,project management,marketing strategy,customer satisfaction,inventory management,change management,sales management,marketing,business planning,accounting,restaurant management,entrepreneurship,account management,strategy,business analysis,research,logistics,social media,social media marketing,hospitality,event management,advertising,management consulting,contract management,analysis,microsoft office,microsoft excel,microsoft word,powerpoint,outlook,management,customer service,negotiation,team leadership,training,team building,leadership,contract negotiation,public speaking,coaching,english,networking,new business development\",\n            \"twitter\": \"\",\n            \"about\": \"Gigazone Global Dynamics  (Pty) Ltd  is a Division of \\nZHR Global Dynamics  (Pty) Ltd. - \\n.\\nWe specialize in corporate networking, Supply chain management consultation and integration, I.T AI software automation and development solutions and Audits , and wholesale and B2B/B2C of all electronic products.\\n\\n\\nAs for our services rendered, we are prompt, efficient and experienced and attend to all call-outs that can be booked via social media platforms and WhatsApp as for online sales we build solid reputations with our clients and customers alike. WhatsApp us for product prices and we will get back to you quotes needed.\\n\\nWe provide Quality products and reliable solutions/ support at excellent rates. Our advanced infrastructure with new technology only available to limited stores in SA enables us,  to offer premium services. We are often the first to promote the latest technology after testing.\\n\\nWe also help corporate clients and educate them with various courses being offered. We have an array of corporate clients, our most established client base consists of hospitals, Doctors surgeries and manufacturing firms. \\n\\nWe have been proudly open for 20 Years and now have modified our concepts to provide a wider range of products to satisfy our clientele & keep up with trending innovation.\\n\\nIf you looking for good Quality, Excellent onsite and remote services with unbeatable rates, exceptional warranties with the best brands, ongoing support and professional service email us at info@gigazonedynamics.co.za. We cater for your customized needs and wants.\\n\\nIf you need services rendered and branded quality products at exceptional rates and ongoing support contact us. Retail purchases may be done from our offices due to convenience for our customers. We deliver and will come to you if needed. We are further authorized to conduct assessments for related products. \\n\\nGigazone Global Dynamics - Microsoft Gold partner, HP Partner, Samsung Partner.\\n\\n*** Look out for our upcoming software development company with Microsoft Startups and Generative AI not to mention credits to Google Partnered Software Development for the development of our new software in AI and Gen AI under Gigazone Dynamics. \\n\\nAll other trademarks and logos belong to their respective owners. \\n© 2014 All rights reserved\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Startup (Microsoft, Size: 10000+) [2024-04-01] AI Software Automation and Development, proudly sponsored by industry leaders Microsoft, Google, and Nvidia, is set to revolutionize key sectors and beyond with our innovative software solutions. We have already made significant strides in our development, and while the details remain classified, we are on track for a successful launch in 2025, God willing.\\n\\nWe sincerely thank all our supporters and those who will continue to champion our mission.\\n\\nWe invite investors to present their proposals for our groundbreaking software development. The high demand for AI software automation underscores the substantial investments pouring into the industry, and we urge you to join us. Exclusive classified information will be shared with our investors, adding immense value to your participation.\\n\\nA heartfelt thank you to Microsoft, Nvidia, and Google for your investment and your strong belief in our vision. Together, we are poised for greatness.\",\n            \"current_position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd, Size: 1-10) [2014-08-01] Gigazone Global Dynamics® (PTY) Ltd and ZHR Global Dynamics® (PTY) Ltd - Some insight of my company we specialize in corporate networking , wholesale and retail of all electronic products , Quality and Quantity Supplied at excellent rates. We always promote reliable but the latest technology ,Our advance infrastructure and professional experience allows us to provide and plan your companies I.T requirements. We also help corporate clients and educate them with various courses being offered . We have an array of corporate clients especially hospitals ,Doctors and engineering firms. The office and online store has being upgraded and modified to provide a wider range of products to satisfy our clientele. In existence from 1997 initial original owners back under management , opened a new entity for growth proposes and expansion of different sectors which will be updated...\\n\\nIf you looking for good Quality, custom made products , custom builds at afordable rates with unbeatable warranties look no further. We offer excellent onsite and remote services with  with exceptional products ,If you require repairs , upgrades , humble advice , consultations or retail assistance our engineers or one of our professionals will get back to you. The services rendered are branded quality products so feel free to contact us. We build Relationships not just clients.\\n\\nWe also specialize in technology that is unavailable and rare in South Africa anything you need can be acquired. We have a wide range of retail products that you would not find at major stores in a hurry @ excellent prices.\\n\\nIPI - Intel Product Integrator\\nMicrosoft Partnered\\nBcom SCMA\\nCisco certified\\nHp Business Partner\\n\\nInbox for queries.\\n\\n\\nOur products are also custom built to meet your specifications.\\nAll other trademarks and logos belong to their respective owners. \\nAll rights reserved.\",\n            \"current_position_3\": \"Gaming and Software Development   Api development (Vertex.AI, Size: 1-10) [2024-01-01]\",\n            \"position_1\": \"Microsoft Founders Startup (Microsoft)\",\n            \"position_2\": \"Company Owner (ZHR Global Dynamics (Pty) Ltd & Gigazone Global Dynamics ® (PTy)Ltd)\",\n            \"position_3\": \"Gaming and Software Development   Api development (Vertex.AI)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2014-08-01\",\n            \"position_date_3\": \"2024-01-01\",\n            \"education_1\": \"University of KwaZulu-Natal, Bachelor of Commerce (BCom), Supply Chain Management & Business Management \",\n            \"education_2\": \"University of South Africa/Universiteit van Suid-Afrika, BC, Professional Accounting , Auditing\",\n            \"education_3\": \"Intel Center Network University, Architecture, Artificial Intelligence\",\n            \"education_date_1\": \"2008-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2017-01-01 - 2018-01-01\",\n            \"education_date_3\": \"2019-01-01 - 2019-01-01\",\n            \"website_1\": \"webs.con\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Startup\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kunal\",\n            \"last_name\": \"Purohit\",\n            \"full_name\": \"Kunal Purohit\",\n            \"linkedin\": \"https://www.linkedin.com/in/kunal-purohit-2730831a9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADCZLbcBHTbz_VzNgA0eCaVS36FuD7-Fa6I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"@AkaiSpace | IIT Bombay | Web3 & Blockchain | Game Engineer\",\n            \"industry\": \"space research and technology\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1767,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"business development,game development,web3,front-end development,solidity,blockchain,web development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Founder (AkaiSpace, Size: 1-10) [2024-06-01] Data as Currency\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Co-Founder (AkaiSpace)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Executive (IITB Rocket Team)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2022-09-01 - 2023-03-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech\",\n            \"education_2\": \"delhi public school jodhpur\",\n            \"education_3\": \"Our Lady Of Pillar Convent School - India, Diploma of Education\",\n            \"education_date_1\": \"2021-10-01 - 2025-10-01\",\n            \"education_date_2\": \"2019-06-01 - 2021-06-01\",\n            \"education_date_3\": \"2009-06-01 - 2019-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Darya\",\n            \"last_name\": \"Belkina\",\n            \"full_name\": \"Darya Belkina\",\n            \"linkedin\": \"https://www.linkedin.com/in/daryabelkina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABP9yQBx9j_rPhQPEVmExqXYRdQrsEFpT8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Manager Central Asia, CIS and Ukraine @ Interface | TEFL Certified\",\n            \"industry\": \"textile manufacturing\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 7998,\n            \"location\": \"Almaty, Kazakhstan\",\n            \"skills\": \"law,environmental awareness,legal technology,med tech,product management,coaching,transformational life coaching,life coaching,presentations,counseling,career counseling,assistant directing,google docs,relationship building,contract negotiation,volunteer management,personal development,teaching english as a second language,social media marketing,organizational development,marketing,customer relationship management (crm),time management,leadership development,presentation skills,interpersonal skills,business development,Менеджмент,event management,leadership,management,international relations,budgets,market research,film production,project planning,intellectual property,event planning,contract management,project management,cost accounting,editing,research,macroeconomics,real estate,public relations,Оптимизация для поисковых систем (seo),negotiation,russian,event marketing,powerpoint,Коммуникация,microsoft excel,Продажи,Английский язык,Преподавание,Маркетинговая стратегия,Финансовая отчетность,Лидер среди молодежи,Финансы,Стратегия\",\n            \"twitter\": \"https://twitter.com/daryabelkina\",\n            \"about\": \"Championing sustainable growth within Interface, my role as Account Manager for Central Asia, CIS, and Ukraine involves spearheading the adoption of eco-friendly flooring. Our team is dedicated to maintaining Interface's CO2-neutral commitments, a distinction recognized by the UN Global Climate Action Awards. By fostering strategic partnerships and driving sales initiatives, we've solidified our market leadership in modular flooring solutions.\\n\\nMy entrepreneurial spirit thrives as the Founder of Engmarion, where I utilize my TEFL certification to revolutionize English education for Kazakhstan's youth. This social enterprise embodies my commitment to educational excellence and interactive learning. With the support of Microsoft Startup Hub, Engmarion is not just a platform for language acquisition, it's a catalyst for the personal growth of every student we reach.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Interface\",\n            \"company_link\": \"https://www.linkedin.com/company/interface\",\n            \"company_id\": \"https://www.linkedin.com/company/91532\",\n            \"company_domain\": \"interface.com\",\n            \"company_about\": \"Interface is a world-leading modular flooring company with a fully integrated collection of carpet tiles and resilient flooring. Our modular system helps customers create interior spaces while positively impacting the people who use them and our planet.\\n\\nWe’re here to realize a more beautiful world, with people and environment in harmony. Our mission, Climate Take Back™, invites industry to join us as we commit to running our business in a way that is restorative to the planet and creates a climate fit for life.\\n\\nWe're always looking for passionate, committed individuals to help us get there. Problem solvers. Creative thinkers. True individuals, who don’t follow convention but challenge it.\\n\\nAt Interface, that’s a responsibility we all share. From our research labs to our production floor, we’re always looking to design a better way. To inspire others, and to embrace a better tomorrow. If you’re ready to make a real difference, then join us.\\n\\nHelp us lead industry to love the world.\",\n            \"company_founded\": null,\n            \"company_size\": \"2768\",\n            \"company_location_1\": \"Atlanta, Georgia, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Atlanta\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"textile manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Commercial flooring,Carpet tile,TacTiles,Modular carpet,LVT,Luxury vinyl tile,Modular resilient flooring,Modular flooring,Sustainability,Interior design\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface, Size: 1001-5000) [2023-02-01] World leader in modular floor coverings, luxury vinyl tiles and nora® rubber floor coverings. Interface is a certified CO2-neutral company by a third party evaluator. Interface was recognized as a 2020 UN Global Climate Action Awards winner. This awards program, spearheaded by the Momentum for Change initiative at UN Climate Change, showcases climate change leadership by nations, businesses, investors, cities, regions and civil society as a whole.\",\n            \"current_position_2\": \"Founder (Microsoft, Size: 10000+) [2022-12-01] Being part of Tumaris.tech incubator fellowship program, which is granted generously by collaboration of: Beeline Company in Uzbekistan, Wonder Women, USAID, Huawei and TBC Bank and IT Park Uzbekistan with my Ed.tech startup Engmarion. Now I am also granted an opportunity to build my prototype at Microsoft Startup Hub. \",\n            \"current_position_3\": \"Founder and CEO (Engmarion, Size: 1-10) [2020-04-01] Since I commenced into university studies back in 2003, I have won over 100 000$ in scholarships and grants to study in English on a scholarship in the past 20 years. This is my social entrepreneurship project of teaching English to teenagers in Kazakhstan online. I am TEFL (Teaching English as Foreign Language) Certified 2021 and practice interactive way of teaching English to children, teenagers and adults. \\n\\nI launched my blog: https://obrazovaniezarubezhom.online where 50+ countries are listed in Russian language where BA students can find information on Masters of Arts or Sciences, studying on a scholarship and abroad.\\n\\nJob Profile\\n\\n- Marketing (SEO) and sales B2C of my online English language skills’ courses,\\n\\n- Launching an online platform for my English language courses, \\n\\n- Launching, maintaining and updating the blog on 54 countries of the world, where Bachelor degree enrolled students could find information on the Masters degree in English and on a scholarship. \\n\",\n            \"position_1\": \"Account Manager Central Asia, CIS and Ukraine (Interface)\",\n            \"position_2\": \"Founder (Microsoft)\",\n            \"position_3\": \"Founder and CEO (Engmarion)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-12-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Institute of Metacognitive Programming, Associate's degree, Exponential Coaching\",\n            \"education_2\": \"Faza Rosta, Associate's Degree, Psychology of Relationships, Applied Psychology, Children Psychology, Sexology, Women Energies Study\",\n            \"education_3\": \"AltasProfilax, Chiropractor Therapy, Massage on Biomekanischer Stimulator UNOST\",\n            \"education_date_1\": \"2024-07-01 - 2024-10-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": \"obrazovaniezarubezhom.online\",\n            \"website_3\": \"udemy.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Manager Central Asia, CIS and Ukraine\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@interface.com\"\n        },\n        {\n            \"first_name\": \"Victor\",\n            \"last_name\": \"Adhikary\",\n            \"full_name\": \"Victor Adhikary\",\n            \"linkedin\": \"https://www.linkedin.com/in/victoradhikary\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADq1ezgBJ3ttrKseePsuwNMnaRn2u2vKGxw,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder @FoundersGang | Creating The Future Of Entrepreneurship | Tech Freak | Content Creator\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"victoradhikary2608@gmail.com\",\n            \"num_of_connections\": 3423,\n            \"location\": \"West Bengal, India\",\n            \"skills\": \"startup development,early-stage startups,business,sanity,next.js,creative content creation,mern,node.js,three.js,communication,technology leadership,team building,system architecture,architecture,influencer marketing,strategic leadership,software as a service (saas),mobile application development,android framework,game development,business ownership,web development,entrepreneurship,flutter,full-stack development,github,git,startups,application development,android development,start-up leadership,start-up ventures,team coordination,team management,cinematography,teamwork,videography,product management,leadership,video editing,online content creation\",\n            \"twitter\": \"\",\n            \"about\": \"I'm a skilled software developer with expertise in the MERN Stack and Next.js, along with extensive experience in Flutter and React Native. My passion lies in leveraging technology to build impactful solutions that address real-world challenges and drive innovation.  \\n\\nCurrently pursuing a degree in Data Science at IIT Madras, Victor combines technical expertise with analytical insights to develop high-quality applications and platforms. His dedication to continuous learning and innovation has been a cornerstone of his professional journey.  \\n\\nVictor Adhikary is the Founder and CEO of Founders Gang, a comprehensive platform designed to empower startups and entrepreneurs. Founders Gang provides the tools, resources, and community support needed to navigate the challenges of entrepreneurship and turn visionary ideas into successful ventures.  \\n\\nIn addition to his technical and entrepreneurial endeavors, Victor is an active content creator. He produces valuable content on entrepreneurship and technology for platforms like YouTube and Instagram, sharing insights to inspire and educate his audience.  \\n\\nVictor is passionate about collaboration and is always open to connecting with like-minded professionals to share knowledge, explore opportunities, and work on transformative projects that make a difference.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"EUREKA IIT-Madras hired Victor as a Secretary 2 months ago from UNIQUS EDUTECH SOLUTIONS.\",\n            \"latest_post\": null,\n            \"company_name\": \"Founders Gang\",\n            \"company_link\": \"https://www.linkedin.com/company/foundersgang\",\n            \"company_id\": \"https://www.linkedin.com/company/104975399\",\n            \"company_domain\": \"foundersgang.com\",\n            \"company_about\": \"Founders Gang is a global platform dedicated to empowering entrepreneurs, founders, and agencies by providing a space to share their ideas, showcase their startups, and connect with a community of innovators. We are committed to creating an ecosystem where groundbreaking ideas flourish, collaboration thrives, and entrepreneurial journeys are celebrated.\\n\\nOur mission is to bring together visionaries from all industries, offering a platform to:\\n\\nShare startup stories and experiences\\n\\nNetwork with like-minded founders and agencies\\n\\nDiscover opportunities for collaboration and growth\\n\\n\\nAt Founders Gang, we believe every idea has the potential to make an impact, and every founder deserves the opportunity to succeed. Whether you're launching a new venture, seeking inspiration, or looking to collaborate with industry peers, our platform is here to support you.\\n\\nJoin our growing community and be part of a movement that’s shaping the future of innovation and entrepreneurship.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"community services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Founders Gang, Size: 1-10) [2024-10-01] Building foundersgang.com | One Stop Platform For All Entrepreneurs\",\n            \"current_position_2\": \"Secretary (EUREKA IIT-Madras, Size: 1-10) [2024-12-01]\",\n            \"current_position_3\": \"Founder Hub Member (Microsoft, Size: 10000+) [2024-12-01] Partnered up with Microsoft for Founders Gang\",\n            \"position_1\": \"Founder (Founders Gang)\",\n            \"position_2\": \"Secretary (EUREKA IIT-Madras)\",\n            \"position_3\": \"Founder Hub Member (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"Indian Institute of Technology, Madras, BS, Data Science and Application\",\n            \"education_2\": \"UIET Panjab University, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-08-01 - 2028-08-01\",\n            \"education_date_2\": \"2023-08-01 - 2024-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"vercel.app\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"George\",\n            \"last_name\": \"Goeschel\",\n            \"full_name\": \"George Goeschel\",\n            \"linkedin\": \"https://www.linkedin.com/in/goeschei\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAQEmABWFamYAdZY_m9SR9gOVMHW3xOi4U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Workstream Owner, Design Leader, & Manager, HR Platforms @ IBM\",\n            \"industry\": \"design services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1463,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"coaching,e-learning,web applications,usability testing,information architecture,user experience,wireframes,photoshop,irise,omnigraffle,visio,dreamweaver,morae,cognitive science,personas,user interface design,user-centered design,user stories,iphone,ipad,mobile applications,user research,userzoom,insurance,financial services,transportation,educational technology,user needs assessment,user acceptance testing,technology needs analysis,persona,usability,training,usability engineering,task analysis,mobile devices,requirements analysis,user interface,accessibility,interaction design,user experience design,requirements gathering,information design,experience design,heuristic evaluation,knowledge management,web 2.0\",\n            \"twitter\": \"\",\n            \"about\": \"As a dynamic and proven leader, I bring a wide breadth and depth of industry experience, combined with the right mix of research, customer behavior, design, technology, and delivery of insights. My passion lies in developing and executing design strategies that leverage the power of new technology to transform organizations and deliver value. I firmly believe in the importance of optimizing workflows and empowering employees to focus on tasks that require human creativity and expertise, while computers handle repetitive tasks. With direct experience managing large teams, budgets, and capital expenditures of dozens of employees, I am a quick learner who consistently delivers results, builds strong teams, and exceeds expectations. I have a proven track record of driving growth, productivity, innovation, and success. I possess a range of skills in Design Operations, Design Strategy, User-Centered Design, Design Thinking, Product Management, and Agile and Lean methods.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"20 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM, Size: 10000+) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Workstream Owner, Design Leader, & Manager, HR Platforms (IBM)\",\n            \"position_2\": \"Manager CIO Design (IBM)\",\n            \"position_3\": \"Design Manager, CIO Design (IBM)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2018-07-01 - 2024-01-01\",\n            \"position_date_3\": \"2018-07-01 - 2024-01-01\",\n            \"education_1\": \"JD, Law\",\n            \"education_2\": \"BS/BA, Biology/French\",\n            \"education_3\": \"Minnesota State University, Mankato, French Study Abroad\",\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1986-01-01 - 1991-01-01\",\n            \"education_date_3\": \"1990-01-01 - 1990-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Workstream Owner, Design Leader, & Manager, HR Platforms\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Wes\",\n            \"last_name\": \"Fajerson\",\n            \"full_name\": \"Wes Fajerson\",\n            \"linkedin\": \"https://www.linkedin.com/in/wes-fajerson-1899a2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAlZHkBs_7gc9Xn2jPXBfjnvPiMWndxDXw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - CRM at IBM\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3077,\n            \"location\": \"Caddo Mills, Texas, United States\",\n            \"skills\": \"telecommunications,program management,recruiting,management,executive search,human resources,vendor management,saas,outsourcing,cloud computing,account management,solution selling,business analysis,change management,team leadership,team management,process improvement,executive management,networking,leadership,temporary placement,technical recruiting,talent acquisition,crm,internet recruiting,sourcing,applicant tracking systems,talent management,benefits negotiation,screening,hiring,sdlc,college recruiting,software development life cycle (sdlc),business process improvement,customer relationship management (crm)\",\n            \"twitter\": \"\",\n            \"about\": \"25 years in Technology and Human Resources/Staffing with 14 plus years leading global teams and transformations to deliver business, while building high performing teams and rapport with leadership. US Army Veteran with prior secret clearance. \\n\\nSpecialties: ATS, CRM , Configuration , Design, Implementation, IOT, SAAS, Telecom, Financial, Software, consultancy, engineering, and eServices\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 8 months \",\n            \"time_in_company\": \"19 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - CRM (IBM, Size: 10000+) [2020-06-01] CIO understands the needs of the business to accelerate recruitment marketing and sourcing capabilities and thus CIO partnered with HRTO to ensure business continuity in the CRM area with proper Business Process Owner, Product Owner, and Technical Owner alignment across the business, HR Services, and CIO respectively. Support integration, migrations within technology stack. \",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - CRM (IBM)\",\n            \"position_2\": \"Digital Experience & Technology Solution Manager for IBM Talent Acquisition (IBM)\",\n            \"position_3\": \"NA Talent Acquisition Manager - Strategic Sourcing (IBM)\",\n            \"position_date_1\": \"2020-06-01\",\n            \"position_date_2\": \"2017-01-01 - 2020-06-01\",\n            \"position_date_3\": \"2016-06-01 - 2017-01-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - CRM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marwn\",\n            \"last_name\": \"Riabi\",\n            \"full_name\": \"marwn riabi\",\n            \"linkedin\": \"https://www.linkedin.com/in/marwn-riabi-19392620b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVaJ38BUHXObWEAgeJsMA9oaj1GISkRn9M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 84,\n            \"location\": \"France\",\n            \"skills\": \"anglais\",\n            \"twitter\": \"\",\n            \"about\": \"rb\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"32 years 2 months \",\n            \"time_in_company\": \"32 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [1992-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1992-12-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ricardo\",\n            \"last_name\": \"C\",\n            \"full_name\": \"Ricardo C.\",\n            \"linkedin\": \"https://www.linkedin.com/in/ricardo-c-99b8ab24\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAUdmccBf4FAkgHjAeEc5yvW1RbIhU1hrBo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner - Chairman @ Microsoft | Management Degrees\",\n            \"industry\": \"wholesale import and export\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 773,\n            \"location\": \"Alcochete, Setúbal, Portugal\",\n            \"skills\": \"security,international sales,integration,entrepreneurship,business strategy,new business development,management,video conferencing,management consulting,technology integration,access control,negotiation,strategic planning,system automation,security management,critical information security,perimeter security,intrusion detection,cctv,ip cameras,control rooms,av,automation,conference rooms,audio conferencing,biometrics,military and law enforcement consultancy,desenvolvimento de novos negócios,estratégia empresarial,gestão,segurança,consultoria de gestão,negociação,planejamento estratégico,integração,empreendedorismo,vendas internacionais,liderança de equipe,gestão de vendas,gestão de equipes,estratégias de marketing\",\n            \"twitter\": \"\",\n            \"about\": \"With over 40 years of experience in the IT and security sectors, I am a seasoned leader and entrepreneur with a passion for finding and filling market gaps with innovative products and services. As the owner and chairman of Microsoft-Informatica, a company that predates and shares the name with the IT giant, I have diversified and expanded its portfolio to include KNX home automation and automation systems. As the chairman of GSS - Global Security Solutions, I have led the development and implementation of cutting-edge perimeter security, high end security solutions, for various clients and industries. My mission is to leverage my expertise and network to create value, impact, and growth for my team, my customers, and my partners.\\n\\nAt GSS - Global Security Solutions, I oversee the strategic direction and vision of the company, as well as the management of key accounts and partnerships. I have been instrumental in securing and delivering large-scale projects for government agencies, private corporations, and international organizations, such as the European Union and NATO. I have also been involved in the research and development of new technologies and solutions, such as drones, sensors, and biometrics, to enhance the security and efficiency of our services. I have applied my skills in new business development, team leadership, and perimeter security to ensure the highest standards of quality, performance, and customer satisfaction.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"44 years \",\n            \"time_in_company\": \"43 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft - Informática, S.A.\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-01-01] Microsoft-Informática is a company founded in 1981 long before Microsoft Corp. to have become the IT giant that is known to dominate the software market today.\\nThat's why Microsoft Corp. in Portugal it is called MSFT, as it cannot use the same name as an existing company.\\nMicrosoft is also a distributor of ZENNIO's KNX home automation and automation systems. www.microsoft-domotica.com\",\n            \"current_position_2\": \"Chairman (GSS - Global Security Solutions) [2015-06-01]\",\n            \"current_position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.) [1981-06-01] 7 Blue Gold lions is an investment and trading company that aims to find and fill market gaps with regard to products and services at an international level.\\nOne of the projects that puts more emphasis is the investment in the interior decoration market and everything related to it, from furniture, to accessories, from large projects to individual pieces.\\nWith a commitment to its passion for the Orient, it explores the harmony and beauty of ancient civilizations, reflected and printed in the simplest pieces, or in the most elaborate projects that it offers through its agents and distributors throughout the world.\",\n            \"position_1\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_2\": \"Chairman (GSS - Global Security Solutions)\",\n            \"position_3\": \"Owner - Chairman (Microsoft - Informática, S.A.)\",\n            \"position_date_1\": \"1981-01-01\",\n            \"position_date_2\": \"2015-06-01\",\n            \"position_date_3\": \"1981-06-01\",\n            \"education_1\": \"Instituto Superior de Ciências do Trabalho e da Empresa, Licenciatura, Gestão\",\n            \"education_2\": \"British Institute, Inglês\",\n            \"education_3\": null,\n            \"education_date_1\": \"1977-01-01 - 1981-01-01\",\n            \"education_date_2\": \"1977-01-01 - 1979-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"microsoft-informatica.com\",\n            \"website_2\": \"microsoft-domotica.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner - Chairman\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohsin\",\n            \"last_name\": \"Mohsin\",\n            \"full_name\": \"Mohsin md purohs ali mohsin\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohsin-md-purohs-ali-mohsin-93046417a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACptFjQBhZXOy4EDX-zIx-2wsFRl-ezrluM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Linkendin.com\",\n            \"industry\": \"venture capital and private equity principals\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 730,\n            \"location\": \"Manama, Capital Governorate, Bahrain\",\n            \"skills\": \"construction management,upwork,linkedin talent insights,big data,owner ,small business,carpentry,venture capital\",\n            \"twitter\": \"\",\n            \"about\": \"https://. .Linkedin.com/Legal /user-\\nagreement #obligations  so Mricco software  adobe owner Big data Parsonal network all member\\n\\n   for  Locking  a work experience   career with a reputable organization where I can utilize the   best of my skills and experiences allowing career growth and contribution to growth of the organisation. work Experience. 4 Years worked as a Carpenter 1Year. tiles.1 Years corr peeper. 1 Years  tailers. 1 Years cleaners 1  Years iscatain novels p.c.  ccecamera. lof.all working Kingdom of Bahrain. Educational qualification. Higher Secondary Certificate.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 10 months \",\n            \"time_in_company\": \"5 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kingdom of Bahrain worker\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Likendin.com (Kingdom of Bahrain worker ) [2019-04-01]\",\n            \"current_position_2\": \"Owner (Microsoft, Size: 10000+) [2019-01-01] working at kingdom of Bahrain Big dada personal network \",\n            \"current_position_3\": null,\n            \"position_1\": \"Likendin.com (Kingdom of Bahrain worker )\",\n            \"position_2\": \"Owner (Microsoft)\",\n            \"position_3\": \"Business Owner (Microsoft)\",\n            \"position_date_1\": \"2019-04-01\",\n            \"position_date_2\": \"2019-01-01\",\n            \"position_date_3\": \"2019-01-01 - 2019-12-01\",\n            \"education_1\": \"Rajnogor College \",\n            \"education_2\": \"Imperial College Business School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Likendin.com\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bouzayani\",\n            \"last_name\": \"Faouzi\",\n            \"full_name\": \"Bouzayani Faouzi\",\n            \"linkedin\": \"https://www.linkedin.com/in/bouzayani-faouzi-15a7b9231\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADn2HJYBEHRIzLUpu-95q41zHpn_AeKFEc0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Bestworks\",\n            \"industry\": \"motor vehicle manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 215,\n            \"location\": \"Sidi Bouzid, Tunisia\",\n            \"skills\": \"online backup,mise en service,ingénierie\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"My-Communication\",\n            \"company_link\": \"https://www.linkedin.com/company/mycommunicationacademy\",\n            \"company_id\": \"https://www.linkedin.com/company/71610229\",\n            \"company_domain\": \"my-communication.com\",\n            \"company_about\": \"Your ambition to become the ideal engineer for your dream job is not far from you anymore! Because My-Communication Academy, is here to help you gain the experience and skills you need to achieve your goal. \\nOur courses cover all areas of telecommunications engineering, information technology, and artificial intelligence such as Optical Fiber, Microwave Transmission, Wiless, AI and Machine Learning, CCNA and many more.\\n\\nWe use interactive teaching methods to train you to become a professional  engineer in a supportive environment that encourages personal growth and skill development. \\n\\nAll of this and many exclusive benefits are available only to our students at My-Communication Academy. Discover them by following our page on linkedin and visiting our website : https://my-communication.com/\",\n            \"company_founded\": 2020,\n            \"company_size\": \"165\",\n            \"company_location_1\": \"Amman, Amman, Jordan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Amman\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+00962797087455\",\n            \"company_industry_1\": \"e-learning providers\",\n            \"company_industry_2\": \"e-learning\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/MyCommunicatio3, https://www.facebook.com/mycommunication2021\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Adjoint administratif (My-Communication, Size: 51-200) [2024-07-01]\",\n            \"current_position_2\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"current_position_3\": \"Assistant (Huawei, Size: 10000+) [2016-10-01]\",\n            \"position_1\": \"Adjoint administratif (My-Communication)\",\n            \"position_2\": \"Arbeidsgiver (Microsoft)\",\n            \"position_3\": \"Assistant (Huawei)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01\",\n            \"position_date_3\": \"2016-10-01\",\n            \"education_1\": \"Bir gzayel, Certificat d'aptitude professionnelle (CAP), Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2004-01-01 - 2008-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Adjoint administratif\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@my-communication.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Ayodele\",\n            \"full_name\": \"DANIEL DEJI AYODELE\",\n            \"linkedin\": \"https://www.linkedin.com/in/theglobaldaniel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABurMx8BsssFJX_CucrXWM8rSRWJoT4e8ek,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"‍️Founder Mindshift Empowerment and Employment Initiative (MEEI Program)|  Nation Builder |  Digital Economy & Entrepreneurship Educator |  Business Developer | ️ Travel Advisor |  Digital Marketing Expert\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1478,\n            \"location\": \"Esenyurt, Istanbul, Türkiye\",\n            \"skills\": \"social entrepreneurship,entrepreneurship development,entrepreneurship education,youth entrepreneurship,interpersonal communication,marketing,marketing strategy,social media marketing,direct marketing,brand implementation,brand marketing,management,branding,e-commerce,digital marketing,entrepreneurship,business relationship management,banking,cross selling,personal branding,public speaking,interpersonal skills\",\n            \"twitter\": \"\",\n            \"about\": \"About Me:\\n\\nI am a passionate social entrepreneur and nation builder committed to empowering individuals and businesses globally. With a focus on sustainable growth and innovation, I strive to cultivate entrepreneurial mindsets through education and strategic development.\\n\\nAs the Founder of the Mindshift Empowerment and Employment Initiative (MEEI), I provide essential resources and mentorship to aspiring entrepreneurs, helping them transform their ideas into impactful ventures,  teach entrepreneurship, facilitate B2B matchmaking, and connect businesses with new buyers, suppliers, and investment opportunities.\\n\\nIn my role as the Country Representative for the Lagos Chamber of Commerce in Türkiye, I bridge connections between nations, fostering trade and investment opportunities that drive economic development. \\n\\nMy passion for connecting cultures and facilitating international collaboration is at the heart of my work.\\n\\nWith extensive experience in business development and strategy, I empower organizations to navigate challenges and seize growth opportunities. As a skilled travel consultant, I leverage my understanding of global markets and cultural nuances to create tailored strategies for diverse audiences.\\n\\nAs a digital marketing specialist, I utilize innovative techniques to amplify brand presence and effectively engage target markets. My leadership extends to hosting impactful events and conferences, nurturing future leaders through platforms like the Future Leaders Model United Nations.\\n\\nI am also an author, sharing insights through my books, including \\\"The Efficacy of Leadership,\\\" \\\"Digital Dominance,\\\" and \\\"How to Brand Yourself and Your Business.\\\" I believe in the power of knowledge and mentorship to inspire others and drive meaningful change.\\n\\nLet’s Connect:\\n\\nI am always eager to connect with like-minded professionals, entrepreneurs, and organizations that share a vision for empowerment and collaboration. Whether you’re looking to discuss entrepreneurship, explore international trade, or seek guidance on branding and marketing, I invite you to reach out. Together, we can make a positive impact on our communities and the world!\\n\\nContact Information:\\n-Website: www.danielayodele.com\\n- Instagram: @theglobaldaniel\\n- Facebook: @theglobaldaniel1\\n- LinkedIn: TheGlobalDaniel]\\n- Phone: +2348063618106 / +905319657443\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Mindshift Empowerment & Employment Initiative\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Mindshift Empowerment & Employment Initiative ) [2022-06-01] As the founder, my function encompasses a wide range of responsibilities aimed at guiding and steering MEEIF towards its goals of empowering youth and fostering socioeconomic advancement in Africa.\",\n            \"current_position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş., Size: 1-10) [2024-12-01] As a Principal Consultant at Istanbul Consulting Group, my role is to lead strategic initiatives, foster client relationships, and drive impactful consulting projects that deliver measurable results. \\n\\nI take pride in serving as a trusted advisor to clients, helping them navigate complex business challenges and achieve their objectives.\",\n            \"current_position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry, Size: 51-200) [2024-06-01] 1. Promoting the Lagos Chamber of Commerce and Industry to Turkish businesses.\\n2. Facilitating participation of Turkish businesses ni the Lagos International Trade Fair. \\n3. Acting as an intermediary partner between the Lagos Chamber of Commerce and Industry (LCCI), Istanbul Chamber of Commerce and Industry (ICCD) and Turkish businesses seeking to expand into Lagos State, Nigeria.\",\n            \"position_1\": \"Founder (Mindshift Empowerment & Employment Initiative )\",\n            \"position_2\": \"Principal Consultant (İstanbul Consulting Group (ICG) A.Ş.)\",\n            \"position_3\": \"Offical Country Representative in Türkiye (Lagos Chamber of Commerce and Industry)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2024-12-01\",\n            \"position_date_3\": \"2024-06-01\",\n            \"education_1\": \"FEDERAL POLYTECHNIC AUCHI, HND, Electrical and Electronics Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"danielayodele.com\",\n            \"website_2\": \"meeiprogram.org\",\n            \"website_3\": \"danielayodele.com\",\n            \"phone_number_1\": \"2348063618\",\n            \"phone_number_2\": \"9053196574\",\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Javier\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Javier S\",\n            \"linkedin\": \"https://www.linkedin.com/in/javier-s-968596215\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADZekuABq1IAwDXgTu69drEa39gsbZCodaU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arbeitgeber bei IBM\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Vienna, Vienna, Austria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeitgeber (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeitgeber (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeitgeber\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Santosh\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Santosh Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/santosh-kumar-3859a8190\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACz_ThUBRyMnWquJ-eswhrQRAW9MqOnVESk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Supaul, Bihar, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"B.S.S. College, Supaul\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Juan\",\n            \"last_name\": \"Fernandez\",\n            \"full_name\": \"Juan Fernandez\",\n            \"linkedin\": \"https://www.linkedin.com/in/juan-fernandez-88689b9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG7mCYBmKuW57ydk9a3fXKnGVDY52N7eFo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Owner, IBM\",\n            \"industry\": \"computer hardware manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4,\n            \"location\": \"Greater Barcelona Metropolitan Area\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"42 years 3 months \",\n            \"time_in_company\": \"42 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (IBM, Size: 10000+) [1982-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1982-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kumar\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"P Kumar Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/p-kumar-sharma-79125b194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2Ze50BuSySd11SJoLwrP87WCYbqq32wIk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 762,\n            \"location\": \"Bulandshahr, Uttar Pradesh, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Arvis\",\n            \"last_name\": \"Bridges\",\n            \"full_name\": \"Arvis Bridges-Epps\",\n            \"linkedin\": \"https://www.linkedin.com/in/arvis-bridges-epps-3054bb8\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAF_dvUBvTnnq9HF9z49tLg2udVN3VNGHEs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Focused and influential leader with proven record of success planning and directing world-class projects and programs.\",\n            \"industry\": \"primary and secondary education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1056,\n            \"location\": \"Durham, North Carolina, United States\",\n            \"skills\": \"tracking systems,talent management,recruiting,onboarding,coaching,leadership development,applicant tracking systems,critical thinking,customer service management,strategic leadership,strategic thinking,instructional design,analytical skills,communication,problem solving,defining requirements,software project management,program management,integration,business analysis,it strategy,pmp,software development,business process,requirements analysis,sdlc,pmo,management consulting,virtualization,solution architecture,telecommunications,people-oriented,cmvc,html,contract negotiation,contract management,time management,team building,cross-functional team leadership,new business development,customer service,c#,entrepreneurship,microsoft word,leadership,agile methodologies,management,cloud computing,strategy,project management,enterprise software,vendor management,microsoft office,public speaking,team leadership,consulting,project portfolio management\",\n            \"twitter\": \"\",\n            \"about\": \"As Assistant Principal at Wake County Public School System, my mission is to foster a culture of excellence and innovation. With over 23 years as a real estate owner/broker, I bring unparalleled negotiation skills and community insights to the educational environment, ensuring we not only meet but exceed our goals in academic and operational excellence.\\n\\nAt the heart of my approach is a commitment to equity and empowerment, leveraging my extensive background in software development management and business operations. Our team is dedicated to creating opportunities for student success and cultivating partnerships that enhance the educational experience, all while maintaining a focus on ethical leadership and strategic problem-solving.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"2 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Wake County Public School System\",\n            \"company_link\": \"https://www.linkedin.com/company/wake-county-public-school-system\",\n            \"company_id\": \"https://www.linkedin.com/company/11598\",\n            \"company_domain\": \"wcpss.net\",\n            \"company_about\": \"Wake County Public School System, the largest K-12 public school district in North Carolina, is an award-winning, nationally recognized organization that serves more than 158,000 students in 198 schools. We recognize that highly effective teachers are the key to achieving student success. As a result we are focused on attracting, hiring, training and retaining a world-class workforce of educational professionals who are representative of the community we serve and who are committed to student achievement.  Please check our website regularly at www.wcpss.net/careers for employment opportunities.\",\n            \"company_founded\": 1976,\n            \"company_size\": \"12995\",\n            \"company_location_1\": \"Cary, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Cary\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"5625 dillard drive, cary, nc 27518, us\",\n            \"company_postal_code\": \"27518\",\n            \"company_phone\": \"+19196940555\",\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": \"education administration programs\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Education\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://facebook.com/WCPSS\",\n            \"keywords\": \"education\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"19043\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant Principal (Wake County Public School System, Size: 10000+) [2022-07-01]\",\n            \"current_position_2\": \"Owner/Broker (B&E Realty, Size: 10000+) [2000-09-01] First time home buyers specialist\\nGreat knowledge of local neighborhoods.\\nUnmatchable communication and negotiation skills.\\nExcellent presentation and a pleasant manner\\nProven organizational skills and detail orient\",\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Principal (Wake County Public School System)\",\n            \"position_2\": \"Owner/Broker (B&E Realty)\",\n            \"position_3\": \"Software Developement Manger (IBM)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2000-09-01\",\n            \"position_date_3\": \"1989-09-01 - 2013-03-01\",\n            \"education_1\": \"Duke University - The Fuqua School of Business, Master of Business Administration (MBA), Business Administration, Management and Operations\",\n            \"education_2\": \"North Carolina Central University, Masters of School Administration, School Administration/Principalship\",\n            \"education_3\": \"Duke University - The Fuqua School of Business\",\n            \"education_date_1\": \"2020-08-01 - 2022-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Principal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Freek\",\n            \"last_name\": \"Berson\",\n            \"full_name\": \"Freek Berson\",\n            \"linkedin\": \"https://www.linkedin.com/in/freekberson\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABfSE4B5BwmDjv78D5audGwV9MrkyE9SGg,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. EUC Enthusiast, Microsoft MVP,  public speaker,  Author.  #Parallels #Alludo #AVD #RDS #Bicep  #Automation\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4333,\n            \"location\": \"Amstelveen, North Holland, Netherlands\",\n            \"skills\": \"parallels,microsoft azure,avd,windows server,virtualization,hyper-v,identity management,enterprise architecture,software installation,microsoft technologies,group policy,microsoft sql server,active directory,windows,iis,vmware esx,citrix,powershell,remote desktop,office 365,microsoft products,windows server 2003,2008 r2,sccm,windows server 2008,mcitp,terminal services,terminal server,vdi,remote desktop services,windows remote desktop,forefront identity manager,citrix metaframe,fim,forefront,microsoft office sharepoint server,scom,virtual desktop infrastructure,virtual desktop,microsoft mvp,fim2010,vworkspace,group policy preferences,azure remoteapp,wvd,windows virtual desktop,arm templates,bicep\",\n            \"twitter\": \"https://twitter.com/fberson\",\n            \"about\": \"Empowering hybrid and remote workforces with a digital workspace from any device, anywhere. Parallels Remote Application Server, Azure Virtual Desktop (AVD) and Remote Desktop Services (RDS) enthusiast / evangelist and Microsoft Most Valuable Professional (MVP) since 2011, working at Parallels/Alludo.\\n\\n Author of the book \\\"Getting started with Bicep: Infrastructure as code on Azure\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Handbook: Security Fundamentals\\\"\\n Author of the e-book \\\"Azure Virtual Desktop Migration Guide for Remote Desktop Services\\\"\\n Co-author of the book \\\"RDS - The Complete Guide\\\", available on Amazon\\n \\n Speaking at international conferences including Microsoft Ignite, Microsoft Ignite | The Tour, Microsoft TechSummit, Microsoft Techdays, E2EVC, Briforum, AVD Tech Fest, Azure Saturday, and many others. I enjoy sharing information Remote Desktop & Application delivery using Parallels, AVD and RDS as well as sharing knowledge on Bicep and Infrastructure as Code for the Azure Cloud.\\n\\n Presented 12+ editions of the Azure Virtual Desktop in a Day workshop on behalf of Microsoft\\n\\n Authoring articles and blog posts, creating on demand courses\\n\\n Sharing code on my GitHub repository https://github.com/fberson\\n\\n I work with lots of technologies daily, but my focus is on Parallels RAS, Azure Virtual Desktop (AVD), Remote Desktop Services (RDS), Virtual Desktop Infrastructure (VDI), and the Windows Server & Microsoft Azure platform in general. I'm a MSCE, MCSA, MCC and MCITP on various topics.\\n\\n Strong Azure Resource Manager (ARM), JSON & Bicep skills to perform Infrastructure as Code deployments in the Microsoft Azure Cloud.\\n\\nBlog: http://themicrosoftplatform.net\\nTwitter: @fberson\\nGitHub: https://github.com/fberson\\nYouTube Channel: https://bit.ly/3l6GYak\\nMedium: https://fberson.medium.com/\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Alludo\",\n            \"company_link\": \"https://www.linkedin.com/company/alludo-group\",\n            \"company_id\": \"https://www.linkedin.com/company/82510647\",\n            \"company_domain\": \"alludo.com\",\n            \"company_about\": \"Freedom to work. Space and time for ideas. \\n\\nAlludo is a global technology company fueled by make-everything-easier flexibility. We’re the people behind award-winning, globally recognizable brands including Parallels®, CorelDRAW®, MindManager®, and WinZip®. Our professional-caliber graphics, virtualization, and productivity solutions are finely tuned for the digital remote workforce delivering the freedom to work when, where, and how you want. With a 35+ year legacy of innovation, Alludo empowers ALL YOU DO helping more than 2.5 million paying customers to enable, ideate, create, and share on any device, anywhere.\\n\\nFrom managing your daily tasks to pursuing your greatest dreams, Alludo elevates what’s possible. We believe in working better and living better, and we’re writing a new playbook that boldly reimagines what work feels like—for our customers and ourselves. We’re building a world with boundless creativity, cross-platform productivity from idea to execution, and fluid collaboration from around the corner to around the world. \",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Ottawa, Ontario, Canada\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Ottawa\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"52 adlerweg, ahaus, north rhine-westphalia, germany\",\n            \"company_postal_code\": \"48683\",\n            \"company_phone\": \"+49492561896310\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/helloalludo\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Outbound Product Manager (Alludo, Size: Self-employed) [2022-09-01] End User Computing Enthusiast and evangelist with a primary focus on Parallels Remote Application Server, Azure Virtual Desktop and Microsoft Remote Desktop Services. Trusted adviser for strategic customers and partners. Partnering closely with product management and product marketing teams. Empowering hybrid and remote workforces with a digital workspace from any device, anywhere.\",\n            \"current_position_2\": \"Public Speaker (Public Speaking engagements) [2014-01-01] 🎥 Recordings and 💾 Slide decks : https://github.com/fberson/Slidedecks\\n\\n2024\\nWorkplace Ninja Summit, Switzerland (coming soon)\\nMC2MC, Belgium (coming soon)\\nWarsaw IT Days (coming soon)\\nCloud 8 Virtual Summit\\n\\n2023\\nInternational Association of Microsoft Channel Partners. (IAMCP) \\nWorkplace Ninja Summit, Switzerland \\nWorkplace Ninja Summit, Switzerland\\nAzure Greg live stream, Online\\nCloud Community Nights event, Netherlands\\nAzure User Group Sweden, Online\\n\\n2022\\nExperts Live 2022, The Netherlands\\nLogin VSI Vision 2022, Online\\nStreaming Clouds, Online\\nScottish Summit 2022, Glasgow\\nMC2MC Community event, Online\\nAzure User Group Iceland, Online\\n\\n2021\\nTech Festive Calendar 2021, Online\\nLiquit & AVD webinar, Online\\nAVD TechFest Winter edition 2021, Online\\nCloud Camp 2021, Online\\nCloud Summit 2021, Online\\nWorkplace Ninja Summit 2021, Online\\nUS Azure Virtual Desktop User Group, Online\\nAzure meetup Oslo, Online\\nCloud Eight Virtual Summit, Online\\nBelgium Windows Virtual Desktop User Group, Online\\nDutch Windows Virtual Desktop User Group, Online\\nTechNine community event, Online\\nMicrosoft meets Community: WVD 4th edition!, Online\\nDutch DevOps & Github community, Online\\nWVD Tech Fest, Online\\nWortell LiveStream, Online\\nNordic Virtual Summit on WVD, Online\\nAzure Thursday february, Online\\nAzure LowLands, Online\\n\\n2020\\nAzure Immersion Workshop WVD, Online\\nCloud 8 Virtual Summit, Online\\nBEEMUG event\\nWortell WVD Live,\\nIceland Azure Community\\nDesktop in the Cloud, Online\\nWorkplace Ninja Summit 2020\\nMicrosoft Azure Webinar week\\nMicrosoft meets community : Windows Virtual Desktop\\nMicrosoft Ignite The Tour, Prague\\n\\n2019\\nAzure User Group, Reykjavik\\nAzure Thursdays, Amsterdam\\nAzure Saturday, Munich\\nMicrosoft Ignite | The Tour, Stockholm\\nMicrosoft Ignite | The Tour, Johannesburg\\n\\n2018\\nMicrosoft Ignite | The Tour, Berlin\\nMicrosoft, Munich\\nCloud Camp, Dublin\\nMicrosoft Ignite, Orlando\\nAzure Saturday, Munich\\nMicrosoft TechDays, Helsinki\\nMicrosoft TechSummit, Birmingham\\n\\n2017 & earlier: see Github\",\n            \"current_position_3\": \"Book Author (Self Published Author, Size: 1001-2000) [2018-04-01] Below are the books I have written and published\\n\\n📚 Getting started with Bicep: Infrastructure as code on Azure\\nhttps://www.amazon.com/dp/B0984MQY2N\\n\\n📚 RDS - The Complete Guide: Everything you need to know about RDS. And more.\\nhttps://www.amazon.com/RDS-Complete-Guide-Everything-about/dp/1718085257\\n\\n📚 Azure Virtual Desktop Handbook: Security Fundamentals \\nhttps://azure.microsoft.com/resources/windows-virtual-desktop-handbook-security-fundamentals/\\n\\n📚 Azure Virtual Desktop migration guide for remote desktop services\\nhttps://azure.microsoft.com/en-gb/resources/windows-virtual-desktop-migration-guide-for-remote-desktop-services/\",\n            \"position_1\": \"Principal Outbound Product Manager (Alludo)\",\n            \"position_2\": \"Public Speaker (Public Speaking engagements)\",\n            \"position_3\": \"Book Author (Self Published Author)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2014-01-01\",\n            \"position_date_3\": \"2018-04-01\",\n            \"education_1\": \"Microsoft MVP, Microsoft MVP, Microsoft MVP\",\n            \"education_2\": \"Hogeschool van Arnhem en Nijmegen, ING, Information Communication Technology\",\n            \"education_3\": \"Technisch College Nijmegen, Computer Science\",\n            \"education_date_1\": \"2011-01-01\",\n            \"education_date_2\": \"1999-01-01 - 2003-01-01\",\n            \"education_date_3\": \"1995-01-01 - 1999-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"wortell.nl\",\n            \"website_3\": \"rdsgurus.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Outbound Product Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"media@alludo.com\"\n        },\n        {\n            \"first_name\": \"Jervis\",\n            \"last_name\": \"G\",\n            \"full_name\": \"Jervis G.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jervis-garcia\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABSWFaMB6nhR7cXYMlATnR9dJbYLRgU8I-s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Looking for Opportunities.\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 158,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"customer service,management,microsoft excel,microsoft powerpoint,public speaking,microsoft word,leadership,microsoft office\",\n            \"twitter\": \"\",\n            \"about\": \"Volunteered with VITA and gathered a good understanding of interpreting any information to the client. Learned from IRS agents and improved my abilities with taxes. I have years of experience with Company representation and handling any kind of clientele.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Senior Accounts Receivable (IBM, Size: 10000+) [2024-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Senior Accounts Receivable (IBM)\",\n            \"position_2\": \"Comms Tax Analyst (Avalara)\",\n            \"position_3\": \"S&U Tax Analyst (Avalara)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01 - 2024-05-01\",\n            \"position_date_3\": \"2020-11-01 - 2022-03-01\",\n            \"education_1\": \"Greensboro College, Bachelor of Science - BS, Accounting\",\n            \"education_2\": \"Atkins Academic & Tech High School, Pre-Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Senior Accounts Receivable\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sandeep\",\n            \"last_name\": \"Kaushik\",\n            \"full_name\": \"Sandeep Kaushik\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandeep-kaushik-892418332\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFO2G-4BIAuuKbRW-lpA6NKLPkhE0DSp_xk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Owner at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Ahmedabad, Gujarat, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Owner (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Owner (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Francisco\",\n            \"last_name\": \"De\",\n            \"full_name\": \"Francisco De Jesús Alcántara\",\n            \"linkedin\": \"https://www.linkedin.com/in/francisco-de-jes%C3%BAs-alc%C3%A1ntara-3b771129\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX6ffsBPGMsXjmNDwAKtDMxBrGS4dz-TLA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Arquitecto Ejecutor de Proyectos\",\n            \"industry\": \"architecture and planning\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 545,\n            \"location\": \"Punta Cana, La Altagracia, Dominican Republic\",\n            \"skills\": \"arquitecto con experiencia en ejecución ,gestión de personas,equipos de proyecto,visualización arquitectónica en 3d,lectura de planos,competencias transversales,estrategia empresarial,seguridad en obras de construcción,ejecución de proyectos,aptitudes para la supervisión,planificación estratégica,planificación operativa,diseño residencial,habilidades sociales,negociación,gestión de obras de construcción,liderazgo,diseño,paquete de office,planificación de proyectos,3d cad,arquitectura de interiores,trabajo en equipo,construcción,comunicación,dibujo arquitectónico,microsoft office,análisis financiero,asistencia sanitaria,análisis de negocio,adobe photoshop,autocad,análisis de requisitos,capacidad de análisis,a++,administración logística,análisis de datos,servicio de atención al cliente,ventas,enscape,diseño asistido por ordenador (cad),rendición de cuentas,gestión de proyectos,arquitectos,planificación,autocad architecture,diseño sostenible,arquitectura,español,diseño arquitectónico,supervisión proactiva,revit\",\n            \"twitter\": \"\",\n            \"about\": \"Arquitecto Ejecutor de Proyectos\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 7 months \",\n            \"time_in_company\": \"3 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2021-07-01]\",\n            \"current_position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL, Size: 1-10) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": \"Director de proyecto (PIVOTANTE CONSTRUCTION GROUP, SRL)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-07-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Universidad Autonoma de Santo Domingo, Arquitecto, Arrquitecto Ejecutor de Proyecto\",\n            \"education_2\": \"Universidad Autónoma de Santo Domingo, Master of Architecture - MArch, Arquitectura\",\n            \"education_3\": \"Universidad Autónoma de Santo Domingo, Arquitecto , Ejecutor de Proyectos \",\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Krish\",\n            \"last_name\": \"Bhoopati\",\n            \"full_name\": \"Krish Bhoopati\",\n            \"linkedin\": \"https://www.linkedin.com/in/krish-bhoopati\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD8I7G4BeTX1KGGUNLGStVdwmcRtkIW8b64,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"18 | Helping grocery stores reduce food waste at FreshAI | Activator at TKS | Cansbridge Scholar | Laurier Case Team & Enactus\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1394,\n            \"location\": \"Brampton, Ontario, Canada\",\n            \"skills\": \"organization skills,government,fitness,marketing,service quality,networking\",\n            \"twitter\": \"\",\n            \"about\": \"I like to build stuff, and sometimes break stuff too. Currently I'm finding new ways to optimize my own life, and others as well.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Enactus Laurier hired Krish as a Competitions Team  3 months ago from Lazaridis School of Business & Economics at Wilfrid Laurier University.\",\n            \"latest_post\": null,\n            \"company_name\": \"FreshAI\",\n            \"company_link\": \"https://www.linkedin.com/company/canafresh\",\n            \"company_id\": \"https://www.linkedin.com/company/104515053\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Using stores historical and live data to provide stock reordering recommendations to grocery stores through demand prediction.\",\n            \"company_founded\": null,\n            \"company_size\": \"1\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder / Head of Growth (FreshAI, Size: 1-10) [2024-04-01]\",\n            \"current_position_2\": \"Scholar (Cansbridge Scholars., Size: 11-50) [2024-10-01]\",\n            \"current_position_3\": \"Executive (Laurier Case Team, Size: 11-50) [2024-10-01]\",\n            \"position_1\": \"Founder / Head of Growth (FreshAI)\",\n            \"position_2\": \"Scholar (Cansbridge Scholars.)\",\n            \"position_3\": \"Executive (Laurier Case Team)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2024-10-01\",\n            \"position_date_3\": \"2024-10-01\",\n            \"education_1\": \"Wilfrid Laurier University, Bachelor's degree, Business Administration and Management, General\",\n            \"education_2\": \"International Baccalaureate\",\n            \"education_3\": \"Turner Fenton Secondary School\",\n            \"education_date_1\": \"2024-09-01 - 2028-06-01\",\n            \"education_date_2\": \"2020-09-01 - 2024-06-01\",\n            \"education_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder / Head of Growth\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Boshra\",\n            \"last_name\": \"El\",\n            \"full_name\": \"boshra El kamraoui\",\n            \"linkedin\": \"https://www.linkedin.com/in/boshra-el-kamraoui-80a733157\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACWpT8oBj8XiKFhEfuO-y8tD2RKPRd7AUhM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \".\",\n            \"industry\": \"government administration\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 306,\n            \"location\": \"Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"16 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_2\": \"Propriétaire (Microsoft, Size: 10000+) [2009-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2009-01-01\",\n            \"position_date_2\": \"2009-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"FST Settat\",\n            \"education_2\": \"FST Settat, deust, BCG\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Reshma\",\n            \"last_name\": \"Thingalaya\",\n            \"full_name\": \"Reshma Thingalaya\",\n            \"linkedin\": \"https://www.linkedin.com/in/reshma-thingalaya\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABMk96AB-fDyDWJnlBpzlZZ04DgAGaEA2xI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner || SRE || Storage Administrator\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 321,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"network-attached storage (nas),storage area network (san),incident management,ibm,san,nas,team leadership,it service management,3par,netapp,vsp,emc storage products,brocade\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner || SRE || Storage Administrator (IBM, Size: 10000+) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner || SRE || Storage Administrator (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Divine Child High School & Junior College, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner || SRE || Storage Administrator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karina\",\n            \"last_name\": \"Luna\",\n            \"full_name\": \"Karina Luna\",\n            \"linkedin\": \"https://www.linkedin.com/in/karina-luna-7b237723\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAATb_rYBCaoJfg5SrkvuA58KV1LKU1M0BcM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Information Security Lead\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 676,\n            \"location\": \"El Salto, Jalisco, Mexico\",\n            \"skills\": \"jira,ciberseguridad,objetivos de control para la información y tecnologías relacionadas (cobit),manejo de información confidencial,riesgos de ciberseguridad,ley de privacidad del consumidor de california (ccpa),auditoría,coaching,riesgo de seguridad,gestión de riesgos de ti,evaluación de riesgos,auditorías internas,administrador de seguridad de la información certificado,cumplimiento de la normativa,análisis de riesgos,atención al detalle,protección de los datos personales,resolución de problemas,privacidad de datos,sap ariba,gestión de riesgos,comunicación,capacidad de análisis,project management,procesos de negocio,metodologías ágiles,estrategia ti,análisis de negocio,gestión de proyectos,gestión de proyectos de software,agile,change management,planificación estratégica,cambio organizacional,ingeniería de requisitos,integración,inteligencia empresarial,biblioteca de infraestructura de tecnologías de información,business intelligence,microsoft office,liderazgo de equipos,administración y dirección de empresas\",\n            \"twitter\": \"https://twitter.com/KariluLuna\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"11 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Security and Compliance Focal (IBM, Size: 10000+) [2023-08-01]\",\n            \"current_position_2\": \"Technical Owner - Buy@IBM (IBM, Size: 10000+) [2022-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Security and Compliance Focal (IBM)\",\n            \"position_2\": \"Technical Owner - Buy@IBM (IBM)\",\n            \"position_3\": \"Business Analyst - Buy@IBM (IBM)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2022-06-01\",\n            \"position_date_3\": \"2019-10-01 - 2022-06-01\",\n            \"education_1\": \"Universidad de Londres, Licenciatura en Administración de Empresas\",\n            \"education_2\": \"Universidad de Londres - México DF, Licenciatura en Administración de Empresas\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2009-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Security and Compliance Focal\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Temitope\",\n            \"last_name\": \"Sharon\",\n            \"full_name\": \"Temitope  Sharon\",\n            \"linkedin\": \"https://www.linkedin.com/in/t-s-akinwumiju\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8rr1kBGUpnPiwZ6iyDnzCwXdmxIX1AjQ8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder of iṣẹ́: iṣẹ́ School. iṣẹ́ Trybe. \\nMission: Providing Job Security\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 47,\n            \"location\": \"United Kingdom\",\n            \"skills\": \"start-up leadership,business ownership,regulatory compliance,declarations,customs regulations,attention to detail,microsoft excel,strategy,business decision making,problem solving,metabase,organisation,business planning,technical support,reporting & analysis,dashboard building,mixpanel,microsoft power bi,analytical skills,customer relationship management (crm),business intelligence (bi),data analysis,marketing strategy,vision and strategy ,financial management,entrepreneurship,edtech,business,communication,business development,startups,linkedin talent insights,report writing,sourcing\",\n            \"twitter\": \"\",\n            \"about\": \"Starting my journey as junior sales rep working across multiple functions such as events, direct selling, b2b, b2c and door to door. I have had the opportunity to sell products and services such as British Gas, Scottish Gas, HelloFresh, Tails, National Deaf Children's Society.\\n\\n\\nCurrently I run a startup called ise this provides tech courses and employment products for Africans and African Diaspora, gaining leadership, management and business structure whilst building this has given me the confidence to work and produce valuable products useful for generational growth.\\n\\nWhile I continue to build my experience in business ownership I would like to further my knowledge as an analyst and and a business owner.\\n\\nWorking as a commercial analyst consists of consistent business  knowledge that includes market analysis, customer engagement and management.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"329 Cafe and Lounge\",\n            \"company_link\": \"https://www.linkedin.com/company/329-cafe-and-lounge\",\n            \"company_id\": \"https://www.linkedin.com/company/105180368\",\n            \"company_domain\": \"google.com\",\n            \"company_about\": \"Welcome to the 329 Cafe & Lounge family! As a member of our team, you are now part of a vibrant, dynamic, and customer-centric environment.\\n\\n We take pride in offering our guests a memorable experience, from the moment they walk in the door to the time they leave.\\n\\nOur mission is to provide a unique dining experience that combines exceptional service, high-quality afro fusion food, and a welcoming atmosphere. \\n\\nWe aim to be the favourite spot for our community to relax, socialise, and enjoy great food and drinks.\\n\\nOur Vision\\nTo be the leading cafe and lounge in our community, known for our commitment to excellence in customer service, our innovative menu, and our warm,\\ninviting atmosphere.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"2\",\n            \"company_location_1\": \"Southampton, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Southampton\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"restaurants\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge, Size: 1-10) [2024-03-01]\",\n            \"current_position_2\": \"Startups Founders Hub (Microsoft, Size: 10000+) [2023-06-01]\",\n            \"current_position_3\": \"Business Strategy & Operations (Founder) (ise, Size: 11-50) [2023-03-01]\",\n            \"position_1\": \"Operation and Admin Assistant (329 Cafe and Lounge)\",\n            \"position_2\": \"Startups Founders Hub (Microsoft)\",\n            \"position_3\": \"Business Strategy & Operations (Founder) (ise)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-06-01\",\n            \"position_date_3\": \"2023-03-01\",\n            \"education_1\": \"Canterbury Christ Church University, Bachelor of Laws - LLB, Immgration Law\",\n            \"education_2\": \"City College Southampton, Business, Management, Marketing, and Related Support Services\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2021-02-01\",\n            \"education_date_2\": \"2017-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Operation and Admin Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ana\",\n            \"last_name\": \"Appel\",\n            \"full_name\": \"Ana Paula Appel\",\n            \"linkedin\": \"https://www.linkedin.com/in/paulinhaappel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAL4MoQBD1Ls5UPGnVYMb1qmNzZlFlAYOds,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Distinguish Quantum Ambassador | Senior AI Engineer | Master Inventor | Innovator | Researcher!! Transforming Client Business through AI !! Inspiring Women in Quantum and AI !!!\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 11509,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"aprendizado de máquina,modelagem financeira,data visualization,predictive modeling,drive change,customer communication,resolução de problemas,pesquisa e desenvolvimento (p&d),arquitetura de soluções,vendas,inteligência de negócios (bi),liderança técnica,desenvolvimento de negócios,liderança,comunicação,desenvolvimento de conceitos,desenvolvimento de relacionamentos,computação,entrega ao cliente,deep learning,data analysis,ibm watson,quantum computing,data mining,algorithms,linux,computer science,programming,c++,artificial intelligence,sql,databases,machine learning,unix,python,social network analysis,network analyzer,hadoop,knowledge graph,r,c,big data,software development,matlab,latex,research,mysql,neo4j graph data science library\",\n            \"twitter\": \"https://twitter.com/paulinhaappel\",\n            \"about\": \"As a distinguished leader in AI Engineering and a Senior Quantum Ambassador at IBM, I have over a decade of pioneering experience at the forefront of technological innovation. My extensive background in AI and quantum computing has empowered me to lead transformative projects, leveraging artificial intelligence, machine learning, and graph mining across diverse industries such as health insurance, finance, and social networks.\\n\\nI specialize in bridging the gap between theory and application, with deep expertise in programming languages and frameworks like Python, R, SQL, TensorFlow, PyTorch, and NetworkX. My technical prowess enables me to design and implement groundbreaking solutions that deliver significant value to IBM's global clients, utilizing the latest advancements in data, cloud, and quantum technologies.\\n\\n- Though Leader Certified Data Scientist by The Open Group  \\n- QISKIT Developer and Advocate\\n- Master Inventor at IBM with a portfolio of over 50 filed patents  \\n- Prolific speaker with papers presented at prestigious conferences\\n\\nMy dedication to pushing the boundaries of AI and quantum computing matches my commitment to fostering diversity and inclusivity in STEM. Since 2016, I have led the Women in Data Science Workshop (WiDS), creating a supportive environment that inspires and empowers women and girls in mathematics, computer science, and beyond.\\n\\nFluent in English, a native Portuguese speaker, and with basic proficiency in Spanish, I thrive in multicultural environments and am well-equipped to lead global teams. Let's connect to explore opportunities to drive impactful change together.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"12 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI Engineer (IBM, Size: 10000+) [2024-01-01] In my role as an AI Engineer, I am responsible for designing and implementing artificial intelligence solutions. This entails creating algorithms, models, and applications that harness the power of machine learning and other AI technologies. I analyze data, optimize algorithms, and collaborate with cross-functional teams to seamlessly integrate AI capabilities into various projects. Strong programming skills, proficiency in machine learning frameworks, and a deep understanding of AI concepts are essential aspects of my work as an AI Engineer.\",\n            \"current_position_2\": \"Distinguish Quantum Ambassador (IBM, Size: 10000+) [2022-07-01]\",\n            \"current_position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM, Size: 10000+) [2020-04-01] In this community will host tech talks about data science, engage the DS community at IBM LA, promote data science certification across several business unit and other activities to share knowledge and increase DS eminence. \",\n            \"position_1\": \"AI Engineer (IBM)\",\n            \"position_2\": \"Distinguish Quantum Ambassador (IBM)\",\n            \"position_3\": \"Founder and Leader of the Data Science Community Latin America (IBM)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2020-04-01\",\n            \"education_1\": \"Universidade Federal de São Carlos, Postdoc, Graph Mining, Semantic web\",\n            \"education_2\": \"PhD, Database\",\n            \"education_3\": \"Universidade de São Paulo, Master, Database\",\n            \"education_date_1\": \"2010-01-01 - 2011-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2001-01-01 - 2003-01-01\",\n            \"website_1\": \"cnpq.br\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Claudio\",\n            \"last_name\": \"Pellegri\",\n            \"full_name\": \"Claudio Pellegri\",\n            \"linkedin\": \"https://www.linkedin.com/in/claudio-pellegri-a652a658\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAwlMG0B1oOM8K0cFCzLss-WqteNTdlb_gE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 394,\n            \"location\": \"Argentina\",\n            \"skills\": \"sql,uml,casos de uso,java,cobol,business intelligence,microsoft office,microsoft project,c++,qmf,qmf for windows,ibm rational,db2,glui,fdw,scrum,linux,balsamiq mckups,software project management,business analysis,watson,agile methodologies,devops,azure devops\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced System Support Analyst with a demonstrated history of working in the information technology and services industry. Skilled in Scrum, SQL, IBM DB2, IBM Query Management Facility (QMF), and C++. Strong information technology professional graduated from Instituto de Tecnologia O.R.T..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"12 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM, Size: 10000+) [2022-12-01]\",\n            \"current_position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM, Size: 10000+) [2020-02-01] TAREAS DESARROLLADAS: DAR SOPORTE DEL SISTEMA CONTABLE DE IBM EN TODA AMERICA Y COMO BACKUP EN EMEA Y AP. LOS SISTEMAS CONTABLES SON: GLUI (GLOBAL LEDGER USER INTERFACE) PARA VOUCHERS Y ALLOCATIONS Y GLUI NG PARA VOUCHERS. MANEJO EL PROGRAMA DBVISUALIZER PARA EJECUTAR SENTENCIAS  DE SQL Y OBTENER ARCHIVOS BINARIOS (PROCESO FUNDAMENTAL PARA OBTENER LA DOCUMENTACION SOPORTE DE LOS VOUCHERS, SOLICITADO POR CONTADORES, FINANCIEROS Y AUDITORES). ACTUALMENTE PERTENEZCO AL AMERICAS LEDGER OPERATION TEAM Y SOY BACKUP DEL NUEVO SISTEMA DE CUENTAS PARA AMERICAS: GART (GLOBAL ACCOUNT REQUEST TOOL).\\nADEMAS SOY ADMINISTRADOR Y DOY SOPORTE DE: CLS/FDW (COMMON LEDGER SYSTEM - FINANCIAL DATA WAREHOUSE) Y FIW-LEDGER REPORTING (FINANCIAL INFORMATION WAREHOUSE), IBM PERSONAL COMMUNICATIONS, QMF, QMF FOR WORKSTATION, DATABASES EN GENERAL, DB2 AND ODBC, DFI, MACROS, COGNOS, ETC.                             \\nREFERENCIAS: JOHN THOMPSON (RESIDE EN INGLATERRA) Y ALBERTO BRUNO.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW. (IBM)\",\n            \"position_2\": \"Americas Ledger Operation System Analyst - Global Ledger User Interface Admin. (IBM)\",\n            \"position_3\": \"Americas Applications Controls and Accounting - Global Ledger User Interface Admin. (IBM)\",\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2020-02-01\",\n            \"position_date_3\": \"2017-10-01 - 2020-02-01\",\n            \"education_1\": \"ORT Argentina, System Analyst, Computer Systems Analysis/Analyst\",\n            \"education_2\": \"ORT Argentina, Analista Programador de Computación, Computer Programming\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner of TIW-LR, Controls Coordinator and Team Leader of Kyndryl Ledger Ops Support WW.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bivanju\",\n            \"last_name\": \"Ismail\",\n            \"full_name\": \"Bivanju Ismail\",\n            \"linkedin\": \"https://www.linkedin.com/in/bivanju-ismail-a40426170\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACikQFABuoLUgeUjI_9vmzNvmkljhHvJTrU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Strategist At iBm\",\n            \"industry\": \"pharmaceutical manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 368,\n            \"location\": \"Kampala, Central Region, Uganda\",\n            \"skills\": \"talent management,financial analysis,product demonstration,sales processes,market analysis,customer relationship management (crm),business relationship management,analytical skills,sales and marketing,customer satisfaction,presentation skills,team leadership,negotiation,communication,team management,strategic planning,market research\",\n            \"twitter\": \"\",\n            \"about\": \"Self motivated and dynamic\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"4 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBm\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder iBm (iBm) [2021-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder iBm (iBm)\",\n            \"position_2\": \"Area Sales Manager (Jubaili Agrotec)\",\n            \"position_3\": \"Area Sales Manager Eastern/Northern (Jubaili Agrotec)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2023-08-01 - 2023-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2023-07-01\",\n            \"education_1\": \"Makerere University, Veterinary Medicine\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder iBm\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karim\",\n            \"last_name\": \"Aksas\",\n            \"full_name\": \"Karim Aksas\",\n            \"linkedin\": \"https://www.linkedin.com/in/karim-aksas-3916092\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAByJt0B-852FsPMh1l27yDsZqa5OJClgw8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Sales at IBM and Owner, ibm\",\n            \"industry\": \"hospitality\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 647,\n            \"location\": \"Greater Paris Metropolitan Region\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (ibm, Size: 10000+) []\",\n            \"current_position_2\": \"Managing Director VIGILIO SA (IBM, Size: 10000+) [2011-04-01] Marché : dispositifs Systeme d'alerte médical en milieu Hospitalier / Ehpad / Mison de retraite\",\n            \"current_position_3\": \"Business development manager (IBM FRANCE) [2007-01-01] Détaché chez VIGILIO SA\",\n            \"position_1\": \"Owner (ibm)\",\n            \"position_2\": \"Managing Director VIGILIO SA (IBM)\",\n            \"position_3\": \"Business development manager (IBM FRANCE)\",\n            \"position_date_1\": \"2011-04-01\",\n            \"position_date_2\": \"2007-01-01\",\n            \"position_date_3\": \"1984-10-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1978-01-01 - 1981-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Patrick\",\n            \"last_name\": \"Desjardins\",\n            \"full_name\": \"Patrick Desjardins Couillard\",\n            \"linkedin\": \"https://www.linkedin.com/in/patrick-desjardins-couillard-05944586\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABI39gUB6UWOpelehQKAkFkU_wL4utdS_Aw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Président Directeur Général et Propriétaire Distribution P.K Desjardins inc\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 840,\n            \"location\": \"Québec, Quebec, Canada\",\n            \"skills\": \"btob,communication marketing,développement commercial,gestion de compte,management,marketing,new business development,stratégie commerciale,stratégie marketing,sales manager,vente,marketing direct,management des comptes-clés,ventes directes,stratégie de commercialisation,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Parler de développement ingénierie dans divers  secteur et entreprise et gouvernemental  et juridique   Propriétaire  Banques Sitia entreprises\",\n            \"birthday\": null,\n            \"pronouns\": \"Propriétaire Microsoft\",\n            \"time_in_position\": \"14 years 4 months \",\n            \"time_in_company\": \"14 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Propriétaire (Microsoft, Size: 10000+) [2010-10-01]\",\n            \"current_position_2\": \"Propriétaire (Québecor, Size: 501-1000) [2010-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Propriétaire (Microsoft)\",\n            \"position_2\": \"Propriétaire (Québecor)\",\n            \"position_3\": \"Propriétaire (Apple)\",\n            \"position_date_1\": \"2010-10-01\",\n            \"position_date_2\": \"2010-10-01\",\n            \"position_date_3\": \"2023-08-01 - 2023-08-01\",\n            \"education_1\": \"panphile le mais, C.P.C 2\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1991-01-01 - 1994-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordperss.com\",\n            \"website_2\": \"distributionpkdesjardins.com\",\n            \"website_3\": \"perss.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Propriétaire\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Yorick\",\n            \"last_name\": \"Kuijs\",\n            \"full_name\": \"Yorick Kuijs\",\n            \"linkedin\": \"https://www.linkedin.com/in/yorickkuijs\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABT8dIB3NkrcXi0jffthjTYr_HcdmRvR8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 889,\n            \"location\": \"Culemborg, Gelderland, Netherlands\",\n            \"skills\": \"microsoft office sharepoint server,solution architecture,microsoft exchange,sharepoint,tmg,.net,iis,enterprise architecture,microsoft sql server,active directory,microsoft technologies,soa,windows server,infrastructure,virtualization,powershell\",\n            \"twitter\": \"\",\n            \"about\": \"Over the last fourteen years I have been working with several Microsoft infrastructure technologies, like Windows, Exchange, ISA Server, SQL Server and SharePoint. The last ten years I have been specializing in Microsoft Sharepoint Products and Technologies. I started with SharePoint Portal Server 2003, but at the moment Microsoft Office SharePoint Server 2013 occupies 100% of my time. \\n\\nSpecialties: Microsoft infrastructure technologies, especially Microsoft SharePoint\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"13 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft, Size: 10000+) [2022-07-01] As a Cloud Solution Architect I help customers getting the best out of their SharePoint/ Microsoft 365 implementations. Either by preventing issues through delivering proactive engagements like workshops, chalk and talks or risk assessments, or reactive helping customers recovering from a major issue and implementing measurements to prevent similar issues from reoccurring.\",\n            \"current_position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft, Size: 10000+) [2017-12-01] SharePointDsc is a PowerShell Desired State Configuration module to install, configure and manage SharePoint. It is available as open source project on GitHub: http://github.com/power shell/sharepointdsc\\n\\nI have contributed to this project for several years already, but took over the ownership last December.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Cloud Solution Architect - Engineering at Microsoft (Microsoft)\",\n            \"position_2\": \"Project owner/tech lead of SharePointDsc module (Microsoft)\",\n            \"position_3\": \"Senior Customer Engineer (Microsoft)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2017-12-01\",\n            \"position_date_3\": \"2020-07-01 - 2022-06-01\",\n            \"education_1\": \"Avans Hogeschool Breda, HBO, HLO - Laboratory Informatics and Automation\",\n            \"education_2\": \"Koningin Wilhelmina College, HAVO\",\n            \"education_3\": null,\n            \"education_date_1\": \"1995-01-01 - 1999-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"microsoft.nl\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Cloud Solution Architect - Engineering at Microsoft\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Nilesh\",\n            \"last_name\": \"Gopali\",\n            \"full_name\": \"Nilesh Gopali\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilesh-gopali-a871951\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAA0XMcBGKjx5FzB1FHOTjXZgLh62VqLo68,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business & Technology Advisor | Co-Author | Co-founder | CTO | Speaker\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16512,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"international companies,communication,investment,adviser,strategy,business analysis,leadership,business strategy,e-commerce,change management,it strategy,project delivery,banking,business process improvement,stakeholder management,procurement,business development,program management,business process,business planning,management,artificial intelligence,entrepreneurship,international business\",\n            \"twitter\": \"https://twitter.com/NileshGopali\",\n            \"about\": \"A past Londoner and now a Mumbai resident, Nilesh advises Indian & International companies on their cross-border growth & strategic investments. \\n\\nNilesh has advised & facilitated cross border investments and M&As across India, UK, Europe & USA, including being an active investor in his London days, successful in significant growth or turning around companies.\\n\\nExperience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\nIn the past, as an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\\n\\nNilesh is a co-author of a Book on Artificial Intelligence and has published and presented AI strategy papers in the Oxford Uni.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years 10 months \",\n            \"time_in_company\": \"6 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"International Business Advisory\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (International Business Advisory ) [2018-04-01] Experience & Expertise\\no Business & Technology Advisor\\no Innovation, New Products/Services, Market Positioning, Business Models.\\no International Market Expansion : Strategy & Execution, Value & ROI\\n\\n\\nAs an entrepreneur & business consultant based in London for 16 years, Nilesh led, conceptualised & was responsible for the growth of a wide range of organisations, from SMEs to global enterprises, turning their creative visions into viable business models and generating increased revenue across both geographical and cultural borders (UK, EU & Asia/India). This includes launching a new Retail Bank in the UK from ground up (first time in over 100+ years).\\n\\nNilesh is known for giving business leaders pragmatic, forward-looking business strategies they can count on. With over two decades of extensive experience in the financial and technology markets, Nilesh’s expertise goes well beyond strategy, planning and research, to include execution, ROI and successful evaluation.\\n\\nWith considerable expertise in both the western and India markets, Nilesh is an active speaker for emerging markets, technology and investments across India, UK and EU\",\n            \"current_position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates, Size: 201-500) [2018-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (International Business Advisory )\",\n            \"position_2\": \"Tech Advocate (Tech London Advocates & Global Tech Advocates)\",\n            \"position_3\": \"Co-Founder (Tech India Advocates)\",\n            \"position_date_1\": \"2018-04-01\",\n            \"position_date_2\": \"2018-06-01\",\n            \"position_date_3\": \"2020-05-01 - 2024-02-01\",\n            \"education_1\": \"Indian Institute of Management Ahmedabad, Executive Education Leadership Programme, Innovation, Corporate Strategy &  Competitive Performance\",\n            \"education_2\": \"Kingston University - Company, Master of Business Administration (MBA), Strategic Management\",\n            \"education_3\": \"University of Mumbai, Bachelor's degree, Computer Engineering\",\n            \"education_date_1\": \"2017-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_3\": \"1991-01-01 - 1995-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Imane\",\n            \"last_name\": \"Hidara\",\n            \"full_name\": \"Imane Hidara\",\n            \"linkedin\": \"https://www.linkedin.com/in/imane-hidara-9b4b03220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADexXdgB8Ppdm_3o0E1jowmfDd0Pjgy0KR4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"licence professionnelle en TECHNOLOGIE ET MANAGEMENT DU BÂTIMENT ET TRAVAUX PUBLICS.\",\n            \"industry\": \"facilities services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 48,\n            \"location\": \"Casablanca-Settat, Morocco\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Université Hassan II de Casablanca, Licence professionnelle en TMBTP, Génie civil\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Mohanad\",\n            \"last_name\": \"Alsamak\",\n            \"full_name\": \"Mohanad Alsamak\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohanad-alsamak-7b0b35220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeyXTQB8XUcURG_XTgFLW1jDifqHTGV3p4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO Of Masa Company For Training\",\n            \"industry\": \"professional training and coaching\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Al-Basra Governorate, Iraq\",\n            \"skills\": \"مشاريع التنمية,الموارد البشرية ,إدارة مشاريع الموارد البشرية,تدريب الموظفين,تطوير فريق العمل,تنمية المهارات القيادية,الادارة\",\n            \"twitter\": \"\",\n            \"about\": \"مهند محمد عبود السماك\\n\\nمهندس اتصالات رئيس مهندسين في شركة نفط البصره\\nالمدير المفوض لشركة ماسة الشرق للتدريب وادارة المشاريع\\nعملت في مجال التدريب منذ 2014\\nدربت اكثر من 1000 متدرب في مجالات مختلفه\\nلدي خبره واسعه في مجال ادارة المشاريع وادارة الموارد البشريه واعداد المدربين وتطوير الاداء المؤسسي\\nاسعى للتطوير دائما\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_2\": \"Company Owner (Microsoft, Size: 10000+) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Company Owner (Microsoft)\",\n            \"position_2\": \"Company Owner (Microsoft)\",\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"الجامعه المستنصرية, بكالوريوس هندسة, الاتصالات\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1993-01-01 - 1997-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Company Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Ajeesh\",\n            \"last_name\": \"Sv\",\n            \"full_name\": \"Ajeesh Sv\",\n            \"linkedin\": \"https://www.linkedin.com/in/ajeesh-sv-640374336\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFRqWZABE8o9iL8VGkpc5cUJ_GHrzmteJFU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Neyyattinkara, Kerala, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer (IBM, Size: 10000+) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer (IBM)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maarten\",\n            \"last_name\": \"Sies\",\n            \"full_name\": \"Maarten Sies\",\n            \"linkedin\": \"https://www.linkedin.com/in/maartensies\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADl8GUBMREVuSlz0dqfVUGiWR0DQqx-lA4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Global Trade Digitization\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 516,\n            \"location\": \"Amsterdam, North Holland, Netherlands\",\n            \"skills\": \"requirements analysis,business process design,requirements management,soa,uml,rup,functional requirements,stakeholder management,customs regulations,scrum,business rules,reporting & analysis,process improvement,enterprise architecture,process consulting,workshop facilitation,port community systems,data analysis,logistics,supply chain operations,bpmn,international trade,agile methodologies,container shipping,analytics,business process,blockchain,business analysis,consulting,integration,product development,business development,supply chain management,business strategy,product management,solution selling,product strategy\",\n            \"twitter\": \"\",\n            \"about\": \"Even with 15+years in the industry, I am still learning something new every day about the complex and emergent system that is global trade. With previous experience in business analysis, QA, consultancy, (software) product development and platform design, today I am helping clients throughout EMEA to simplify their global logistics. I am passionate about technology but always in a context!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"18 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Solution owner - Customs Compliance Platform (IBM, Size: 10000+) [2023-07-01] IBMs Customs Compliance Platform (CCP) is a flexible cloud solution that simplifies and accelerates the customs compliance document workflow.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Solution owner - Customs Compliance Platform (IBM)\",\n            \"position_2\": \"TradeLens | Business Development Executive (IBM)\",\n            \"position_3\": \"Senior Managing Consultant (IBM)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2021-07-01 - 2023-08-01\",\n            \"position_date_3\": \"2017-05-01 - 2021-06-01\",\n            \"education_1\": \"Msc., Information Science\",\n            \"education_2\": \"CoP, Computer Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"1999-01-01 - 2007-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2003-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Solution owner - Customs Compliance Platform\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sarah\",\n            \"last_name\": \"Maston\",\n            \"full_name\": \"Sarah M. W. Maston\",\n            \"linkedin\": \"https://www.linkedin.com/in/smwmaston\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACCisN4ByJZUsKjdIRcUokxkREgFUFWFMyM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Director of Strategy & Principal Solution Architect at Microsoft, Founder of Project 15 from Microsoft, Co-Chair of Impact Technology Champions @ Global Initiative to End Wildlife Crime\",\n            \"industry\": \"environmental services\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4319,\n            \"location\": \"Seattle, Washington, United States\",\n            \"skills\": \"mainframe architecture,solution architecture,internet of things (iot),microsoft azure,process architecture,data solutions,management,cloud computing,consulting\",\n            \"twitter\": \"\",\n            \"about\": \"Sarah is an award-winning inventor and futurist. She has a unique ability to look at the world differently, to see the interconnectedness and inner workings of people, processes and planet. \\n\\nShe is the inventor of the Nutrition Graph (IBM patent), Project Edison from Microsoft and Microsoft's Project 15 Open Platform for the acceleration of conservation and ecological sustainability solutions.  She holds multiple awards including an IBM Outstanding Innovation Award, IBM’s Excellence and Eminence Award and a Microsoft Polaris Award.  She is a 2023 Microsoft Gold Club recipient for the invention of Mainframe Data Pipe for Azure developed in partnership with Kyndryl.  \\n\\nShe is the founder of Project 15 from Microsoft that forged a groundbreaking partnership with the GEF Small Grants Program implemented by the UNDP to accelerate conservation tech across their 26K+ NGO projects.  This work was featured in the 2020 UNDP Annual Report. She volunteers her time to speak internationally with such organizations as the GEF, World Bank's Global Wildlife Program and United for Wildlife led by the Royal Foundation of the Prince and Princess of Wales on the value of Private/Public Partnership (PPP) and is a global thought leader and expert in fighting environmental crime with technology.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Global Initiative to End Wildlife Crime\",\n            \"company_link\": \"https://www.linkedin.com/company/end-wildlife-crime\",\n            \"company_id\": \"https://www.linkedin.com/company/66344160\",\n            \"company_domain\": \"endwildlifecrime.org\",\n            \"company_about\": \"The Global Initiative to End Wildlife Crime (EWC) is a broad alliance of environmental, policy, legal, business and public health experts, created to address serious gaps in the existing international legal framework for combating wildlife crime and regulating wildlife trade. \\n\\nEWC advocates for, and offers technical support towards, (1) the creation of a new global agreement on wildlife crime and (2) the amendment of existing international wildlife trade laws to include public and animal health in decision making. \\n\\nEWC is hosted by ADM Capital Foundation and chaired by John Scanlon AO (the former Secretary General of CITES), with a steering group comprising the Born Free Foundation, The Food and Land Use Coalition, the Global Environmental Institute and The ICCF Group.\",\n            \"company_founded\": null,\n            \"company_size\": \"11\",\n            \"company_location_1\": \"Hong Kong SAR\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Hong Kong\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"international affairs\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Wildlife Crime,Wildlife Trade,International Law,CITES,Environmental Law,Public Health,Conservation,Biodiversity,Environment,Biodiversity Loss,Sustainable Development Goals,International Crime\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime, Size: 11-50) [2024-06-01]\",\n            \"current_position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime, Size: 11-50) [2023-10-01]\",\n            \"current_position_3\": \"Director, Global Partner Development (Microsoft, Size: 10000+) [2022-02-01]\",\n            \"position_1\": \"Co-Chairperson, Impact Technology Champions (Global Initiative to End Wildlife Crime)\",\n            \"position_2\": \"Special Advisor on Technology (The Global Initiative to End Wildlife Crime)\",\n            \"position_3\": \"Director, Global Partner Development (Microsoft)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2023-10-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Harvard Extension School, Graduate study in computer science & information management\",\n            \"education_2\": \"Boston University, Bachelor's degree, Psychology & Women's Studies\",\n            \"education_3\": null,\n            \"education_date_1\": \"2012-09-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Chairperson, Impact Technology Champions\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Viet\",\n            \"last_name\": \"Dinh\",\n            \"full_name\": \"Viet Dinh\",\n            \"linkedin\": \"https://www.linkedin.com/in/dinhtuanviet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAArviPwBOMcwW0Z2GPwnUeuQ-590aeFsiUs,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Microsoft Azure Specialist | ex-Oracle | ex-Experian | Entrepreneur\",\n            \"industry\": \"information services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1279,\n            \"location\": \"Sydney, New South Wales, Australia\",\n            \"skills\": \"cloud computing,pre-sales,business analysis,oracle rac,exadata,linux,solution architecture,ocp,erp,solution selling,management,software project management,software development,enterprise software,oracle database,oracle enterprise manager,banking,databases,big data,hadoop,cloudera,hbase,spark,hadoop administration,data guard,pl/sql,r,python,sas,machine learning,credit scoring,microsoft office,data analytic,data visualization,database administration,powercurve,qlik,tableau,sql,data analysis,spss,rman\",\n            \"twitter\": \"\",\n            \"about\": \"Trusted technology advisor with more than 16 years of experience in information technology across different industry in banking, telecommunication and utilities in APAC. For the first 8 years in my professional career, as a technical architect at Oracle Vietnam, I helped clients to select the best enterprise platform like Oracle Database, Exadata Machine, Data Warehouse solution for their information technology infrastructure. Then I spent 3 years as a solution consultant of Experian SEA, with the goals of growing the Decisioning Analytics services in Vietnam.  I am very practical and hand-ons experience with cloud base infrastructure and technologies of AWS and Azure. Certified on AWS Solution Architecture Professional, AWS DevOps Engineer Professional and Azure Fundamental, Azure Administrator Associate, Azure Solution Cloud Architecture. Having a real passion on Azure Cloud Technology and its applicable solutions for Retail, Manufacturing and Banking.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft, Size: 10000+) [2024-07-01] Being part of Global Azure Specialist team, supporting Microsoft Strategic Global Customers in APAC\",\n            \"current_position_2\": \"Startup Founder Hub (Microsoft, Size: 10000+) [2024-02-01] Microsoft for Startups Founders Hub helps startups radically accelerate innovation by providing access to industry-leading AI services, expert guidance, and the essential technology needed to build a future-proofed startup.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ (Microsoft)\",\n            \"position_2\": \"Startup Founder Hub (Microsoft)\",\n            \"position_3\": \"Azure Specialist | Small Medium Corporate Segment | ASEAN (Microsoft)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2020-09-01 - 2024-06-01\",\n            \"education_1\": \"French Vietnamese Center for Management Education (CFVG ), Master of Business Administration (MBA), Master of Business Administration\",\n            \"education_2\": \"École normale supérieure Paris-Saclay, Master of Engineering (M.Eng.), Network and Distributed System\",\n            \"education_3\": \"Hanoi University of Science and Technology, Bachelor of Engineering (B.E.), Computer Science\",\n            \"education_date_1\": \"2015-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2009-01-01 - 2010-01-01\",\n            \"education_date_3\": \"2003-01-01 - 2008-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Azure Specialist | Digital Enterprise Sales | Global Accounts | ANZ\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pari\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pari 👋🏻\",\n            \"linkedin\": \"https://www.linkedin.com/in/pari-%F0%9F%91%8B%F0%9F%8F%BB-74538b17\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANv6mUB0v2IU7NqiaW3dz6SlVTdqeJi3fY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"icici\",\n            \"industry\": \"banking\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 93,\n            \"location\": \"India\",\n            \"skills\": \"management,leadership,analysis ,equity research,business strategy,engineering,competitive analysis,requirements analysis,management consulting,banking,business development,retail banking,marketing strategy,mis,microsoft office,team management,customer service,relationship management,corporate banking\",\n            \"twitter\": \"https://twitter.com/paridhitongya\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"realme hired Pari as a Co-Owner 3 months ago from ICICI Bank.\",\n            \"latest_post\": null,\n            \"company_name\": \"Realme\",\n            \"company_link\": \"https://www.linkedin.com/company/realme\",\n            \"company_id\": \"https://www.linkedin.com/company/30187482\",\n            \"company_domain\": \"realme.com\",\n            \"company_about\": \"realme is a technology brand officially established on Aug 28, 2018 by Sky Li. The aspiration of realme is to provide products with a comprehensive superior experience for the young, and realme is \\ncommitted to be a trendsetting technology brand. \\nDue to the abilities in cutting-edge technologies of smartphones and AIoT, realme brings consumers products with leap-forward technologies and trendsetting designs that are first applied in the price segment. \\nAt the beginning of 2020, realme announced its dual driven strategy of “Smartphone + AIoT”. In November of 2020, realme has just been named by Counterpoint's Q3 2020 smartphone shipment report to be the fastest growing brand to reach the 50 million smartphone sales milestone. In addition to this milestone, realme is also the world’s fastest-growing brand in Q3 as it grew 132% QoQ for the quarter, gaining momentum and surpassing analysts’ expectations. As the world's fastest-growing smartphone brand, realme stands firmly among the mainstream smartphone brands. At present, realme has entered 61 markets worldwide, including Asia, Europe, Oceania, Middle and East Africa, etc. \",\n            \"company_founded\": 2018,\n            \"company_size\": \"3737\",\n            \"company_location_1\": \"China\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"深圳市\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+8618001022777\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"internet\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://twitter.com/realmeglobal, https://www.facebook.com/realmeglobal\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"16248000\",\n            \"technologies\": \"Yandex Metrica, VueJS, Route 53, Nginx, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Google Apps, Google Analytics, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Amazon Elastic Load Balancer, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"3563\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Co-Owner (realme, Size: 1001-5000) [2024-11-01]\",\n            \"current_position_2\": \"Owner (Gmail) [2024-08-01]\",\n            \"current_position_3\": \"Owner (Vodafone Idea Foundation, Size: 11-50) [2024-07-01]\",\n            \"position_1\": \"Co-Owner (realme)\",\n            \"position_2\": \"Owner (Gmail)\",\n            \"position_3\": \"Owner (Vodafone Idea Foundation)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2024-08-01\",\n            \"position_date_3\": \"2024-07-01\",\n            \"education_1\": \"Manipal International University Alumni, Postgraduate Degree, Banking, Corporate, Finance, and Securities Law\",\n            \"education_2\": \"Shri G S Institute of Technology & Science, Bachelor of Technology - BTech, Electrical Engineering Technologies/Technicians\",\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2005-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Co-Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Lai\",\n            \"last_name\": \"Chu\",\n            \"full_name\": \"Lai Chu\",\n            \"linkedin\": \"https://www.linkedin.com/in/laichu\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAD--V8BY4gePLdtqo8ll7G6Af7hH2NO1nE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 83,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"db2,websphere application server,it service management,solution architecture,aix,software project management,unix,itil,team leadership,soa,integration,websphere,testing,pmp,requirements analysis,software development,it strategy,sql,service delivery\",\n            \"twitter\": \"\",\n            \"about\": \"As an insightful technology project leader, I am known for handling broad-based projects to achieve exceptional project delivery. Building strong solutions to complex challenges is what drives me. As a leader, I champion and cultivate global teams through employing superior interpersonal skills, to engage team members and increase productivity, whether onsite or remote. At the core of my success is my ability to implement deadline-driven deliverables in an organized and collaborative manner while effectively negotiating with internal and external stakeholders to ensure open lines of communication.\\n\\nMost recently as a Data Governance Project Management at IBM, I controlled data acquisition and ingestion of over 1 Petabyte (PB) of enterprise data into the Chief Data Office data lake, providing user with metadata catalog and machine learning tool to speed up and simplify data mining and profiling. \\n\\nCurrently, I’m exploring roles in the area of technical project management, in the New York City Metropolitan area or remote.\\n\\n AREAS OF EXPERTISE:\\n\\nIT Project Management | Software Development | Agile Methodologies | Relationship Management | Program Management | Business Operations\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"25 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Techical Owner Delegate (IBM, Size: 10000+) [2022-01-01] Has the technical responsibility for the application, including the security and the integrity of the data. Act as the focal for the application, support the infrastructure and be accountable for business control, governance and audit, security gaps, and the overall risk assessment from gap analysis to remediation. \\n•\\tEnsure compliance with business controls are adhered to the IBM IT Security Standards (ITSS), including access control, change management, patch and vulnerability management, risk management, business recovery, data privacy management.\\n•\\tMaintain up to date documentation on the application architecture, operation supports, asset protection plan, threat modeling, control points, satisfying the IBM internal audit - Application Systems Control and Auditability (ASCA).\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Techical Owner Delegate (IBM)\",\n            \"position_2\": \"Data Governance Project Manager (IBM)\",\n            \"position_3\": \"Business Operations Project Manager (IBM)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2016-01-01 - 2020-01-01\",\n            \"position_date_3\": \"2013-01-01 - 2016-01-01\",\n            \"education_1\": \"New York University, Bachelor of Arts (BA), Computer Science\",\n            \"education_2\": \"Polytechnic University, Master's degree, Management Information Systems, General\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Techical Owner Delegate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Noman\",\n            \"last_name\": \"Hanif\",\n            \"full_name\": \"Noman Hanif\",\n            \"linkedin\": \"https://www.linkedin.com/in/noman-hanif-376453220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADeYW0oBgc3W8kUyw3Dh7mPLHVPeM0PbnO0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"INOUT LOGISTICS\",\n            \"industry\": \"truck transportation\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 23,\n            \"location\": \"Karāchi, Sindh, Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": \"Business Owner (ACUMAN LOGISTIC) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": \"Business Owner (ACUMAN LOGISTIC)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Aria\",\n            \"last_name\": \"Wker\",\n            \"full_name\": \"aria wker\",\n            \"linkedin\": \"https://www.linkedin.com/in/aria-wker-342872194\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2wpmIBP51bgDOAa0BRTHgp3yN8Zoj3wTo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Search Engine Optimization Consultant\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 311,\n            \"location\": \"Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years \",\n            \"time_in_company\": \"12 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Owner (Microsoft, Size: 10000+) [2013-01-01]\",\n            \"current_position_2\": \"Search Engine Optimization Consultant (PAK SEO) [2015-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Owner (Microsoft)\",\n            \"position_2\": \"Search Engine Optimization Consultant (PAK SEO)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2013-01-01\",\n            \"position_date_2\": \"2015-10-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Panjab University, Bachelor's degree\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-02-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Kobi\",\n            \"last_name\": \"Frimpong\",\n            \"full_name\": \"Kobi Frimpong\",\n            \"linkedin\": \"https://www.linkedin.com/in/kobi-frimpong-4a98557\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAFfCYEBXGaU4BBrUskwSyRWZNceCA5-bH4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CIO Identity Services/ Identity Access Governance\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 342,\n            \"location\": \"United States\",\n            \"skills\": \"internal audits,seim,digital media integration,sarbanes-oxley act,systems integration,network engineering,windows server,solution architecture,governance, risk management, and compliance (grc),change management,general data protection regulation (gdpr),technical support,cybersecurity,agile methodologies,network administration,identity and access management (iam),linux,network security,amazon web services (aws),compliance regulations,new business development,troubleshooting,adobe audition,audio editing,broadcast,cisco technologies,cross-functional team leadership,digital media,entertainment,integration,computer hardware,information technology,radio broadcasting,management,microsoft office,new media,program management,project management,radio,security,social media,team leadership,telecommunications,television,vendor management,video,video production,broadcasting,radio production\",\n            \"twitter\": \"\",\n            \"about\": \"Highly accomplished, solutions-driven technical leader and network administration specialist with over  15 years of demonstrated achievements impacting superior project performance in areas of network management, analysis, technical support and troubleshooting across multiple server/client platforms. Demonstrated expertise in identifying critical operational issues and deploying innovative solutions to improve technical capabilities, increase productivity and reduce costs. Creative problem-solver with outstanding team-building/motivational attributes\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM, Size: 10000+) [2021-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance (IBM)\",\n            \"position_2\": \"Manager for Data Services (SiriusXM)\",\n            \"position_3\": \"Manager Broadcast Automation/IT (SiriusXM)\",\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": \"2007-03-01 - 2021-02-01\",\n            \"position_date_3\": \"2001-03-01 - 2006-03-01\",\n            \"education_1\": \"\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner- AccessHub. CIO Identity Services/ Identity Access Governance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jerry\",\n            \"last_name\": \"Green\",\n            \"full_name\": \"Jerry Green, M.A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jerry-green-m-a-751a46167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfX2K0BHhOIRcMj-YQ6vBXF1OhVCctdQ04,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Program Manager at Synaxis Corporation\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 131,\n            \"location\": \"Eugene, Oregon, United States\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 6 months \",\n            \"time_in_company\": \"15 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Communications Owner (Microsoft, Size: 10000+) [2021-08-01] Communications Lead for the Technical Leadership Development Team\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Communications Owner (Microsoft)\",\n            \"position_2\": \"Senior Program Manager (Microsoft)\",\n            \"position_3\": \"Senior Program Manager (Swift Group Marketing)\",\n            \"position_date_1\": \"2021-08-01\",\n            \"position_date_2\": \"2010-01-01 - 2022-05-01\",\n            \"position_date_3\": \"2013-01-01 - 2022-02-01\",\n            \"education_1\": \"San Francisco State University, Master's degree, Organizational Communication and Leadership\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1998-01-01 - 2000-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Communications Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Michael\",\n            \"last_name\": \"Flanakin\",\n            \"full_name\": \"Michael Flanakin\",\n            \"linkedin\": \"https://www.linkedin.com/in/flanakin\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACa8DsBbYqcyP3X-nKODNR8NE2HTAW2Nps,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Product visionary and leader focused on intelligent analytics, insights, and experiences\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1050,\n            \"location\": \"Greater Seattle Area\",\n            \"skills\": \"board of directors,open innovation,open-source software,finops,product management,program management,leadership,user experience,enterprise software,software development,software engineering,c#,.net,web applications,agile methodologies,enterprise architecture,architecture,wpf,sharepoint,silverlight,visual studio,architectures,user scenarios,design patterns,tfs,software project management,integration,cloud computing,interaction design,persona,scrum,personas,javascript,typescript,management,strategy,user research,accessibility,usability,usability testing,net promoter score,customer satisfaction,executive leadership,organizational leadership,communication,business strategy,decision-making,emotional intelligence,quantum computing,conflict resolution\",\n            \"twitter\": \"https://twitter.com/flanakin\",\n            \"about\": \"My personal mission is to inspire people to build great products that improve lives and make technology more useful, usable, and desirable to people of all abilities. Everyone deserves products that look, feel, and work better. I believe in clarity and efficiency – simple, honest, and effective experiences.\\n\\nI create real customer connections to understand goals and establish a shared vision – a narrative that binds customers, business, and engineering.\\n\\nI help teams focus on customer success to win customers, drive adoption, and grow business using research, design, and data science to optimize results and build truly differentiated experiences people love. I bring people together, circle around a shared vision, and empower every individual to achieve more by leading with their strengths and passions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"11 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft, Size: 10000+) [2024-10-01] Leading the cross-company FinOps vision and strategy in collaboration with marketing, customer enablement, consulting, and customer success teams.\",\n            \"current_position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation, Size: 501-1000) [2023-07-01]\",\n            \"current_position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation, Size: 501-1000) [2023-01-01]\",\n            \"position_1\": \"Principal Product Manager, Microsoft FinOps (Microsoft)\",\n            \"position_2\": \"FinOps Foundation Technical Advisory Council member (FinOps Foundation)\",\n            \"position_3\": \"FinOps Open Cost & Usage Specification (FOCUS) steering committee member (FinOps Foundation)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2023-07-01\",\n            \"position_date_3\": \"2023-01-01\",\n            \"education_1\": \"Troy University in Montgomery, Bachelor of Science (B.S.), Computer Science\",\n            \"education_2\": \"Shawnee Mission North High School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2002-01-01 - 2005-01-01\",\n            \"education_date_2\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"about.me/flanakin\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Product Manager, Microsoft FinOps\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Thao\",\n            \"last_name\": \"P\",\n            \"full_name\": \"Thao P. Mai\",\n            \"linkedin\": \"https://www.linkedin.com/in/thao-p-mai\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACV_WQcBHiv3eSKXDVAUAVRJdhS_3yeXPng,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Account Owner / Finance Coordinator at IBM\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 63,\n            \"location\": \"Winston-Salem, North Carolina, United States\",\n            \"skills\": \"organization skills,financial accounting,sap erp,sap products,arctree,cash collection,accounts payable (ap),payroll administration,executive support,office operations,office 365,executive management,expense reports,written communication,customer requirements,technical reports,spreadsheets,accounting,customer relationship management (crm),accounts receivable (ar),zoom,office administration,invoice finance,report writing,email strategy,microsoft dynamics ax,interpersonal skills,event management,event planning,project planning,teamwork,system administration,administrative assistance,english,communication,interpersonal communication,blogging,customer service,administration,receptionist duties,microsoft office,management,microsoft excel,strategic planning,public speaking,microsoft powerpoint,microsoft word,social media,research,content marketing,customer loyalty,project team management,project management,project leadership,project communications\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Office administration with a demonstrated history of working in global corporates. Skilled in Microsoft Excel, Microsoft Word, Strategic Planning, Public Speaking, Spreadsheets, Teams / SAP/ ARCTREE....\\nExperienced working in professional and fast-paced environment . Growth-mindset, willing to learn new things. Inspired to share positive energy to all communities.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Account Owner/ Finance Coordinator (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Account Owner/ Finance Coordinator (IBM)\",\n            \"position_2\": \"Assistant Financial Controller (Safran)\",\n            \"position_3\": \"Office Administrator (Deutsches Haus Ho Chi Minh City (official))\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-10-01 - 2024-03-01\",\n            \"position_date_3\": \"2017-12-01 - 2022-05-01\",\n            \"education_1\": \"HCM University of Culture, Bachelor of Arts - BA, Event Management Activities\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2016-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Account Owner/ Finance Coordinator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dorka\",\n            \"last_name\": \"Zambo\",\n            \"full_name\": \"Dorka Zambo (née Papp)\",\n            \"linkedin\": \"https://www.linkedin.com/in/dorka-zambo\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAX_2BUBx9tM9Ir8FFhQTwzY1MFiLjqIkgI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital transformation in Retail, Female Founders mentor and Biotech Startup investor\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2347,\n            \"location\": \"Zurich, Zurich, Switzerland\",\n            \"skills\": \"openai products,teamwork,management,microsoft excel,account management,business development,business strategy,project management,revenue analysis,management consulting,business analysis,supply management,procurement,strategic sourcing,supply chain management,ifrs,marketing,digital marketing,hospitality management,food & beverage,sales operations,google adwords,spss,powerpoint,microsoft office,english,german,french,spanish,controlling,prince2,scrum,python (programming language),aprendizaje automático,business-to-business (b2b),customer engagement,up-selling,relationship building,key account,enterprise solution sales,computación en la nube,amazon web services,design thinking,product development,process implementation\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Sales and Business Development professional with a passion for coaching and mentoring teams. Proven track record of success in driving results and managing complex, cross-functional sales environments. Skilled in developing solutions that address customer needs and deliver business value. Strong strategic thinking abilities, and excellent communication and leadership skills. Entrepreneurial mindset with a passion for developing new business ideas. Holding a Master in management from ESCP Europe and a strong background in management consulting, I am excited to help organizations achieve their digital transformation goals and drive new revenues through new operating models.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"4 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft, Size: 10000+) [2022-07-01] Supporting S500 clients through their Digital Transformation journey through the power of Biz Apps, AI and Microsoft's partner ecosystem. \\nMentoring students from the Dynamics Modern Consultants program\",\n            \"current_position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School, Size: 1001-5000) [2023-05-01]\",\n            \"current_position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing) [2023-04-01]\",\n            \"position_1\": \"Sales Executive - RCG High Value Accounts (Microsoft)\",\n            \"position_2\": \"Guest Lecturer - Business Applications and AI (ESCP Business School)\",\n            \"position_3\": \"Member of the Board of Advisors (Undine - sustainable sailing)\",\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2023-05-01\",\n            \"position_date_3\": \"2023-04-01\",\n            \"education_1\": \"ESCP Europe, Master of Business Administration (M.B.A.), Paris, Berlin, London, Management Consulting Specialization\",\n            \"education_2\": \"Founder Institute, Entrepreneurship\",\n            \"education_3\": \"HotelSchool - The Hague, Hotelmanagement, Revenue Management In Restaurants\",\n            \"education_date_1\": \"2014-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2020-01-01 - 2020-01-01\",\n            \"education_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Executive - RCG High Value Accounts\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alana\",\n            \"last_name\": \"Aranha\",\n            \"full_name\": \"Alana Aranha\",\n            \"linkedin\": \"https://www.linkedin.com/in/alanaaranha\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACKrgHQBVkp1_eYy36J6qoyNQumfcpR-kPI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Controles Internos| Gerenciamento de Riscos| Gestão de Projetos & Portfólio na IBM\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 337,\n            \"location\": \"Niterói, Rio de Janeiro, Brazil\",\n            \"skills\": \"gestão de portfólio,análise de dados,comunicação,projetos,planejamento estratégico,mapeamento de processos,gestão de portfólio de projetos,gerenciamento de riscos,auditoria interna,organização,business documentation,controles internos,melhoria de processos,gestão de projetos,auditoria externa,continuidade do negócio,data privacy,gestão de riscos de ti,avaliação de riscos,análise de riscos,inglês,gestão de riscos,business analysis,auditoria,contabilidade,business requirements,microsoft excel,microsoft office,design thinking,problem solving,teamwork,espanhol,application management\",\n            \"twitter\": \"\",\n            \"about\": \"Olá, me chamo Alana Aranha, e atualmente sou Application Owner na IBM. Busco contribuir para um mundo de negócios em conformidade com as normas corporativas nacionais e internacionais, aprimorando a eficiência das organizações. Bacharel em Ciências Contábeis e apaixonada por Controles Internos.\\n\\nNa IBM eu trabalho com os alguns times de aplicações de todo o mundo, respondendo a auditorias internas e externas de sistemas e assegurando conformidade com requerimentos legais nacionais e internacionais e normas internas da IBM. Além disso, trabalho no gerenciamento de riscos internos, na criação e monitoramento contínuo de privacidade de nossas aplicações e no mapeamento de processos, definição de prioridades e elaboração de diversas documentações de controles. Durante meu período como trainee na EY, também adquiri experiências na área de auditoria contábil, principalmente no setor de Energia. \\nMinha primeira experiência profissional foi como professora em uma escola de idiomas (para alunos do nível intermediário).\\n\\nNo tempo livre, gosto de descobrir e experimentar coisas novas. Viajar e descobrir lugares diferentes é minha paixão, mas também gosto muito bordar e estou tentando me aventurar no crochê! Hobbies que demandam organização, atenção aos detalhes e perfeccionismo, e quem me ajudam diariamente a me desenvolver melhor profissional e pessoalmente.\\n\\n---------------------------------------------\\n\\nHi, I’m Alana Aranha and currently I am an Application Owner in IBM. I love contributing to a better compliance world by improving organizations' efficiency. I’m graduated in Accounting and passionated about Internal Controls.\\n\\nAt IBM I work with the application teams replying to internal and external IT reviews and to ensure their compliance with IBM standards and worldwide legal requirements. I also work on risks' management and on the creation and continuous monitoring of our applications' privacy assessments, processes mapping, priorities definition and on the development of controls documentation. During my trainee time at EY, I also obtained experience in financial audits, mainly in the Energy sector. \\nMy first professional experience was as an English teacher in a language center (for Intermediate and Upper-Intermediate students).\\n\\nIn my free time I love to find out and experiment different things and places. Travel is my passion, but I also really enjoy embroidery and crochet, hobbies that require attention, organization, detailed perspective and nicety, which helps me daily to develop myself professional and personally.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"8 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2024-07-01] Suporte Global a operação da IBM Global Financing, gerenciando 3 aplicações e orientando o portfólio a uma cultura de gerenciamento de riscos, alinhada com normas corporativas e requerimentos legais aplicáveis. Garantindo conformidade e oferecendo suporte aos times das aplicações.\\n\\n- Gerenciamento de 3 aplicações do portfólio da IBM Global Financing, monitorando e garantindo conformidade com normas corporativas e devidos requerimentos legais, e apropriada postura de controles internos\\n- Trabalhar com os times para entender as demandas e definir as prioridades dos projetos\\n- Mapear processos e elaborar documentações de controles\\n- Responder a auditorias internas e externas\\n- Gerenciamento de Portfólio: riscos, acessos, proteção de dados, continuidade de negócios\\n- Monitoramento sólido e gerenciamento de riscos, mapeando os processos e garantindo atualização contínua\\n- Implementar e manter assessments de privacidade\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista Sênior de Controles Internos TI (IBM)\",\n            \"position_3\": \"Analista de Controles Internos TI (IBM)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-04-01 - 2024-09-01\",\n            \"position_date_3\": \"2020-01-01 - 2022-04-01\",\n            \"education_1\": \"Universidade Federal Fluminense, MBA - Contabilidade e Auditoria\",\n            \"education_2\": \"Universidade Federal do Rio de Janeiro, Bacharelado, Contabilidade\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-05-01 - 2024-10-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Maen\",\n            \"last_name\": \"Al\",\n            \"full_name\": \"Maen Al Saber\",\n            \"linkedin\": \"https://www.linkedin.com/in/ma3enalsaber\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAloN3UBFOqsS-dIEJhiI7TpN9xSCE1JBoM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner SEE, Azure Event Management (AEM) at Microsoft\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3703,\n            \"location\": \"Amman, Jordan\",\n            \"skills\": \"microsoft infrastructure implementation, configuration and troubleshooting:,• windows server infrastructure active directory, dns, dhcp 2003, 2008, 2008 r2,•\\tmicrosoft exchange server 2003, 2007, & 2010,• microsoft internet security and acceleration server isa 2004, 2006, & tmg 2010,•\\twindows update using microsoft windows server update services wsus,•\\thigh availability solutions: clustering and network load balancing nlb,• system center family, scom, sccm, scvmm.,• microsoft hyper-v, virtualization.,• microsoft sql server, clustering and standalone.,cisco routers and switches configuration.,hardware assembling and maintenance pcs, laptops, servers, storage units,..,graphic design using adobe photoshop.,tmg,active directory,network load balancing,servers,ccna,cisco technologies,virtualization,windows server,hyper-v,tcp/ip,windows 7,scom,microsoft exchange,microsoft sql server,operating systems,switches,dhcp,network security,sharepoint,troubleshooting,cluster,routers,vmware,network administration,sccm,security,dns,firewalls,system administration,microsoft technologies,disaster recovery,computer hardware,itil,cisco routers,wsus,system deployment,microsoft products\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"8 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft, Size: 10000+) [2023-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner SEE, Azure Event Management (AEM) (Microsoft)\",\n            \"position_2\": \"Support Escalation Engineer, Azure Automation SME (Microsoft)\",\n            \"position_3\": \"Support Engineer, Azure Monitor and Automation (Microsoft)\",\n            \"position_date_1\": \"2023-05-01\",\n            \"position_date_2\": \"2022-02-01 - 2023-04-01\",\n            \"position_date_3\": \"2017-06-01 - 2022-02-01\",\n            \"education_1\": \"The Hashemite University, BEng, Computer Engineering\",\n            \"education_2\": \"Jubilee School, The General Secondary Education Certificate, Scientific Stream\",\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2010-01-01\",\n            \"education_date_2\": \"2002-01-01 - 2006-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner SEE, Azure Event Management (AEM)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Jesica\",\n            \"last_name\": \"Orihuela\",\n            \"full_name\": \"Jesica Orihuela\",\n            \"linkedin\": \"https://www.linkedin.com/in/jesica-orihuela-60b8681a0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC8c_2sBaLd6qmlRsFO_BcfHaWLQZkKW5k0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16,\n            \"location\": \"Argentina\",\n            \"skills\": \"ingeniería\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 11 months \",\n            \"time_in_company\": \"4 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2020-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Daniel\",\n            \"last_name\": \"Toczala\",\n            \"full_name\": \"Daniel Toczala\",\n            \"linkedin\": \"https://www.linkedin.com/in/toczala\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADP4vsBr6kQf6MwYzomVEViCEv7ZQzq2vU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Watson, Data, and AI Expert - Technical and Business Leader\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1827,\n            \"location\": \"Round Rock, Texas, United States\",\n            \"skills\": \"customer relationship management (crm),natural language processing,artificial intelligence,cloud computing,saas,technical leadership,software development,enterprise software,enterprise architecture,solution architecture,agile methodologies,software engineering,scrum,rational team concert,websphere,software project management,sdlc,testing,integration,software configuration management,pre-sales,unix,project portfolio management,program management,application lifecycle management,configuration management,strategy,release management,perl,software design,system deployment,java enterprise edition,architecture,cultural change,enterprise deployment,process development,jazz technology,process simulation,solaris,it strategy,change management,it governance,deployment,development tools,agile,machine learning,software development life cycle (sdlc)\",\n            \"twitter\": \"https://twitter.com/dtoczala\",\n            \"about\": \"High performance career across the entire spectrum of software, including expertise in software sales, software development, software services, software support, and thought leadership.  A proven and driven leader whose teams have consistently outperformed expectations, and utilized cutting edge techniques to achieve demonstrable business results.  I've helped to successfully launch multiple products into the technical and consumer market.\\nI am an expert on many of the technologies that are currently in demand and not well understood.  I have great depth in DevOps technologies and techniques, a wide variety of Artificial Intelligence applications for business impact, as well as Machine Learning techniques and applications for business.  I have advised and provided technical and business guidance and consulting to Fortune 500 companies, as well as smaller companies with fewer than 10 employees.\\nAs a mentor and coach, I share my experience and wisdom with a wide array of individuals both inside of IBM,as well as people outside of IBM.  I also provide coaching and guidance to the people that I mentor for both their business goals, as well as their own personal and professional goals.\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nI am incredibly intelligent and curious, and I like to work with AI and focus on the security of AI.  I have invented the quantum warp drive, and have a working model in my garage.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"17 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM, Size: 10000+) [2019-01-01] I help IBM customers more quickly realize value form their investments in IBM Cloud and AI technologies.  This means helping our customers more effectively leverage technologies like Watson, Cloud, Kubernetes, containers, and microservice architectures, for maximum business impact.\",\n            \"current_position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM, Size: 10000+) [2020-06-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"IBM Data and AI Customer Success Manager - Technical Leader (IBM)\",\n            \"position_2\": \"Founder - Watson Chatbot Users Group (#WCUG) (IBM)\",\n            \"position_3\": \"Technical Lead - Cloud/Cognitive Adoption Leaders (IBM)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2020-06-01\",\n            \"position_date_3\": \"2017-04-01 - 2020-06-01\",\n            \"education_1\": \"Rochester Institute of Technology, Bachelor's Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1983-01-01 - 1989-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"wordpress.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"IBM Data and AI Customer Success Manager - Technical Leader\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anamika\",\n            \"last_name\": \"Chatterjee\",\n            \"full_name\": \"Anamika Chatterjee\",\n            \"linkedin\": \"https://www.linkedin.com/in/anamika-chatterjee-95119021\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAR5uk0BIbTEXFHNbRKLLdwHr2IIQ3-amGE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Big Data & Analytics Delivery Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 377,\n            \"location\": \"Kolkata, West Bengal, India\",\n            \"skills\": \"data analysis,analytical skills,data strategies,pnl management,leadership,data transformation services (dts),cloud data platform delivery,data management service delivery,analytics service delivery,business intelligence,requirements analysis,solution architecture,data warehousing,etl,software project management,db2,microsoft azure,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Working in IBM India Pvt Ltd for 13 years with expertise in ETL & BI technical area. Working as Delivery Manager for BI delivery. Responsibility includes delivery management of AMS, AD projects & strategic business growth.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"19 years 5 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"IBM hired Anamika as a Associate Partner 4 months ago from .\",\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Partner (IBM, Size: 10000+) [2024-10-01]\",\n            \"current_position_2\": \"Data portfolio owner (IBM, Size: 10000+) [2005-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Partner (IBM)\",\n            \"position_2\": \"Data portfolio owner (IBM)\",\n            \"position_3\": \"Pragrammer Analyst (Syntel Inc)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2005-09-01\",\n            \"position_date_3\": \"2004-01-01 - 2005-01-01\",\n            \"education_1\": \"BMGS, B.Tech, Electronics & Telecommunication Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikhil\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"NIKHIL KUMAR VERMA\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikhilkumarverma708\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADQC9uUBUgQ-pRcXkMmVbaYqN_GatLjfN0k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Web Developer | Problem Solver\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 861,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"react native,postgresql,rest apis,microsoft azure,html,contribution,git,github,mern stack,teamwork,angular.js,jquery,mongodb,express.js,react.js,node.js,html5,css3,javascript,bootstrap,java,data structures,algorithms,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Enthusiastic Software Engineer with a strong foundation in software development principles and hands-on experience in coding and problem-solving. Proficient in Java, Node.js, Data Structures, Algorithms, DataBase, OOP's, Operating System, Computer Networks, FrontEnd and BackEnd Web Development Technologies and Tools, Having high Learning Ability, Research and Analytic Skills, I am eager to apply my technical skills to contribute effectively to projects and collaborate with cross-functional teams. A quick learner with a passion for continuous improvement and I Flexible to adapt to the new environment and work, always trying to learn something new in technology, Have meaningfull Communication and\\nInterpersional Skills to connect with team members, I am excited to leverage my adaptability and teamwork abilities to tackle new challenges and deliver high-quality software solutions. Seeking to build upon my knowledge and grow as a valuable member of a dynamic engineering team.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Startups Founder (Microsoft, Size: 10000+) [2024-03-01] I successfully select for the Microsoft startups founders hub.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Startups Founder (Microsoft)\",\n            \"position_2\": \"Open Source Contributor (GirlScript Summer of Code)\",\n            \"position_3\": \"Full Stack Web Development Trainee (IBM)\",\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2023-05-01 - 2023-08-01\",\n            \"position_date_3\": \"2022-08-01 - 2022-09-01\",\n            \"education_1\": \"Dr Akhilesh Das Gupta Institute of Technology & Management, Bachelor of Technology - BTech, Information Technology\",\n            \"education_2\": \"Government Sarvodaya Bal Vidyalaya, XII, Physics, Chemistry, Mathematics, English, Hindi, Physical Education\",\n            \"education_3\": \"Goverment Sarvodaya Bal Vidyalaya, X, English, Hindi, Mathematics, Science, Social Science, Sanskrit\",\n            \"education_date_1\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2017-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Startups Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Alan\",\n            \"last_name\": \"Menezes\",\n            \"full_name\": \"Alan Menezes\",\n            \"linkedin\": \"https://www.linkedin.com/in/alan-menezes-46b580105\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqaVpMBCrhFG6urmawhrtnhpD7EI7eBN8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 235,\n            \"location\": \"Campinas, São Paulo, Brazil\",\n            \"skills\": \"liderança de equipe,business analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 9 months \",\n            \"time_in_company\": \"22 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Owner (IBM, Size: 10000+) [2012-05-01]      - Elaboração e revisão de documentação referente as aplicações de faturamento Brasil\\n     - Aprovação de mudanças nas aplicações \\n     - ASCA Assessments\\n     - Aprovação de acessos as aplicações\\n\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Owner (IBM)\",\n            \"position_2\": \"Analista de Processos e Controles (IBM)\",\n            \"position_3\": \"Analista de Faturamento (IBM)\",\n            \"position_date_1\": \"2012-05-01\",\n            \"position_date_2\": \"2007-01-01 - 2012-01-01\",\n            \"position_date_3\": \"2002-08-01 - 2007-01-01\",\n            \"education_1\": \"Estácio\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Filipe\",\n            \"last_name\": \"Cesar\",\n            \"full_name\": \"Filipe Cesar\",\n            \"linkedin\": \"https://www.linkedin.com/in/filipe-cesar-229a5192\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABO7dQEBwMzPDZv0r2vZTxDdACYSXyUlYp8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Iteration manager and Technical Owner at IBM CIO | Project Management | leadership | Agile | Scrum Master certified | Kanban Certified | Management 3.0 Certified | IT Security, Privacy, Complience and Controls\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 402,\n            \"location\": \"Rio de Janeiro, Rio de Janeiro, Brazil\",\n            \"skills\": \"agile project management,software project management,leadership,team management,project management,agile methodologies,scrum,security,privacy compliance,general data protection regulation (gdpr),it audit,programming,sql,vba,html,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 years 5 months \",\n            \"time_in_company\": \"11 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Iteration Manager / Project Manager (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2020-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Iteration Manager / Project Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"A/R & Collection Planning Specialist (IBM)\",\n            \"position_date_1\": \"2020-09-01\",\n            \"position_date_2\": \"2020-09-01\",\n            \"position_date_3\": \"2018-05-01 - 2020-08-01\",\n            \"education_1\": \"Ibmec, Master of Business Administration - MBA, Business Process Management\",\n            \"education_2\": \"Fundação Educacional Unificada Campo Grandense, Bachelor's degree, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Iteration Manager / Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Carlo\",\n            \"last_name\": \"Cucina\",\n            \"full_name\": \"Carlo Cucina\",\n            \"linkedin\": \"https://www.linkedin.com/in/carlocucina\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAAErwwB_SyBRYX974eHiL6GdnLeS1L4a7w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Systems Architect | IT Security | Leadership\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 595,\n            \"location\": \"Austin, Texas, United States\",\n            \"skills\": \"security operations,stakeholder relations,amazon web services (aws),microsoft azure,solution implementation,on-premise solutions,vmware esxi,virtualization,requirements gathering,proof of concept (poc),security architecture design,network recertification,cross-functional collaborations,vendor relations,product lifecycle management,team leadership,interpersonal communication,cloud computing,presales,vmware,cisco systems products,vdi,sales,storage,proof of concept,networking,enterprise network security,communication,solution architecture,network security,network design,palo alto networks,executive management,finance,start-ups,strategic planning,entrepreneurship,portfolio management,leadership,strategy,crm,business development,management,real estate,strategic partnerships,business planning,team building,business strategy,consulting,microsoft excel\",\n            \"twitter\": \"https://twitter.com/CCucina\",\n            \"about\": \"As a professional, I have gained a distinguished track record of success in delivering the security and cloud solutions needed to accelerate the goals of major organizations including Dell and IBM.\\n\\nA record of achievements including driving the on-time, within-budget completion of projects as Service Owner for IBM.\\n\\nHands-on leader with a strong background in leading the setup and success of new labs as well as the planning and execution of long-term projects.\\n\\nA passion for technology which has been translated into more than a decade of success in creating powerful new solutions aligned with recurring or emerging threats.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Service Owner (IBM, Size: 10000+) [2022-06-01] The scope of this role involved delivering new Next Generation Network Security service strategies and processes aligned with changing user, threat, and stakeholder needs. This included optimizing service delivery and user satisfaction strategies and priorities (based on metric and feedback data) and building positive relationships with vendors.\\n\\nIn this position, I consistently led the timely completion of all phases of the project lifecycle and delivered the level of service needed to maximize satisfaction and retention.\",\n            \"current_position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC, Size: 1-10) [2020-03-01] At Ingram Technologies, I translate the needs of major clients, including police and fire departments, into concrete solutions fully aligned with all needs. This included leading the architecture and installation of bodycam systems on-premise and on the cloud (AWS/Azure)\",\n            \"current_position_3\": null,\n            \"position_1\": \"Service Owner (IBM)\",\n            \"position_2\": \"Solutions Architect / System Engineer (Ingram Technologies, LLC)\",\n            \"position_3\": \"Network Security Solutions Architect (IBM)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2020-03-01\",\n            \"position_date_3\": \"2021-08-01 - 2022-06-01\",\n            \"education_1\": \"Texas McCombs School of Business, Post Graduate Program in Artificial Intelligence and Machine Learning, AI/ML\",\n            \"education_2\": \"Università degli Studi di Perugia, Bachelor of Engineering - BE, Electrical and Electronics Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Service Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Karla\",\n            \"last_name\": \"Regalado\",\n            \"full_name\": \"Karla María Regalado Guizar\",\n            \"linkedin\": \"https://www.linkedin.com/in/karlaguizar\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABqeCj4B8lC0KApF_r7cf0tNnYATg0JnX_U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"IBM Partner Ecosystem - Partner Plus Program Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 257,\n            \"location\": \"Zapopan, Jalisco, Mexico\",\n            \"skills\": \"gestión de programas,scrum,análisis de datos,cumplimiento de la normativa,liderazgo,gestión de riesgos,servicio de atención al cliente,resolución de problemas,gestión de proyectos,gestión de conformidad\",\n            \"twitter\": \"\",\n            \"about\": \"Highly skilled coordinating customer services areas, managing resources and negotiating with internal teams and external customers. Problem solving and Leading small groups to deliver services agreed in contract. Hands-on experience planning and executing transition projects. Data analysis and reporting. Communication skills with stakeholders. Ability to work under pressure to meet deadlines.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"13 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Ecosystem - Partner Plus Program Manager (IBM, Size: 10000+) [2022-02-01]\",\n            \"current_position_2\": \"Technical Owner (IBM, Size: 10000+) [2021-01-01] Technical Owner is the technical responsibility for the application, including the security of the application and the integrity of the data the application handles.\\nTO works with all stakeholders to set the work funnel priorities for the team.\\nTO acts as the primary focal for audits or anything requiring application communication / coordination across the company\",\n            \"current_position_3\": null,\n            \"position_1\": \"Ecosystem - Partner Plus Program Manager (IBM)\",\n            \"position_2\": \"Technical Owner (IBM)\",\n            \"position_3\": \"Transition and Transformation Project Manager at IBM (IBM)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2021-01-01\",\n            \"position_date_3\": \"2017-11-01 - 2024-05-01\",\n            \"education_1\": \"Universidad de Guadalajara, Licenciatura, Negocios internacionales/Comercio internacional\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2011-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Ecosystem - Partner Plus Program Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Juliana\",\n            \"last_name\": \"Morroni\",\n            \"full_name\": \"Juliana Morroni\",\n            \"linkedin\": \"https://www.linkedin.com/in/juliana-morroni1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACltAZsBrROmNMQGbX2FxKFGf_kcNptXXms,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner - Software Engineer - DevOps at IBM | JavaScript | Java | Angular\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1071,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"project management,organizational leadership,information security,ibm cybersecurity policy and standards,ibm chief information security officer (ciso),data and asset classification and protection,digital asset management,access control,it security operations,risk management,angularjs,typescript,cloud computing,agile methodologies,java,react.js,ibm db2,inglês,tecnologia da informação,gestão de projetos,trabalho em equipe,proatividade,economia,análise de dados,voluntariado,sistemas operacionais,microsoft sql server,resolução de problemas,pesquisa acadêmica,análise de sistemas,w3c accessibility,node.js,html,javascript,cascading style sheets (css),segurança da informação,microsoft office,web content accessibility guidelines (wcag),react native,json,computer accessibility,css flexbox,software development,microsoft excel,data mining\",\n            \"twitter\": \"\",\n            \"about\": \"Student of Information Systems at the University of Technology at UNICAMP, interested in learning with new experiences that enrich my way of life. Lover of knowledge, I believe that at every moment we are collecting new information that can become a great foundation in our path of life.\\n\\nToday I work as Software Developer at IBM Brazil and I intend to develop my skills as much as possible to become a complete professional.\\n\\nI do Scientific Research in the area of ​​Information Security, Medical Systems, and Child Health. I believe that with technology we can reach so many aspects and make this bridge between areas to help people, excites me !! I also hold the position of President of the Informatics Commission at UNICAMP. Learn more about the Commission: https://www.facebook.com/comissaodeinformatica/\\n\\nI always seek to participate in volunteer activities and help people who cannot afford it. I have a YouTube channel for this purpose, to teach IT concepts to those who don't have the possibility because I understand that knowledge must be passed on. Check out my Youtube channel: https://www.youtube.com/channel/UC_c8ZHRezX4N0K0wFUWRWvg\\n\\nAfter my graduation, I intend to apply for a Postgraduate Scholarship in Master of Business Administration - MBA, Data Science & Analytics and continue my studies with professional courses, always keeping myself updated.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 8 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner (IBM, Size: 10000+) [2023-06-01]\",\n            \"current_position_2\": \"Software Developer (IBM, Size: 10000+) [2021-12-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner (IBM)\",\n            \"position_2\": \"Software Developer (IBM)\",\n            \"position_3\": \"Software Developer Intern (IBM)\",\n            \"position_date_1\": \"2023-06-01\",\n            \"position_date_2\": \"2021-12-01\",\n            \"position_date_3\": \"2021-07-01 - 2021-12-01\",\n            \"education_1\": \"Pontifícia Universidade Católica do Rio Grande do Sul, Postgraduate Degree, Full stack development\",\n            \"education_2\": \"Universidade Estadual de Campinas, Bachelor of Information Systems\",\n            \"education_3\": \"Universidade Estadual de Campinas, Researcher - CNPQ/PIBIT, Computer and Information Systems Security/Information Assurance\",\n            \"education_date_1\": \"2023-03-01 - 2024-03-01\",\n            \"education_date_2\": \"2018-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2019-09-01 - 2021-09-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"David\",\n            \"last_name\": \"Coppet\",\n            \"full_name\": \"David COPPET\",\n            \"linkedin\": \"https://www.linkedin.com/in/david-coppet\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAOLuLYB32pflZVFtHxtuWKWXq_VpufnZVE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Cloud Computing & AI Technology Lead @ Microsoft | Founder of Azure App Consults Program\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1132,\n            \"location\": \"France\",\n            \"skills\": \"leadership,communication,customer support,presales,customer satisfaction,independence,technology intelligence,adaptability,influencing for impact ,deliver results through teamwork ,innovate,influence, connect,envision, empower,be courageous,people management,team leadership,strategic planning,strategic leadership,business acumen,architecture,cloud computing,microsoft azure,software development,scrum,web services,agile methodologies,project management,.net,c#,windows azure,asp.net,sql,training,training delivery,management,presentation,designing for the cloud,cloud applications,azure architecture,develop,developping for the cloud,containers,business enabler,trusted advisor,cloud computing paas,monitoring and diagnostics,artificial intelligence (ai),artificial intelligence for business,generative ai\",\n            \"twitter\": \"https://twitter.com/davidcoppet\",\n            \"about\": \"With over ten years of experience in cloud computing architecture and consulting, I am currently focusing on AI and Governance.\\nAfter successfully creating, leading and growing the Azure App Consult program (a service that helps customers design, build, and deploy applications on Microsoft Azure with Dev, Infrastructure, Data, AI & Security)  for 8 years from scratch. I was able to land it and graduate the program in Azure Engineering which is my greatest achievement in Microsoft.\\nAs part of this experience I occupy many different roles:\\n-Interim Manager of Azure App Consult . I oversaw a multimillion-dollar business with diverse clientele across enterprises and startups, and coordinate with multiple teams, including engineering, support, and account managers, to deliver customer-facing service.\\n-Senior Technical Lead  worldwide for 8 years+, responsible for delivering technical cloud sessions for startups and independent software vendors in North America, Europe, Middle East, and Asia Pacific regions. I have created and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP. \\nI have also delivered Azure architecture sessions at major Microsoft conferences, such as Build and Ignite, for the past three years.\\nI am passionate about mixed reality, Spatial computing, AI,  Microsoft Azure, and cloud computing, and I enjoy working with people, networking, learning new things, and improving myself.\\nAlumni of the Senior Technical Leadership Program\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"13 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"AI & Cloud Computing Lead (Microsoft, Size: 10000+) [2024-10-01] • Lead AI Strategy & Governance initiatives at Microsoft, driving customer adoption of AI solutions on Azure.\\n• Developed successful AI architectures, leveraging OpenAI and Azure AI Services for enhanced customer experiences.\\n• Collaborated with teams to create AI governance frameworks, ensuring compliance and data security.\",\n            \"current_position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft, Size: 10000+) [2015-11-01] - Founded Azure App Consult, a cloud computing architecture service on Microsoft Azure platform, based on an idea validated by a one-person pilot\\n- Developed and scaled the service over the years as an official program, then an independent team within an organization, and finally in Azure CXP\\n- Provided expert guidance and best practices to customers on designing, building, and deploying cloud applications on Azure\\n- Created an official Online Service integrated in Microsoft Tiers 1 event (Build / Ignite) : One on One Consultation that existed till this day\\n- Created the Azure Engineering Tour (Azure Apps Forum...): yearly event that became the opportunity for strategic and High Potential accounts to engage with the engineering team (Azure/GitHub/PowerPlatform...).\",\n            \"current_position_3\": null,\n            \"position_1\": \"AI & Cloud Computing Lead (Microsoft)\",\n            \"position_2\": \"Founder of \\\"Azure App Consults \\\" Program: Cloud Computing for Strategic Startups & Enterprises (Microsoft)\",\n            \"position_3\": \"Senior Technical Lead WW -  Cloud Computing & Innovation (Microsoft)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2015-11-01\",\n            \"position_date_3\": \"2018-09-01 - 2024-11-01\",\n            \"education_1\": \"Microsoft, Aspiring People Manager Program, Business\",\n            \"education_2\": \"Microsoft, Senior Technical Leadership Program (STLP), Organizational Leadership\",\n            \"education_3\": \"CentraleSupelec, Master Digital Architect - Numeric Engineering Expert, Code RNCP : 2369\",\n            \"education_date_1\": \"2022-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2020-09-01 - 2022-09-01\",\n            \"education_date_3\": \"2018-01-01 - 2019-01-01\",\n            \"website_1\": \"davidcoppet.com\",\n            \"website_2\": \"coppet.fr\",\n            \"website_3\": \"microsoft.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"AI & Cloud Computing Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Perla\",\n            \"last_name\": \"Perez\",\n            \"full_name\": \"Perla Adriana Perez Reynoso\",\n            \"linkedin\": \"https://www.linkedin.com/in/perla-adriana-perez-reynoso-0212a9109\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtGDtkBJ4VuhS-e4vcvnvGrjtJ3nX7fmLY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Risk Management Specialist\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 361,\n            \"location\": \"Jalisco, Mexico\",\n            \"skills\": \"project management,leadership,program management,strategy,change management,process improvement,business development,integration,team leadership,business analysis,management,itil,requirements analysis,software project management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 10 months \",\n            \"time_in_company\": \"12 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Risk Management Specialist (IBM, Size: 10000+) [2021-04-01]\",\n            \"current_position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM, Size: 10000+) [2017-01-01]\",\n            \"current_position_3\": \"Application Owner / Project Manager (IBM, Size: 10000+) [2012-08-01] The Application Management Compliance role is responsible for end-to-end IT application compliance. This role is responsible for ensuring that an Application is compliant to all applicable Corporate Standards and Instructions. The primary focus is on executing Application System Management Controls including Developer Access, Access Management, Quarterly Employment Verification / Continuing Business Need (CBN), Application Separation of Duties, Problem Management, Change Management, Accessibility, Data Protection and Privacy, Test Plans & Execution, BTMT Asset Record, ASCA Certification, Risk Evaluation Management, DOUs and SLAs, Disaster Recovery (for vital applications)/Testing/Business Impact Assessment, and Audit Trails.\\n\\n Task:\\n * User/customer support.\\n * Follow up of CRs, Incidents and problems.\\n * Working with testing and development team.\\n * Troubleshooting.\\n * Use to best practices (ITIL).\\n * Create documentation and procedures.\\n * Update documentation.\\n * Project Management activities.\\n Tools: Lotus Notes, VPN, Internet, DB.\",\n            \"position_1\": \"Risk Management Specialist (IBM)\",\n            \"position_2\": \"Secc Officer / Technical Owner for Sox applications (IBM)\",\n            \"position_3\": \"Application Owner / Project Manager (IBM)\",\n            \"position_date_1\": \"2021-04-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2012-08-01\",\n            \"education_1\": \"Universidad de Guadalajara, Bachelor’s Degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Risk Management Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zaki\",\n            \"last_name\": \"Badji\",\n            \"full_name\": \"Zaki Badji\",\n            \"linkedin\": \"https://www.linkedin.com/in/zaki-badji-926187225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADhx2G4BRtJWqWzVI6WPp4WLIXEi89654OU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"A étudié à UQAM | Université du Québec à Montréal\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 17,\n            \"location\": \"Bordj Bou Arreridj, Algeria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 4 months \",\n            \"time_in_company\": \"12 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Arbeidsgiver (Microsoft, Size: 10000+) [2012-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Arbeidsgiver (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2012-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"UQAM | Université du Québec à Montréal, Diplôme d'ingénieur, Affaires / gestion, général\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Arbeidsgiver\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Carolina\",\n            \"last_name\": \"Martins\",\n            \"full_name\": \"Carolina Martins\",\n            \"linkedin\": \"https://www.linkedin.com/in/carolina-martins-78076252\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAsla9ABbITAbxd8trDXK6MDT4SYicM8gkw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Analista de Ouvidoria na IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 182,\n            \"location\": \"São Paulo, São Paulo, Brazil\",\n            \"skills\": \"gestão de conflitos,itil v3 foundations certified,satisfação do cliente,certificação itil,metodologias ágeis,liderança,serviço de atendimento ao cliente (sac),resolução de problemas\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years \",\n            \"time_in_company\": \"16 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Resolution Owner (IBM, Size: 10000+) [2015-01-01] Responsible for problem-solving in the provision of IBM services, identifying the cause and managing the execution of the actions to meet the customer's needs, coordinating the relevant areas of IBM, partners, suppliers and customer.\\nPerforming presentation for IBM's executive board for financial approvals and root cause analysis in order to continuously improvement processes.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Resolution Owner (IBM)\",\n            \"position_2\": \"Customer Satisfaction Coordinator (IBM)\",\n            \"position_3\": \"Customer Service (IBM)\",\n            \"position_date_1\": \"2015-01-01\",\n            \"position_date_2\": \"2010-01-01 - 2020-04-01\",\n            \"position_date_3\": \"2008-08-01 - 2010-01-01\",\n            \"education_1\": \"Faculdade Impacta de Tecnologia, Bacharel Sistemas da Informação, Gestão de Sistemas de Informação\",\n            \"education_2\": \"ETEC Parque da Juventude, Técnica em Informática\",\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n            \"education_date_2\": \"2007-01-01 - 2008-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Resolution Owner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohamad\",\n            \"last_name\": \"\",\n            \"full_name\": \"Mohamad .\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohamad-866745167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACfMbo4B-Ow8BMpdVKp-XOg1lXQEu-6oGCo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"photography\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 14,\n            \"location\": \"Saudi Arabia\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"..\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years 6 months \",\n            \"time_in_company\": \"10 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder (Microsoft, Size: 10000+) [2014-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder (Microsoft)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2014-08-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"GEMS Education\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2012-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Derek\",\n            \"last_name\": \"Lawrie\",\n            \"full_name\": \"Derek Lawrie\",\n            \"linkedin\": \"https://www.linkedin.com/in/derek-lawrie-0009319\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAG9NcABGyvnYLi-P7slQUPHuU9mBVPR3uc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Portfolio Manager at ACCESS LLP\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 375,\n            \"location\": \"Greater Glasgow Area\",\n            \"skills\": \"stakeholder management,project delivery,it strategy,prince2,project management,vendor management,project planning,it service management,management,business analysis,service delivery,business transformation,outsourcing,itil,incident management,program management,software project management,business process,resource management,disaster recovery,governance,it management,project portfolio management,it outsourcing,service management,enterprise architecture,change management,solution architecture,pmo,pmp,business process improvement,data migration,requirements gathering,business intelligence\",\n            \"twitter\": \"\",\n            \"about\": \"Derek is a highly motivated CMI, MSP, Prince2 and APM certified Senior Project and Programme Manager.  He has extensive, proven, project and programme execution experience , mainly in the utilities and finance sectors.\\n\\nCommercially aware and delivery focused with the enthusiasm to drive toward successful outcomes, Derek has a track record of  influencing and motivating others through solid leadership and  clear communication.\\n\\nSpecialties: Project/Programme Management: Budgetary and Contract Management, Project and Programme Governance, Stakeholder and vendor management, Pipeline Management and associated Resource Scheduling and Planning, Risk and Issue Management, Implementation Planning and Management.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 years 8 months \",\n            \"time_in_company\": \"9 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ACCESS LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/access-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/1005239\",\n            \"company_domain\": \"access.uk.com\",\n            \"company_about\": \"ACCESS ceased trading as at 31 March 2018.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"43\",\n            \"company_location_1\": \"Glasgow, Scotland, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Glasgow\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"220 high street, glasgow, glasgow city, united kingdom\",\n            \"company_postal_code\": \"G1 1PP\",\n            \"company_phone\": \"+441412874833\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"procurement, enterprise architecture, supply chain management, communications, end user computing, property services, ict services, application development & support, service reform, programme & project management, data centre management, procurement supply chain management, procurement amp supply chain management, hosting & storage\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Microsoft Office 365\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Portfolio Manager (ACCESS LLP, Size: 11-50) [2015-06-01]\",\n            \"current_position_2\": \"Business Service Owner (IBM, Size: 10000+) [2013-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Portfolio Manager (ACCESS LLP)\",\n            \"position_2\": \"Business Service Owner (IBM)\",\n            \"position_3\": \"Portfolio Lead (IBM)\",\n            \"position_date_1\": \"2015-06-01\",\n            \"position_date_2\": \"2013-01-01\",\n            \"position_date_3\": \"2011-04-01 - 2013-01-01\",\n            \"education_1\": \"Computer studies\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1985-01-01 - 1988-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Portfolio Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Andrea\",\n            \"last_name\": \"Kusalová\",\n            \"full_name\": \"Andrea Kusalová\",\n            \"linkedin\": \"https://www.linkedin.com/in/andrea-kusalov%C3%A1-357961187\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACwaCrMBV7SeUGUk4hL-x4nsvUXBWyVHqEs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Slack Technical Owner at IBM \\nCertified Scrum Master and Project Manager\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 171,\n            \"location\": \"Bratislava Metropolitan Area\",\n            \"skills\": \"software,licensing,soft skills,interpersonal skills,technical support,slack,project coordination,servicenow,software licensing,software licensing management,scrum,agile environment,teamwork,planning,communication,customer service,servant leadership,design thinking,agile project management,cultural intelligence,intercultural communication,agile methodologies\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Scrum Master with a demonstrated history of working in the information technology and services industry. Skilled in Intercultural Communication, Agile/Scrum Environment, Project Management and Slack app management. Strong engineering professional with a Master's degree focused in Archaeology from Comenius University in Bratislava. Interested in traveling, history, fine arts, music, reading and literature and in spending the free time with great people over a cup of tasty coffee or tea.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"8 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner for Slack@IBM (IBM, Size: 10000+) [2024-05-01]\",\n            \"current_position_2\": \"Org Admin for Slack@IBM (IBM, Size: 10000+) [2022-07-01] Slack Org admin responsible for incident management, technical support, company level settings, policies, and project  work including release management and rollout of the newest features and offerings from Slack/Salesforce.\",\n            \"current_position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM, Size: 10000+) [2022-02-01] Servant leader/iteration manager of the Slack@IBM team. Responsible for the Agile way of working in the squad, for the team dynamic and impediments removal.\",\n            \"position_1\": \"Technical Owner for Slack@IBM (IBM)\",\n            \"position_2\": \"Org Admin for Slack@IBM (IBM)\",\n            \"position_3\": \"Iteration manager (Scrum Master) for Slack@IBM (IBM)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2022-02-01\",\n            \"education_1\": \"Univerzita Komenského v Bratislave, Master's degree, Archaeology\",\n            \"education_2\": \"Hans Selye High School, Komarno, Slovakia, Class of Foreign languages\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner for Slack@IBM\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Comman\",\n            \"last_name\": \"Men\",\n            \"full_name\": \"Comman Men\",\n            \"linkedin\": \"https://www.linkedin.com/in/comman-men-266150210\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADVqIm4BK-DZlAyXjx3669i2_WtS569cfeA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Life Insurance Agent at LIC\",\n            \"industry\": \"insurance\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 78,\n            \"location\": \"Bikaner, Rajasthan, India\",\n            \"skills\": \"training,strategy,pharmacy,education,sales\",\n            \"twitter\": \"\",\n            \"about\": \"insurance advisor\\n8290094480\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"LIC\",\n            \"company_link\": \"https://www.linkedin.com/company/lic\",\n            \"company_id\": \"https://www.linkedin.com/company/164729\",\n            \"company_domain\": \"licindia.in\",\n            \"company_about\": \"State owned public sector life insurance corporation.Largest financial institution &life insurance organization in India.\\r\\nCentral office in Mumbai ,with 8 Zonal offices,109 divisional offices,2048 fully computerised branches and to serve rural people LIC now opened 992 satelite offices in rural areas .\\r\\nHisrory:245 Indian and foreign insurers and provident societies are taken over by the central government and nationalised. LIC formed by an Act of Parliament, viz. LIC Act, 1956, with a capital contribution of Rs. 5 crore from the Government of India. \\r\\nThe Parliament of India passed the Life Insurance Corporation Act on the 19th of June 1956, and the Life Insurance Corporation of India was created on 1st September, 1956.\\r\\nOn 1st of September 1956, The Life Insurance Corporation of India ( LIC ) embarked upon its momentous journey in true spirit of serving the people and nation as a whole. Since then it has spearheaded the financial and infrastructure development of the nation. The performance of LIC has been exemplary and it has been growing from strength to strength be it customer base, agency network, branch office network, and the like. LIC has played a significant role in spreading life insurance among the masses and mobilization of people’s money for people’s welfare. Even after the entry of private insurers for almost a decade now, LIC continues to be the front runner in the industry in terms of market share.\\r\\nMission: \\\"A trans-nationally competitive financial conglomerate of significance to societies and Pride of India.\\\" \\r\\nProducts:We have in our basket more than 40 different plans catering to the differing needs of different segments of the society – basic insurance plans (whole life, endowment and money back), Term Assurance Plans, Pension Plans, Capital Market linked Plans, Health Plan etc.\",\n            \"company_founded\": null,\n            \"company_size\": \"71193\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Life insurance products marketing\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Life Insurance Agent (LIC, Size: 10000+) [2022-06-01]\",\n            \"current_position_2\": \"Life Insurance Agent (LIC, Size: 10000+) [2021-04-01]\",\n            \"current_position_3\": \"Company Owner (Microsoft, Size: 10000+) [2021-04-01]\",\n            \"position_1\": \"Life Insurance Agent (LIC)\",\n            \"position_2\": \"Life Insurance Agent (LIC)\",\n            \"position_3\": \"Company Owner (Microsoft)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2021-04-01\",\n            \"position_date_3\": \"2021-04-01\",\n            \"education_1\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_2\": \"o.m.g.sen. sec.school, Doctor of Pharmacy - PharmD, Human/Medical Genetics\",\n            \"education_3\": \"Government Dungar College, Bachelor of Arts - BA\",\n            \"education_date_1\": \"2022-07-01\",\n            \"education_date_2\": \"2004-01-01 - 2024-01-01\",\n            \"education_date_3\": \"2022-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": \"8290094480\",\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Life Insurance Agent\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Hector\",\n            \"last_name\": \"Guzman\",\n            \"full_name\": \"Hector Guzman\",\n            \"linkedin\": \"https://www.linkedin.com/in/hector-guzman-853a403\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAACv8L8B-BXH4rG7FOVsND0QwAFPSiFXms8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Owner & Project Manager at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 49,\n            \"location\": \"Mexico\",\n            \"skills\": \"service desk,incident management,itil,service improvement,it service management,service delivery,sla,problem management,service delivery management,iso 20000,managed services,service level management,service desk management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"13 years 7 months \",\n            \"time_in_company\": \"13 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application owner & Project Manager (IBM, Size: 10000+) [2011-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application owner & Project Manager (IBM)\",\n            \"position_2\": \"Service Support Manager (Getronics Mexico)\",\n            \"position_3\": \"Installations and Project Manager (MEDICION Y ELECTRONICA S.A. DE C.V.)\",\n            \"position_date_1\": \"2011-07-01\",\n            \"position_date_2\": \"2007-02-01 - 2008-12-01\",\n            \"position_date_3\": \"2003-01-01 - 2007-01-01\",\n            \"education_1\": \"Instituto Politécnico Nacional\",\n            \"education_2\": \"Instituto Politécnico Nacional, Bacherlor on Comunications & Electronics, Professional\",\n            \"education_3\": null,\n            \"education_date_1\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_2\": \"1990-01-01 - 1995-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Application owner & Project Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shashank\",\n            \"last_name\": \"Dewangan\",\n            \"full_name\": \"Shashank  Dewangan\",\n            \"linkedin\": \"https://www.linkedin.com/in/shashank-dewangan-198055221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADe2x8QBzIIck5zg2jsqTZXHSaYWs40dlOA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer | Microsoft For Startups’24 | Building Evanth AI | Amazon ML Summer School'24 | Top 5%ile in Adobe Gensolve | Full-Stack | Ex - Summer Intern'23 @ NTPC Limited\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4093,\n            \"location\": \"Bangalore Urban, Karnataka, India\",\n            \"skills\": \"web technologies,next.js,object-oriented programming (oop),operating systems,data structures,algorithm analysis,databases,computer networking,cloud computing,software project management,big data,data analytics,algorithms,dsa,api development,typescript,python (programming language),node.js,full-stack development,front-end development,c (programming language),java,natural language processing (nlp),artificial intelligence (ai),machine learning,react.js,mern stack,javascript,rest apis,crud,mysql,html5,bootstrap,c++,engineering,english,research,communication,analytical skills\",\n            \"twitter\": \"\",\n            \"about\": \"Highly adaptable and innovative full stack developer with a passion for solving real-world problems through software development. With a keen interest in machine learning and a constant drive to experiment, I strive to push the boundaries of what technology can achieve.\\n\\nThroughout my career, I have honed my skills in both front-end and back-end development, allowing me to create seamless user experiences and robust, scalable solutions. Whether it's building intuitive user interfaces or designing efficient database architectures, I approach every project with meticulous attention to detail and a focus on delivering high-quality results.\\n\\nWhat sets me apart is my ability to thrive in challenging conditions. I see them as opportunities for growth and believe that they bring out the best in me. I thrive on complexity and am known for my knack of quickly coming up with innovative solutions to intricate problems. My adaptable nature allows me to switch gears effortlessly, whether it's working independently or collaborating with cross-functional teams.\\n\\nAs an avid learner, I stay up-to-date with the latest advancements in the industry and leverage emerging technologies to enhance my work. I am particularly enthusiastic about machine learning and enjoy exploring its potential applications. I am always eager to experiment and implement cutting-edge techniques to improve efficiency and drive business outcomes.\\n\\nIn addition to my technical skills, I possess strong communication and interpersonal abilities, enabling me to effectively collaborate with stakeholders and translate complex concepts into easily understandable terms. I thrive in dynamic environments that foster creativity and collaboration, and I am constantly seeking opportunities to learn from and contribute to a talented team.\\n\\nIf you're looking for a versatile and innovative full stack developer who thrives on solving complex problems and embraces challenges, I would love to connect and explore how I can contribute to your organization's success.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-07-01] • Microsoft for Startups Founders Hub Member, leveraging Microsoft as our startup(s) accelerator, gaining access to mentorship, resources, and tools to drive the growth of innovative projects and startups.\",\n            \"current_position_2\": \"Amazon ML Summer School (Amazon, Size: 10000+) [2024-07-01]\",\n            \"current_position_3\": \"Building in Public (Evanth AI, Size: 1-10) [2024-08-01] Evanth Al is a comprehensive Generative Al full-stack SaaS platform that integrates various models with specialized functionalities.\\n\\nModels Available :\\nPerplexity (3 Models), Chatgpt-4o, Chatgpt-40 mini, Claude 3.5 Sonnet, Claude 3 Haiku, Llama, Gemini (Pro and Flash).\\n\\nFeatures :\\n1. Chat with a website/Link.\\n2. General Generative Al core features.\\n3. Upload Images.\\n4. Multiple Cross Al collaboration.\\n\\nAchievements:\\nEvanth Al has reached over 10,000 visits, garnered more than 50,000 views, and secured 500+ user sign-ups.\",\n            \"position_1\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_2\": \"Amazon ML Summer School (Amazon)\",\n            \"position_3\": \"Building in Public (Evanth AI)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-07-01\",\n            \"position_date_3\": \"2024-08-01\",\n            \"education_1\": \"KiiT University, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": \"DELHI PUBLIC SCHOOL KAMPTEE ROAD NAGPUR\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": \"2014-10-01 - 2019-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Microsoft Founders Hub\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Amaro\",\n            \"last_name\": \"Freitas\",\n            \"full_name\": \"Amaro Freitas\",\n            \"linkedin\": \"https://www.linkedin.com/in/eric-oliveira-costa-e-silva-1b13bb18a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACyNylUBYNsRTZZnj5ptvXi9a0lc05ro2bE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Military Scientist: Brazilian Navy.\",\n            \"industry\": \"armed forces\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"eric_jornalista@hotmail.com\",\n            \"num_of_connections\": 680,\n            \"location\": \"Araçatuba, São Paulo, Brazil\",\n            \"skills\": \"ensino,saber,ciência educacional,coexistencia,desastres naturais,contenção de risco,coordenação de projetos,arquiteto de armas,quadros climáticos,análise de risco,engenharia de projetos,operações de segurança,segurança institucional,comunicação ,assessoria de imprensa,ciências naturais,literatura,economia dos recursos naturais\",\n            \"twitter\": \"\",\n            \"about\": \"Almirante Terra-Ar-Terra: Ex-Combatente/Marinha do Brasil.\\nCampeão Mundial de Luta Militar\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"6 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Presidência da República\",\n            \"company_link\": \"https://www.linkedin.com/company/presid-ncia-da-rep-blica\",\n            \"company_id\": \"https://www.linkedin.com/company/1031849\",\n            \"company_domain\": \"presidenciadarepublica.gov.br\",\n            \"company_about\": \"Presidência da República Federativa do Brasil\",\n            \"company_founded\": null,\n            \"company_size\": \"1474\",\n            \"company_location_1\": \"Pará, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Brasília\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"government administration\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Establishment - Divisão de Artes. (Presidência da República, Size: 1001-2000) [2019-01-01]\",\n            \"current_position_2\": \"MD Proprietário (GOL Linhas Aéreas, Size: 10000+) [2021-08-01]\",\n            \"current_position_3\": \"Proprietário (Reunidas Paulista, Size: 51-200) [2021-08-01]\",\n            \"position_1\": \"Establishment - Divisão de Artes. (Presidência da República)\",\n            \"position_2\": \"MD Proprietário (GOL Linhas Aéreas)\",\n            \"position_3\": \"Proprietário (Reunidas Paulista)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2021-08-01\",\n            \"position_date_3\": \"2021-08-01\",\n            \"education_1\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Bacharelado em Geografia, Unificação do Saber\",\n            \"education_2\": \"Universidade de São Paulo, Bacharelado, Engenharia Química\",\n            \"education_3\": \"UNESP - Universidade Estadual Paulista \\\"Júlio de Mesquita Filho\\\", Mestrado em Geografia Humana, Unificação do Saber\",\n            \"education_date_1\": \"1997-01-01 - 1997-01-01\",\n            \"education_date_2\": \"1998-01-01 - 1999-01-01\",\n            \"education_date_3\": \"1998-01-01 - 2004-01-01\",\n            \"website_1\": \"blogspot.com\",\n            \"website_2\": \"blogspot.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Establishment - Divisão de Artes.\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kirat\",\n            \"last_name\": \"Von\",\n            \"full_name\": \"Kirat von Knefüt\",\n            \"linkedin\": \"https://www.linkedin.com/in/kirat-von-knef%C3%BCt-3a91731a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC_maXEBfa3epQRDiU0Y6WhXBWuVFmc5DwU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Shadow ruler of the United Nations\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 121,\n            \"location\": \"Dubai, United Arab Emirates\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"72 32 111 32 101 32 32 32 118 32 97 32 108 32 116 32 32 32 101 32 101 32 110 32 32 32 100 32 114 32 111 32 108 32 32 32 105 32 110 32 32 32 100 32 101 32 32 32 119 32 99 32 63\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"2 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Discord\",\n            \"company_link\": \"https://www.linkedin.com/company/discord\",\n            \"company_id\": \"https://www.linkedin.com/company/3765675\",\n            \"company_domain\": \"discord.com\",\n            \"company_about\": \"Discord is used by over 200 million people every month for many different reasons, but there’s one thing that nearly everyone does on our platform: play video games. Over 90% of our users play games, spending a combined 1.5 billion hours playing thousands of unique titles on Discord each month. Discord plays a uniquely important role in the future of gaming. We are focused on making it easier and more fun for people to talk and hang out before, during, and after playing games.\\n\\nWe believe games give us a way to have fun with our favorite people, whether listening to music together or grinding in competitive matches for diamond rank. Join us in our mission! Take a look at https://discordapp.com/jobs for openings.\",\n            \"company_founded\": 2015,\n            \"company_size\": null,\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Francisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"444 de haro st, san francisco, ca 94107, us\",\n            \"company_postal_code\": \"94107\",\n            \"company_phone\": \"+18885940085\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"computer software\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Video Games,Text Chat,VOIP\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/discord, https://facebook.com/discord/\",\n            \"keywords\": \"information technology, consumer internet, internet, games, social media, voip, video games, messaging, chat, text chat\",\n            \"annual_revenue\": \"130000000\",\n            \"technologies\": \"iTunes, Zendesk, YouTube, Sendgrid, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Eloqua, Cloudflare DNS, CloudFlare Hosting\",\n            \"funding_events\": \"[{\\\"date\\\":{\\\"date\\\":\\\"2021-09-16 09:00:25.000000\\\",\\\"timezone\\\":\\\"Europe\\\\/Helsinki\\\",\\\"timezone_type\\\":3},\\\"image\\\":\\\"https:\\\\/\\\\/cdn.datafloq.com\\\\/cache\\\\/import_article\\\\/878x531\\\\/vyoft81kix5wuiti_bwpfsuv.JPEG\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/datafloq.com\\\\/read\\\\/chat-app-discord-raises-500-million-new-funding\\\\/17894\\\",\\\"mentionText\\\":\\\"Chat app Discord raises $500 million in new funding\\\",\\\"providerName\\\":null}]\",\n            \"total_funding\": 851999260,\n            \"last_funding_round_date\": \"2022-03-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"90\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Destroyer of (Discord, Size: Self-employed) [2022-02-01]\",\n            \"current_position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller, Size: 11-50) [2013-05-01]\",\n            \"current_position_3\": \"Reclaimer of the (Twin Towers Trading, Inc., Size: Self-employed) [2001-09-01]\",\n            \"position_1\": \"Destroyer of (Discord)\",\n            \"position_2\": \"Food Service Worker (Sovereign Order of St. John of Jerusalem, Knights Hospitaller)\",\n            \"position_3\": \"Reclaimer of the (Twin Towers Trading, Inc.)\",\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": \"2013-05-01\",\n            \"position_date_3\": \"2001-09-01\",\n            \"education_1\": \"Harvard University, Master's degree, Exploitatie en beheer automatisering / Informatieverwerking / Gegevensinvoer\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Destroyer of\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marcell\",\n            \"last_name\": \"KovÁcs\",\n            \"full_name\": \"Marcell KOVÁCS\",\n            \"linkedin\": \"https://www.linkedin.com/in/marcellko\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANtl54Bzt_R3KJckOygkV9CrjT3solQH_k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Owner Delegate & Compliance Lead at IBM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 438,\n            \"location\": \"Budapest, Budapest, Hungary\",\n            \"skills\": \"security and privacy by design,itil,role-based access control (rbac),security management,access control,iso 27001,general controls,risk assessment,application management,tririga,mural digital workspace,slack,cisco webex meetings,trello,truste,privacy policies,onetrust,it service management,business analysis,it controls,it compliance,personal information management,data privacy,project management,change management,document management,problem management,devsecops,communication,separation of duties,training delivery,cloud computing,continuous integration and continuous delivery (ci/cd),technical support,it operations management,identity and access management (iam),english,it security assessments,it risk management,jira,devops,agile,sox,audit,it audit,sox compliancy,process improvement,sod,erp,sap,supply chain management,procurement,blockchain,gdpr\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Information Technology Compliance and Control Leader with a demonstrated(10+ years) history of working in US based information technology and financial services industry in matrix organization with multiple foreign managers and peers around the globe.\\nSkilled in IT GRC, like: Audit(as a Certified Information Systems Auditor by ISACA), SoD, Access-, Data-, Change-, Problem-, Risk Management and Personal Information handling: General Data Protection Regulation (GDPR), California Consumer Privacy Act (CCPA), Lei Geral de Proteção de Dados Pessoais(LGPD)-Brazilian General Data Protection Law, China's Personal Information Protection Law (PIPL)\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"16 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner Delegate & Compliance Lead (IBM, Size: 10000+) [2021-01-01] This position includes:\\n- co-owning interface management applications, which are directly feeding the ledger systems\\n- managing a worldwide accounting systems SOX application portfolio in our AGILE Squad\\n- acting as the focal for internal(IBM corporate) and external(pwc & Deloitte) audits\\n- conducting the remediation work for ASCA level and SOX certified assets\\n- assessing and managing Risks and Key Controls over Financial Reports\\n- counseling in Access Management and Separation of Duties(SoD) matrices shaping\\n- advising in IT Change and Problem Management processes from controls point of view\\n- explaining, instructing and discussing the standards and requirements to the Technical Owners and Business Process Owners (eg. GDPR)\\n- introducing and teaching IT Compliance policies, procedures and requirements to our squads\\n- driving cross-functional pro-active internal audits and reviews\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner Delegate & Compliance Lead (IBM)\",\n            \"position_2\": \"IT Security & Controls Lead (IBM Global Financing)\",\n            \"position_3\": \"Application Controls Owner (Procurement Application Portfolio) (IBM)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2013-01-01 - 2021-01-01\",\n            \"position_date_3\": \"2009-01-01 - 2013-01-01\",\n            \"education_1\": \"University of Pécs, Quality Engineer ISO 9001\",\n            \"education_2\": \"Faculty of Engineering and Information Technology -University of Pécs, IT Engineer, GeoInformatics\",\n            \"education_3\": \"Leőwey Klára Gimnázium, Pécs\",\n            \"education_date_1\": \"2004-01-01 - 2006-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2004-01-01\",\n            \"education_date_3\": \"1996-01-01 - 2000-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner Delegate & Compliance Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sue\",\n            \"last_name\": \"Henin\",\n            \"full_name\": \"Sue Henin\",\n            \"linkedin\": \"https://www.linkedin.com/in/sue-henin-6717982\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAB4xrUBljr7xsrKBidQ0rsr8EvcLMT7UTk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Customer-Obsessed Digital Marketing Senior Executive\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 867,\n            \"location\": \"Kirkland, Washington, United States\",\n            \"skills\": \"digital marketing,marketing strategy,demand generation,multi-channel marketing,product management,product marketing,strategic partnerships,go-to-market strategy,integrated marketing,marketing management,direct marketing,segmentation,strategy,crm,competitive analysis,cross-functional team leadership,business strategy,marketing communications,program management,marketing,cloud computing\",\n            \"twitter\": \"\",\n            \"about\": \"Hands-on Business Strategy & Marketing Executive with over 20 years of experience obsessing over customer journey, building brand equity, and driving revenue. Values philanthropic- hearted organizations that focus on meaningful, data-driven experiences that empower and enrich lives. \\n\\nCharacteristics I embody and seek out in a partnership:\\nCollaborative, Empathetic, Service to Humanity, Lead with Integrity, Customer-Obsessed, and Passion for Innovation\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"18 years 11 months \",\n            \"time_in_company\": \"18 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft, Size: 10000+) [2006-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder-Business Strategy & Marketing Consulting Services (Microsoft)\",\n            \"position_2\": \"Account Director (R2integrated)\",\n            \"position_3\": \"Experienced CRM Manager (Accenture)\",\n            \"position_date_1\": \"2006-03-01\",\n            \"position_date_2\": \"2014-09-01 - 2016-06-01\",\n            \"position_date_3\": \"1998-08-01 - 2005-11-01\",\n            \"education_1\": \"The University of Texas at Austin, BA, Marketing\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"1994-01-01 - 1998-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder-Business Strategy & Marketing Consulting Services\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        },\n        {\n            \"first_name\": \"Pavan\",\n            \"last_name\": \"\",\n            \"full_name\": \"Pavan J H\",\n            \"linkedin\": \"https://www.linkedin.com/in/pavan-j-h-b83628a5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABZW9pMBflNI7Vn-Sk4LIdbo2fcFOaNc7Sg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Mainframe Security Engineer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 314,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"ibm mainframe\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical owner - Mainframe Security RACF (IBM, Size: 10000+) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical owner - Mainframe Security RACF (IBM)\",\n            \"position_2\": \"Principal Infrastructure Engineer (Mphasis)\",\n            \"position_3\": \"Information Technology Specialist (Wells Fargo)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2020-02-01 - 2023-01-01\",\n            \"position_date_3\": \"2018-11-01 - 2020-02-01\",\n            \"education_1\": \"City Engineering College, BANGALORE, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2015-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical owner - Mainframe Security RACF\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Himanshu\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Himanshu Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/khim369\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADjxnPcBgh1AM7a6oVy8xYLTd-PGVN27pv4,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Building Akai Space | IIT Bombay | Web3 & Blockchain Dev | AI/ML Engineer\",\n            \"industry\": \"higher education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1392,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"data science,transformers,flask,langchain,solana,rust (programming language),react,node.js,vite,c++,artificial intelligence (ai),machine learning,deep learning,convolutional neural networks (cnn),python (programming language),blockchain,smart contracts,solidity,ethereum,java,c (programming language),physical training,time management,shooting sports,remote teamwork,management,video production,video editing,adobe premiere pro,after effects,journalism,team leadership,event planning,event management,operations management,inventory management,leadership,technical leadership,communication,teaching\",\n            \"twitter\": \"\",\n            \"about\": \"Building Web3 adaptability and beyond as a dedicated tech entrepreneur and full-stack developer with expertise in blockchain, AI/ML and web dev.\\n\\nMission is to move the world towards an incentivised web3 economy using a decentralised ecosystem.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Akai Space\",\n            \"company_link\": \"https://www.linkedin.com/company/akaispace\",\n            \"company_id\": \"https://www.linkedin.com/company/103629403\",\n            \"company_domain\": \"akaispace.xyz\",\n            \"company_about\": \"AkaiSpace envisions to accelerate the development of GenAI models by providing high quality regional as well as diverse datasets, annotation and labelling solutions powered by blockchain technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Mumbai Metropolitan Region\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"CEO and Co-Founder (Akai Space, Size: 1-10) [2024-06-01]\",\n            \"current_position_2\": \"Microsoft Founders Hub (Microsoft, Size: 10000+) [2024-05-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"CEO and Co-Founder (Akai Space)\",\n            \"position_2\": \"Microsoft Founders Hub (Microsoft)\",\n            \"position_3\": \"Full Stack Blockchain Developer (Eclipse Labs)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2024-04-01 - 2024-05-01\",\n            \"education_1\": \"Indian Institute of Technology, Bombay, Bachelor of Technology - BTech, MEMS\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"CEO and Co-Founder\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Martina\",\n            \"last_name\": \"Mueller\",\n            \"full_name\": \"Martina Mueller\",\n            \"linkedin\": \"https://www.linkedin.com/in/martinamtmueller\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAtBDd0BGf7LFd0K6cB9kyLiQsoAyk6ocK0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Employer Marketing / Social Media / Communications IBM Deutschland\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1277,\n            \"location\": \"Rottenburg, Baden-Württemberg, Germany\",\n            \"skills\": \"change management,itil,sql,business analysis,requirements analysis,microsoft office,team management,business strategy,project management,program management,new business development,it service management,strategic planning,microsoft excel,linux,cloud computing,java,xml,vendor management,telecommunications,social media marketing,digitales marketing,marketingkommunikation,marketingmanagement,online-kommunikation,politik,public relations,unternehmensanalyse,cloud-computing,projektmanagement,programmmanagement,multichannel-marketingstrategie,lösungsverkauf,marketingstrategie,unternehmensführung,it-service-managment,marketing,unternehmensstrategie,marketing management,business development,management,marketing strategy,solution selling,neugeschäftsentwicklung,soziale medien\",\n            \"twitter\": \"https://twitter.com/MartinaMMueller\",\n            \"about\": \"\\\"Phantasie ist die Fähigkeit in Bildern zu denken\\\" - neue Vorhaben setze ich mit Kreativität und Einfallsreichtum um.\\nAll Posts, Articles and Comments: Views are my own.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years \",\n            \"time_in_company\": \"26 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Employer Marketing / Social Media / Communications (IBM, Size: 10000+) [2019-01-01] Alles rund um Hochschulprogramme bei IBM:\\nDurchführung von Social Media Kampagnen\\nEntwicklung und Durchführung von (virtuellen) Veranstaltungen\\nMaßnahmen zur Frauenförderung\\nInterne Kommunikation (Newsletter und Blogs)\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Employer Marketing / Social Media / Communications (IBM)\",\n            \"position_2\": \"Global Business Partner Marketingmanager DACH (IBM)\",\n            \"position_3\": \"PartnerWorld Kommunikationsmanagerin Europa (IBM Deutschland)\",\n            \"position_date_1\": \"2019-01-01\",\n            \"position_date_2\": \"2015-04-01 - 2018-12-01\",\n            \"position_date_3\": \"2013-04-01 - 2015-03-01\",\n            \"education_1\": \"Universität Tübingen\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"ibm.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Employer Marketing / Social Media / Communications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Abdullah\",\n            \"last_name\": \"Dol\",\n            \"full_name\": \"Abdullah Dol\",\n            \"linkedin\": \"https://www.linkedin.com/in/abdullahdol\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADKmqIYBK8TR74gQZ0xr-S43Uvyf8jaaC0k,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Seri Girişimci\",\n            \"industry\": \"mobile gaming apps\",\n            \"email\": null,\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3450,\n            \"location\": \"Istanbul, Türkiye\",\n            \"skills\": \"siber güvenlik,kali linux,c#,videografi,adobe creative suite,yönetim kurulu seviyesi,proje planlama,kurumsal sosyal sorumluluk,ekip yönetimi,oyun geliştirme,sosyal medya,eğitmen,pazarlama,shell,proje yönetimi,c,girişimcilik,fotoğrafçılık,hitabet,robotics,spor,cybersecurity,programmer,bilgisayar donanımı,robotik kodlama,python,linux,video düzenleme,designer,literate,profesyonel ağ kurma,stratejik liderlik,risk yönetimi,Örgütsel politika\",\n            \"twitter\": \"https://twitter.com/4bdl1h_d1\",\n            \"about\": \"Ben Abdullah Dol, İstanbul K.Çekmece'de dünyaya geldim. Eğitim yolculuğuma Doğu Türkistan'da başladım, Suudi Arabistan'da devam ettim ve İstanbul'da TOKİ Halkalı Anadolu İmam Hatip Lisesi'nden mezun oldum. Şu anda İstanbul Üniversitesi'nde Uluslararası Girişimcilik bölümünde eğitim görüyorum.\\n\\n2020 yılından bu yana yazılım dünyasında kendimi geliştirmekteyim. İlk adımımı web tasarımıyla attım, ancak ilerleyen süreçte ilgim siber güvenliğe kaydı ve bu alanda uzmanlaşmayı hedefliyorum.\\n\\nSon bir yıldır ise girişimcilik yolculuğumda ekibimle birlikte bir startup oyun projesi üzerinde çalışıyoruz. Takımın lideri olarak, inovatif oyunlar geliştirerek hem eğlenceyi hem de eğitimi birleştiren projelere imza atıyoruz.\\n\\nTeknolojiye olan tutkum ve keşfetmeye yönelik merakım beni her gün daha ileriye taşıyor. Gezmek, araştırmak ve teknoloji alanında yeni ufuklar keşfetmekten büyük keyif alıyorum\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"TOBB İstanbul Genç Girişimciler Kurulu hired Abdullah as a Meclis Üyesi 2 months ago from Collective Idea TR.\",\n            \"latest_post\": null,\n            \"company_name\": \"Areplay Studio\",\n            \"company_link\": \"https://www.linkedin.com/company/areplaystudio\",\n            \"company_id\": \"https://www.linkedin.com/company/101608599\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\\\"Hackers Game\\\" adlı oyunumuz, oyunculara siber güvenlik bilincini artırma ve gerçek dünya siber tehditleriyle baş etme becerilerini geliştirme fırsatı sunmaktadır. Müşteri odaklı bir yaklaşımla, oyunlarımızı sadece eğlenceli bir deneyim sunmakla kalmayıp aynı zamanda kullanıcılarımızın dijital dünyada daha güvenli ve bilinçli hareket etmelerini sağlamayı amaçlıyoruz. \",\n            \"company_founded\": null,\n            \"company_size\": \"4\",\n            \"company_location_1\": \"Greater Istanbul\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"İstanbul\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"mobile gaming apps\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (Areplay Studio, Size: 1-10) [2023-03-01] Global Ölçekte Büyümeyi Hedefleyen Yenilikçi Oyun Stüdyosu\",\n            \"current_position_2\": \"Founder & Producer (Genç Seri Girişimci, Size: 1-10) [2024-02-01] ⚡Hayallerini gerçekleştirmek için hedefine doğru giden bir genç...\\n\\nTekipte kalabilirsiniz: https://www.instagram.com/gencserigirisimci/\",\n            \"current_position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu, Size: 11-50) [2024-12-01]\",\n            \"position_1\": \"Founder & CEO (Areplay Studio)\",\n            \"position_2\": \"Founder & Producer (Genç Seri Girişimci)\",\n            \"position_3\": \"Meclis Üyesi (TOBB İstanbul Genç Girişimciler Kurulu)\",\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2024-02-01\",\n            \"position_date_3\": \"2024-12-01\",\n            \"education_1\": \"İstanbul Üniversitesi, Lisans Derecesi, Uluslararası Girişimcilik\",\n            \"education_2\": \"42, Yazılım\",\n            \"education_3\": \"Acunmedya Akademi, C# ile Programlamaya Giriş\",\n            \"education_date_1\": \"2024-08-01 - 2028-06-01\",\n            \"education_date_2\": \"2023-07-01 - 2023-08-01\",\n            \"education_date_3\": \"2024-11-01 - 2025-05-01\",\n            \"website_1\": \"crowlink.net\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kenneth\",\n            \"last_name\": \"Yu\",\n            \"full_name\": \"Kenneth Ji James Paul George Benjamin Arthur Peter Yu (유승철)(유승운민)유승철 我也是這樣的人生觀\",\n            \"linkedin\": \"https://www.linkedin.com/in/kenneth-ji-james-paul-george-benjamin-arthur-peter-yu-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%EC%9C%A0%EC%8A%B9%EC%9A%B4%EB%AF%BC-%EC%9C%A0%EC%8A%B9%EC%B2%A0-%E6%88%91%E4%B9%9F%E6%98%AF%E9%80%99%E6%A8%A3%E7%9A%84%E4%BA%BA%E7%94%9F%E8%A7%80-5b005a239\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADtGK9QBss1rALJhe18YTDZc3oSvdhaNNiw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digital 50 Fortune  Mutli-National Wealthy and Rich Society Multi-National Conglomerate Global Government | All-Titan Business Owner | Goliath Shareholder of Finance in Europe, Asia, Latin America,and Northern Southern\",\n            \"industry\": \"retail luxury goods and jewelry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1442,\n            \"location\": \"United States\",\n            \"skills\": \"management,project management,marketing,marketing strategy,sales management,time management,team management,change management,social media marketing,sales operations,food and beverage operations,operating systems,strategic planning,warehouse operations,onshore oil and gas operations,military operations,operational planning,front office operations,digital marketing,research and development (r&d),adobe photoshop,account management,data analysis,analytical skills,autocad,financial analysis,business analysis,advertising,mergers & acquisitions (m&a),adobe illustrator,software as a service (saas),requirements analysis,adobe indesign,adobe creative suite,financial accounting,auditing,online advertising,agile methodologies,networking,law,service quality,board of directors,salary,deal closure,business insights,human resources (hr),operations management,accounting,a++,successful business owner\",\n            \"twitter\": \"\",\n            \"about\": \"With over 60 years of work experience, I am the most renowned leader of the free and strict world versatile the fields of hospitality, international business, and medicine and retail luxury Chairman and renowned owner of all companies including Stratton Octav Rolexx. As the company owner of John Williams Yu Ferrari, I oversee the operations and management of a luxury car dealership that caters to high-end clients around the world. I also serve as the chief executive of Kenneth Yu Corporation Incorporated, a global conglomerate that invests in diverse industries, such as technology, healthcare, entertainment, and education. I founded Boomjoo, a pioneering online platform that connects travelers with local hosts and experiences. I have multiple degrees in medicine, business, law, and arts from prestigious universities, such  of Harvard, Stanford, Yale, and NYU. I have analytical skills, data analysis skills, and team management skills that enable me to make informed and strategic decisions, optimize performance and efficiency, and foster a collaborative and inclusive culture. I am passionate about creating value, innovation, and social impact through my ventures, and I seek to leverage my expertise and network to contribute to the growth and success of the organizations I work with.Tell us what you want with us and you shall be great up for your business with us. Let the magic light up with your strategic ideas and strataspheric world\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"101 years \",\n            \"time_in_company\": \"101 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kenneth Yu Corporated Incorporated\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated) [1924-01-01]\",\n            \"current_position_2\": \"Chief Executive and Executive Directory (Kenneth Yu) [1924-01-01]\",\n            \"current_position_3\": \"Founder and Owner (Kenneth Yu) [1924-01-01]\",\n            \"position_1\": \"Franchise Owner and Head Executive (Kenneth Yu Corporated Incorporated)\",\n            \"position_2\": \"Chief Executive and Executive Directory (Kenneth Yu)\",\n            \"position_3\": \"Founder and Owner (Kenneth Yu)\",\n            \"position_date_1\": \"1924-01-01\",\n            \"position_date_2\": \"1924-01-01\",\n            \"position_date_3\": \"1924-01-01\",\n            \"education_1\": \"Stanford University Graduate School of Education, Doctor of Arts, Liberal Arts and Sciences/Liberal Studies\",\n            \"education_2\": \"Harvard University, Master of Business Administration - MBA, Banking, Corporate, Finance, and Securities Law\",\n            \"education_3\": \"University of California, San Francisco - School of Medicine, Hastings LAW, English Language and Literature/Letters\",\n            \"education_date_1\": \"1948-01-01\",\n            \"education_date_2\": \"2018-02-01 - 2033-03-01\",\n            \"education_date_3\": \"1923-01-01 - 2033-02-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Franchise Owner and Head Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Alice\",\n            \"last_name\": \"Palmer\",\n            \"full_name\": \"Alice  Palmer\",\n            \"linkedin\": \"https://www.linkedin.com/in/cathy-petty-02431913b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACIKYdwB7FvCnvGSYKde_j3uBh82AncsAgU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"0.0\",\n            \"industry\": \"medical practices\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2,\n            \"location\": \"Rochester, New York Metropolitan Area\",\n            \"skills\": \"human resources (hr),interpersonal communication,information technology,data analysis,project management,business planning,enterprise architecture,management,team leadership,enterprise software,mobile devices,testing,scrum,sdlc,it integration\",\n            \"twitter\": \"\",\n            \"about\": \"1    * Formulate department goals and work plans to ensure the realization of goals,\\n* Manage the technical R&D team and optimize the work flow of the department,\\n* Complete the staff reserve of the department, train the staff of the department, and carry out team building on a regular basis,\\n* Accumulation of technology in the department\\n* Coordinate and coordinate the work arrangements of department personnel,\\n* Communication, business and cooperation negotiations with external departments and customers,\\n\\n2.   * More than 10 years of experience in department management and project management in world-class high-tech companies,\\n* Good at team formation and expansion, product (especially communication system products and software products) R&D management system establishment and improvement,\\n*Good at communicating and coordinating cooperative relations with various customers,\\n* Have more than 13 years of practical experience in the research and development of communication, network systems, and computer software, ranging from system-level design to the specific implementation of local functions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 years 3 months \",\n            \"time_in_company\": \"7 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IBM\",\n            \"company_link\": \"https://www.linkedin.com/company/ibm\",\n            \"company_id\": \"https://www.linkedin.com/company/1009\",\n            \"company_domain\": \"ibm.com\",\n            \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n            \"company_founded\": null,\n            \"company_size\": \"314591\",\n            \"company_location_1\": \"Armonk, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Armonk, New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Owner - Productivity Applications (IBM, Size: 10000+) [2017-11-01] As Technical Owner, I am responsible for researching and developing technical solutions to infrastructure and security gaps in deployed applications, data analysis of usage, user management, application lifecycle reviews and compliance audits, and presentation of metrics and results to leadership.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Owner - Productivity Applications (IBM)\",\n            \"position_2\": \"Department Manager (Cisco)\",\n            \"position_3\": \"Technology Consultant (NetEase   )\",\n            \"position_date_1\": \"2017-11-01\",\n            \"position_date_2\": \"2013-06-01 - 2017-09-01\",\n            \"position_date_3\": \"2010-01-01 - 2013-05-01\",\n            \"education_1\": \"Caltech, Master's degree, Master of Computer Science\",\n            \"education_2\": \"Nankai University, Bachelor's degree, Nankai University\",\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2009-01-01\",\n            \"education_date_2\": \"2003-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Owner - Productivity Applications\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ohad\",\n            \"last_name\": \"Beltzer\",\n            \"full_name\": \"Ohad Beltzer\",\n            \"linkedin\": \"https://www.linkedin.com/in/ohad-beltzer-90a01761\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAz-lVoBqVhVOUU7KwpNIlwayoyiHumC-aU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Principal Software Engineering Manager at Microsoft\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 427,\n            \"location\": \"Israel\",\n            \"skills\": \"java,team leadership,ibm mainframe,systems analysis,object oriented design,tso,c++,sql,cloud computing,software development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft, Size: 10000+) [2024-09-01]\",\n            \"current_position_2\": \"Founder, .NET Bond IL (Microsoft, Size: 10000+) [2021-11-01] * Collaborating with the CTO office.\\n* Building a community around .NET inside ILDC.\\n* Managing and holding .NET sessions to ILDC employees.\\n* Hosting the local .NET Conf Israel for 2022-23.\\n* Cultivating an engineering excellence and growth mindset culture within Microsoft.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Principal Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_2\": \"Founder, .NET Bond IL (Microsoft)\",\n            \"position_3\": \"Senior Software Engineering Manager, Azure Marketplace (Microsoft)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2021-11-01\",\n            \"position_date_3\": \"2023-09-01 - 2024-09-01\",\n            \"education_1\": \"Tel Aviv University, Master of Business Administration - MBA, Business Administration and Management, General\",\n            \"education_2\": \"The Hebrew University, Bachelor's degree, Electrical and Computer Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Principal Software Engineering Manager, Azure Marketplace\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"b00486cb-d88c-4c8e-b247-5ce5f634fe97","name":"Get Decision Makers of a Company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"max\": 100,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/contact/decision-maker/domain?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["contact","decision-maker","domain"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6666\n}"}],"_postman_id":"58c668ab-5bbe-42e3-a5bd-370c40a4d2c2"}],"id":"75760cda-19e6-4902-9bca-5d1bd862bfab","description":"<p>Account param is optional</p>\n","_postman_id":"75760cda-19e6-4902-9bca-5d1bd862bfab"},{"name":"Company","item":[{"name":"Get Company By Linkedin","id":"621b57b1-5a94-46cf-bcab-67f2704f7917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/company/linkedin?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["company","linkedin"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"9e1421a7-54c1-4dfd-992e-557ab0e3a486","name":"Data","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"items\": [\n        {\n            \"company_name\": \"Google\",\n            \"company_link\": \"https://www.linkedin.com/company/google\",\n            \"company_id\": \"https://www.linkedin.com/company/1441\",\n            \"company_domain\": \"goo.gle\",\n            \"company_about\": \"A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\\n\\nCheck out our career opportunities at goo.gle/3DLEokh\",\n            \"company_founded\": null,\n            \"company_size\": \"182099\",\n            \"company_location_1\": \"Mountain View, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mountain View\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"search,ads,mobile,android,online video,apps,machine learning,virtual reality,cloud,hardware,artificial intelligence,youtube,software\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": null\n        },\n        {\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"1ab39973-47b3-461c-bed2-6b38a642ae15","name":"Get Copmany By Linkedin Url or Domain or Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/company/ibm\",\n        \"https://www.linkedin.com/company/microsoft\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/company?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["company"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6665\n}"}],"_postman_id":"621b57b1-5a94-46cf-bcab-67f2704f7917"},{"name":"Get Company By Name","id":"8e5b37fb-687c-420d-af34-31309d4d7809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"ibm\",\n        \"microsoft\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/company/name?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["company","name"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"b43ab192-a4f2-4bc3-bc31-2ef21426616e","name":"Data","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"items\": [\n        {\n            \"company_name\": \"Google\",\n            \"company_link\": \"https://www.linkedin.com/company/google\",\n            \"company_id\": \"https://www.linkedin.com/company/1441\",\n            \"company_domain\": \"goo.gle\",\n            \"company_about\": \"A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\\n\\nCheck out our career opportunities at goo.gle/3DLEokh\",\n            \"company_founded\": null,\n            \"company_size\": \"182099\",\n            \"company_location_1\": \"Mountain View, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mountain View\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"search,ads,mobile,android,online video,apps,machine learning,virtual reality,cloud,hardware,artificial intelligence,youtube,software\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": null\n        },\n        {\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"465c1c69-786e-4cd8-8155-1a4b3a2bc3b0","name":"Get Copmany By Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"ibm\",\n        \"microsoft\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/company?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["company"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6665\n}"}],"_postman_id":"8e5b37fb-687c-420d-af34-31309d4d7809"},{"name":"Get Company By Domain","id":"e0f016eb-9c37-4ea6-8530-25a14287b244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.ibm.com\",\n        \"https://www.microsoft.com\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/company/domain?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["company","domain"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"e5b4bb9d-5a56-405b-95c7-2cdd12a55d6e","name":"Data","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 2,\n    \"items\": [\n        {\n            \"company_name\": \"Google\",\n            \"company_link\": \"https://www.linkedin.com/company/google\",\n            \"company_id\": \"https://www.linkedin.com/company/1441\",\n            \"company_domain\": \"goo.gle\",\n            \"company_about\": \"A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\\n\\nCheck out our career opportunities at goo.gle/3DLEokh\",\n            \"company_founded\": null,\n            \"company_size\": \"182099\",\n            \"company_location_1\": \"Mountain View, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mountain View\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"search,ads,mobile,android,online video,apps,machine learning,virtual reality,cloud,hardware,artificial intelligence,youtube,software\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": null\n        },\n        {\n            \"company_name\": \"Microsoft\",\n            \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n            \"company_id\": \"https://www.linkedin.com/company/1035\",\n            \"company_domain\": \"microsoft.com\",\n            \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n            \"company_founded\": null,\n            \"company_size\": \"232798\",\n            \"company_location_1\": \"Redmond, Washington, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Redmond\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"company_email\": \"support@microsoft.com\"\n        }\n    ]\n}"},{"id":"66f5c4fe-c8d8-467d-ad05-329d2e39443d","name":"Get Copmany By Linkedin Url or Domain or Name","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.ibm.com\",\n        \"https://www.microsoft.com\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/company?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["company"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6665\n}"}],"_postman_id":"e0f016eb-9c37-4ea6-8530-25a14287b244"}],"id":"97bfc640-1264-4d51-807f-f967145d4248","description":"<p>Account param is optional</p>\n","_postman_id":"97bfc640-1264-4d51-807f-f967145d4248"},{"name":"Linkedin","item":[{"name":"Profiles","item":[{"name":"Get Profile By Linkedin","id":"146c7728-f5c8-417f-a563-8e8280b614cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://linkedin.com/in/example\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}"},"url":"https://app.scrupp.com/api/v1/linkedin/profile?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["linkedin","profile"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"},{"disabled":true,"key":"account","value":""}],"variable":[]}},"response":[{"id":"a9f0447b-e3b9-43bd-aa60-87661bdef659","name":"Data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 25,\n  \"items\": [\n    {\n      \"first_name\": \"Abubakar\",\n      \"last_name\": \"Siddique\",\n      \"full_name\": \"Abubakar Siddique\",\n      \"linkedin\": \"https://www.linkedin.com/in/abubakar-siddique-18036632\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAbQ03ABwKVpW9Ci6RmLSUbXD7Xv_3imPQM,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Transforming Organizations through Strategic HR & People Analytics | Driving Talent Management & Operational Excellence at SEBPO.\",\n      \"industry\": \"it services and it consulting\",\n      \"email\": \"abubakar@sebpo.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 5323,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"strategic human resources leadership,hr technology implementation,organizational development (od),analytical skills,agile methodologies,people management,change management,talent management,technical recruiting,organizational development,human resources (hr),workforce planning,human resource development,strategic hr,contingency staffing,hris,hr software,conflict management,succession planning,movement analysis,employee relations,performance management,hr policies,management,performance appraisal,interviews,personnel management,team management,sourcing,talent acquisition,recruiting,human resources,employee engagement,interviewing,human resources information systems (hris),payroll,analytics,negotiation,strategic thinking,communication,policy development,interpersonal skills,emotional intelligence\",\n      \"twitter\": \"\",\n      \"about\": \"With over 10 years of HR expertise, I specialize in transforming organizations through strategic HR and people analytics. As the HR Manager at SEBPO, I have successfully led key initiatives that have aligned company objectives with innovative HR/OD strategies. My work has resulted in measurable improvements in employee engagement, talent retention, and organizational performance.\\n\\nMy passion lies in creating agile HR solutions that drive business growth and foster a positive workplace culture. Notable achievements include leading a full-spectrum job analysis project using the Hay Grading System and spearheading the implementation of Oracle HCM, resulting in streamlined operations and enhanced decision-making.\\n\\nI am continuously learning and applying new tools to optimize HR functions and deliver value to the organization. Let's connect to discuss the latest trends in HR, or explore collaboration opportunities.\\n\\nFeel free to reach out if you’re looking for a strategic HR partner to drive transformation and operational excellence at abubakar123020@gmail.com\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years 4 months \",\n      \"time_in_company\": \"4 years 8 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"SEBPO\",\n      \"company_link\": \"https://www.linkedin.com/company/sebpo-us\",\n      \"company_id\": \"https://www.linkedin.com/company/388035\",\n      \"company_domain\": \"sebpo.com\",\n      \"company_about\": \"SEBPO is the go-to global business outsourcing partner for companies looking for a better way to work. Our innovative approach and expert teams are designed to give clients a competitive advantage. We offer flexible, customized solutions to help scale operations, control costs, and optimize processes. Last year, SEBPO Teams executed client tasks with a 99.75% average accuracy rate.\\n\\nOur people-first approach and pursuit of excellence have yielded consistent recognition as one of the “5000 Fastest-Growing Private Companies in America” by Inc. and as a Top Global Outsourcing Company (GO100) by the International Association of Outsourcing Professionals (IAOP). Founded nearly two decades ago, SEBPO is committed to improving the lives of employees and their communities. We are the largest employer of BPO professionals in Bangladesh, with nearshore operations in El Salvador and established leadership and program support in the United States. For more information, please visit SEBPO.com.\",\n      \"company_founded\": null,\n      \"company_size\": \"1247\",\n      \"company_location_1\": \"Marlton, New Jersey, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Marlton\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"outsourcing and offshoring consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Digital Advertising Operations,Business Process Outsourcing,Media Planning,Creative Services,Ad Operations,Data Solutions,Quality Assurance,Customer Support,Back-Office Processing\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (SEBPO, Size: 1001-2000) [2023-10-01] Highlighted Projects-\\n1. Led a comprehensive job analysis project utilizing the Hay Grading System, resulting in the development of a clear, structured job framework that improved role clarity, alignment, and compensation benchmarking across the organization.\\n2. Played a key role in the Oracle HCM implementation, streamlining HR processes across 3 regions, which led to a 20% improvement in data accuracy and a 30% reduction in administrative tasks.which led to a 20% improvement in data accuracy and a 30% reduction in administrative tasks.\\n\\nKey Result Area-\\n1. Led the Bulk and Technical Recruitment team, achieving a 15% reduction in hiring time while maintaining a 95% offer-to-acceptance ratio. This effort contributed to a 10% year-over-year increase in company growth.\\n\\n2. Implemented a comprehensive employee engagement strategy that improved the annual eNPS score from 55 to 65 within a year, leading to higher employee satisfaction and retention.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (SEBPO)\",\n      \"position_2\": \"Deputy Manager, HR and OD (eGeneration)\",\n      \"position_3\": \"Deputy Manager Human Resources (SEBPO)\",\n      \"position_date_1\": \"2023-10-01\",\n      \"position_date_2\": \"2022-07-01 - 2023-09-01\",\n      \"position_date_3\": \"2021-06-01 - 2022-07-01\",\n      \"education_1\": \"Jagannath University, Dhaka, Master of Business Administration (MBA), Human Resources Management\",\n      \"education_2\": \"Jagannath University, Dhaka, Bachelor of Business Administration (BBA), Management Studies\",\n      \"education_3\": \"Tejgaon College, Higher Secondary School Certificate, Science\",\n      \"education_date_1\": \"2012-01-01 - 2013-01-01\",\n      \"education_date_2\": \"2006-01-01 - 2011-01-01\",\n      \"education_date_3\": \"2004-01-01 - 2005-12-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"abubakar@sebpo.com\",\n      \"position\": \"HR Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Aklima\",\n      \"last_name\": \"Yesmin\",\n      \"full_name\": \"Aklima Yesmin, PHRi™\",\n      \"linkedin\": \"https://www.linkedin.com/in/aklima-yesmin-phri%E2%84%A2-a036ab41\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAjS0eMB6fMOuCZ0YJ8x9zmbX0ewzw18soU,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Head of HR & Administration ,HRCI(USA)PHRi™, Certified HR Reporting Specialist,Brac University\\nLean Six Sigma Black Belt \\nThomas International PPA Practitioner\",\n      \"industry\": \"retail apparel and fashion\",\n      \"email\": \"aklima.yesmin@coats.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 8939,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"microsoft power bi,industrial relations,confidentiality,applicant tracking systems,security information and event management (siem),regulatory compliance,budget forecasting,strategic human resources leadership,human resources (hr),strategic human resource planning,human resource development,training & development,training delivery,human resources,recruiting,training,policy,strategic planning,hr policies,project management,employment law,public relations,management consulting,corporate law,brand management,onboarding,human resources information systems (hris),microsoft office,team management,management,organizational development,leadership,performance appraisal,negotiation,employee engagement,personnel management,english,linkedin learning,linkedin recruiter,linkedin sales insights,linkedin campaign manager,mercer mobility management platform\",\n      \"twitter\": \"\",\n      \"about\": \"Key Expertise:\\nTalent Acquisition\\nLocal & International Recruitment \\nOrganization Policy,Bangladesh Labor Law and rule \\nService Rule \\nEmployee life-cycle\\nHRIS,SAP,Microsoft Teams, G-Suite\\nSAP Success Factor\\nPower BI\\nPay-roll /Employee Tax\\nTalent development\\nStakeholders management\\nAdministration\\nFactory Administration \\nSocial Compliance \\nStatuary Compliance \\nEmployee Engagement\\nHR Shared Service\\nProject Management\\nExpat Management\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Coats\",\n      \"company_link\": \"https://www.linkedin.com/company/coats\",\n      \"company_id\": \"https://www.linkedin.com/company/7838\",\n      \"company_domain\": \"coats.com\",\n      \"company_about\": \"Coats is a world leader in thread manufacturing and structural components for apparel and footwear, as well as an innovative pioneer in performance materials. These critical solutions are used to create a wide range of products, including ones that provide safety and protection for people, data, and the environment. Headquartered in the UK, Coats is a FTSE250 company and a FTSE4Good Index constituent. Revenues in 2022 were $1.6bn.\\n\\nTrusted by the world's leading companies to deliver vital, innovative, and sustainable solutions, Coats provides value-adding products including apparel, accessory and footwear threads, structural components for footwear and accessories, fabrics, yarns, and software applications. Customer partners include companies from the apparel, footwear, automotive, telecoms, personal protection, and outdoor goods industries.\\n\\nWith a proud heritage dating back more than 250 years and spirit of evolution to constantly stay ahead of changing market needs, Coats has operations across some 50 countries with a workforce of over 17,000, serving its customers worldwide.\\n\\nCoats connects talent, textiles, and technology, to make a better and more sustainable world. Worldwide, there are three dedicated Coats Innovation Hubs, where experts collaborate with partners to create the materials and products of tomorrow. It participates in the UN Global Compact and is committed to Science Based sustainability targets for 2030 and beyond, with a goal of achieving net-zero by 2050. Coats is also committed to achieving its goals in Diversity, Equity & Inclusion, workplace health & safety, employee & community wellbeing, and supplier social performance.\",\n      \"company_founded\": null,\n      \"company_size\": \"4640\",\n      \"company_location_1\": \"London, England, United Kingdom\",\n      \"company_location_2\": \"Moorgate, England, United Kingdom\",\n      \"company_location_3\": null,\n      \"company_city_1\": \"London\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"textile manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Thread and yarns,Consumer textile crafts,Product and service solutions for the apparel and footwear industries,Composite innovations\",\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Human Resources Manager (Coats, Size: 1001-5000) [2024-07-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Human Resources Manager (Coats)\",\n      \"position_2\": \"General Manager,Human Resources and Administration (r-pac International)\",\n      \"position_3\": \"People (HR) Business Partner,BD&PK (European Multinational ) (BESTSELLER)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2021-07-01 - 2024-07-01\",\n      \"position_date_3\": \"2018-10-01 - 2021-07-01\",\n      \"education_1\": \"BRAC University, Master of Business Administration - MBA\",\n      \"education_2\": \"HR Certification Institute, Professional in Human Resources – International™ (PHRi™), Human Resources\",\n      \"education_3\": \"AIHR | Academy to Innovate HR, HR Metrics & Dashboarding, HR\",\n      \"education_date_1\": \"2021-01-01 - 2023-01-01\",\n      \"education_date_2\": \"2019-01-01 - 2023-01-01\",\n      \"education_date_3\": \"2021-11-01 - 2022-11-01\",\n      \"website_1\": \"kiabiasia.com\",\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"aklima.yesmin@coats.com\",\n      \"position\": \"Human Resources Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": \"marketing@coats.com\"\n    }\n  ]\n}"},{"id":"98bb5257-678c-4e70-a755-403c7cdf7f36","name":"Get Profile By Linkedin","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        \"https://www.linkedin.com/in/satya-nadella\",\n        \"https://www.linkedin.com/in/williamhgates\"\n    ],\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}"},"url":{"raw":"https://app.scrupp.com/api/v1/linkedin/profile?api_key=your_api_key_here&limit_per_input=10","host":["https://app.scrupp.com/api/v1"],"path":["linkedin","profile"],"query":[{"key":"api_key","value":"your_api_key_here"},{"key":"limit_per_input","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 9665\n}"}],"_postman_id":"146c7728-f5c8-417f-a563-8e8280b614cc"}],"id":"48661e86-543c-48d9-a997-e5d3abe7c42b","description":"<p>Account param is optional</p>\n","_postman_id":"48661e86-543c-48d9-a997-e5d3abe7c42b"},{"name":"Posts","item":[{"name":"Get Post Likers","id":"21ca6197-1686-4be3-864b-c926bada089d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/posts/alexandre-zajac_more-than-100m-developers-use-git-1-cheatsheet-activity-7280485480222052352-d6Mf?utm_source=share&utm_medium=member_desktop\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/linkedin/post/likers?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["linkedin","post","likers"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"c7494e28-cb0e-457d-aa3e-59b447ac67d3","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 108,\n    \"items\": [\n        {\n            \"first_name\": \"Ajay\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Ajay Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/imajkumar\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAofdfABgAzh070EeipLoqeQdgseGZvTJgk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Module Lead at Happiest Minds Technologies\",\n            \"industry\": \"software development\",\n            \"email\": \"ajay@happiestminds.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 184,\n            \"location\": \"Noida, Uttar Pradesh, India\",\n            \"skills\": \"user requirements,design documents,code review,mysql,cascading style sheets (css),rest apis,linux,redux.js,next.js,laravel lumen,php,amazon web services (aws),docker,devops,java,javascript,sun certified java programmer,struts,struts 2,core php,laravel,github,firebase,node.js,react.js,payment gateways,bitbucket,core & advance java,travel api,bus,hotel api integration\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Software Engineer with a demonstrated history of working in the information technology and services industry. Skilled in Github, React Js ,PHP, Sun Certified Java Programmer, Java, and Struts. Strong engineering professional with a PG focused in MCA from IPU , DELHI.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Happiest Minds Technologies\",\n            \"company_link\": \"https://www.linkedin.com/company/happiest-minds-technologies\",\n            \"company_id\": \"https://www.linkedin.com/company/2315800\",\n            \"company_domain\": \"happiestminds.com\",\n            \"company_about\": \"Happiest Minds Technologies Limited (NSE: HAPPSTMNDS), a Mindful IT Company, enables digital transformation for enterprises and technology providers by delivering seamless customer experiences, business efficiency and actionable insights. We do this by leveraging a spectrum of disruptive technologies such as: artificial intelligence, blockchain, cloud, digital process automation, internet of things, robotics/drones, security, virtual/augmented reality, etc. Positioned as ‘Born Digital . Born Agile’, our capabilities span digital solutions, infrastructure, product engineering and security. We deliver these services across industry sectors such as automotive, BFSI, consumer packaged goods, e-commerce, edutech, engineering R&D, hi-tech, manufacturing, retail and travel/transportation/hospitality. \\nA Great Place to Work-Certified™ company, Happiest Minds is headquartered in Bangalore, India with operations in the U.S., UK, Canada, Australia and Middle East. \",\n            \"company_founded\": 2011,\n            \"company_size\": \"5525\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"block ii velankani tech park 43 electronics city hosur rd, bengaluru, karnataka, india\",\n            \"company_postal_code\": \"560100\",\n            \"company_phone\": \"+918061960300\",\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Cloud Computing,Mobility Services,Digital Transformation,Business intelligence,M2M,Internet of Things,Testing Services,IT Security Services,IT Services,Product Engineering Services,Infrastructure Management,Big Data,Business Analytics,Predictive Analytics\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"https://twitter.com/happiestminds, https://www.facebook.com/happiestminds/, http://angel.co/happiest-minds-technologies-pvt-1\",\n            \"keywords\": \"big data, enterprise software, information technology, software, business intelligence, digital transformation, internet of things, cloud computing, m2m, mobility services, it services, infrastructure management, predictive analytics, business analytics, business services, testing services, it security services, product engineering services\",\n            \"annual_revenue\": \"157481000\",\n            \"technologies\": \"WordPress.org, Salesforce, React Redux, React, Pardot, Outlook, Mobile Friendly, Microsoft Office 365, Leadfeeder, LeadSquared, Google Tag Manager, Google Font API, Google Apps, Google Analytics, Gmail, Cloudflare DNS, CloudFlare Hosting, Bootstrap Framework, Atlassian Cloud, Amazon SES, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"617973\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Module Lead (Happiest Minds Technologies, Size: 5001-10000) [2023-02-01]\",\n            \"current_position_2\": \"Module Lead (Happiest Minds Technologies, Size: 5001-10000) [2023-02-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Module Lead (Happiest Minds Technologies)\",\n            \"position_2\": \"Module Lead (Happiest Minds Technologies)\",\n            \"position_3\": \"Lead Engineer (PureSoftware Ltd)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2023-02-01\",\n            \"position_date_3\": \"2022-06-01 - 2023-01-01\",\n            \"education_1\": \"Guru Gobind Singh Indraprastha University, Master of Computer Applications (MCA), Computer Software Engineering\",\n            \"education_2\": \"IPU , DELHI, PG, MCA\",\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2013-01-01\",\n            \"education_date_2\": \"2010-01-01 - 2014-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.io\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ajay@happiestminds.com\",\n            \"position\": \"Module Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@happiestminds.com\"\n        },\n        {\n            \"first_name\": \"Andras\",\n            \"last_name\": \"Jeszenkovits\",\n            \"full_name\": \"Andras Jeszenkovits\",\n            \"linkedin\": \"https://www.linkedin.com/in/andrasjeszenkovits\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAhnAA8BhHN6O8YDDb0iugIEzJ6T6pwrTnA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Regional Application developer at Ayvens\",\n            \"industry\": \"oil and gas\",\n            \"email\": \"andras.jeszenkovits@ayvens.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 163,\n            \"location\": \"Budapest, Budapest, Hungary\",\n            \"skills\": \"soap,rest apis,unified modeling language (uml),scrum,azure devops services,jira,transact-sql (t-sql),git,visual studio,sony vegas,vba,c#,visual basic,microsoft office,sql,asp.net mvc,ms sql,unity,xml,json,visual basic for applications (vba),html,css,truevision3d,javascript,asp.net,system administration,.net framework,vbscript,sql server management studio\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years \",\n            \"time_in_company\": \"5 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ayvens\",\n            \"company_link\": \"https://www.linkedin.com/company/ayvens\",\n            \"company_id\": \"https://www.linkedin.com/company/98764783\",\n            \"company_domain\": \"ayvens.com\",\n            \"company_about\": \"Born from the acquisition of LeasePlan by ALD Automotive, part of the Societe Generale group, Ayvens is the leading global sustainable mobility player committed to making life and business flow better.\\n\\nBy bringing together complementary capabilities and expertise built over decades, our legacy companies saw an opportunity to reimagine mobility as we know it, providing full-service leasing, flexible subscription services, fleet management and multi-mobility solutions to large international corporates, SMEs, professionals and private individuals. \\n\\nWith more than 14,500 employees across 42 countries, 3.4 million vehicles and the world’s largest multi-brand EV fleet, we’re leveraging our unique position to lead the way to net zero and spearhead the digital transformation of the mobility sector.\\n\\nAyvens. Better with every move.\",\n            \"company_founded\": null,\n            \"company_size\": \"4865\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Regional Application developer (Ayvens, Size: 1001-5000) [2020-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Regional Application developer (Ayvens)\",\n            \"position_2\": \"Software Developer (MET Magyarország Zrt.)\",\n            \"position_3\": \"Software Developer (NORDEST ENERGY)\",\n            \"position_date_1\": \"2020-01-01\",\n            \"position_date_2\": \"2019-01-01 - 2020-01-01\",\n            \"position_date_3\": \"2018-12-01 - 2019-10-01\",\n            \"education_1\": \"Eszterházy Károly College, Software Developer\",\n            \"education_2\": \"Gábor Dénes College, System Administrator\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"andras.jeszenkovits@ayvens.com\",\n            \"position\": \"Regional Application developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Aneeqah\",\n            \"last_name\": \"Carelse\",\n            \"full_name\": \"Aneeqah Carelse\",\n            \"linkedin\": \"https://www.linkedin.com/in/aneeqah-carelse\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFAybjkBYEri_R0lKBdUCGWCJMOOMUWpQsQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Second-Year Software Development Student\",\n            \"industry\": \"software development\",\n            \"email\": \"aneeqah@wethinkcode.co.za\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 166,\n            \"location\": \"Cape Town, Western Cape, South Africa\",\n            \"skills\": \"sql,git,amazon web services (aws),teamwork,communication,problem solving,html,c#,java,python (programming language)\",\n            \"twitter\": \"\",\n            \"about\": \"Second-Year Software Development Student | Robotics Enthusiast\\n\\nHi there! I'm a passionate and dedicated second-year Software Development student with a keen interest in technology and innovation.\\n\\nBack-End Programming:\\nI specialize in back-end programming, where I love creating robust and scalable solutions. My hands-on experience with various programming languages and frameworks keeps me eager to learn and grow.\\n\\nRobotics:\\nRobotics fascinates me. I enjoy working on projects that combine software and hardware to bring automated solutions to life. This passion has sharpened my problem-solving skills and deepened my understanding of systems integration.\\n\\nWeb Development:\\nWhile my primary focus is on back-end development, I’ve also dabbled in web development. This experience has given me a well-rounded perspective on full-stack development and the synergy between front-end and back-end technologies.\\n\\nI’m enthusiastic about connecting with professionals and fellow tech enthusiasts. Let's share knowledge, collaborate on exciting projects, and explore new opportunities in technology together!\\n\\nFeel free to reach out. Let’s connect and innovate!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"WeThinkCode\",\n            \"company_link\": \"https://www.linkedin.com/company/wethinkcode\",\n            \"company_id\": \"https://www.linkedin.com/company/9407533\",\n            \"company_domain\": \"wethinkcode.co.za\",\n            \"company_about\": \"WeThinkCode_ is a software development training academy. Our mission is to discover the sharpest minds from underserved communities in South Africa and equip them with the skills to become excellent software developers. \",\n            \"company_founded\": 2015,\n            \"company_size\": \"198\",\n            \"company_location_1\": \"Johannesburg, Gauteng, South Africa\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Parkwood\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Education,Technology,Software engineering,Coding,Nonprofit Organization,Training,Software Development\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/wethinkcode, https://www.facebook.com/wethinkcode/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Bootcamp Mentor/Reviewer (WeThinkCode, Size: 51-200) [2024-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Bootcamp Mentor/Reviewer (WeThinkCode)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"WeThinkCode\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2023-01-01 - 2024-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"aneeqah@wethinkcode.co.za\",\n            \"position\": \"Bootcamp Mentor/Reviewer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anish\",\n            \"last_name\": \"Pattnaik\",\n            \"full_name\": \"Anish Pattnaik\",\n            \"linkedin\": \"https://www.linkedin.com/in/anish-pattnaik-82579a22a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADls1R0Bc85P7ynSJ3IO_9_D6KHI7pwWltw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"AWS Cloud engineer at Workmates core2cloud\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"anish.p@cloudworkmates.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 837,\n            \"location\": \"Bhubaneswar, Odisha, India\",\n            \"skills\": \"devops,terraform,amazon cognito,amazon ecs,aws cloudformation,virtual private network (vpn),system operations,customer interaction,customer contact,secure shell (ssh),traffic managers,server administration,infrastructure as code (iac),windows,cloud infrastructure,cloud services,architects,aws identity and access management (aws iam),infrastructure,cloud development,bash,shell scripting,load balancing,object-oriented programming (oop),elastic load balancing,development design,continuous integration (ci),continuous delivery (cd),troubleshooting,red hat linux,linux system administration,python (programming language),linux,java,scripting,powershell,dashboards,architecture,amazon sqs,amazon simple notification service (sns),amazon cloudwatch,public access,cloud computing,computer science,amazon web services (aws),amazon relational database service (rds),aws lambda,amazon s3,microsoft excel,project management,communication,analyst,english,analytical skills,amazon ec2\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Workmates Core2Cloud\",\n            \"company_link\": \"https://www.linkedin.com/company/workmatescore2cloud\",\n            \"company_id\": \"https://www.linkedin.com/company/30218985\",\n            \"company_domain\": \"cloudworkmates.com\",\n            \"company_about\": \"Workmates Core2Cloud is a leading cloud-managed services provider and IT solutions company, proudly holding the prestigious AWS Premier Tier Services Partner status. This recognition places us among the top-tier AWS consulting firms globally, reflecting our deep expertise and commitment to delivering cutting-edge AWS cloud solutions.\\n\\nSince our inception in 2018, we have rapidly grown to become a trusted partner for businesses across various industries, helping them innovate and achieve digital transformation. Our team of 150+ AWS Certified Professionals brings unmatched skills and experience to every project, ensuring exceptional service and results.\\n\\nKey Highlights:\\n\\nAWS Premier Tier Services Partner: As an AWS Premier Partner, we have demonstrated exceptional capabilities in delivering AWS solutions at the highest level.\\n\\n750+ Successful Projects: With a proven track record of more than 750 projects across diverse industries, we consistently meet and exceed client expectations.\\n\\n500+ Satisfied Clients: Our growing client base of over 500 businesses underscores our dedication to customer satisfaction and delivering impactful results.\\n\\nGenerative AI Services Competency: Recognized for our expertise in implementing advanced AI-driven solutions that drive innovation and business growth.\\n\\nAt Workmates Core2Cloud, we focus on delivering tailored cloud solutions that optimize IT infrastructure, enhance operational efficiency, and help businesses navigate the digital future.\\n\\nLet’s connect and explore how we can drive your business forward in the era of cloud and AI innovation. \\n\\nLet's connect:\\n📞: 8249711902\\n✉️: info@cloudworkmates.com\",\n            \"company_founded\": 2018,\n            \"company_size\": \"121\",\n            \"company_location_1\": \"Kolkata, West Bengal, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Kolkata\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+919831015014\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://www.facebook.com/cloudworkmates/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Cloud Engineer (Workmates Core2Cloud, Size: 51-200) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Cloud Engineer (Workmates Core2Cloud)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"KIIT school of computer application, Master of Computer Applications - MCA, Computer Science\",\n            \"education_2\": \"Buxi Jagabandhu Bidyadhar College, Bachelor of Science - BS, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2018-08-01 - 2021-09-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"anish.p@cloudworkmates.com\",\n            \"position\": \"Cloud Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Aravinthan\",\n            \"last_name\": \"M\",\n            \"full_name\": \"Aravinthan M.\",\n            \"linkedin\": \"https://www.linkedin.com/in/aravinthan-m\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABkCjSoB0XAB7N5OvF5ie48-l6xJ24ktj4M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Module Lead at LTIMindtree\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"aravinthan.m@ltimindtree.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 325,\n            \"location\": \"Puducherry, India\",\n            \"skills\": \"technical leadership,gitlab cicd,code coverage,unit testing,karma,jasmine,technical design,user interface design,ngrx,rxjs,typescript,angular,sass,handlebars.js,programming,html,javascript,mysql,java,html5,software development,web design,c++,sql,xml,cascading style sheets (css),jquery,c,angularjs,c#,linux,bootstrap,.net framework,databases,asp.net,asp.net mvc,template designing,materials design,material css,angular material,angular 4\",\n            \"twitter\": \"\",\n            \"about\": \"Web Designer / Developer with 7 Years in development, analysis, designs the applications. Highly dependable Software Engineer successful at troubleshooting and debugging. Senior Angular Developer.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years \",\n            \"time_in_company\": \"2 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"LTIMindtree\",\n            \"company_link\": \"https://www.linkedin.com/company/ltimindtree\",\n            \"company_id\": \"https://www.linkedin.com/company/86813252\",\n            \"company_domain\": \"ltimindtree.com\",\n            \"company_about\": \"LTIMindtree is a global technology consulting and digital solutions company that enables enterprises across industries to reimagine business models, accelerate innovation, and maximize growth by harnessing digital technologies. As a digital transformation partner to more than 700 clients, LTIMindtree brings extensive domain and technology expertise to help drive superior competitive differentiation, customer experiences, and business outcomes in a converging world. Powered by 81,000+ talented and entrepreneurial professionals across more than 30 countries, LTIMindtree — a Larsen & Toubro Group company — combines the industry-acclaimed strengths of erstwhile Larsen and Toubro Infotech and Mindtree in solving the most complex business challenges and delivering transformation at scale.\\nFor more info, please visit www.ltimindtree.com.\",\n            \"company_founded\": null,\n            \"company_size\": \"61438\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"l&t infotech, technology tower. gate no. 5, saki vihar road, powai, mumbai, maharashtra 400072, in, mumbai, mh 400072, in\",\n            \"company_postal_code\": \"400072\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Digital Transformation\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"digital transformation\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Module Lead (LTIMindtree, Size: 10000+) [2023-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Module Lead (LTIMindtree)\",\n            \"position_2\": \"B2 Consultant (Capgemini)\",\n            \"position_3\": \"Software Developer (Manureva Digital Solutions India Pvt. Ltd.)\",\n            \"position_date_1\": \"2023-01-01\",\n            \"position_date_2\": \"2022-01-01 - 2023-01-01\",\n            \"position_date_3\": \"2017-07-01 - 2022-01-01\",\n            \"education_1\": \"Ramakrishna Mission Polytechnic College, Diplomo in Computer Engineering, Computer Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2013-01-01 - 2016-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"aravinthan.m@ltimindtree.com\",\n            \"position\": \"Module Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Assale\",\n            \"last_name\": \"Yao\",\n            \"full_name\": \"Assale Levi Jonathan Yao\",\n            \"linkedin\": \"https://www.linkedin.com/in/assale-levi-jonathan-yao\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD2wmAkB7PZioQxxg1D9G8UCalizw8dTiCg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Consultant & Admin 365 et Azure | Data Scientist Junior\",\n            \"industry\": \"it system data services\",\n            \"email\": \"assale.yao@data354.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 289,\n            \"location\": \"Abidjan, Côte d'Ivoire\",\n            \"skills\": \"apache kafka,laravel,microsoft azure,big data,data science,programming,dart,bases de données relationnelles,bases de données,microservices,kotlin,sdk android,intelligence artificielle (ia),blockchain,python,smart contracts,solidity,truffle,flutter,api rest\",\n            \"twitter\": \"\",\n            \"about\": \"Consultant & Admin 365 et Azure  | Data Scientist Junior \\n\\nJ’accompagne les entreprises dans leur transformation numérique avec Microsoft 365 et Azure, en optimisant leurs infrastructures cloud et en garantissant la sécurité des données. \\nAussi en tant que Data Scientist Junior, j’exploite la puissance des données pour construire des modèles prédictifs et aider à la prise de décisions éclairées. \\n\\nMon objectif ? Allier cloud et data pour propulser les entreprises vers l’avenir !\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Data354\",\n            \"company_link\": \"https://www.linkedin.com/company/data354\",\n            \"company_id\": \"https://www.linkedin.com/company/20541529\",\n            \"company_domain\": \"data354.com\",\n            \"company_about\": \"data354 est une société de conseil spécialisée dans l'analyse de données et les solutions d'IA, jouissant d'une position de leader en Afrique francophone et d'une reconnaissance internationale. \\n\\nNotre mission est de libérer le potentiel des données à travers des stratégies de digitalisation centrées sur la donnée, et de développer des solutions d'IA sur mesure en harmonie avec vos besoins et  notre profonde compréhension des réalités locales. \\n\\nNous offrons un accompagnement complet, comprenant : \\n- Le conseil en stratégie data & IA\\n- La mise en place d'infrastructures et de plateformes de données\\n- Le développement de solutions intelligentes. \\n\\nNotre approche innovante et notre expertise locale font de nous le partenaire privilégié pour les entreprises cherchant à tirer pleinement parti de leurs données et à intégrer l'IA dans leur stratégie de croissance.\\n\",\n            \"company_founded\": 2019,\n            \"company_size\": \"36\",\n            \"company_location_1\": \"Abidjan, Abidjan, Côte d'Ivoire\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Abidjan\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Data Analytics,Big Data,Data Science,Data Strategy,Business Intelligence,Intelligence Artificielle,Data Consulting,Generative AI\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Consultant & Admin 365 et Azure (data354, Size: 11-50) [2024-10-01] Spécialisé dans l'accompagnement des entreprises vers la transformation numérique via l'implémentation et la gestion des solutions Microsoft 365 et Azure. Avec une expertise en administration et sécurité, je m'assure que les infrastructures cloud sont optimisées, sécurisées et alignées avec les besoins opérationnels des clients.\\n. Configuration et gestion des environnements Microsoft 365 et Azure\\n. Administration des identités, gestion des accès et sécurité cloud\\n. Migration et intégration d'applications vers le cloud\\n. Automatisation des processus et optimisation des performances\\n. Support et formation des équipes sur les meilleures pratiques cloud\\nJe m'engage à offrir des solutions efficaces et évolutives qui renforcent la productivité et la sécurité de l'organisation.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Consultant & Admin 365 et Azure (data354)\",\n            \"position_2\": \"Mobile Application Developer (Orange Côte d'Ivoire)\",\n            \"position_3\": \"Back End Developer (ANSUT - Agence Nationale du Service Universel des Télécommunications - TIC)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2024-03-01 - 2024-06-01\",\n            \"position_date_3\": \"2023-12-01 - 2024-01-01\",\n            \"education_1\": \"ESATIC, Master Mobiquité Big Data Système\",\n            \"education_2\": \"Université Polytechnique de Bingerville, Licence, Informatique\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-10-01 - 2025-07-01\",\n            \"education_date_2\": \"2020-01-01 - 2023-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"assale.yao@data354.com\",\n            \"position\": \"Consultant & Admin 365 et Azure\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Azad\",\n            \"last_name\": \"Ahamad\",\n            \"full_name\": \"Azad Ahamad\",\n            \"linkedin\": \"https://www.linkedin.com/in/azad-ahamad-b96546a3\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABX4nyIBCsn7vB2_O_Vg6l7cXcqu6fdKdM0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java | Spring Boot | Microservices | Hibernate & JPA\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"azad.ahamad@wipro.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 129,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"java,spring boot,rest apis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Wipro\",\n            \"company_link\": \"https://www.linkedin.com/company/wipro\",\n            \"company_id\": \"https://www.linkedin.com/company/1318\",\n            \"company_domain\": \"wipro.com\",\n            \"company_about\": \"Wipro Limited (NYSE: WIT, BSE: 507685, NSE: WIPRO) is a leading technology services and consulting company focused on building innovative solutions that address clients’ most complex digital transformation needs. Leveraging our holistic portfolio of capabilities in consulting, design, engineering, and operations, we help clients realize their boldest ambitions and build future-ready, sustainable businesses. With nearly 245,000 employees and business partners across 65 countries, we deliver on the promise of helping our clients, colleagues, and communities thrive in an ever-changing world.\\nWipro is an Equal Employment Opportunity employer and makes all employment and employment-related decisions without regard to a person's race, sex, national origin, ancestry, disability, sexual orientation, or any other status protected by applicable law.\",\n            \"company_founded\": null,\n            \"company_size\": \"241868\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bangalore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Consulting,Business Process Outsourcing,Business Application Services,Infrastructure Management,Cloud Services,Analytics and Information Management,Product and Engineering Services,Mobility,Datacentre Managed Services,Software application management\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Developer Analyst 11 (Wipro, Size: 10000+) [2022-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Developer Analyst 11 (Wipro)\",\n            \"position_2\": \"Software Engineer (Uneecops Technologies Ltd.)\",\n            \"position_3\": \"Sr. Software Developer (ITCONS e-Solution Private Limited)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2020-04-01 - 2022-05-01\",\n            \"position_date_3\": \"2018-08-01 - 2020-03-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"azad.ahamad@wipro.com\",\n            \"position\": \"Developer Analyst 11\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bilal\",\n            \"last_name\": \"Mohammad\",\n            \"full_name\": \"Bilal Mohammad\",\n            \"linkedin\": \"https://www.linkedin.com/in/bilal-mohammad-8b8408184\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACt8qwwBouOBYlVcncWWDWD3qAoLlKbxN2U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Application Development Analyst at Accenture\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"bilal.mohammad@accenture.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 64,\n            \"location\": \"Nagpur, Maharashtra, India\",\n            \"skills\": \"object-oriented languages,representational state transfer (rest),software development life cycle (sdlc),multitasking,critical thinking,regression analysis,test coverage,computer science,algorithm design,problem solving,product quality,express.js,communication,git,microsoft visual studio code,sql,html,agile methodologies,scaled agile framework,html5,cascading style sheets (css),javascript,nodejs,functional testing,jira,confluence,q-test,postman,gigya,node.js,web development,mongodb,react.js,adobe experience manager (aem),selenium,cucumber,c (programming language),c++,software testing,python (programming language),java,mern stack\",\n            \"twitter\": \"\",\n            \"about\": \"Embarking on a three-year journey within the IT realm, I specialize in testing e-commerce websites with a keen focus on both manual and automation testing. My expertise extends to a variety of tools, including Q-test, Postman, Adobe Experience Manager (AEM), Selenium, and Cucumber.\\n\\nKey Highlights:-\\n\\nTesting Mastery: Proficient in executing a spectrum of testing types, encompassing regression, functional, and API testing. I meticulously develop, execute, and review test cases and scenarios to ensure comprehensive coverage.\\n\\nAgile Collaboration: Well-versed in working within Agile methodologies, I seamlessly adapt to changes, contribute actively to technical discussions, and collaborate closely with clients. I actively participate in story estimation, ensuring alignment with project goals.\\n\\nTechnical Proficiency: Beyond testing, my skills include working with tools such as Q-test, Postman, Adobe Experience Manager (AEM), Selenium, and Cucumber. This diverse toolkit enhances my ability to address varied testing challenges.\\n\\nProgramming Expertise: I bring a robust foundation in programming languages, including C, C++, Java, and Python. This knowledge further strengthens my understanding of the software development lifecycle.\\n\\nClient Interaction: Active engagement with clients allows me to understand their requirements thoroughly, ensuring that testing efforts align seamlessly with project objectives.\\n\\nTool Proficiency: Proficient in utilizing JIRA for defect reporting and tracking, contributing to a streamlined and efficient testing process.\\n\\nMy commitment to excellence in testing, combined with a strong technical foundation and a versatile toolkit, positions me as a valuable asset in ensuring the quality and success of software projects.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"4 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Accenture\",\n            \"company_link\": \"https://www.linkedin.com/company/accenture\",\n            \"company_id\": \"https://www.linkedin.com/company/1033\",\n            \"company_domain\": \"accenture.com\",\n            \"company_about\": \"Accenture is a leading global professional services company that helps the world’s leading businesses, governments and other organizations build their digital core, optimize their operations, accelerate revenue growth and enhance citizen services—creating tangible value at speed and scale.\\n \\nWe are a talent and innovation-led company serving clients in more than 120 countries. We combine our strength in technology and leadership in cloud, data and AI with unmatched industry experience, functional expertise and global delivery capability. We measure our success by the 360° value we create for our clients, each other, our shareholders, partners and communities.\\n\\nThis LinkedIn company page is moderated. When engaging with Accenture, we encourage everyone to:\\n\\n- Use common courtesy and be respectful of others.\\n- Create your own original content and avoid content that you know to be fraudulent.\\n- Never repost someone else's copyrighted work, unless you have permission.\\n- Never post personal, identifying, or confidential information.\\n\\nWe reserve the right to delete comments or posts we deem to be:\\n\\n- Profane, obscene, inappropriate, offensive, abusive material.\\n- Spam, repeated comments and commercial messages and personal advertisements.\\n- Discriminatory or that contain hateful speech of any kind regarding age, gender, race, religion, nationality, sexual orientation, gender identity or disability.\\n- Threats, personal attacks, abusive, defamatory, derogatory, or inflammatory language, or stalking or harassment of any individual, entity or organization.\\n- False, inaccurate, libelous, or otherwise misleading in any way.\",\n            \"company_founded\": null,\n            \"company_size\": \"567584\",\n            \"company_location_1\": \"Dublin 2, County Dublin, Ireland\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dublin 2\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"business consulting and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Management Consulting,Systems Integration and Technology,Business Process Outsourcing,Application and Infrastructure Outsourcing\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Application Development Analyst (Accenture, Size: 10000+) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Application Development Analyst (Accenture)\",\n            \"position_2\": \"Application Development Associate (Accenture)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2020-12-01 - 2022-08-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Shri Ramdeobaba College of Engineering and Management, Bachelor of Engineering - BE, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"bilal.mohammad@accenture.com\",\n            \"position\": \"Application Development Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@accenture.com\"\n        },\n        {\n            \"first_name\": \"Cierra\",\n            \"last_name\": \"Ray\",\n            \"full_name\": \"Cierra Ray\",\n            \"linkedin\": \"https://www.linkedin.com/in/cierraray2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABh0RsoBTqJ-qEe34fP4JUNXABc4fTnG2N4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Changing the World One User Interface at a Time\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": \"cray@darden.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 617,\n            \"location\": \"Orlando, Florida, United States\",\n            \"skills\": \"react.js,progressive web applications (pwas),content management,troubleshooting,hp server hardware,servers,computer hardware installation,it hardware support,hardware,html,customer service,leadership,public speaking,search engine optimization (seo),front-end development,graphic design,social media,web content writing,editing,newsletters,web development,microsoft office,adobe photoshop,adobe illustrator,adobe indesign,adobe creative suite,drupal,team building,fundraising,volunteer management,english,wordpress,cascading style sheets (css),php,microsoft word,mysql,customer experience,content strategy,microsoft powerpoint,javascript,html5,css,sass,user experience (ux),adobe xd,adobe acrobat,microsoft outlook,bootstrap,dreamweaver\",\n            \"twitter\": \"\",\n            \"about\": \"December 2021 graduate at Arizona State in Technical Communication.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years 4 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Darden\",\n            \"company_link\": \"https://www.linkedin.com/company/darden\",\n            \"company_id\": \"https://www.linkedin.com/company/163347\",\n            \"company_domain\": \"darden.com\",\n            \"company_about\": \"Darden is a restaurant company featuring a portfolio of differentiated brands that include Olive Garden, LongHorn Steakhouse, Yard House, Ruth's Chris Steak House, Cheddar's Scratch Kitchen, The Capital Grille, Seasons 52, Eddie V's, and Bahama Breeze. Our people equal our success, and we are proud to employ 190,000 team members in more than 2,000 restaurants. Together, we create memorable experiences for 380 million guests each year in communities across North America.\",\n            \"company_founded\": null,\n            \"company_size\": \"12362\",\n            \"company_location_1\": \"Orlando, Florida, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Orlando\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"restaurants\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Casual Dining,Fine Dining,Polished Casual Dining\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Web Developer (Darden, Size: 10000+) [2023-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Web Developer (Darden)\",\n            \"position_2\": \"Sevice Desk Specialist (Darden)\",\n            \"position_3\": \"Web Specialist (TT Publications)\",\n            \"position_date_1\": \"2023-10-01\",\n            \"position_date_2\": \"2022-03-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-09-01 - 2023-02-01\",\n            \"education_1\": \"Arizona State University, Bachelor of Science - BS, Technical and Scientific Communication\",\n            \"education_2\": \"Fort Hays State University, Master's degree, Mobile & Web Applications Development\",\n            \"education_3\": \"Southern Polytechnic State University, Computer Science\",\n            \"education_date_1\": \"2017-06-01 - 2021-12-01\",\n            \"education_date_2\": \"2023-01-01 - 2025-05-01\",\n            \"education_date_3\": \"2011-01-01 - 2013-01-01\",\n            \"website_1\": \"thecontrastgirl.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"cray@darden.com\",\n            \"position\": \"Associate Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Gábor\",\n            \"last_name\": \"Porteleki\",\n            \"full_name\": \"Gábor Porteleki\",\n            \"linkedin\": \"https://www.linkedin.com/in/g%C3%A1bor-porteleki-36560162\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAA1CcL0BaP847VYA_kPOLVzXANJWJIQtTY8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Self Employed Software Developer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"gabor.porteleki@freshconstruct.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 181,\n            \"location\": \"Budapest, Budapest, Hungary\",\n            \"skills\": \"dapper orm,language integrated query (linq),nosql,entity framework (ef) core,entity framework,powershell,code review,jira,github,front-end development,angular,angular material,cascading style sheets (css),asp.net ajax,web development,microsoft sql server,virtualization,asp.net,asp.net core,.net core,c#,asp.net mvc,jquery,javascript,angularjs,.net framework,object-oriented programming (oop),software design patterns,msi packaging,appsense,vbscript,hpca,app-v\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 10 months \",\n            \"time_in_company\": \"2 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"FreshConstruct\",\n            \"company_link\": \"https://www.linkedin.com/company/freshconstruct\",\n            \"company_id\": \"https://www.linkedin.com/company/88003720\",\n            \"company_domain\": \"freshconstruct.com\",\n            \"company_about\": \"FreshConstruct provides distinctive digital solutions, specializing in EPiServer/Optimizely, Umbraco, React, .NET, WordPress, and Shopify. Our seasoned team has a proven track record, exemplified by our partnership with Eutelsat OneWeb. This collaboration showcases our expertise in transforming businesses globally. Explore our offerings, benefit from a 5-day free trial, and experience the difference of our years of industry excellence.\",\n            \"company_founded\": null,\n            \"company_size\": \"11\",\n            \"company_location_1\": \"London, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"LONDON\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \".NET Developer (FreshConstruct, Size: 11-50) [2022-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \".NET Developer (FreshConstruct)\",\n            \"position_2\": \".NET Software Engineer at EPAM Systems (EPAM Systems)\",\n            \"position_3\": \"Junior .NET Software Engineer (EPAM Systems)\",\n            \"position_date_1\": \"2022-04-01\",\n            \"position_date_2\": \"2017-08-01 - 2022-04-01\",\n            \"position_date_3\": \"2016-06-01 - 2017-08-01\",\n            \"education_1\": \"Óbudai Egyetem, Absolutorium (still have to the final exam), Corporate Information Systems\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2017-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"gabor.porteleki@freshconstruct.com\",\n            \"position\": \".NET Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kenson\",\n            \"last_name\": \"Manduyag\",\n            \"full_name\": \"Kenson Van Ian Manduyag\",\n            \"linkedin\": \"https://www.linkedin.com/in/kensonmanduyag\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACF-FtYBqANFEdytAKx0L05P48EVeAFDvt4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Developing systems for a BPO company, implement API configurations from an outsource web app systems\",\n            \"industry\": \"software development\",\n            \"email\": \"kenson.manduyag@unifycx.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 29,\n            \"location\": \"Antipolo, Calabarzon, Philippines\",\n            \"skills\": \"react.js,node.js,github,html5,bootstrap (framework),mongodb,python (programming language),c#,.net framework,asp.net,blazor,entity framework (ef) core,microsoft sql server,mysql,git,english,problem solving,computer hardware troubleshooting,analytical skills\",\n            \"twitter\": \"\",\n            \"about\": \"I just used to watch videos online then it caught my attention and then decided to take it to the next level.\\n\\nI  decided to take Software development as my college degree course. I graduated without regrets.\\n\\nWith so much excitement, I immediately  applied to different companies but, unfortunately,I failed so many times.\\n\\nBut it did not stop me.\\n\\nI took online courses (free and paid, I've tried them all), that's when I realized my forte, the programming language that calls to  my passion, C# .\\n\\nAnd now, I'm working as an application developer in a BPO company wherein I develop systems for support like portals, account management and the likes. I also config API from outsourced web apps which is also my  expertise in backend.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 months \",\n            \"time_in_company\": \"3 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Collective Solution\",\n            \"company_link\": \"https://www.linkedin.com/company/collectivesolution\",\n            \"company_id\": \"https://www.linkedin.com/company/1495483\",\n            \"company_domain\": \"unifycx.com\",\n            \"company_about\": \"UnifyCX is a future-ready, next-generation customer experience platform that fuses the best of human expertise with advanced AI technology. Formed through GlowTouch’s strategic acquisition of Collective Solution, UnifyCX offers a comprehensive suite of customer experience management tools designed to enhance every stage of the customer journey. With a global presence and a commitment to innovation, UnifyCX is redefining what it means to deliver exceptional customer service. As a certified NMSDC Minority Business Enterprise (MBE), we take pride in our diverse workforce. To learn more about how we can help you achieve your business goals, visit www.unifycx.com or email info@unifycx.com. \",\n            \"company_founded\": 2002,\n            \"company_size\": null,\n            \"company_location_1\": \"Los Angeles, California, United States\",\n            \"company_location_2\": \"Louisville, Kentucky, United States\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"Louisville\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2930 wilshire blvd, los angeles, california, united states\",\n            \"company_postal_code\": \"90010\",\n            \"company_phone\": \"8779999284\",\n            \"company_industry_1\": \"outsourcing and offshoring consulting\",\n            \"company_industry_2\": \"outsourcing/offshoring\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"First and Third Party Collections,Call-cutting,Telephone and Employment Verifications,Skip-Tracing,Back Office Support,Pre-Legal and Post-Judgment Collection,Legal Document Preparation,Customer Service,Content Moderation,Data Entry\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/collective_bpo, https://facebook.com/Collective-Solution/152579441435443\",\n            \"keywords\": \"customer service, data entry, content moderation, back office support, legal document preparation, skiptracing, first & third party collections, callcutting, telephone & employment verifications, prelegal & postjudgment collection\",\n            \"annual_revenue\": \"26009000\",\n            \"technologies\": \"Facebook Comments, Atlassian Cloud, WordPress.org, Typekit, Sendgrid, Outlook, OpenSSL, Mobile Friendly, Hubspot, Google Tag Manager, Google Font API, Apache, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Dotnet Developer (Collective Solution, Size: Self-employed) [2024-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Dotnet Developer (Collective Solution)\",\n            \"position_2\": \".NET Developer (Collective Solution)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-02-01\",\n            \"position_date_2\": \"2021-10-01 - 2024-02-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"AMA Computer Learning Center, Associate's degree, Soft\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2017-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"kenson.manduyag@unifycx.com\",\n            \"position\": \"Senior Dotnet Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@collectivesolution.net\"\n        },\n        {\n            \"first_name\": \"Kishore\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Kishore Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/mrkishorekumarit\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD3azzQB1Vf8QrusuljmomNUg7C7Q3wjPOw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"SDE @ DIATOZ |Python Programming | Artificial Intelligence | Machine Learning | Deep Learning |  FastAPI | Flask | SQL | NoSQL |  Git\",\n            \"industry\": \"information services\",\n            \"email\": \"kishore.kumar@diatoz.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1558,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"react.js,python (programming language),rest apis,data structures,fastapi,javascript,artificial intelligence (ai),html5,,git,postgresql,mysql,nosql,tensorflow,pandas (software),pytorch,mongodb,machine learning,sql,flask,html5,flutter,cascading style sheets (css)\",\n            \"twitter\": \"\",\n            \"about\": \"As a Full Stack Developer with one year of experience, I specialize in developing high-performance, scalable web applications using React and Python. With expertise in Redux, Context API, Fast API, Flask, and databases (SQL, NoSQL, Azure SQL), I thrive in collaborative environments, working effectively with cross-functional teams to deliver exceptional projects. Passionate about leveraging technology for innovative solutions\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"DIATOZ: Digital A to Z Solutions\",\n            \"company_link\": \"https://www.linkedin.com/company/diatoz\",\n            \"company_id\": \"https://www.linkedin.com/company/14400588\",\n            \"company_domain\": \"diatoz.com\",\n            \"company_about\": \"DIATOZ is a fast evolving IT company operating from India, Texas and Singapore. The company has evolved into 3 business verticals namely Digital Solutions & Services, Digital Products and Consulting. Digital Solutions & Services include but are not limited to providing proof of concepts, solutions to complex problems on various domains like IoT, Mobility, eCommerce by adopting industry wide best practices. Digital Products like iRestoran, ezenotes, e2ehiring, Hectocommerce, ezevision that foray in various digital spaces that uses latest cutting edge technologies. Under Consulting, best talents matching the dynamics of IT industry needs are sourced, screened, evaluated to various partner companies to fulfill their human resource needs. \\n\\nDIATOZ LUMINARY achievements are -\\n• “Startup of the year 2020” by CIO Insider India.\\n• Indian Achievers’ Award for Promising Company 2020.\\n• The company in focus 2021 by Innovative Zone India.\\n• The 30 Most Trusted Brands to Watch 2021 by Prime Insights.\",\n            \"company_founded\": 2018,\n            \"company_size\": \"116\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Product development,UI/UX Design,Enterprise Digital Transformation,AI/ML,Enterprise Mobility,Cloud Services,DevOps,Software Development\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://www.facebook.com/diatozsolutions/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (DIATOZ: Digital A to Z Solutions, Size: 51-200) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (DIATOZ: Digital A to Z Solutions)\",\n            \"position_2\": \"SDE Intern (DIATOZ: Digital A to Z Solutions)\",\n            \"position_3\": \"Freelance (Freelance)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2024-02-01 - 2024-06-01\",\n            \"position_date_3\": \"2023-11-01 - 2024-02-01\",\n            \"education_1\": \"Sri Ramakrishna Institute of Technology, Bachelor of Engineering - BE, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2018-08-01 - 2022-07-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"kishore.kumar@diatoz.com\",\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Korbin\",\n            \"last_name\": \"A\",\n            \"full_name\": \"Korbin A.\",\n            \"linkedin\": \"https://www.linkedin.com/in/korbinallseitz\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC2n-dkBBWg5d0W3RExU71XDiVx9BXZFj-o,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Datacenter Technician II at Input Output Flood, LLC\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"korbin@ioflood.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 681,\n            \"location\": \"Phoenix, Arizona, United States\",\n            \"skills\": \"continuous integration (ci),oral communication,debugging,agile software development,programming,problem solving,communication,teamwork,git,computer hardware,hardware,digital designs,scrum,agile methodologies,unit testing,static analysis,software design patterns,data centers,technical documentation,information technology,computer science,server administration,it operations,linux,sql,servers,javascript,linux system administration,data structures,coding experience,java,c (programming language),c++,python (programming language),network administration,it hardware support,technical support,data center operations,troubleshooting,networking\",\n            \"twitter\": \"\",\n            \"about\": \"Datacenter Technician Turned Software Engineer: Bridging the Gap between Hardware and Software.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 3 months \",\n            \"time_in_company\": \"5 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Input Output Flood, LLC\",\n            \"company_link\": \"https://www.linkedin.com/company/input-output-flood-llc\",\n            \"company_id\": \"https://www.linkedin.com/company/3750117\",\n            \"company_domain\": \"ioflood.com\",\n            \"company_about\": \"People Who Love Servers\\r\\n\\r\\nEverything works better when you do what you love, which is why I/O Flood is run by people who love servers. I/O Flood employess have run some of the biggest websites on the internet, and are happy to apply that experience to making your website load quickly and reliably. We treat your server as if it was our own, picking the best hardware and software to fit your needs and your budget and showing attention to detail when troubleshooting any problems you might have. Whether you love the nuts and bolts of servers, or you just want your hosting taken care of so you can get back to running your business, you'll be in good hands with I/O Flood.\",\n            \"company_founded\": null,\n            \"company_size\": \"6\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Datacenter Technician II & Software Engineer (Input Output Flood, LLC, Size: 1-10) [2022-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Datacenter Technician II & Software Engineer (Input Output Flood, LLC)\",\n            \"position_2\": \"Datacenter Technician (Input Output Flood, LLC)\",\n            \"position_3\": \"Warehouse Associate (Macy's Retail Holdings, Inc.)\",\n            \"position_date_1\": \"2022-11-01\",\n            \"position_date_2\": \"2019-05-01 - 2024-07-01\",\n            \"position_date_3\": \"2018-03-01 - 2018-08-01\",\n            \"education_1\": \"Arizona State University, Bachelor's degree, Software Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"korbin.bio\",\n            \"website_2\": \"github.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"korbin@ioflood.com\",\n            \"position\": \"Datacenter Technician II & Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Lucas\",\n            \"last_name\": \"Almeida\",\n            \"full_name\": \"Lucas Almeida\",\n            \"linkedin\": \"https://www.linkedin.com/in/lucasalmeida24\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAB657GQBOK0F0VAfrArmg1ZnlqagS0ReRus,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer | RPA Developer\",\n            \"industry\": \"software development\",\n            \"email\": \"lucas.almeida@selenium.ao\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 943,\n            \"location\": \"Luanda Province, Angola\",\n            \"skills\": \"jira,optical character recognition (ocr),azure document intelligence,rabbitmq,robotic process automation (rpa),uipath studio,uipath assistant,uipath,network administration,primavera,backend development,microsoft sql server,docker,intellij idea,keycloak,odoo development,power automate ,odoo,windows,microsoft office,windows server,windows 7,typescript,design patterns,continuous integration,unit testing,json,gradle,maven,spring data,inversion of control (ioc),spring security,swagger api,thymeleaf,jpa,test driven development,mongodb,hibernate,agile methodologies,software testing,programming,software development,c (programming language),information technology,representational state transfer (rest),algorithms,rest apis,spring mvc,java,javascript,node.js,shell scripting,data structures,web development,it operations,postgresql,github,linux,nosql,sql,git,bash,spring boot,spring framework,mysql,haskell,back-end web development,object-oriented programming (oop)\",\n            \"twitter\": \"\",\n            \"about\": \"Results-oriented Developer with more than 2 years of experience in backend development, comfortable team work or self directed environment, strong problem solving, verbal and write communication skills, switching comfortable between architecture.\\nI have experience in:\\n- Java EE development with Spring Framework, JPA, Hibernate, Maven, Gradle,\\n- REST APIs development,\\n- Unit test development with JUnit, Mockito,\\n- HTML, CSS, JavaScript, Thymeleaf,\\n- MySQL, PostgreSQL, SQL Server, MongoDB database development,\\n- Report development with Apache POI, Poiji, JasperReport, Apache Commons CSV,\\n- Documentation using Swagger UI,\\n- Logging with SLF4J, LogF4J,\\n- Git, Azure DevOps, GitHub,\\n- Azure Document Intelligence,\\n- Agile, Scrum Methodology,\\n- UiPath, Power Automate,\\nMicroservices and Clean Architecture Learner\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Selenium - Digital Solutions, S.A.\",\n            \"company_link\": \"https://www.linkedin.com/company/seleniumao\",\n            \"company_id\": \"https://www.linkedin.com/company/100066517\",\n            \"company_domain\": \"selenium.ao\",\n            \"company_about\": \"Infinity Solutions\",\n            \"company_founded\": null,\n            \"company_size\": \"18\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (Selenium - Digital Solutions, S.A., Size: 11-50) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (Selenium - Digital Solutions, S.A.)\",\n            \"position_2\": \"Software Engineer (Backbone)\",\n            \"position_3\": \"Backend Engineer (Culysoft)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2023-05-01 - 2023-09-01\",\n            \"position_date_3\": \"2022-02-01 - 2023-05-01\",\n            \"education_1\": \"Universidade Católica de Angola, Bachelor's degree, Computer Engineering\",\n            \"education_2\": \"Faculdade AIEC, Bachelor of Technology - BTech, Computer Systems Analysis\",\n            \"education_3\": \"Tambov State University, Information Security, Computer and Information Systems Security/Information Assurance\",\n            \"education_date_1\": \"2018-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2016-01-01 - 2019-01-01\",\n            \"education_date_3\": \"2015-09-01 - 2016-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"lucas.almeida@selenium.ao\",\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mansi\",\n            \"last_name\": \"Hajare\",\n            \"full_name\": \"Mansi hajare\",\n            \"linkedin\": \"https://www.linkedin.com/in/mansi-hajare-aa521a207\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADSJIp0BExiEASNANAPSo9GyRNdiAZblBm0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at bharati vidyapeeth collage of engineering navi mumbai\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"mansi@blobcity.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 118,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"teamwork,communication,databases,responsive web design,front-end design,html5,english,json,object-oriented programming (oop),redux.js,document object model (dom),html,cascading style sheets (css),full-stack development,node.js,react.js,mongodb,javascript,sql,web development,html, css, javascript,mern stack (mongodb, express, react, node.js),presentations,information technology,front-end development,python (programming language),c++\",\n            \"twitter\": \"\",\n            \"about\": \"Enthusiastic web developer with a BE in IT and a strong passion for creating engaging and user-centric web applications. Currently advancing my skills through a MERN Stack course, specializing in React. Excited to share my daily progress and projects, aiming to contribute to innovative web solutions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 4 months \",\n            \"time_in_company\": \"1 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"BlobCity\",\n            \"company_link\": \"https://www.linkedin.com/company/blobcity\",\n            \"company_id\": \"https://www.linkedin.com/company/3099002\",\n            \"company_domain\": \"blobcity.com\",\n            \"company_about\": \"BlobCity is one of the fastest growing software companies that specialises in advanced analytics. It specialises in using cutting edge AI and machine learning capabilities to derive intelligence from large datasets. Its products & solutions help businesses to improve their operational efficiency and make faster business.\\n\\nBlobCity’s products have been used in several projects in areas of banking and financial services, automobile, renewable energy, import-export, retail, healthcare, safety sciences and more.\",\n            \"company_founded\": null,\n            \"company_size\": \"25\",\n            \"company_location_1\": \"Newark, Delaware, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Newark\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2035 Sunset Lake Road\",\n            \"company_postal_code\": \"19702\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"computer software\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Big Data,A.I.,Artificial Intelligence,Notebook,Cloud,Data Science,AI Cloud\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"http://twitter.com/blobcity, http://facebook.com/blobcity/, http://angel.co/blobcity\",\n            \"keywords\": \"big data, enterprise software, information technology, software, big data analytics, ai, artificial intelligence, cloud, deep information technology, notebook\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Full-stack Developer (BlobCity, Size: 11-50) [2023-10-01] 🚀 Full Stack Developer at @blobcity , deployed at MPENSystems. Spearheading front-end and back-end projects, collaborating with teams for seamless delivery. Thriving in dynamic environments, adept in React.js and Node.js .\\nCollaborating with talented individuals in a supportive environment has been a true pleasure.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Full-stack Developer (BlobCity)\",\n            \"position_2\": \"Solution analyst (Sankey Solutions)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-10-01\",\n            \"position_date_2\": \"2023-06-01 - 2023-08-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"bharati vidyapeeth collage of engineering navi mumbai, Information technology, Computer Programming, Specific Applications\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2023-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"mansi@blobcity.com\",\n            \"position\": \"Full-stack Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mikiyas\",\n            \"last_name\": \"Solomon\",\n            \"full_name\": \"Mikiyas Solomon\",\n            \"linkedin\": \"https://www.linkedin.com/in/mikiyas-solomon-395256285\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEVFJ6EB-VtlOepYzdUEP1qL_RJHnW8UZSc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"JavaScript | Frontend Developer\",\n            \"industry\": \"writing and editing\",\n            \"email\": \"mikiyas@eaglelionsystems.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 83,\n            \"location\": \"Addis Ababa, Ethiopia\",\n            \"skills\": \"front-end development,responsiveness,responsive web design,debugging,tailwind css,api development,redis,nosql,npm,server side,typescript,english,web technologies,web applications,software development,express.js,problem solving,github,linux,postgresql,mongodb,git,version control tools,rest apis,version control,databases,redux.js,web development,clean coding,php,information technology,html,sql,node.js,computer science,skill development,react.js,javascript,back-end web development,mysql\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"EagleLion System Technology\",\n            \"company_link\": \"https://www.linkedin.com/company/eaglelion-system-technology\",\n            \"company_id\": \"https://www.linkedin.com/company/79709708\",\n            \"company_domain\": \"eaglelionsystems.com\",\n            \"company_about\": \"EagleLion system technology PLC is a private technology company, currently working in the software manufacturing industry we believe we came up with a grand solutions what our country exactly needs , with its sister company we have developed a mobile application called Guzogo that is integrated with more than 11 banks and issues about 10 airlines tickets for its customers and also the company developed a mobile application called CashGo that gives a remittance, fundraising and money transfer service which is the pioneer in Ethiopia \",\n            \"company_founded\": null,\n            \"company_size\": \"64\",\n            \"company_location_1\": \"Addis Ababa, Addis Ababa, Ethiopia\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Addis Ababa\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/EaglelionT, https://www.facebook.com/eaglelionsystems\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Route 53, Mobile Friendly, Google Apps, Gmail, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Frontend Web Developer (EagleLion System Technology, Size: 51-200) [2024-04-01]\",\n            \"current_position_2\": \"Javascript Developer (Freelance (Self employed), Size: 10000+) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Frontend Web Developer (EagleLion System Technology)\",\n            \"position_2\": \"Javascript Developer (Freelance (Self employed))\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"St. mary's university , Bachelor's degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-11-01 - 2023-07-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"mikiyas@eaglelionsystems.com\",\n            \"position\": \"Frontend Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nassim\",\n            \"last_name\": \"Mninou\",\n            \"full_name\": \"Nassim Mninou\",\n            \"linkedin\": \"https://www.linkedin.com/in/nassimmninou\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD-A2FsBRtB8yeVTMiKaFEe7Yc6Qfibj06I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Computer science engineering | ENSAJ\",\n            \"industry\": \"it system data services\",\n            \"email\": \"nassim@fiverr.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 574,\n            \"location\": \"Casablanca Metropolitan Area\",\n            \"skills\": \"chatbot design,conversational ai,generative ai tools,langchain,chatbot development,ubuntu,angularjs,javascript,html5,document object model (dom),typescript,communication,analytical skills,written communication,sql,mysql,database administration,react.js,front-end development,amazon web services (aws),data analytics,cloud computing,python (programming language),data science,artificial intelligence (ai),php,oracle database,vtiger,crm integration,jquery,debian,viger,crm,lamp administration\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"1 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Fiverr\",\n            \"company_link\": \"https://www.linkedin.com/company/fiverr-com\",\n            \"company_id\": \"https://www.linkedin.com/company/861427\",\n            \"company_domain\": \"fiverr.com\",\n            \"company_about\": \"Fiverr is a global platform connecting businesses with freelance talent in the simplest way possible.\",\n            \"company_founded\": null,\n            \"company_size\": \"209408\",\n            \"company_location_1\": \"New York, Iowa, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"technology, information and internet\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"gigs,online marketplace,services,fiverr,small business,freelance,logo designs,resume editors,article writers,crowd economy,ecommerce,entrepeneur\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Chatbot Developer (Fiverr, Size: 10000+) [2024-01-01] https://www.fiverr.com/leo_nassim\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Chatbot Developer (Fiverr)\",\n            \"position_2\": \"Generative AI Engineer (Make my Day)\",\n            \"position_3\": \"Software Engineering Intern (JOLOF SYSTEM)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2024-07-01 - 2024-08-01\",\n            \"position_date_3\": \"2023-07-01 - 2023-09-01\",\n            \"education_1\": \"Ecole Nationale des sciences appliquées d'El Jadida\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"mninou.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"nassim@fiverr.com\",\n            \"position\": \"Chatbot Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Naveen\",\n            \"last_name\": \"Dadi\",\n            \"full_name\": \"naveen dadi\",\n            \"linkedin\": \"https://www.linkedin.com/in/naveen-dadi-a8b357179\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACo7fksBrByhKI4sE31zl7L0FTRDt00Y_Gs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": \"naveen.dadi@kanerika.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 106,\n            \"location\": \"Telangana, India\",\n            \"skills\": \"microsoft sql server,core java,sql server integration services (ssis),sql,pl/sql,java,html,cascading style sheets (css),angular,bootstrap,microsoft excel,microsoft word,microsoft powerpoint,autocad\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kanerika Inc\",\n            \"company_link\": \"https://www.linkedin.com/company/kanerika\",\n            \"company_id\": \"https://www.linkedin.com/company/13578114\",\n            \"company_domain\": \"kanerika.com\",\n            \"company_about\": \"Established in 2015, we started by recognizing the gap when we identified crucial implementation gaps in the market. While working with a leading technology company, the core team discovered opportunities where our expertise could bridge these gaps, laying the foundation for Kanerika. \\n\\nDedicated to empowering businesses with cutting-edge technology solutions, we've been on a relentless pursuit to craft efficient, future-ready enterprises, marking our journey with growth and transformative impact milestones \\n\\nAbout us:\\n- 9+ Years in Business \\n- 6 Offices Across the Globe \\n- 300+ Consultants Worldwide \\n\\nOur Specialization:\\n- Data Analytics\\n- Data Integration\\n- Data Governance\\n- Robotic Process Automation  \\n- Generative AI\\n\\nCredentials:\\n- SOC II Compliant\\n- ISO 27001 and ISO 27701 Certified \\n- Microsoft Partner \\n\\nNumbers that Matter:\\n- 99% Client Retention \\n- 95% Customer Satisfaction Rate \\n- 45% YoY Growth  \\n\\nReady to unleash the power of tech in your business? \\n\\nLet's connect! Book a time that works for you here: https://www.kanerika.com/meet \",\n            \"company_founded\": 2015,\n            \"company_size\": \"242\",\n            \"company_location_1\": \"Austin, Texas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Austin\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2035 sunset lake road, newark, delaware, united states\",\n            \"company_postal_code\": \"19702\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Outsourced Product Development, ,IT Advisory Services,Data Analytics,Data Integration,Custom Application Development,Business Solutions and Consulting,Business Intelligence,Artificial Intelligence,Machine Learning,Robotic Automation Process,Data Governance,Digital Consulting,Generative AI,Cloud Automation\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/KanerikaSoft, https://www.facebook.com/Kanerika-246696789205152\",\n            \"keywords\": \"data science, business intelligence, data analytics, data integration, data lake, custom application development, outsourced product development, it advisory services, business solutions & consulting\",\n            \"annual_revenue\": null,\n            \"technologies\": \"WordPress.org, SendInBlue, Nginx, Mobile Friendly, Google Tag Manager, Google Font API, Google Apps, Gmail\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (Kanerika Inc, Size: 201-500) [2021-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (Kanerika Inc)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Avanthi Institute of Engineering & Technology, Bachelor of Technology - BTech, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"naveen.dadi@kanerika.com\",\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@kanerika.com\"\n        },\n        {\n            \"first_name\": \"Oleksii\",\n            \"last_name\": \"Khokhlov\",\n            \"full_name\": \"Oleksii Khokhlov\",\n            \"linkedin\": \"https://www.linkedin.com/in/alex-khokhlov\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABiL9UMBRtcj1MC5-7-ZmwK-S8oj_gndiwg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"C Embedded Software Engineer\",\n            \"industry\": \"strategic management services\",\n            \"email\": \"oleksii.khokhlov@globallogic.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 444,\n            \"location\": \"Ukraine\",\n            \"skills\": \"c (programming language),arm cortex-m,delphi,turbo pascal,altium designer,keil,eclipse,ble,stm32,embedded systems,arm architecture,programming languages,adcs,altium,universal asynchronous receiver/transmitter (uart),firmware,bluetooth\",\n            \"twitter\": \"\",\n            \"about\": \"Writing programs for ARM (Cortex - M) in C language. Great experience with STM32 (ADC, DAC, TIM,\\nPWM, DMA, FLASH, UART, SPI, I2C). Have experience with NXP (S32K144).\\nWriting functions capable to work in non-blocking mode.\\nProviding remote software updates via boot loader. Communication through GSM, WIFI modules.\\nTracing Altium Designer PCB. Servo motors and brushless motors, drivers for motors and encoders.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 9 months \",\n            \"time_in_company\": \"3 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"GlobalLogic\",\n            \"company_link\": \"https://www.linkedin.com/company/globallogic\",\n            \"company_id\": \"https://www.linkedin.com/company/164008\",\n            \"company_domain\": \"globallogic.com\",\n            \"company_about\": \"GlobalLogic, a Hitachi Group Company, is a full-lifecycle product development services leader that combines chip-to-cloud software engineering expertise and vertical industry experience to help our customers design, build, and deliver their next generation products and digital experiences. We expertly integrate design, complex engineering, and agile delivery capabilities to produce superior business outcomes for global brands. Headquartered in Silicon Valley, GlobalLogic operates design studios and engineering centers around the world, extending the benefits of our true global presence to customers in the telecom, automotive, healthcare, technology, media and entertainment, manufacturing, and semiconductor industries.\",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Santa Clara, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Santa Clara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Full-Lifecycle Product Development Services,User Experience Design,Product Design,Content Engineering,Product Research & Ideation,Sustaining Engineering,Product Engineering,Product Testing & Quality Assurance,Product Re-platforming\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Middle Embedded C Developer (GlobalLogic, Size: Self-employed) [2021-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Middle Embedded C Developer (GlobalLogic)\",\n            \"position_2\": \"Software Engineer (MRS Electronic, Inc.)\",\n            \"position_3\": \"Software Engineer (PE \\\"WEL\\\" )\",\n            \"position_date_1\": \"2021-05-01\",\n            \"position_date_2\": \"2019-09-01 - 2021-04-01\",\n            \"position_date_3\": \"2015-08-01 - 2019-09-01\",\n            \"education_1\": \"Donetsk National University, Bachelor's degree, Radio Physics and Electronics\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"oleksii.khokhlov@globallogic.com\",\n            \"position\": \"Middle Embedded C Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Paul\",\n            \"last_name\": \"D\",\n            \"full_name\": \"Paul D.\",\n            \"linkedin\": \"https://www.linkedin.com/in/pjdefilippo\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABcndoBlegNOXAuaqs3W2JInmoYtHFQxEI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Applications Developer\",\n            \"industry\": \"food and beverage manufacturing\",\n            \"email\": \"paul.d@welchs.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 222,\n            \"location\": \"Arlington, Massachusetts, United States\",\n            \"skills\": \"debugging,microsoft products,perl,c++,c#,.net,windows,visual studio,html,visual basic 5.0/6.0,xml,xslt,javascript,asp.net,java,sql,software engineering,microsoft sql server,integration,testing,sdlc,software design,c,databases,web applications,software development,programming,cross-team collaboration,workshop facilitation,business analysis,workplace relationships,cloud security,cloud services,microsoft azure\",\n            \"twitter\": \"\",\n            \"about\": \"Software engineer, particularly focused on Microsoft .NET technologies.  Experienced with .NET and C#.  Have worked in environments ranging from tiny startups to large government contractors.\\n\\nSpecialties: C#. Visual Basic 6, C++, C, Perl, HTML, JavaScript, XML, XSLT, SQL, Java, Oracle, Microsoft SQL Server.  Knowledge of Perforce SCM and Serena TeamTrack.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 5 months \",\n            \"time_in_company\": \"11 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Welch\\\\'s\",\n            \"company_link\": \"https://www.linkedin.com/company/welch%27s\",\n            \"company_id\": \"https://www.linkedin.com/company/12388\",\n            \"company_domain\": \"welchs.com\",\n            \"company_about\": \"Welch’s is a unique company, owned by a cooperative of around 700 family farms dedicated to hard work and delivering the highest quality ingredients for Welch’s products.\\n\\nOur iconic brand has been loved around the world for more than 150 years, but we are just getting started. We are building a new kind of fruit-based company that’s based on natural ingredients, sustainable practices, and a focus on the future. We are implementing a bold, long-term growth plan and we’re looking for talented, agile, and innovative people to join our team.\\n\\nWe are not a big company, but we are a team of big thinkers driven by the purpose of bringing good-for-you products to families everywhere. If you are looking for an opportunity to join a company with passion, authenticity, and collaboration its foundation, and where every individual makes an impact, check out our open positions and apply here: www.welchs.com/careers.\\n\\n\\n \",\n            \"company_founded\": 1869,\n            \"company_size\": \"733\",\n            \"company_location_1\": \"Concord, Massachusetts, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Concord\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"300 baker avenue, concord, massachusetts, united states\",\n            \"company_postal_code\": \"01742\",\n            \"company_phone\": \"+18003406870\",\n            \"company_industry_1\": \"manufacturing\",\n            \"company_industry_2\": \"consumer goods\",\n            \"company_industry_3\": \"mechanical or industrial engineering\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Consumer Packaged Goods,Manufacturing,Food and Beverage\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"https://twitter.com/welchs, https://www.facebook.com/welchsgrapes/\",\n            \"keywords\": \"manufacturing, food & beverage, consumer packaged goods\",\n            \"annual_revenue\": \"50000000\",\n            \"technologies\": \"VueJS, Route 53, Outlook, Mobile Friendly, Mimecast, Microsoft Office 365, Hubspot, Google Tag Manager, Facebook Custom Audiences, Drupal, Datadog, DNS Made Easy, Amazon SES, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"IT Business Analyst Collaboration (Welch's, Size: 501-1000) [2013-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"IT Business Analyst Collaboration (Welch's)\",\n            \"position_2\": \"Software Engineer (Tactical Communications Group, LLC.)\",\n            \"position_3\": \"Software Engineer / Contractor (The TriZetto Group)\",\n            \"position_date_1\": \"2013-09-01\",\n            \"position_date_2\": \"2010-06-01 - 2013-04-01\",\n            \"position_date_3\": \"2009-11-01 - 2010-03-01\",\n            \"education_1\": \"BS, Electrical Engineering\",\n            \"education_2\": \"Xaverian Brothers High School, High School Diploma, College/University Preparatory and Advanced High School/Secondary Diploma Program\",\n            \"education_3\": null,\n            \"education_date_1\": \"1988-01-01 - 1992-01-01\",\n            \"education_date_2\": \"1984-09-01 - 1988-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"google.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"paul.d@welchs.com\",\n            \"position\": \"IT Business Analyst Collaboration\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pragnesh\",\n            \"last_name\": \"Maru\",\n            \"full_name\": \"Pragnesh Maru\",\n            \"linkedin\": \"https://www.linkedin.com/in/pragneshmaru\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADOyAFEBQ6JGsLAS-rXVgZUHqWEtQdczCvg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java developer | Spring boot | Hibernate | JWT | DesignPattern | MySql | APIS\",\n            \"industry\": \"software development\",\n            \"email\": \"pragnesh@conmatindia.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 686,\n            \"location\": \"Vadodara, Gujarat, India\",\n            \"skills\": \"winforms,sql server management studio,java development,.net framework,json web token (jwt),websocket,liquibase,git,hibernate,back-end web development,java,spring boot,api development,spring framework,sql,phpmyadmin,mysql,javascript,php\",\n            \"twitter\": \"\",\n            \"about\": \"JAVA ️\\n->  Strong foundation in Core Java .    \\n->  Good knowledge in spring boot, APIs, Hibernate\\n-> JWT for securing apis \\n->  Windows form application - C# \\n->  multithreading and asyncronous programming \\n->  Github version control.\\n\\nwilling to take initiative and work efficiently both individually and in team looking forward to be a part of organization .\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"KYB Conmat Pvt Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/kybconmat\",\n            \"company_id\": \"https://www.linkedin.com/company/2002721\",\n            \"company_domain\": \"conmatindia.com\",\n            \"company_about\": \"KYB-CONMAT is part of KYB CORPORATION of Japan, a 22,000 crore business conglomerate founded in 1919, having more than 12,000 employees working in 34 manufacturing plants and 62 offices in 21 countries across the world.\\r\\n \\r\\nKYB is world’s largest shock absorber manufacturer, Japan’s Largest Transit Mixer manufacturer and leading manufacturer of hydraulic and electronic products for construction, automobiles, aircraft, trains, ships and industrial applications.\\r\\n \\r\\nKYB has joined hands with CONMAT to produce world’s finest Concrete Construction Equipment. Supported by Japanese technology, quality & manufacturing systems, Indian facility will be used as a global manufacturing hub for Concrete Batching Plants, Concrete paving machines, Concrete Pumps, Concrete Transit Mixers & Rack & Pinion Construction Elevators.\",\n            \"company_founded\": null,\n            \"company_size\": \"364\",\n            \"company_location_1\": \"Vadodara Taluka, Gujarat, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Vadodara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"industrial machinery manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Concrete Batching Plant,Concrete Paving Machine,Concrete Transit Mixer,Concrete Pumps,Rack & Pinion Construction Elevators\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Automation Engineer (KYB Conmat Pvt Ltd, Size: 201-500) [2024-06-01] Developing Recipe and Scada on Windows form and optimize\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Automation Engineer (KYB Conmat Pvt Ltd)\",\n            \"position_2\": \"Software Engineer (Balkrushna Technologies Pvt. Ltd.)\",\n            \"position_3\": \"Intern (Sunflower Lab)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2023-09-01 - 2024-06-01\",\n            \"position_date_3\": \"2023-01-01 - 2023-08-01\",\n            \"education_1\": \"Gujarat Technological University (GTU), SARDAR VALLABHBHAI PATEL INSTITUTE OF TECH. VASAD\",\n            \"education_2\": \"Gujarat Technological University (GTU), Shri K.J Polytechnic Bharuch, Computer Engineering\",\n            \"education_3\": \"Lal Bahadur Shastri  Vidyalaya, SSC\",\n            \"education_date_1\": \"2020-06-01 - 2023-06-01\",\n            \"education_date_2\": \"2017-07-01 - 2020-07-01\",\n            \"education_date_3\": \"2016-03-01 - 2017-03-01\",\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"pragnesh@conmatindia.com\",\n            \"position\": \"Automation Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Prince\",\n            \"last_name\": \"Singh\",\n            \"full_name\": \"Prince Singh\",\n            \"linkedin\": \"https://www.linkedin.com/in/prinssingh\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAneKB0Bm0_O-YC1okNotiXmBgApvd9TEmw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java Developer | 12 Yr .Exp| Java8, Spring Boot, Microservices, JPA, Azure, AWS\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"prince.s@tcs.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 437,\n            \"location\": \"Noida, Uttar Pradesh, India\",\n            \"skills\": \"communication,computer science,independent contributor,programming,git,javascript,apache kafka,restful webservices,representational state transfer (rest),agile methodologies,node.js,fundamentals,problem solving,agile environment,json web token (jwt),clean coding,coding practices,server side,jira,optimization,it integration,api development,code review,technical design,java development,microsoft azure,amazon web services (aws),nosql,postgresql,mongodb,object-relational mapping (orm),unit testing,business logic,debugging,software development life cycle (sdlc),web services,software development,oauth,user stories,functional requirements,design patterns,software lifecycle,sql,microservices,java,spring boot,core java,jdbc,jsp,struts,servlets,spring,java enterprise edition,ajax,tomcat,jquery,hibernate 3.1,data structures,eclipse,oop,maven,j2ee,svn,spring mvc,spring framework,hibernate,javaserver pages (jsp),rest apis,mysql\",\n            \"twitter\": \"https://twitter.com/singhprince1235\",\n            \"about\": \"Experienced Software Engineer with a demonstrated history of working in the computer software industry. Strong engineering professional skilled in JavaServer Pages (JSP), Maven, Hibernate, Servlets, and Spring MVC. Javascript\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tata Consultancy Services\",\n            \"company_link\": \"https://www.linkedin.com/company/tata-consultancy-services\",\n            \"company_id\": \"https://www.linkedin.com/company/1353\",\n            \"company_domain\": \"tcs.com\",\n            \"company_about\": \"Tata Consultancy Services is an IT services, consulting and business solutions organization that has been partnering with many of the world’s largest businesses in their transformation journeys for over 56 years. Our consulting-led, cognitive powered, portfolio of business, technology and engineering services and solutions is delivered through our  unique Location Independent Agile™ delivery model, recognized as a benchmark of excellence in software development.\\nA part of the Tata group, India's largest multinational business group, TCS has over 601,000 of the world’s best-trained consultants in 55 countries.\\n\\n*Caution against fraudulent job offers*: TCS doesn't charge any fee throughout the recruitment process. Refer here: on.tcs.com/3i9X5BU \",\n            \"company_founded\": null,\n            \"company_size\": \"650591\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"IT Services,Business Solutions,Consulting\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Consultant (Tata Consultancy Services, Size: 10000+) [2024-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Consultant (Tata Consultancy Services)\",\n            \"position_2\": \"Senior Project Leader (R Systems)\",\n            \"position_3\": \"Project Leader (R Systems)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2023-11-01 - 2024-09-01\",\n            \"position_date_3\": \"2021-11-01 - 2023-11-01\",\n            \"education_1\": \"Degree:B.Tech, Computer Science & Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"prince.s@tcs.com\",\n            \"position\": \"Associate Consultant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@tcs.com\"\n        },\n        {\n            \"first_name\": \"Rahma\",\n            \"last_name\": \"Amin\",\n            \"full_name\": \"Rahma Amin\",\n            \"linkedin\": \"https://www.linkedin.com/in/rahma-amin-5965a53a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAhGKwIBzyrAvW3p9_lRLqSUlojx8fWM1kM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Validation Engineer at Valeo\",\n            \"industry\": \"motor vehicle manufacturing\",\n            \"email\": \"rahma.amin@valeo.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2291,\n            \"location\": \"Alexandria, Egypt\",\n            \"skills\": \"jira,java,automotive,spoken english,software testing,system testing,iso 26262,automotive spice (aspice),autosar,foundation level,automatic test equipment,tracking systems,attention to detail,test processes,vector,test validation,documentation,test environments,test specification,requirements analysis,electronics,python (programming language),quality assurance,canoe,local interconnect network (lin),asset and liability management (alm),electrical engineering,systems engineering,test automation,test strategy,v-model,system requirements,hil,automotive engineering,test engineering,embedded systems,defect management,manual testing,product requirements,test cases,capl,communication protocols,test planning,technical reports,customer requirements,product validation,communication,debugging,problem solving,analytical skills,teamwork,microsoft word,microsoft office,foreign languages,c,matlab,german,english as a second language (esl),french,arabic\",\n            \"twitter\": \"\",\n            \"about\": \"With a foundation in Electrical, Electronics and Communications Engineering from Alexandria University, my journey has led me to Valeo, where I thrive as a Senior Validation Engineer. My commitment is evident in the seamless integration of test validation and documentation into robust test environments, underpinned by ISTQB certifications in foundational and Agile testing practices.\\n\\nOur team's dedication to excellence in the automotive sector has been instrumental in advancing product lines and intertwining hardware with software competencies. The pursuit of knowledge and the drive to innovate remain my guiding stars, as I contribute to shaping the future of automotive technology.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 6 months \",\n            \"time_in_company\": \"5 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Valeo\",\n            \"company_link\": \"https://www.linkedin.com/company/valeo\",\n            \"company_id\": \"https://www.linkedin.com/company/2669\",\n            \"company_domain\": \"valeo.com\",\n            \"company_about\": \"As a technology company and partner to all automakers and new mobility players, Valeo innovates to make mobility cleaner, safer and smarter. Valeo is a technological and industrial leader in electrification, driving assistance systems, reinvention of the interior experience and lighting everywhere. These four areas, vital to the transformation of mobility, are the Group's growth drivers. Valeo in figures: 20 billion euros in sales in 2022, 109,900 employees at December 31, 2022, 29 countries, 183 plants, 21 research centers, 44 development centers, 18 distribution platforms. Valeo is listed on the Paris Stock Exchange.\\n--\\nValeo, entreprise technologique, partenaire de tous les constructeurs automobiles et des nouveaux acteurs de la mobilité, œuvre pour une mobilité plus propre, plus sûre et plus intelligente, grâce à ses innovations. Valeo dispose d’un leadership technologique et industriel dans l’électrification, les aides à la conduite, la réinvention de la vie à bord et l'éclairage à l’intérieur et à l’extérieur du véhicule. Ces quatre domaines, essentiels à la transformation de la mobilité, sont les vecteurs de croissance du Groupe. Valeo en chiffres : 20 milliards d’euros de CA en 2022 , 109 900 collaborateurs au 31 décembre 2022 , 29 pays, 183 sites de production, 21 centres de recherche, 44 centres de développement, 18 plateformes de distribution. Valeo est coté à la Bourse de Paris.\",\n            \"company_founded\": null,\n            \"company_size\": \"38457\",\n            \"company_location_1\": \"Paris, Île-de-France, France\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Paris\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"motor vehicle parts manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Comfort and Driving Assistance Systems,Powertrain Systems,Thermal Systems,Visibility Systems,Aftermarket,Mobility,Lighting,Electrification,Technology,Software\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Validation Engineer (Valeo, Size: 10000+) [2022-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Validation Engineer (Valeo)\",\n            \"position_2\": \"Validation Engineer (Valeo)\",\n            \"position_3\": \"Junior Validation Engineer (Valeo)\",\n            \"position_date_1\": \"2022-08-01\",\n            \"position_date_2\": \"2021-03-01 - 2022-08-01\",\n            \"position_date_3\": \"2019-11-01 - 2021-03-01\",\n            \"education_1\": \"Faculty of Engineering Alexandria University, Bachelor’s Degree, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": \"El Manar Girls School, High School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2013-01-01 - 2018-01-01\",\n            \"education_date_2\": \"2008-01-01 - 2013-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"rahma.amin@valeo.com\",\n            \"position\": \"Senior Validation Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rajan\",\n            \"last_name\": \"Joseph\",\n            \"full_name\": \"RAJAN JOSEPH\",\n            \"linkedin\": \"https://www.linkedin.com/in/rajan-joseph-0a343454\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAt0PnsBBL9ZFW-4Y9HCmawBUl8bfLxbLe0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Development Engineer at Clover Network, Inc.\",\n            \"industry\": \"financial services\",\n            \"email\": \"rajan@clover.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2050,\n            \"location\": \"Chennai, Tamil Nadu, India\",\n            \"skills\": \"angularjs,react.js,ionic framework,web services,user interface design,user experience,javascript,jquery,html 5,css3,bootstrap,php,mysql,ajax,json,sql,databases,apache,typescript,media query,web standards,mvc,html\",\n            \"twitter\": \"https://twitter.com/rajanwalt\",\n            \"about\": \"Web developer with technical expertise in developing advanced websites and standard-based web applications. Adept in web design projects, maintains existing websites and upgrades newly-acquired regularly with new applications as needed.\\n\\nSpecialties: Web Designing,Website Development, Full Stack Development, Exposure in HTML5, CSS3, RWD, JavaScript, Angular 6+ , React, Vue.Js, Node.JS,  JQuery and MYSQL. Good team player. Attending online web designing & web development contest.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Clover\",\n            \"company_link\": \"https://www.linkedin.com/company/clovernetwork\",\n            \"company_id\": \"https://www.linkedin.com/company/2129930\",\n            \"company_domain\": \"clover.com\",\n            \"company_about\": \"Clover, a Fiserv company, builds the largest open-architecture point of sale solution aimed at small & medium sized business owners. \\n\\nOur products are changing the consumer/merchant experience for the better, opening avenues for seamless customer-merchant interactions. With Clover, Fiserv is aiming to create the largest open architecture operating system for commerce-enabling solutions and applications for business owners.\\n\\nCome join us in our extraordinary workspace in Sunnyvale, CA. We're steps from Caltrain & old downtown Sunnyvale. Come visit us at http://www.clover.com/careers to see our openings and join our team!\",\n            \"company_founded\": null,\n            \"company_size\": \"1371\",\n            \"company_location_1\": \"Sunnyvale, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Sunnyvale\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"technology, information and internet\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"POS Systems,POS Software,POS Hardware,Point of Sale,Payments,Android,Small Business,Restaurant POS Systems,Retail POS Systems,Credit Card Processing\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Specialist Software Development Engineering (Clover, Size: 1001-2000) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Specialist Software Development Engineering (Clover)\",\n            \"position_2\": \"Professional, Software Development Engineer (Clover Network, Inc.)\",\n            \"position_3\": \"Senior Application Developer (First Data Corporation)\",\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2021-08-01 - 2022-09-01\",\n            \"position_date_3\": \"2018-04-01 - 2021-09-01\",\n            \"education_1\": \"MADRAS INSTITUTE OF TECHNOLOGY, Bachelor of Engineering (BE), Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"rajan@clover.com\",\n            \"position\": \"Specialist Software Development Engineering\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@clover.com\"\n        },\n        {\n            \"first_name\": \"Ravi\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"Ravi Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/ravi-sharma82\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAKaNUwBISbddOINbAdaPhQzhZ4e0gg4ris,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Certified ScrumMaster (CSM)  Associate Consultant - TCS\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"ravi.s@tcs.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 228,\n            \"location\": \"India\",\n            \"skills\": \"salesforce lightning,quality assurance,agile methodologies,core java,selenium webdriver,cucumber,test automation,intellij idea,rest apis,karate\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Lead Quality Assurance Engineer with a demonstrated history of working in the information technology and services industry. Skilled in Selenium WebDriver, Agile Methodologies, Quality Assurance, Core Java, and Cucumber. Strong engineering professional with a Master of Computer Applications - MCA focused in Computer and Information Sciences and Support Services from Shri G S Institute of Technology & Science.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 9 months \",\n            \"time_in_company\": \"2 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tata Consultancy Services\",\n            \"company_link\": \"https://www.linkedin.com/company/tata-consultancy-services\",\n            \"company_id\": \"https://www.linkedin.com/company/1353\",\n            \"company_domain\": \"tcs.com\",\n            \"company_about\": \"Tata Consultancy Services is an IT services, consulting and business solutions organization that has been partnering with many of the world’s largest businesses in their transformation journeys for over 56 years. Our consulting-led, cognitive powered, portfolio of business, technology and engineering services and solutions is delivered through our  unique Location Independent Agile™ delivery model, recognized as a benchmark of excellence in software development.\\nA part of the Tata group, India's largest multinational business group, TCS has over 601,000 of the world’s best-trained consultants in 55 countries.\\n\\n*Caution against fraudulent job offers*: TCS doesn't charge any fee throughout the recruitment process. Refer here: on.tcs.com/3i9X5BU \",\n            \"company_founded\": null,\n            \"company_size\": \"650591\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"IT Services,Business Solutions,Consulting\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Consultant (Tata Consultancy Services, Size: 10000+) [2022-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Consultant (Tata Consultancy Services)\",\n            \"position_2\": \"Lead Quality Assurance Engineer (impetus)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-05-01\",\n            \"position_date_2\": \"2007-02-01 - 2022-05-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Shri G S Institute of Technology & Science, Master of Computer Applications - MCA, Computer and Information Sciences and Support Services\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2004-05-01 - 2007-07-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ravi.s@tcs.com\",\n            \"position\": \"Associate Consultant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@tcs.com\"\n        },\n        {\n            \"first_name\": \"Reshma\",\n            \"last_name\": \"Vaswani\",\n            \"full_name\": \"Reshma Vaswani\",\n            \"linkedin\": \"https://www.linkedin.com/in/reshma-vaswani-98b77677\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABBPKPsBUcCNn1GJWrX-LKPHBkemeYL-CB4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Techno Functional Business Analyst at Accenture, Payments Domain , ISTQB , AGILE and Green Belt Certified in Six Sigma\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"reshma.vaswani@accenture.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 475,\n            \"location\": \"Thane, Maharashtra, India\",\n            \"skills\": \"microservices,trade finance,design ,application design,c (programming language),teaching,programming,c++,agile methodologies,java,six sigma,software testing,vedic mathematics,amazon web services (aws),analytical skills,data analysis,business analysis,requirements analysis\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Business Analyst with a demonstrated history of working in the GPPSP project and services industry. Having good knowledge of Banking Domain in ISO and SWIFT formats. Skilled in Software Testing, Agile Methodologies, Java, Amazon Web Services (AWS), C (Programming Language), and Programming. Strong research professional with a B.Sc focused in IT from University of Mumbai.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Accenture\",\n            \"company_link\": \"https://www.linkedin.com/company/accenture\",\n            \"company_id\": \"https://www.linkedin.com/company/1033\",\n            \"company_domain\": \"accenture.com\",\n            \"company_about\": \"Accenture is a leading global professional services company that helps the world’s leading businesses, governments and other organizations build their digital core, optimize their operations, accelerate revenue growth and enhance citizen services—creating tangible value at speed and scale.\\n \\nWe are a talent and innovation-led company serving clients in more than 120 countries. We combine our strength in technology and leadership in cloud, data and AI with unmatched industry experience, functional expertise and global delivery capability. We measure our success by the 360° value we create for our clients, each other, our shareholders, partners and communities.\\n\\nThis LinkedIn company page is moderated. When engaging with Accenture, we encourage everyone to:\\n\\n- Use common courtesy and be respectful of others.\\n- Create your own original content and avoid content that you know to be fraudulent.\\n- Never repost someone else's copyrighted work, unless you have permission.\\n- Never post personal, identifying, or confidential information.\\n\\nWe reserve the right to delete comments or posts we deem to be:\\n\\n- Profane, obscene, inappropriate, offensive, abusive material.\\n- Spam, repeated comments and commercial messages and personal advertisements.\\n- Discriminatory or that contain hateful speech of any kind regarding age, gender, race, religion, nationality, sexual orientation, gender identity or disability.\\n- Threats, personal attacks, abusive, defamatory, derogatory, or inflammatory language, or stalking or harassment of any individual, entity or organization.\\n- False, inaccurate, libelous, or otherwise misleading in any way.\",\n            \"company_founded\": null,\n            \"company_size\": \"567584\",\n            \"company_location_1\": \"Dublin 2, County Dublin, Ireland\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dublin 2\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"business consulting and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Management Consulting,Systems Integration and Technology,Business Process Outsourcing,Application and Infrastructure Outsourcing\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Techno Functional Business Analyst (Accenture, Size: 10000+) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Techno Functional Business Analyst (Accenture)\",\n            \"position_2\": \"Business Analyst (Tata Consultancy Services)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2013-12-01 - 2021-11-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Indian Institute of Technology, Madras, Advanced Certification in Data Science and AI & ML\",\n            \"education_2\": \"SVKM's Narsee Monjee Institute of Management Studies (NMIMS), Executive MBA, Business Analytics\",\n            \"education_3\": \"University of Mumbai, B.Sc, IT\",\n            \"education_date_1\": \"2023-04-01 - 2023-12-01\",\n            \"education_date_2\": \"2021-09-01 - 2023-03-01\",\n            \"education_date_3\": \"2010-01-01 - 2013-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"reshma.vaswani@accenture.com\",\n            \"position\": \"Senior Techno Functional Business Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@accenture.com\"\n        },\n        {\n            \"first_name\": \"Ritik\",\n            \"last_name\": \"Soni\",\n            \"full_name\": \"Ritik Soni\",\n            \"linkedin\": \"https://www.linkedin.com/in/ritiksoni118\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACzxjMkBA4urS6ayiBe0axiLaevPuSv5KW0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Data Engineer | Python Developer | AWS | ELT | ETL | Flask | MongoDB | SQL | Django | Data Analysis & Manipulation | Quart Framework\",\n            \"industry\": \"computer and network security\",\n            \"email\": \"ritik@ezeiatech.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 4936,\n            \"location\": \"Gurugram, Haryana, India\",\n            \"skills\": \"quart,data loading,rabbitmq,restful webservices,microservices,go (programming language),jira,application programming interfaces (api),software documentation,anaconda,fastapi,swagger api,agile methodologies,python ,representational state transfer (rest),databases,extract, transform, load (etl),developer tools,software development,programming,object-oriented programming (oop),django,rest apis,linux,pandas (software),machine learning,data visualization,microsoft excel,gitlab,git,amazon web services (aws),flask,mysql,python (programming language),c++,database management system (dbms),microsoft powerpoint,microsoft office,html,cascading style sheets (css),sql,c (programming language),tableau\",\n            \"twitter\": \"\",\n            \"about\": \"As a seasoned software engineer, I bring a wealth of experience in Python, Flask, SQL, NoSQL, Pandas, and object-oriented programming. My technical skills extend to AWS, REST APIs, ETL Pipelines, Git, Linux, and frontend development. I also have substantial experience with Salesforce, Bing Ads, and HubSpot integrations, as well as data analysis and verification. My proficiency is highlighted by a 5-star rating in Python on HackerRank. I am committed to applying my expertise to solve complex problems and deliver exceptional solutions.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ezeiatech\",\n            \"company_link\": \"https://www.linkedin.com/company/ezeiatech-systems-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/2419035\",\n            \"company_domain\": \"ezeiatech.com\",\n            \"company_about\": \"Ezeiatech is the next-generation global technology company that is helping enterprises reimagine their businesses for the digital age. Our technology products, services, and engineering are built on years of innovation, a strong culture of invention and risk-taking, and a relentless focus on customer relationships. \\n\\nWe expertly steer our clients through all the hurdles of their digital journey. We do it by enabling the enterprise with all the latest trends and technologies that helps prioritize the execution of change. We also empower the business with agile digital at scale to deliver unprecedented levels of performance and customer delight. Our always-on learning agenda drives their continuous improvement through building and transferring digital skills, expertise and ideas from our innovation ecosystem.\\n\\nOver 100+ clients all over the globe are already satisfied by our services and the list continues to grow. \\n\\nContact Us and be a part of this culture.\\n\",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Lakeland, Florida, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Lakeland\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Agile Development,Mobile Strategy,Infrastructure Management,Product Engineering,Data Science and Analytics,Open Source Engineering,User Experience Design,Quality Assurance\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (Ezeiatech, Size: Self-employed) [2024-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (Ezeiatech)\",\n            \"position_2\": \"Product Engineer (Growth Natives)\",\n            \"position_3\": \"Data Science & Business Analytics intern (The Sparks Foundation)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2022-01-01 - 2024-04-01\",\n            \"position_date_3\": \"2021-09-01 - 2021-11-01\",\n            \"education_1\": \"Lovely Professional University, Bachelor of Technology - BTech, Computer Science Engineering\",\n            \"education_2\": \"Board of Secondary Education Rajasthan, 12th\",\n            \"education_3\": \"Board of Secondary Education Rajasthan, 10th\",\n            \"education_date_1\": \"2018-07-01 - 2022-07-01\",\n            \"education_date_2\": \"2017-01-01 - 2018-01-01\",\n            \"education_date_3\": \"2015-01-01 - 2016-01-01\",\n            \"website_1\": \"skype.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ritik@ezeiatech.com\",\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Saim\",\n            \"last_name\": \"Ahmed\",\n            \"full_name\": \"Saim  Ahmed\",\n            \"linkedin\": \"https://www.linkedin.com/in/saim-ahmed-5903a0339\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFTz4TwBVkg6wUv-nVP7oRFpIKWzzz8oHWA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer‍ and UI/UX Design ️| Cloud Engineer ️ | DevOps Engineer  | Digital Forensics\",\n            \"industry\": \"software development\",\n            \"email\": \"saim@yumapos.co.uk\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 95,\n            \"location\": \"Salmiya, Hawalli, Kuwait\",\n            \"skills\": \"source intelligence,digital forensics,technical support,c (programming language),github,system administration,network operations center (noc),system monitoring,microsoft azure,cloud computing,networking,linux system administration,git,linux,devops,dora,sketchlab,mockups,prototyping,wireframing,framer,leadership,problem solving,critical thinking,decision-making,customer service,sales,operations management,cross-team collaboration,microsoft office,software testing,teamwork,remote user support,mysql,figma (software),user interface design,communication,jira,programming,agile & waterfall methodologies,software development,software development life cycle (sdlc)\",\n            \"twitter\": \"\",\n            \"about\": \"Looking to have a training opportunity in Software development, Cloud computing, Cloud security and DevOps in a reputed organization to gain hands on experience  and in depth knowledge to develop a successful career in the software industry\\n\\n* Tools - Jira, Ubuntu, Git, AZURE Cloud Service Provider, MySQL\\n\\n* Technical Skills - Linux, Networking, Programming Language, GitHub, Database, Cloud Service, Cloud Security, Database Admin, Backup and Recovery, Monitoring and Security, Digital Forensic\\n\\n* Programming Language - HTML, CSS, SQL, C/C++\\n\\n* Soft Skills - Troubleshooting, Communication,\\nTeam Player and Quick Learner, Team Work\\n\\n* Digital Forensic Tools - OSINT, Autopsy\\n\\n* Design Tools - Figma, Framer, Mockups\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"YumaPOS UK\",\n            \"company_link\": \"https://www.linkedin.com/company/yumapos-uk\",\n            \"company_id\": \"https://www.linkedin.com/company/18030787\",\n            \"company_domain\": \"yumapos.co.uk\",\n            \"company_about\": \"YumaPOS is a groundbreaking all-in-one cloud-based POS software, changing the way we all do business. \\n\\n\\nThree integrated components make up the Yuma family:\\n\\nYumaPOS Terminal - the centrepiece of our system. Fast, responsive and intuitive, the YUMAPOS terminal software will undertake all of your point-of-sale processes alongside full integration with your mobile app, loyalty schemes and more.\\n\\nBack Office - the bread to the butter. The Back Office is a secure portal for administration of all back‑end controls including stores/restaurants management, item and price editing, inventory control, loyalty schemes, staff management and employee access level management. Additionally, Back Office provides extensive reporting with key business data and marketing activity management.\\n\\nMobile App - A beautifully designed, fully integrated mobile app for iOS and Android. Your name, your logo, your brand – all included as part of the YUMAPOS system. Customers can view your full menu, ordering and paying securely with a few taps. The app also includes various other functionalities – click and collect, delivery tracking, loyalty programs and targeted promotional campaigns.\\n\\n\\n\\nWith a team of over 40 full-time developers at hand, we're always innovating and continuing to push the boundaries of POS technology both for businesses and customers. Regular software updates arrive wirelessly and free of charge, ensuring businesses are effortlessly ahead of the curve.\\n\\nDrawing from over 14 years of experience in bespoke POS solutions we've taken the very best of the dozens of systems created since 2003, merged them with cutting-edge POS technology, and delivered the result as one incredible off-the-shelf system. \\n\\nFour countries.\\nFourteen years of experience.\\nThree integrated components.\\nOne system.\",\n            \"company_founded\": null,\n            \"company_size\": \"15\",\n            \"company_location_1\": \"Manchester, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Greater Manchester\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"ePOS,POS Systems,POS Software,Mobile Apps,Terminal Software,POS,Point-of-Sale,Retail,Hospitality,Merchant Services,electronic point of sale\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (YumaPOS UK, Size: 11-50) [2024-12-01] Oversee and maintain core web services and websites on cloud\\n\\nWrite well-designed and efficient code by using the best software development practices\\n\\nCollaborate with senior developers to update the website and create new features\",\n            \"current_position_2\": \"Software Engineer Intern (YumaPOS UK, Size: 11-50) [2024-05-01] Assist in the design, development, and testing of software applications and features.\\n\\nFollow project timelines and deliver tasks according to schedule under supervision.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (YumaPOS UK)\",\n            \"position_2\": \"Software Engineer Intern (YumaPOS UK)\",\n            \"position_3\": \"IT coordinator (Ride Rove)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2024-05-01\",\n            \"position_date_3\": \"2023-10-01 - 2023-12-01\",\n            \"education_1\": \"The University of Bolton, Bachelor of Science - BS, Software engineering\",\n            \"education_2\": \"NCC Education, Associate's degree, Computer Software Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-05-01 - 2025-05-01\",\n            \"education_date_2\": \"2021-05-01 - 2023-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.io\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"saim@yumapos.co.uk\",\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Samrat\",\n            \"last_name\": \"Rakshit\",\n            \"full_name\": \"Samrat Rakshit\",\n            \"linkedin\": \"https://www.linkedin.com/in/samrat-rakshit-606683109\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtUd6YBQ3tdEO_VaRccVDRBZLJVOKqN2m0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Quality Assurance Analyst\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"samrat.rakshit@cognizant.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 149,\n            \"location\": \"Kolkata, West Bengal, India\",\n            \"skills\": \"git,appium,maven,core java,selenium webdriver\",\n            \"twitter\": \"\",\n            \"about\": \"ISTQB Certified software quality assurance professional with a strong foundation in web and mobile automation testing. Skilled in leveraging tools like Appium, Selenium WebDriver, and Perfecto Mobile to ensure product quality. My expertise extends to test automation frameworks such as Cucumber BDD, enabling me to deliver efficient and maintainable test solutions. Additionally, I possess a solid understanding of API testing with tools like Postman and RestAssured. I am proficient in version control systems like GitHub and Bitbucket, fostering seamless collaboration and effective code management. Furthermore, I have hands-on experience in implementing Kafka Producers and Consumers, enabling me to design and develop event-driven architectures for real-time data processing.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cognizant\",\n            \"company_link\": \"https://www.linkedin.com/company/cognizant\",\n            \"company_id\": \"https://www.linkedin.com/company/1680\",\n            \"company_domain\": \"cognizant.com\",\n            \"company_about\": \"Cognizant (Nasdaq-100: CTSH) engineers modern businesses. We help our clients modernize technology, reimagine processes and transform experiences so they can stay ahead in our fast-changing world. Together, we’re improving everyday life. See how at www.cognizant.com or @cognizant.\",\n            \"company_founded\": null,\n            \"company_size\": \"315395\",\n            \"company_location_1\": \"Teaneck, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Teaneck\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Interactive,Intelligent Process Automation,Digital Engineering,Industry & Platform Solutions,Internet of Things,Artificial Intelligence,Cloud,Data ,Healthcare,Banking,Finance ,Fintech,Manufacturing,Retail,Technology ,Salesforce \",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr. Associate (Cognizant, Size: 10000+) [2023-03-01] Roles and Responsibilities:\\n•\\tMobile Automation Testing Expert with hands-on experience in utilizing Appium, TestNG, and Maven within a Cucumber BDD framework. Proficient in API Testing using Postman and automating APIs with Rest Assured. Adept at delivering robust, scalable automation solutions, ensuring high-quality testing across mobile applications.\\n•\\tVersion Control and Collaboration: Actively involved in committing and pushing code to GitHub, resolving merge conflicts when necessary, and providing support in reviewing pull requests raised by team members to ensure code quality and consistency.\\n•\\tKafka Expertise: Proficient in using Apache Kafka for building real-time data pipelines and streaming applications. Experienced in setting up, configuring, and managing Kafka clusters, creating producers and consumers, and ensuring efficient message processing in distributed systems. \\n•\\tTeam Leadership & Test Design: Leading a team of 3 members, overseeing the design and execution of test cases in collaboration with Business Analysts and developers. Possessing high proficiency in Quality Assurance within the Retail domain, ensuring the delivery of high-quality solutions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr. Associate (Cognizant)\",\n            \"position_2\": \"I.T. Analyst (Tata Consultancy Services)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2015-03-01 - 2023-03-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Techno India College Of Technology, Bachelor of Technology (B.Tech.), Electrical and Electronics Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2014-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"samrat.rakshit@cognizant.com\",\n            \"position\": \"Sr. Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@cognizant.com\"\n        },\n        {\n            \"first_name\": \"Sandhya\",\n            \"last_name\": \"Konapalli\",\n            \"full_name\": \"Sandhya Rani Konapalli\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandhya-rani-konapalli-5a0576107\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABr1TsgB9-rkNx2kUBbjWa6fZK6lL_T3cZo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sr. Frontend Developer at Fidelity Investments\",\n            \"industry\": \"software development\",\n            \"email\": \"sandhya.konapalli@fidelity.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 393,\n            \"location\": \"Apex, North Carolina, United States\",\n            \"skills\": \"es6, typescript,es6,javascript frameworks/libraries (angular14, reactjs),javascript frameworks / libraries (angular14, reactjs),javascript frameworks (angularjs, angular9+),javascript libraries (jquery, jqueryui),back-end development (php, mysql),databases,javascript libraries / frameworks (jquery, angularjs),javascript frameworks (jquery, angularjs),javascript frameworks,front-end development,angular14, reactjs,react.js,jenkins,typescript,jasmine,web development,html,html5,css,css3,javascript,jquery,jquery ui,angularjs,bootstrap,php,mysql,tortoise svn,git,hibernate,sass,spring framework,node.js,mongodb,java,express.js,angular9+,mongoose,responsive web design\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced in front-end/UI development for multiscreen, responsive web applications. I contribute to the entire SDLC of the product - from requirement analysis to product release.\\n\\n• 11 years of experience in software development.\\n• Expertise in HTML5, CSS3, SASS, JavaScript, ES6, jQuery, AngularJS, Angular 9/10/11/12/13, ReactJS,  Typescript, RxJS, NodeJS, ExpressJS(MEAN Stack), MongoDB, JSON, REST APIs, Git, Jenkins, Postman.\\n• Ability to design responsive pages with reusable common components.\\n• Consistently delivering high-quality features in aggressive schedules.\\n• Excellent troubleshooting and debugging skills across multiscreen browsers and IDEs.\\n• Passionate about learning new technologies.\\n• Proactive in creating documentation in the form of internal wiki docs, task tracking tickets, and design documents.\\n• Expertise with unit/integration testing, TDD, Jasmine, and Karma.\\n• Excellent communication skills: demonstrated ability to explain complex technical issues to both technical and non-technical audiences in both verbal and written communication.\\n• Mentored peers in processes and best practices.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Fidelity Investments\",\n            \"company_link\": \"https://www.linkedin.com/company/fidelity-investments\",\n            \"company_id\": \"https://www.linkedin.com/company/1307\",\n            \"company_domain\": \"fidelity.com\",\n            \"company_about\": \"Fidelity’s mission is to strengthen the financial well-being of our customers and deliver better outcomes for the clients and businesses we serve. Fidelity’s strength comes from the scale of our diversified, market-leading financial services businesses that serve individuals, families, employers, wealth management firms, and institutions. With assets under administration of $12.6 trillion, including discretionary assets of $4.9 trillion as of December 31, 2023, we focus on meeting the unique needs of a broad and growing customer base. Privately held for 77 years, Fidelity employs more than 74,000 associates with its headquarters in Boston and a global presence spanning nine countries across North America, Europe, Asia and Australia.\\n\\nFor our Terms and Conditions, please visit http://go.fidelity.com/LIterms\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"79343\",\n            \"company_location_1\": \"Boston, Massachusetts, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Boston\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Retirement,Investments,Online trading,Asset management,IRA,401k,Mutual funds,Stocks,ETF,Bonds,Brokerage,Cash management,HSA,529 plans,Annuities,Life insurance,Benefits consulting,Stock plan services,Business news,Wealth management\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr. Frontend Developer (Fidelity Investments, Size: 10000+) [2024-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr. Frontend Developer (Fidelity Investments)\",\n            \"position_2\": \"Senior Frontend Engineer (Collective[i])\",\n            \"position_3\": \"Frontend Engineer (Collective[i])\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2019-05-01 - 2023-10-01\",\n            \"position_date_3\": \"2015-10-01 - 2019-04-01\",\n            \"education_1\": \"Vinayaka Mission's Research Foundation - University, Bachelor of Engineering (B.E.), Biotechnology\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2005-06-01 - 2009-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"sandhya.konapalli@fidelity.com\",\n            \"position\": \"Sr. Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"sales@fidelity.com\"\n        },\n        {\n            \"first_name\": \"Shivam\",\n            \"last_name\": \"Vishwakarma\",\n            \"full_name\": \"Shivam Vishwakarma\",\n            \"linkedin\": \"https://www.linkedin.com/in/shivam-vishwakarma-ba05591b7\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADJzBGgBBX9qMJtDfOlqiUqdromoecPZaj8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Test Analyst\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"shivam.vishwakarma@exelatech.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 46,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"mongodb,java,javascript,rest apis,computer science,express.js,databases,api development,node.js,software testing,software development\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"2 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Exela Technologies\",\n            \"company_link\": \"https://www.linkedin.com/company/exela-technologies\",\n            \"company_id\": \"https://www.linkedin.com/company/11174620\",\n            \"company_domain\": \"exelatech.com\",\n            \"company_about\": \"Exela is a business process automation (BPA) leader, leveraging a global footprint and proprietary technology to provide digital transformation solutions enhancing quality, productivity, and end-user experience.\\n\\nWith decades of expertise operating mission-critical processes, Exela serves a growing roster of more than 4,000 customers throughout 50 countries, including over 60% of the Fortune ® 100.\\n\\nWith foundational technologies spanning information management, workflow automation, and integrated communications, Exela’s software and services include multi-industry department solution suites addressing finance, accounting, human capital management, and legal management, as well as industry-specific solutions for banking, healthcare, insurance, and public sectors.\\n\\nThrough cloud-enabled platforms, built on a configurable stack of automation modules, and over 17,500 employees operating in 23 countries, Exela rapidly deploys integrated technology and operations as an end-to-end digital journey partner.\\n\\nTwitter:\\n@ExelaTech\\nFacebook:\\n@exelatechnologies\\nInstagram:\\n@exelatechnologies\\nInvestor Site:\\nhttps://investors.exelatech.com/\",\n            \"company_founded\": 2017,\n            \"company_size\": \"5449\",\n            \"company_location_1\": \"Irving, Texas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Irving\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2701 east grauwyler road, irving, texas, united states\",\n            \"company_postal_code\": \"75061\",\n            \"company_phone\": \"+16462771236\",\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Process Automation,Digital Transformation,Workflow Management,Technology,AP Automation,Artificial Intelligence,Finance Automation,Healthcare Automation,Enterprise Solutions\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"https://twitter.com/exelatech, https://facebook.com/exelatechnologies\",\n            \"keywords\": \"digital transformation, technology, business process automation, workflow management, ap automation\",\n            \"annual_revenue\": \"1119709000\",\n            \"technologies\": \"Vimeo, Salesforce, Pardot, OneTrust, Mobile Friendly, Microsoft Office 365, Microsoft Azure Hosting, Google Tag Manager, Google Cloud Hosting, Google Apps, Google Analytics, Gmail, Drupal, Bootstrap Framework, Apache, Amazon AWS, Adobe Marketing Cloud, Act-On\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"124056\",\n            \"crunchbase_url\": null,\n            \"market_cap\": \"52.4M\",\n            \"current_position_1\": \"Test Analyst (Exela Technologies, Size: 5001-10000) [2022-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Test Analyst (Exela Technologies)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-02-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"University of Mumbai, Bachelor's degree, Computer Science\",\n            \"education_2\": \"Indira Gandhi National Open University, Master of Computer Applications - MCA, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2021-01-01\",\n            \"education_date_2\": \"2022-01-01 - 2024-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"shivam.vishwakarma@exelatech.com\",\n            \"position\": \"Test Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shubhajit\",\n            \"last_name\": \"Banerjee\",\n            \"full_name\": \"Shubhajit Banerjee\",\n            \"linkedin\": \"https://www.linkedin.com/in/shanbanerjee\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAANerF8BQNqkN-PqKT0ArI6tMNTqdsdPFs4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Spartacus Developer at Cognizant | BCM Cordinator | Certified in JavaScript & SAP GenAI | SAP Composable Storefront (Formerly Spartacus), Angular, HTML/CSS, jQuery, JavaScript ES6\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"shubhajit.banerjee@cognizant.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 771,\n            \"location\": \"Kolkata, West Bengal, India\",\n            \"skills\": \"management,leadership development,technical leadership,angular,front-end development,spartacus,leadership,team leadership,business process,interpersonal skills,code review,business continuity management (bcm),generative ai,generative ai tools,sap,agile project management,agile methodologies,scss,communication,html,css,responsive website,microsoft office,html5,adobe dreamweaver,bootstrap,jquery,javascript,css3,cascading style sheets (css),wordpress\",\n            \"twitter\": \"https://twitter.com/iamshanbanerjee\",\n            \"about\": \"A front-end developer with 11+ years of expertise in the field, with a focus on creating captivating and intuitive online experiences. Proficient in a variety of frameworks, JavaScript, Angular,HTML and CSS. Devoted to developing cutting-edge solutions that improve user engagement and advance corporate objectives.\\n\\n• I have expertise in both SAP Composable Storefront (formerly Spartacus) and front-end development. I have honed my skills to deliver robust and efficient solutions, ensuring seamless user experiences, with an emphasis on Senior Spartacus Development. As a Senior Frontend Developer, I also do a great job designing interfaces that are both aesthetically pleasing and intuitive for users. I have experience working with prestigious clients from fashion, retail and life science industries.\\n\\n**Professional Highlights:**\\n\\n• Senior Spartacus Developer: With a deep understanding of Spartacus, I specialize in crafting dynamic and high-performing e-commerce applications. My proficiency lies in architecting scalable solutions tailored to unique business needs.\\n\\n:: Initial setup of SAP Composable Storefront (Spartacus) project.\\n:: Worked on Angular based Spartacus architecture.\\n:: Worked on multiple POCs to implement SSO in Spartacus which is not supported OOTB and then worked on the environment specific deployment related issues.\\n:: Worked on complex and custom requirements of implementing filters, pagination, KPI graph etc. on various projects.\\n:: Solved QA and UAT phase issues with industry slandered solutions.\\n\\n• Senior UI Developer: Leveraging my creative flair and technical acumen, I design elegant user interfaces that enhance user engagement and satisfaction. I prioritize user-centric design principles to create interfaces that not only look stunning but also provide exceptional usability.\\n\\n**Key Skills:**\\n\\n• Spartacus Development\\n• Front-end Development\\n• Problem Solving\\n• Collaboration\\n•Team Management \\n\\n\\nTechnical Experience : UI development, HTML/CSS, Javascript, Angular, SAP Spartacus ,WordPress, Team management.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cognizant\",\n            \"company_link\": \"https://www.linkedin.com/company/cognizant\",\n            \"company_id\": \"https://www.linkedin.com/company/1680\",\n            \"company_domain\": \"cognizant.com\",\n            \"company_about\": \"Cognizant (Nasdaq-100: CTSH) engineers modern businesses. We help our clients modernize technology, reimagine processes and transform experiences so they can stay ahead in our fast-changing world. Together, we’re improving everyday life. See how at www.cognizant.com or @cognizant.\",\n            \"company_founded\": null,\n            \"company_size\": \"315395\",\n            \"company_location_1\": \"Teaneck, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Teaneck\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Interactive,Intelligent Process Automation,Digital Engineering,Industry & Platform Solutions,Internet of Things,Artificial Intelligence,Cloud,Data ,Healthcare,Banking,Finance ,Fintech,Manufacturing,Retail,Technology ,Salesforce \",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Associate - Projects (Cognizant, Size: 10000+) [2022-12-01] Proficient Spartacus developer with a track record of developing scalable and dynamic e-commerce systems. Having a strong foundation in Angular, TypeScript, and SAP Commerce Cloud, I like creating smooth client interactions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Associate - Projects (Cognizant)\",\n            \"position_2\": \"Senior UI Developer (Unified Infotech)\",\n            \"position_3\": \"UI Developer (Unified Infotech)\",\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2020-07-01 - 2022-12-01\",\n            \"position_date_3\": \"2019-05-01 - 2020-06-01\",\n            \"education_1\": \"Gurudas College, Bachelor of Arts (B.A.), English Language and Literature, General\",\n            \"education_2\": \"Nimta High School, Secondary & Higher Secondary, Liberal Arts and Sciences, General Studies and Humanities\",\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2001-01-01 - 2009-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"shubhajit.banerjee@cognizant.com\",\n            \"position\": \"Senior Associate - Projects\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@cognizant.com\"\n        },\n        {\n            \"first_name\": \"Srijil\",\n            \"last_name\": \"Anand\",\n            \"full_name\": \"Srijil Anand\",\n            \"linkedin\": \"https://www.linkedin.com/in/srijilanand\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABCSfXkBX0lGSLVoSj_XP5L0q3UEWHc1MNs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Lead | iOS | React Native Developer | Mobile Application Developer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"srijil.anand@zensar.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1810,\n            \"location\": \"Kerala, India\",\n            \"skills\": \"javascript,xml,html,java,mobile applications,ios development,json,objective-c,c++,css,sql,jquery,xcode,html5,asp.net,android studio,xamarin products,react native,ios\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Zensar Technologies\",\n            \"company_link\": \"https://www.linkedin.com/company/zensar\",\n            \"company_id\": \"https://www.linkedin.com/company/4897\",\n            \"company_domain\": \"zensar.com\",\n            \"company_about\": \"Zensar stands out as a premier technology consulting and services company, embracing an ‘experience-led everything’ philosophy. We are creators, thinkers, and problem solvers passionate about designing digital experiences that are engineered into scale-ready products, services, and solutions to deliver superior engagement to high-growth companies. This full lifecycle capability – from experience to engineering to engagement – is what makes us unique. This integrated approach also means that we harness the power of technology, creativity, and insight to deliver impact — ensuring our work focuses not just on technology but also on the people who use it.   \\n\\nPart of the $4.4 billion RPG Group, Zensar is headquartered in Pune, India. Our 10,000+ employees work across 30+ locations worldwide, including Seattle, Princeton, Cape Town, London, Singapore, and Mexico City. As an organization, we are diverse and multi-dimensional and unite across geographies and skill sets to deliver products and services that are value-driven, environmentally conscious, and human-centered.   \\n\\nTo know more, visit us at www.zensar.com.  \",\n            \"company_founded\": null,\n            \"company_size\": \"13723\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"IT,BPO,Enterprise Content Management,Business Process Management,Outsourcing,Impact Sourcing,ITES,Retail,Banking & Finance,Manufacturing,Utilities\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Lead (Zensar Technologies, Size: 10000+) [2022-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Lead (Zensar Technologies)\",\n            \"position_2\": \"React Native Developer (ContractingPLUS Solutions Pvt Ltd)\",\n            \"position_3\": \"iOS Developer (PiServe Technologies Pvt Ltd)\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2017-08-01 - 2022-01-01\",\n            \"position_date_3\": \"2014-09-01 - 2017-08-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"srijil.anand@zensar.com\",\n            \"position\": \"Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"marketing@zensar.com\"\n        },\n        {\n            \"first_name\": \"Santiago\",\n            \"last_name\": \"Rodríguez\",\n            \"full_name\": \"Santiago Rodríguez M.\",\n            \"linkedin\": \"https://www.linkedin.com/in/sadriicaa\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC6AaP4BDtgKMH-ZxrTBR8UXlsxs4JmqX9I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Research Assistant at Apolo Scientific Computing Center | EAFIT\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": \"srodriguez@eafit.edu.co\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 165,\n            \"location\": \"Medellín, Antioquia, Colombia\",\n            \"skills\": \"backlog management,team management,software architecture,software architectural design,software solution development,software solution architecture,recruiting,custom software,innovation development,innovation management,creativity and innovation,technological innovation,social innovation,robotic process automation (rpa),systems engineering,system administration,project management,software development,product development,organizational development,web development,algorithm design,data structures,algorithm analysis,business strategy,product design,photography,performance tuning,marketing strategy,product innovation,research skills,digital marketing,marketing analytics,optimization,operating systems,telematics,parallel computing,high performance computing (hpc),marketing operations\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"\",\n            \"time_in_company\": \"1 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"NOVA EAFIT\",\n            \"company_link\": \"https://www.linkedin.com/company/novaeafit\",\n            \"company_id\": \"https://www.linkedin.com/company/89260448\",\n            \"company_domain\": \"\",\n            \"company_about\": \"NOVA es un grupo estudiantil de la Universidad EAFIT, enfocado en el área de la tecnología y la innovación, como grupo somos un espacio para aprender, crear, y transmitir conocimiento acerca de nuevas tecnologías, el desarrollo de software y la programación, además de temas relevantes sobre la industria 4.0. 💡\\n\\nFomentamos la generación de ideas, la construcción de aprendizajes, el trabajo en equipo y la creatividad llevada al ámbito tecnológico. 👨🏻‍💻\",\n            \"company_founded\": null,\n            \"company_size\": \"30\",\n            \"company_location_1\": \"Medellín, Antioquia, Colombia\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Medellín \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and media\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Communities Department Director (NOVA EAFIT, Size: 11-50) [2025-01-01]\",\n            \"current_position_2\": \"Research Assistant at the Apolo Scientific Computing Center (Universidad EAFIT, Size: 1001-5000) [2023-01-01]\",\n            \"current_position_3\": \"Teacher Assistant (Universidad EAFIT, Size: 1001-5000) [2024-01-01]\",\n            \"position_1\": \"Communities Department Director (NOVA EAFIT)\",\n            \"position_2\": \"Research Assistant at the Apolo Scientific Computing Center (Universidad EAFIT)\",\n            \"position_3\": \"Teacher Assistant (Universidad EAFIT)\",\n            \"position_date_1\": \"2025-01-01\",\n            \"position_date_2\": \"2023-01-01\",\n            \"position_date_3\": \"2024-01-01\",\n            \"education_1\": \"Universidad EAFIT, Engineer's degree, Computer Science\",\n            \"education_2\": \"Servicio Nacional de Aprendizaje (SENA), Associate's degree, Software Programming\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-01-01 - 2026-12-01\",\n            \"education_date_2\": \"2020-11-01 - 2022-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"srodriguez@eafit.edu.co\",\n            \"position\": \"Communities Department Director\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sumit\",\n            \"last_name\": \"Kumar\",\n            \"full_name\": \"Sumit Kumar\",\n            \"linkedin\": \"https://www.linkedin.com/in/sumitkumar0619\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACaquvsBYFKVCqDbp_qU-73Yp2eGheMfJ64,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sr. Member Technical @ ADP\",\n            \"industry\": \"software development\",\n            \"email\": \"sumit_kumar@adp.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 709,\n            \"location\": \"Hyderabad, Telangana, India\",\n            \"skills\": \"user stories,product requirements,rest apis,constructive feedback,strategic thinking,code review,javascript extension (jsx),user interface design,user experience (ux),document object model (dom),skill development,teamwork,github,scrum,front-end development,programming languages,troubleshooting,web applications,software development,software troubleshooting,debugging,analytic problem solving,react hooks,responsiveness,javascript frameworks,oral communication,agile methodologies,problem solving,redux.js,analytical skills,git,communication,context api ,product management,microsoft office,microsoft word,html,object-oriented programming (oop),inheritance,cascading style sheets (css),html5,data structures,algorithms,programming,competitive programming,javascript,react.js,json,npm,npx,software as a service (saas),bootstrap\",\n            \"twitter\": \"\",\n            \"about\": \"Passionate Front end developer having 6 years of experience working in a corporate environment with strong technical skills. Proficient in HTML, CSS, JavaScript plus modern libraries like ReactJS.\\n\\nBeing a gregarious person who is very passionate and dedicated believes in Mr. Steve Jobs words:\\n\\\"Everyone in this country should learn how to program a computer... because it teaches you how to think \\\".\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"3 years 2 months \",\n            \"time_in_company\": \"3 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ADP\",\n            \"company_link\": \"https://www.linkedin.com/company/adp\",\n            \"company_id\": \"https://www.linkedin.com/company/1463\",\n            \"company_domain\": \"adp.com\",\n            \"company_about\": \"Designing better ways to work through cutting-edge products, premium services and exceptional experiences that enable people to reach their full potential. HR, Talent, Time Management, Benefits and Payroll. Informed by data and designed for people.\",\n            \"company_founded\": null,\n            \"company_size\": \"67362\",\n            \"company_location_1\": \"Roseland, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Roseland\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"human resources services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Human Capital Management,HR BPO,Payroll and Tax Services,PEO,Retirement,Talent Management,Human Resource Management,Tax and Compliance,Benefits Administration,Payment Solutions,Time and Attendance,Health Care Reform,ACA Affordable Care Act\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr. Member Technical (ADP, Size: 10000+) [2021-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr. Member Technical (ADP)\",\n            \"position_2\": \"Project Engineer (Wipro Technologies)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-12-01\",\n            \"position_date_2\": \"2018-11-01 - 2021-11-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Smt. Kashibai navale college of engineering,vadgaon pune, Bachelor of Engineering, Electronics and telecommunication engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"sumit_kumar@adp.com\",\n            \"position\": \"Sr. Member Technical\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Thommy\",\n            \"last_name\": \"Baez\",\n            \"full_name\": \"Thommy Baez\",\n            \"linkedin\": \"https://www.linkedin.com/in/thommy-baez-09965b245\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADzJd7UBMlc1quXSZWyYvwazhhAP3EDXTcQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at Rutgers University–New Brunswick\",\n            \"industry\": \"software development\",\n            \"email\": \"thommy@mazemarketingdev.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 65,\n            \"location\": \"Plainfield, New Jersey, United States\",\n            \"skills\": \"teamwork,wordpress,logo animation,responsive web design,web design,c (programming language),c++,back-end web development,python (programming language),tailwind css,typescript,express.js,node.js,google drive,react.js,software development,front-end development,data structures,computer science,java,javascript,html,cascading style sheets (css)\",\n            \"twitter\": \"\",\n            \"about\": \"Hello, My name is Thommy and I am a Junior attending Rutgers University. I am striving for a bachelors degree in Computer Science and a minor in Mathematics. I have always loved to tinker with things and explore new things, programing has provided many opportunity to do those things. Apart from programing, I love music and tennis. I have been playing the guitar and the violin since I was 5 and it has always been a passion of mine.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Maze Marketing Development\",\n            \"company_link\": \"https://www.linkedin.com/company/maze-marketing-dev\",\n            \"company_id\": \"https://www.linkedin.com/company/18614713\",\n            \"company_domain\": \"mazemarketingdev.com\",\n            \"company_about\": \"Maze Marketing Development is a Full Service Digital Marketing Agency located in New Jersey. We specialize in Digital Marketing, Strategy, Branding, Web Design, and Print Services. Our services are offered to small to SMB Businesses, Brands, and Entrepreneurs.\\n\\nOur mission is to guide our clients to growth from start to finish while driving results.\\n\\nVisit us at our website www.mazemarketingdev.com\\n\\nAlso check us out on social media:\\n\\nhttps://www.instagram.com/mazemarketingdev\\nhttps://www.facebook.com/mazemarketingdev\\nhttps://twitter.com/mazemarketingdev\\nhttps://www.youtube.com/user/mazemarketingdevelopment\",\n            \"company_founded\": 2017,\n            \"company_size\": \"6\",\n            \"company_location_1\": \"Green Brook, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Green Brook Township\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"marketing,strategy,branding,web design,print services,seo,search engine optimization,facebook advertising,instagram advertising,content marketing,graphic design,logo design,digital marketing,social media marketing,advertising\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Web Developer (Maze Marketing Development, Size: 1-10) [2024-05-01]\",\n            \"current_position_2\": \"Assistant Pitmaster (Boss Hog Bbq Restaurant, Size: 1-10) [2022-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Web Developer (Maze Marketing Development)\",\n            \"position_2\": \"Assistant Pitmaster (Boss Hog Bbq Restaurant)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-09-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Rutgers University–New Brunswick, Bachelor of Science - BS, Computer Science\",\n            \"education_2\": \"South Plainfield High School, High School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-01-01 - 2026-01-01\",\n            \"education_date_2\": \"2018-09-01 - 2022-06-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"thommy@mazemarketingdev.com\",\n            \"position\": \"Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Tiago\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Tiago S.\",\n            \"linkedin\": \"https://www.linkedin.com/in/xtmms\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAADPNhoBCrORG_EhlpU-bn_fWhLxnJCuZtY,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Software Engineer | Advocate for Process Excellence & Code Quality\",\n            \"industry\": \"software development\",\n            \"email\": \"tiago.s@streambow.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1529,\n            \"location\": \"Lisbon, Lisbon, Portugal\",\n            \"skills\": \"quality of service (qos),telecommunications,communication protocols,ip networking,gas detection,mbed,internet of things (iot),angularjs,nodejs,typescript,javascript,broadcast television,software design,engineering,fiber optic networks,laser physics,laboratory skills,project leadership,payment systems,technology integration,arm architecture,python (programming language),softpay platform,hypercom optimum payment devices,thales artema modular payment devices,linux development,javase,javacard,portuguese eid card,point of sale (pos) systems,mobile payments,payments,business-to-business (b2b),electronics,rs232,serial communications,sibs,asp.net web forms,asp.net ajax,jquery,jquery ui,ajax frameworks,microsoft foundation class (mfc),com,documentation system,adobe flash,actionscript,nmea,global positioning system (gps),mobile application development,asp.net,agile methodologies,stm32,safety critical software,c++,c#,java,c/c++,visual studio,.net,cryptography,sql,smart cards,software development,microsoft sql server,xml,microsoft .net,databases,soap,team leadership,.net framework,posix,embedded systems,embedded software,embedded linux,embedded devices,fiber optics,team management,leadership,vxworks,eclipse,netbeans,jira,confluence,bitbucket,git,svn,fisheye,gitlab,raspberry pi,arduino,linux,windows,altium designer,microcontrollers\",\n            \"twitter\": \"\",\n            \"about\": \"Tiago has over 15 years of experience in software engineering. He is a collaborative leader who is result-oriented and enjoys solving complex problems with innovative solutions. Tiago is a natural leader who works alongside his team to ensure their success. He provides guidance, support, and feedback to his team members. He is always eager to broaden his knowledge and explore new technologies, especially in fields like IoT, drones, robotics, computer vision, and machine learning. Tiago is passionate about embedded systems and is driven to create projects with a real-world impact. He firmly believes that the limits of what is possible can only be ascertained by surpassing them and venturing into the realm of the impossible.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Streambow\",\n            \"company_link\": \"https://www.linkedin.com/company/streambow\",\n            \"company_id\": \"https://www.linkedin.com/company/123424\",\n            \"company_domain\": \"streambow.com\",\n            \"company_about\": \"At Streambow, we believe in the power of innovation to transform the digital experience. We are more than a provider of Quality of Service (QoS) and Quality of Experience (QoE) solutions, we are dedicated partners, empowering telecom operators, carriers, and service providers with the most advanced tools in the market. \\n\\nOur journey began with a clear commitment: to ensure that every connection drives revenue growth and customer satisfaction. Today, our passion for innovation continues to guide us, helping our clients to achieve unparalleled levels of performance and efficiency. \\n\\nWith expertise spanning the entire spectrum of broadband access technologies, we unlock the potential of 2G/3G, 4G/5G, xDSL, Wi-Fi, FWA, FTTH, and Cable. We are constantly exploring new frontiers, paving the way for a connected world like never before. \\n\\nOur unique approach combines real-time passive monitoring, active measurements, and crowdsourcing to deliver unparalleled QoS insights. We transform real customer feedback into actionable intelligence, driving service improvement and guiding investment decisions. \\n\\nTransform your telecom operations with Streambow. Our advanced solutions are designed to elevate service delivery and operational efficiency. Discover how we can enhance your service experience. Reach out today to explore our offerings or schedule a demonstration. \",\n            \"company_founded\": 2004,\n            \"company_size\": \"22\",\n            \"company_location_1\": \"Sintra, Lisbon, Portugal\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Sintra\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": \"telecommunications\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Quality of Experience (QoE),Quality of Service (QoS),Customer Experience Feedback,Mobile Access Network Performance Measurement,Network Performance Monitoring,Web-based agents,Hardware Probes,Smartphone Apps,Quality Surveys,Customer Centric QoE solutions\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"smartphone apps, quality of experience, quality of service, network performance monitoring, quality surveys, customer experience feedback, mobile access network performance measurement, webbased agents, hardware probes, customer centric qoe solutions\",\n            \"annual_revenue\": \"5600000\",\n            \"technologies\": \"WordPress.org, Shutterstock, Outlook, OpenSSL, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Google Cloud Hosting, Bootstrap Framework, Apache\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Software Engineer | Advocate for Process Excellence & Code Quality (Streambow, Size: 11-50) [2024-07-01] - As a Senior Software Engineer, I lead the team in delivering high-quality, scalable software solutions while overseeing the implementation of best practices across coding, software development processes, and task management. My key responsibilities include:\\n\\n- Software Research & Development: Investigating new technologies and methods to inform decision-making, foster innovation, and drive future-facing solutions.\\n- Process Improvement: Streamlining and optimizing the software development lifecycle to enhance efficiency, productivity, and quality.\\n- Code Review & Optimization: Ensuring code excellence through rigorous code reviews, continuous optimization, and fostering a culture of clean, maintainable code.\\n- CI/CD Implementation: Driving the integration and automation of Continuous Integration/Continuous Deployment (CI/CD) processes to facilitate faster and more reliable releases.\\n- Team Coaching & Development: Guiding and mentoring the team through the adoption of new processes, best practices, and architectural improvements.\\n- Problem Solving: Handling both high-level architecture and low-level implementation challenges to meet project goals.\\n- Presentations & Knowledge Sharing: Delivering presentations and workshops on code quality, software architecture, and development best practices, fostering continuous learning within the team.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Software Engineer | Advocate for Process Excellence & Code Quality (Streambow)\",\n            \"position_2\": \"Project Engineer / Senior Software Engineer (Critical Software)\",\n            \"position_3\": \"Senior Firmware Developer (Schréder Hyperion)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2020-10-01 - 2024-05-01\",\n            \"position_date_3\": \"2019-10-01 - 2020-04-01\",\n            \"education_1\": \"Universidade de Aveiro, 5, Computer Software Development\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2007-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"tiagosilva.eu\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"tiago.s@streambow.com\",\n            \"position\": \"Senior Software Engineer | Advocate for Process Excellence & Code Quality\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Valdemar\",\n            \"last_name\": \"Kobelis\",\n            \"full_name\": \"Valdemar Kobelis\",\n            \"linkedin\": \"https://www.linkedin.com/in/valdemar-kobelis-086268308\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAE5ZNGYBaykAw1uqw4Mbsg2nzisvMWr-iP4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Ruby on Rails Developer at SameSystem\",\n            \"industry\": \"software development\",\n            \"email\": \"valdemar.kobelis@samesystem.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 65,\n            \"location\": \"Vilnius, Vilniaus, Lithuania\",\n            \"skills\": \"ruby on rails,web development\",\n            \"twitter\": \"\",\n            \"about\": \"Actions speak louder than words.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"1 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"SameSystem - Workforce Management\",\n            \"company_link\": \"https://www.linkedin.com/company/samesystem\",\n            \"company_id\": \"https://www.linkedin.com/company/548121\",\n            \"company_domain\": \"samesystem.com\",\n            \"company_about\": \"SameSystem is a Workforce Management Solution dedicated to retail and foodservice.\\n\\nCreated by retailers, our solution is dedicated to maximise the results in all businesses where you want to provide excellent service to customers coming through the doors, while at the same time minimising your costs and increasing your employee satisfaction.\\n\\nWe are an established market leader in Denmark and have expanded across Europe.\\n\\nSameSystem enables retailers to plan, adapt and optimise the workforce efficiently. The solution delivers perfect synergies between its planning and budgeting tools. With accurate estimates for every hour of the day, stores will increase sales, while lowering salary costs. \\n\\nThe schedule also allows for shift swapping, holiday requests, and time registration straight from the app. This is accompanied by a great set of tools for the rest of the organisation: Automated payroll, contracts with e-signature, advanced analytic tools, and more. \\n\\nSameSystem enables any retailer to save time on salary and admin while increasing revenue. \\n\\nAll at a fixed low price - including all future updates and unlimited support with a 99,3% customer satisfaction rating.SameSystem consists of over a hundred talented individuals situated in multiple European countries as well as Egypt. \\nWe have a friendly and motivating work environment. We rely on teamwork, while still encouraging personal freedom and own initiatives. \\n\\nWould you like to see how you and your company can benefit from SameSystem? \\n\\nPlease contact us at: \\nE-mail: welcome@samesystem.com \\nPhone: (+45) 70 70 70 27\\nwww.samesystem.com\",\n            \"company_founded\": 2007,\n            \"company_size\": \"88\",\n            \"company_location_1\": \"Copenhagen, Capital Region of Denmark, Denmark\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Copenhagen\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+4570707027\",\n            \"company_industry_1\": \"retail\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Internet based planning,administration,Economy,Retail,HR,Workforce Management,Payroll,Rostering,Communication\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://www.facebook.com/samesystem/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"383139\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Ruby on Rails Developer (SameSystem - Workforce Management, Size: 51-200) [2023-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Ruby on Rails Developer (SameSystem - Workforce Management)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Vilniaus universitetas / Vilnius University, Bachelor's Degree, Computer Software Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2023-01-01 - 2027-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"valdemar.kobelis@samesystem.com\",\n            \"position\": \"Ruby on Rails Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Viacheslav\",\n            \"last_name\": \"Sheviakov\",\n            \"full_name\": \"Viacheslav Sheviakov\",\n            \"linkedin\": \"https://www.linkedin.com/in/viacheslav-sheviakov\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACduu_UB71iJ03ICg4rjrmnBvyY2G2_1tH0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Head of Engineering at ProArea OÜ | Promote innovation and startups\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"viacheslav.sheviakov@proarea.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 677,\n            \"location\": \"Ukraine\",\n            \"skills\": \"project management,ble,Управление командой,mentorship ,angielski,flutter ,delivery,java,c#,php (laravel),c++ (98 standart),html/css/js,database theory (mysql, mssql, pl\\\\sql),html,json,flutter,dart\",\n            \"twitter\": \"\",\n            \"about\": \"▪️Around 10 years of overall experience in the software industry, including Dart, Flutter HTML, CSS, JavaScript, and more.\\n\\n▪️ Dart expert dedicated to promoting innovation and supporting startups.\\n\\n▪️ Proven leadership experience in leading a team of 10 developers who create innovative and user-friendly web and mobile applications.\\n\\n▪️ Skilled in distilling complex concepts into easily understandable language, drawing on my experience as a coach and educator at STEP IT Academy.\\n\\n▪️ Passionate about discussing technological advancements, architectural approaches, software innovation, startup development, and leadership in the tech industry.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Proarea.com\",\n            \"company_link\": \"https://www.linkedin.com/company/proarea-digital-agency\",\n            \"company_id\": \"https://www.linkedin.com/company/18536445\",\n            \"company_domain\": \"proarea.com\",\n            \"company_about\": \"Your reliable digital partner from MVP to IPO. We provide cost-effective digital solutions in Mobile & Web development, UI/UX, and Graphic design. You will get the best result - a sexy product!\\n\\nWe deliver:\\n\\n- Apps with a deep feeling of user experience\\n- Mix of the latest technologies and skills for your web project\\n- Awesome design of your idea\\n\\nOur stack:\\n\\nNative Android Development:\\n\\n✅ JDK, NDK, Android Studio, Firebase\\n\\nCross-platform Development:\\n\\n✅ Flutter, React Native\\n\\nDesign:\\n\\n✅ UI/UX\\n✅ Logos, branding\\n✅ Screens and web pages prototyping\\n✅ Tools: Photoshop, Sketch, Invision, Marvel, Illustrator, Figma, After Effects \\n\\nFront-end Development:\\n\\n✅ HTML5/CCS3 - Responsive and cross browsers  \\n✅ PSD to HTML or Sketch to HTML\\n✅ Bootstrap, Foundation (CSS frameworks)\\n✅ ReactJS, Angular, Vue.js, jQuery (JavaScript frameworks)\\n✅ JavaScript (ES5, ES6), TypeScript\\n✅ HTML Preprocessors: Jade, Pug\\n✅ CSS Preprocessors: Sass, LESS, Stylus, PostCSS\\n\\nBack-end Development:\\n\\n✅ PHP 5.5 - 7\\n✅ JS, Node JS\\n✅ Python, Django\\n✅ MySQL, MongoDB\\n✅ Frameworks: Laravel, Symfony, CodeIgniter\\n✅ WordPress, OpenCart CMS\\n✅ Version Control System (GIT, SVN etc.)\\n✅ RESTful APIs\\n\\nProArea is a team of skilled and creative professionals based in Kharkiv, Ukraine. Let`s develop your project together! Just write to us right here.\",\n            \"company_founded\": null,\n            \"company_size\": \"25\",\n            \"company_location_1\": \"Kharkiv, Kharkiv, Ukraine\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Kharkiv\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"UI/UX Design,Website Development,Android Development,IPhone Development,Mobile Application Design,Mobile Application Development,Java,Back-end development,Front-end development,PHP\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Head of Engineering (proarea.com, Size: 11-50) [2023-09-01] Connected Leader of 15 developers. Dart/Flutter Guru and Specialist in Team Building.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Head of Engineering (proarea.com)\",\n            \"position_2\": \"Coach, Teacher (STEP IT Academy)\",\n            \"position_3\": \"Lead Flutter Developer (proarea.co)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2018-06-01 - 2024-04-01\",\n            \"position_date_3\": \"2018-09-01 - 2023-09-01\",\n            \"education_1\": \"KhNURE, Master's degree, Computer Software Engineering\",\n            \"education_2\": \"ХНУРЭ, Bachelor's degree, Компьютерные науки, программная инженерия\",\n            \"education_3\": \"ХКА \\\"ШАГ\\\", Разработка программного обеспечения\",\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": \"2016-01-01 - 2020-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2018-01-01\",\n            \"website_1\": \"proarea.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"viacheslav.sheviakov@proarea.com\",\n            \"position\": \"Head of Engineering\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/georgedev81\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFGE6XoBUibm1578ObxBB_qu-EBg3oOOl4Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Web Developer | C#/ASP.NET, Java/Spring | Make it Work  Make it Right  Make it Fast\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Orihuela, Valencian Community, Spain\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"As a professional with more than 10 years of experience in PPC/SEM account management, I have developed a mindset oriented to problem solving, strategic analysis and constant optimization, qualities that I also apply in my path as a web developer.\\n\\nFor the past two years, I have been delving into web technologies such as C#/ASP.NET, Java/Spring, SQL, HTML, CSS and JavaScript. Working on personal projects that have allowed me to put my knowledge into practice and improve my technical skills. I leverage my previous experience in digital marketing to approach projects from a strategic perspective, applying what I have learned in data management and analytics to the creation of functional and well-structured web applications.\\n\\nI am self-taught by nature, curious and persistent. When faced with a technical challenge, my experience has taught me to research, test and find solutions, always with the mindset to move the project forward, whatever its complexity.\\n\\nI am committed to applying my experience and skills in digital product development, bringing innovative solutions and collaborating with teams to create impactful applications. My focus is to continue strengthening my knowledge and contributing to the success of the projects in which I participate.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years \",\n            \"time_in_company\": \"2 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Freelance\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Web Developer (Freelance) [2023-01-01] I am committed to applying my experience and skills in digital product development, providing innovative solutions and collaborating with teams to create impactful applications. My focus is to continue strengthening my knowledge and contributing to the success of the projects in which I participate.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Web Developer (Freelance)\",\n            \"position_2\": \"Senior SEM/PPC Manager (OHMM Different Media Concept)\",\n            \"position_3\": \"SEM Account manager (Jevnet)\",\n            \"position_date_1\": \"2023-01-01\",\n            \"position_date_2\": \"2019-07-01 - 2023-01-01\",\n            \"position_date_3\": \"2018-10-01 - 2019-07-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ziyue\",\n            \"last_name\": \"Huang\",\n            \"full_name\": \"Ziyue(Peeta) Huang\",\n            \"linkedin\": \"https://www.linkedin.com/in/peetahuang233\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEU-1pcBIpqLeqC_WWHyL0aJ_2IRSFGq54U,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"25 MSISPM @ CMU\",\n            \"industry\": \"computer and network security\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 118,\n            \"location\": \"Pittsburgh, Pennsylvania, United States\",\n            \"skills\": \"cryptocurrency exchange platforms,cryptocurrency,cryptocurrency regulation,cloud computing,cyber threat intelligence (cti),amazon web services (aws),statistical data analysis,r (programming language),econometrics,data mining,vulnerability assessment,cyber defense,network security,cloud security,penetration testing,漏洞评估和渗透测试,密码学,信息安全,database management system (dbms),data analytics,information security management,cybersecurity,program development\",\n            \"twitter\": \"\",\n            \"about\": \"Focusing on information security and cybersecurity, currently studying in information security and policy management at CMU, the long term goal is to be proficient in this field.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Cryptocurrency Researcher (Carnegie Mellon University)\",\n            \"position_2\": \"Database Engineer (Xiamen International Bank)\",\n            \"position_3\": \"Analyst (MEIYA PICO)\",\n            \"position_date_1\": \"2024-06-01 - 2024-08-01\",\n            \"position_date_2\": \"2022-07-01 - 2022-08-01\",\n            \"position_date_3\": \"2021-01-01 - 2021-02-01\",\n            \"education_1\": \"Carnegie Mellon University, Master of Science - MS, Information Security Policy and Management\",\n            \"education_2\": \"Wuhan University of Technology, Bachelor of Management, Public Utilities Management with Big Data\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-08-01 - 2025-05-01\",\n            \"education_date_2\": \"2019-09-01 - 2023-06-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"instagram.com/peetahuang/\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Cryptocurrency Researcher\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Taw\",\n            \"last_name\": \"Balbino\",\n            \"full_name\": \"Taw-Ham Balbino\",\n            \"linkedin\": \"https://www.linkedin.com/in/taw-ham-almeida-balbino-de-paula-117691218\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADbq6GMBnW5BwmuJcIcz3FxDzhXzNrzuhzY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer Back-end golang | Java | machine learning\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 233,\n            \"location\": \"Bayeux, Paraíba, Brazil\",\n            \"skills\": \"machine learning,spring framework,golang,react,postgresql,oracle,ia prompting,java,jpa (java persistence api),scrum,estruturas de dados,python,mongodb,openproject,big o,análise de dados,processamento de linguagem natural (pln),natural language processing (nlp),data analysis,angular (framework)\",\n            \"twitter\": \"\",\n            \"about\": \"Key Tools:\\n- Agile Practices: Scrum\\n- Database: MongoDB, PostgreSQL\\n- Languages: Java, Golang, C++, Python, JavaScript, Ruby\\n- Framework and Libraries: SpringBoot, Rails and React\\n\\nKey Experiences and Responsibilities:\\n- Back-end development using Golang and SpringBoot\\n- PostgreSQL and Oracle database management\\n- Front-end development with React\\n- MongoDB management\\n- Machine learning development\",\n            \"birthday\": null,\n            \"pronouns\": \"He Ele\",\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Korporate Solution Factory\",\n            \"company_link\": \"https://www.linkedin.com/company/korporate-solution-factory\",\n            \"company_id\": \"https://www.linkedin.com/company/78767178\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Somos conhecidos como uma fábrica de softwares e não é à toa, com mais de 7 anos de experiência de mercado, e um time especializado em tecnologia e meios de pagamento, criamos e aprimoramos plataformas para elevar o desempenho dos negócios dos nossos clientes.\",\n            \"company_founded\": null,\n            \"company_size\": \"27\",\n            \"company_location_1\": \"João Pessoa, Paraíba, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"João Pessoa\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Analista de sistema júnior II (Korporate Solution Factory, Size: 11-50) [2024-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Analista de sistema júnior II (Korporate Solution Factory)\",\n            \"position_2\": \"Junior Systems Analyst (Korporate Solution Factory)\",\n            \"position_3\": \"Research project (Federal Institute of Paraíba)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2023-08-01 - 2024-10-01\",\n            \"position_date_3\": \"2022-04-01 - 2024-09-01\",\n            \"education_1\": \"Instituto Federal da Paraíba, Curso Superior de Tecnologia (CST), tecnólogo em desenvolvimento de sistemas para internet \",\n            \"education_2\": \"Instituto Federal da Paraíba, Curso Técnico Integrado, Informática\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2018-01-01 - 2020-12-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Analista de sistema júnior II\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Suraj\",\n            \"last_name\": \"Singh\",\n            \"full_name\": \"Suraj Singh\",\n            \"linkedin\": \"https://www.linkedin.com/in/suraj-s-singh\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAClKKfEBxoYiged7lkMMev8kPL5yBDSbdU4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Game Programmer | C#, Unity | Building engaging interactive experiences to educate the world\",\n            \"industry\": \"civic and social organizations\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 74,\n            \"location\": \"Los Angeles Metropolitan Area\",\n            \"skills\": \"unity,c#,python (programming language),rust (programming language),typescript,webgl,git,github,scrum,trello,small team management,html5,svelte,artificial intelligence (ai),pytorch,tensorflow,computer science education,html,leadership,technical writing,virtual reality (vr),attention to detail,communication,debugging,project coordination,blogging,cross-functional team leadership,workload prioritization,miro collaboration platform,content management,pedagogy,curriculum development,educational materials,instructional design,instructional videos,rapid prototyping,prototyping,collaborative problem solving,creative problem solving,game mechanics,game development,game design,gameplay programming,machine learning,data mining,teaching,project management,curriculum,web content writing,educational technology,teamwork,online tutoring\",\n            \"twitter\": \"\",\n            \"about\": \"I strive to make knowledge accessible to all. As a lifelong learner, developer, and educator, I am driven to developing engaging and interactive learning environments that simplifies complex concepts and builds meaningful connections between people and the content they are learning. Whether it is through video games, interactive websites, or online articles, I want to be at the forefront of sharing what we know.\\n\\n\\nHolding dual degrees in Computer Game Science and Education Science from the University of California, Irvine, and a Master’s degree in Computer Science from the University of Illinois at Urbana-Champaign, I have cultivated a unique perspective on video game development, learning, and computer science theory.\\n\\nAs a coding instructor at Coding Minds Academy, I guided K-12 students through STEM education through project-based lessons. I assist them in writing machine learning code in Python, developing video games using Unity, and even releasing them Steam.\\n\\nFurthermore, at P1 Games, I led teams in the creation of game prototypes, guiding them from conceptualization to completion on Itch.io. I also provided guidance to team leaders on establishing effective team structures and contributed as a C# programmer as teams progressed in the development of their games.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"[P1] Games\",\n            \"company_link\": \"https://www.linkedin.com/company/p1-games\",\n            \"company_id\": \"https://www.linkedin.com/company/100912659\",\n            \"company_domain\": \"p1games.com\",\n            \"company_about\": \"Frustrated with a games industry that's putting players last, we created [P1] Games to be the place for experiences which put people first, [P1].\\n\\nHow does the game industry put players last?\\n\\n- A focus on story rather than gameplay\\n- Pay-to-win mechanics\\n- Exploitative monetization schemes\\n\\nHow does [P1] Games put players first?\\n\\n[P1] focused on lowering the capital needed to create games. Our mission is to help the games industry focus on the well-being of players holistically. \",\n            \"company_founded\": null,\n            \"company_size\": \"371\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"computer games\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"VR,AR,Augmented Reality,  Virtual Reality ,Game Development,Unity,C#,Video Games,PC Gaming\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Unity Team Lead ([P1] Games, Size: 201-500) [2024-02-01] * Leading a small cross-discipline team of around 12 on an open source games by facilitating communication between member and prioritize tasks for each member.\\n* Lead scrum meetings to determine task progress and make sure they are completed within 2 week time, with direct milestone provided every 4 days.\\n* Manage GitHub pull requests to make sure work from programmers, designers, and artist make it into a game.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Unity Team Lead ([P1] Games)\",\n            \"position_2\": \"Junior Unity Developer ([P1] Games)\",\n            \"position_3\": \"Coding Instructor (Coding Minds Academy)\",\n            \"position_date_1\": \"2024-02-01\",\n            \"position_date_2\": \"2023-08-01 - 2024-01-01\",\n            \"position_date_3\": \"2019-09-01 - 2023-12-01\",\n            \"education_1\": \"University of Illinois Urbana-Champaign, Master of Computer Science, Computer Science\",\n            \"education_2\": \"UC Irvine, Bachelor of Science - BS, Computer Games Science\",\n            \"education_3\": \"UC Irvine, Bachelor of Arts - BA, Education Science\",\n            \"education_date_1\": \"2021-09-01 - 2022-12-01\",\n            \"education_date_2\": \"2016-01-01 - 2020-01-01\",\n            \"education_date_3\": \"2016-01-01 - 2020-01-01\",\n            \"website_1\": \"surajssingh.com\",\n            \"website_2\": \"github.com\",\n            \"website_3\": \"thetechtreeblog.com\",\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Unity Team Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Brandon\",\n            \"last_name\": \"Alexis\",\n            \"full_name\": \"Brandon Alexis\",\n            \"linkedin\": \"https://www.linkedin.com/in/brandonalexisdev\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFTMLvgBpTK6uiHeyxfKsWM4rKqulfAUO9s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer Junior  |  HTML,CSS,JavaScript\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 246,\n            \"location\": \"Medellín, Antioquia, Colombia\",\n            \"skills\": \"javascript,cascading style sheets (css),html5,english,git\",\n            \"twitter\": \"\",\n            \"about\": \"Hola! mi nombre es Brandon Alexis Quintero Alvarez y soy un desarollador web autodidacta amante a la tecnologia enfocado en crear nuevas experiencias en este maravilloso mundo de la programacion, me destaco por llevar mis ideas a este mundo con JavaScript y demas tecnologias, tambien apasionado por el aprendizaje continuo.\\n\\n\\nHello my name is Brandon Alexis Quintero Alvarez and I'm web developer self-taught lover to the technology focused on create new experiences in this amazing world of programming, I stand out for wearing my ideas in this world with Javascript y others technologies, also passionate for continuous learning.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Nuevo Horizonte Paulo VI, Bachelor's degree\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2024-12-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Dayse\",\n            \"last_name\": \"B\",\n            \"full_name\": \"Dayse B.\",\n            \"linkedin\": \"https://www.linkedin.com/in/daysebaltz\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABRb7JMBkJUsfPtYCK2F3Qig4etFT3ekjnY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Quality Assurance\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1537,\n            \"location\": \"Brazil\",\n            \"skills\": \"análise de dados,especificação funcionais,erp da infor,cucumber,diagramas de fluxo de processos,gestão de projetos,gestão da qualidade,análise de impacto de mudanças,quality assurance,requirements analysis,communication,start-ups,integration,scrum,business analysis,software testing,agile methodologies,microsoft project,microsoft office,selenium,clearcase,microsoft sql server,sharepoint,visual studio,visio,team leadership,problem solving,time management,teamwork,english,portuguese,spanish,qa engineering,test engineering,self-confidence,resiliency,clearquest,rational rose enterprise edition,requisitepro,unified modeling language (uml),rup methodologies,visual sourcesafe (vss),sap crm,aris,bizagi,jmeter,selenium testing,regression testing,testes manuais,planejamento de testes\",\n            \"twitter\": \"\",\n            \"about\": \"With more than 20 years of experience in the Quality Assurance Area, acting mainly as a\\nBusiness Analyst and as a Functional tester.\\nThroughout this journey, my main responsibilities involved the creation of QA area in some\\ncompanies, and executed jobs in business analysis and functional tests.\\nI have experience in requirements, as elicitation with stakeholders to prepare specifications\\nand stories and other phases of the project, preparing all documentation, and also the ability\\nin test area, like management, specification and execution tests.\\nDuring my long career, I have been working in different Business Areas, like: Healthcare,\\nInsurance, Banks, TELCO, Supplies, Energy, Justice, Civil Aviation, Delivery and E-Commerce,\\namong others.\\nTechnically speaking, I point out my knowledge Agile methodology, Scrum, BDD, Jira,\\nConfluence, and Test Link, Service Now and the other relevant tools.\\nI would like to highlight my team-player mindset and my senior knowledge, being very\\nAutonomous in my tasks, self-motivated, and focused on quality at any work presented.\\nI am always seeking new challenges and opportunities to develop new skills and knowledge.\\nStill working in IT and still loving it\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years 8 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Analista de negócios (Multivision - Projeto Mercedes Benz)\",\n            \"position_2\": \"Business Analyst (SPMS)\",\n            \"position_3\": \"Business Analyst (MindSource, Inc.)\",\n            \"position_date_1\": \"2023-06-01 - 2023-10-01\",\n            \"position_date_2\": \"2023-02-01 - 2023-03-01\",\n            \"position_date_3\": \"2022-06-01 - 2022-12-01\",\n            \"education_1\": \"Pontifícia Universidade Católica do Rio de Janeiro, Post graduation, Audit and Security in IT Services\",\n            \"education_2\": \"Universidade Estácio de Sá, Post graduation, Systems Engineering\",\n            \"education_3\": \"Universidade Estácio de Sá, Post graduation, Systems Analysis\",\n            \"education_date_1\": \"2000-01-01 - 2001-01-01\",\n            \"education_date_2\": \"2001-01-01 - 2002-01-01\",\n            \"education_date_3\": \"1998-01-01 - 1999-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Analista de negócios\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Olga\",\n            \"last_name\": \"Grib\",\n            \"full_name\": \"Olga Grib\",\n            \"linkedin\": \"https://www.linkedin.com/in/olga-grib-sqa\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACll_UoBnZStoPUbhoLUhxd421crAjO_Ffw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Building Trust in Tech | Expert in Software Quality and Continuous Improvement\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 163,\n            \"location\": \"Madison, Wisconsin, United States\",\n            \"skills\": \"e2e,accessibility testing,web content accessibility guidelines (wcag),quality assurance,mobile applications,software quality assurance,software testing,manual testing,agile testing,testing,test cases,functional testing,regression testing,requirements analysis,agile methodologies,test planning,python (programming language),microsoft office,android studio,cross-browser compatibility,jira,jenkins,test automation,scrum,groovy,integration testing,software testing life cycle (stlc),appium,bitbucket,test automation tools,mobile testing,microsoft excel,java,qa automation,bug tracking,windows,user acceptance testing,analytical skills\",\n            \"twitter\": \"\",\n            \"about\": \"Software QA Tester with in-depth understanding of SDLC processes and testing life cycle.\\n\\nSummary:\\n-       authorized to work in US with no restrictions,\\n-       Knowledge of Software Development Life Cycle and Software Testing Life Cycle,\\n-\\tMobile and Web testing,\\n-      Automated and manual testing,\\n-      Functional, regression, acceptance, new features, browser compatibility, stress testing etc.\\n-\\tKnowledge of software testing methodology, tools, and techniques,\\n-\\tWrite test documentation such as test plans, test cases, test matrices, check lists\\n-\\tWrite easy-to-follow bug reports, reproduce and verify bug fixes in new releases\\n-\\tAble to multitask in high-pressure environment\\n\\nBug tracking tools: Bugzilla, JIRA, \\nDocumentation: Confluence, OneDrive\\nBrowsers: Firefox, Google Chrome, Internet Explorer, MS Edge\\nLanguage: Java, Groovy, JavaScript, HTML, shell scripts\\nAutomation: Cypress, IntelliJ, Visual Studio Code, Android Studio, Appium, Appium Studio, Gradle, ADB, \\nCI/CD: Jenkins, Cypress Cloud\\nOperating Systems: MS Windows, Linux, Android\\nProcesses: Agile (SCRUM and Kanban), Waterfall\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"\",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Sprocket Security\",\n            \"company_link\": \"https://www.linkedin.com/company/sprocket-security\",\n            \"company_id\": \"https://www.linkedin.com/company/27131419\",\n            \"company_domain\": \"sprocketsecurity.com\",\n            \"company_about\": \"Sprocket Security was founded to improve the way we approach cybersecurity. Currently the industry performs services in a timeboxed, or point-in-time approach. We think this is fundamentally flawed.  We protect your business by monitoring the cybersecurity landscape and performing continuous penetration testing services.\",\n            \"company_founded\": null,\n            \"company_size\": \"39\",\n            \"company_location_1\": \"Madison, Wisconsin, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Madison\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"computer and network security\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Penetration Testing,Continuous Penetration Testing,PTaaS\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"QA Engineer (Sprocket Security, Size: 11-50) [2025-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"QA Engineer (Sprocket Security)\",\n            \"position_2\": \"QA Engineer (PortalMedia)\",\n            \"position_3\": \"Software Test Engineer (Johnson Health Tech North America)\",\n            \"position_date_1\": \"2025-01-01\",\n            \"position_date_2\": \"2022-05-01 - 2025-01-01\",\n            \"position_date_3\": \"2021-07-01 - 2022-05-01\",\n            \"education_1\": \"Minsk State Linguistic University, Bachelor of Arts - BA, German Language and Literature\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"QA Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Katie\",\n            \"last_name\": \"Hollowell\",\n            \"full_name\": \"Katie Hollowell\",\n            \"linkedin\": \"https://www.linkedin.com/in/katie-hollowell-83b082233\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADo1ii8B13n1F_ngwfJ3QXgOZx9L3asBmqc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Computer Science Student at North Carolina State University\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 154,\n            \"location\": \"Raleigh, North Carolina, United States\",\n            \"skills\": \"node.js,express.js,junit,eclipse,jenkins,intermediate java,intermediate python,intermediate html,intermediate css,beginner swift,beginner javascript,beginner unity,basic unix,basic photoshop\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"4 years 8 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Crew Member (McDonald's)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-06-01 - 2021-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"North Carolina State University, Computer Science\",\n            \"education_2\": \"Providence Day School, High School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-08-01 - 2025-05-01\",\n            \"education_date_2\": \"2012-02-01 - 2021-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Crew Member\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Sagar\",\n            \"last_name\": \"Vishwakarma\",\n            \"full_name\": \"Sagar Vishwakarma\",\n            \"linkedin\": \"https://www.linkedin.com/in/codesagarrr\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAE28onsB9xcrCYMZT_QJj2EVApmYWkD8Vvc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Persuing Computer Science  || Specialized in Frontend and Backend Development.\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 27,\n            \"location\": \"Bhiwandi, Maharashtra, India\",\n            \"skills\": \"json web token (jwt),express.js,kinde auth, tailwind ,api development,convex,typescript,sql,next.js,tailwind css,bootstrap (framework),firebase,html5,node.js,react.js,javascript,mongodb\",\n            \"twitter\": \"\",\n            \"about\": \"I’m Sagar Vishwakarma, a passionate Full Stack Developer with hands-on experience building dynamic and scalable web applications. Proficient in React, Node.js, and Next.js, I specialize in crafting user-centric front-end experiences and robust back-end solutions. My expertise extends to JavaScript, MongoDB, and SQL, enabling me to develop full-fledged applications that are both efficient and user-friendly.\\n\\nI thrive in collaborative environments, where I can leverage my skills to solve complex problems and deliver seamless digital solutions. Whether it’s creating responsive UI, optimizing API performance, or managing databases, I approach each challenge with a problem-solving mindset and attention to detail.\\n\\nLet’s connect to collaborate, share ideas, or explore exciting opportunities in the world of full-stack development!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"B.N.N college , Bachelor of Science - BSC, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2023-06-01 - 2026-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"myportfolio-sagar.netlify.app/\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Vraj\",\n            \"last_name\": \"Patel\",\n            \"full_name\": \"Vraj Patel\",\n            \"linkedin\": \"https://www.linkedin.com/in/vraj-patel-080588195\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC3TSmABQB1ulCNu1ZYtpEOB3kvMi8DhG0Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Node.js developer || MySQL, MongoDB, & PostgreSQL || EJS || .NET Full Stack developer\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1059,\n            \"location\": \"Mahesana, Gujarat, India\",\n            \"skills\": \"amazon web services (aws),problem solving,asp.net,web development,mysql workbench,nodejs developer,programming,javascript,node,c#,html,cascading style sheets (css),mysql,react.js,node.js,java\",\n            \"twitter\": \"\",\n            \"about\": \"1+  years of experience as Node.js Developer at Athulya Tech, Vadodara. Passionate NodeJs Developer with a focus on delivering high – quality maintainable code.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Athulya Tech\",\n            \"company_link\": \"https://www.linkedin.com/company/athulyatech\",\n            \"company_id\": \"https://www.linkedin.com/company/17946707\",\n            \"company_domain\": \"athulyatech.com\",\n            \"company_about\": \"Founded in 2015, AthulyaTech began as a mobile application development firm, and has since created hundreds of apps serving a wide range of interests and industries. In the process, we have developed deep expertise and a consultative-driven approach to providing end-to-end enterprise technology solutions.\\r\\n\\r\\nOur Philosophy\\r\\n\\r\\nUsability above all :  We design and develop software with usability in mind. We pride ourselves in building software that is both intuitive and reliable.\\r\\n\\r\\nFreedom from contracts:  We don't believe in restrictive contracts and have utmost respect for our customers'​ preferences.\\r\\n\\r\\nEthical business:  We believe that relationship can be sustained only by  mutual trust . We promise and deliver to our customers great service and quality solutions with honest pricing.\",\n            \"company_founded\": null,\n            \"company_size\": \"21\",\n            \"company_location_1\": \"Vadodara, Gujarat, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Vadodara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"iPhone/Android Application,POS Solution,Banking Solutions,React Naative,Angular,Node,Barcode Sulation,Barcode Scanner Application,Whare house Soluation\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Node.js developer (Athulya Tech, Size: 11-50) [2023-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Node.js developer (Athulya Tech)\",\n            \"position_2\": \"Node.js intern (Athulya Tech)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2023-02-01 - 2023-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Gujarat Technological University, Ahmedbabd, computer engineering, Computer Programming/Programmer, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2023-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Node.js developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Wishwanee\",\n            \"last_name\": \"Uthpala\",\n            \"full_name\": \"Wishwanee Uthpala\",\n            \"linkedin\": \"https://www.linkedin.com/in/wishwanee-uthpala-ba2238226\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADihp6oBiCBo8KEmjKcPVKBQol9OZy4agqU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"NIBM |Undergraduate | Bsc(Hons) Software Engineering\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 141,\n            \"location\": \"Kurunegala, North Western Province, Sri Lanka\",\n            \"skills\": \"mental health counseling,counseling psychology,java,javascript,python (programming language),sqlite,mongodb,c#,c++,programming,microsoft office,team leadership,event planning,event management,html\",\n            \"twitter\": \"\",\n            \"about\": \"I’m a software engineering and psychology professional with a unique blend of technical expertise and insight into human behavior. My experience spans diverse projects—from developing enterprise applications and CRUD systems in Laravel to implementing IP schemas in Packet Tracer. Proficient in Java, Python, and C#, I’m dedicated to building impactful, user-centered solutions.\\n\\nMy psychology background enhances my ability to communicate effectively and support mental well-being. Skilled in psychological assessment and counseling techniques, I aim to foster positive, collaborative environments. I’m excited to connect and explore opportunities to make a meaningful impact through technology and empathy.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Self-employed\",\n            \"company_link\": \"https://www.linkedin.com/company/self-employed-%E8%87%AA%E4%B8%BB%E5%88%9B%E4%B8%9A\",\n            \"company_id\": \"https://www.linkedin.com/company/35541855\",\n            \"company_domain\": \"linkedin.com\",\n            \"company_about\": \"My business was found in Taiwan, where I studied Financial and Economic Law. Later, it was developed when I went back to China to assist with my family's toy business. And it came to fruition during my study of International Commerce and Policy in the U.S.\\nI’m looking forward to offering the best translation (English to Chinese/Chinese to English) and consulting services for you. \\nFor business inquiries: kevinlincareer@gmail.com \",\n            \"company_founded\": null,\n            \"company_size\": \"602\",\n            \"company_location_1\": \"Washington, District of Columbia, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Washington\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"international trade and development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Translation,Consulting,International Trade,International Investment,International Development,International Affairs,International Law\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Web Developer (Self-employed) [2023-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Web Developer (Self-employed)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"National Institute of Business Management (NIBM - Sri Lanka), Higher National Diploma, Computer Software Engineering\",\n            \"education_2\": \"Alison, certificate course, Psychology\",\n            \"education_3\": \"National Institute of Business Management (NIBM - Sri Lanka), Diploma in software engineering, Computer Software Engineering\",\n            \"education_date_1\": \"2024-05-01 - 2025-05-01\",\n            \"education_date_2\": \"2025-01-01 - 2025-01-01\",\n            \"education_date_3\": \"2023-03-01 - 2024-07-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"ᴘʀᴀsᴀᴅ\",\n            \"last_name\": \"ɢᴀɪᴋᴡᴀᴅ\",\n            \"full_name\": \"ᴘʀᴀsᴀᴅ ɢᴀɪᴋᴡᴀᴅ\",\n            \"linkedin\": \"https://www.linkedin.com/in/prasad-gaikwad-72a64022b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADmUwBIB0rpmE1ukkff7wK0uStDaLl5Q9WQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at Savitribai Phule Pune University\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 24,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"core java,python (programming language),mysql\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Intern (Magic Software Enterprises)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01 - 2023-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Engineering - BE, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2023-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Intern\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Rakshith\",\n            \"last_name\": \"\",\n            \"full_name\": \"Rakshith K\",\n            \"linkedin\": \"https://www.linkedin.com/in/rakshith-k-software-test-engineer\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAChTj2EBOW7NywU1MhOfjt7LJk6kdSMR2MY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Test Engineer | Software QA | Automation Engineer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"rakshithkumar9632@gmail.com\",\n            \"num_of_connections\": 162,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"continuous integration and continuous delivery (ci/cd),git,jira,rest apis,gherkin,cucumber ,selenium automation ,selenium testing,functional testing,java selenium,python selenium ,test planning,scenario testing,test scripts,api testing,cucumber,agile environment,communication,selenium,test automation,defect tracking,usability testing,object-oriented programming (oop),testing,system testing,java,integration testing,sql,regression testing,data driven testing,pom,github,jenkins,maven,cucumber bdd,testng,postman api,selenium webdriver,test analysis,manual testing,sql database,core java,defect life cycle,software testing,software testing life cycle (stlc)\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced in Web automation using JAVA - SELENIUM.\\nExpertise in locating Elements Using Locators and XPATH.\\nExperienced in writing Web Automation Scripts, handling drop-downs and Pop-ups.\\nExpertise in handling FRAMES.\\n\\nGood understanding of concepts like testNG, MAVEN, GITHUB and JENKINS.\\n \\nWorked on API Testing using POSTMAN Tool.\\nKnowledge on CUCUMBER BDD framework\\nPerformed CRUD operations in POSTMAN tool.\\nExperienced in analyzing HTTPS METHODS and HTTPS STATUS CODES. \\n\\nVery good understanding on MANUAL TESTING , SQL database, CORE JAVA.\\n\\nExperienced in SDLC, STLC, software testing ,test plan ,test case, defect life cycle, Agile process.\\n\\nUsed Core java concepts , oops concept, inheritance, abstraction, encapsulation in Web automation.\\n\\nSQL, joins ,sub query , Co-relation, Normalization\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years \",\n            \"time_in_company\": \"2 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"HR GOVERNANCE SOLUTIONS (INDIA) PRIVATE LIMITED\",\n            \"company_link\": \"https://www.linkedin.com/company/hr-governance-solutions-india-private-limited\",\n            \"company_id\": \"https://www.linkedin.com/company/27808316\",\n            \"company_domain\": \"\",\n            \"company_about\": \"HR GOVERNANCE SOLUTIONS (INDIA) PRIVATE LIMITED is a hospital & health care company based out of 15/1 , 2nd & 3rd Floors, 4th Cross, 80Ft Road, 4th Block, Koramangala,, Bangalore, Karnataka, India.\",\n            \"company_founded\": null,\n            \"company_size\": \"11\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bangalore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"hospitals and health care\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Testing Analyst (HR GOVERNANCE SOLUTIONS (INDIA) PRIVATE LIMITED, Size: 11-50) [2023-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Testing Analyst (HR GOVERNANCE SOLUTIONS (INDIA) PRIVATE LIMITED)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-01-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"City Engineering College, Bachelor of Engineering - BE\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2015-07-01 - 2019-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Testing Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Stefania\",\n            \"last_name\": \"Giagkou\",\n            \"full_name\": \"Stefania Giagkou\",\n            \"linkedin\": \"https://www.linkedin.com/in/stefania-giagkou-30b80a218\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADbv5TsBW6bdZkXfCXhEveXsHCuGMZ5pBtw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Frontend Developer at Stonewave.net\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1055,\n            \"location\": \"Koropi, Attiki, Greece\",\n            \"skills\": \"npm,responsive web design,user experience (ux),english,c++,c (programming language),webpack,grunt,vite,rest apis,angular,php,wordpress,ionic framework,react.js,java,html5,cascading style sheets (css),javascript,json,javascript libraries,vanilla javascript,sass,jquery,typescript,angularjs,git,teamwork,bootstrap\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 12 months \",\n            \"time_in_company\": \"3 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Stonewave\",\n            \"company_link\": \"https://www.linkedin.com/company/stonewave\",\n            \"company_id\": \"https://www.linkedin.com/company/12905828\",\n            \"company_domain\": \"stonewave.net\",\n            \"company_about\": \"What are we?\\r\\n\\r\\nWhen you start writing something about yourself or a team that you are in, you always want to appear spectacular and majestic. You , somehow, forget who you are and you want to be as appealing as it can get. Well that’s not our case here. Why? Because we don’t really believe that forgetting who you are and why you are doing this job, will help you get better. Instead, we believe that if you keep your basic principles intact, you will eventually reach your goals and succeed in what you do. Because developing is our love and coding is the way that we chose to follow.\\r\\n\\r\\nWho are we?\\r\\n\\r\\nOn August of 2010, we conceived the idea of forming this team. We did not make this team to be the bosses of ourselves and maybe the boss of somebody else. We all had worked at other companies but we felt that something is not right. We made that team because we needed a place to host our ideas and our beliefs. That’s why we don’t want to sterilize our products and follow the common line. Each time, we need to feel part of the project and not just tools. Each project is unique and it should always treated as something that is created from zero. We are a combination of different kinds of software developers, that always work as one person.\\r\\n\\r\\nWhat do we like?\\r\\n\\r\\nAhh, good question. But first let’s talk about what we DO NOT make, like or do. We do not make hasty decisions. We do not take anything for granted. We don’t like web pollution. We do not like unsatisfied clients. We do not like total client-to-company dependency. We don’t like loud voices and stressful conditions (although we are very good at handling them). But enough with what we don’t make,like or do. Let’s talk about thinks that we like. We like structures. We like plans and ideas. We like open source coding, because sharing knowledge , while keeping everything in balance, is fun. We like satisfied customers and happy faces. We love software development and design rules.\",\n            \"company_founded\": 2010,\n            \"company_size\": \"16\",\n            \"company_location_1\": \"Salonica, Central Macedonia, Greece\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Thessaloniki\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+302310221500\",\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Web Development,Mobile Applications,Web Applications,Web Design,Tailor-made software,Wordpress,Magento,Laravel,Ionic,Angular,Frontend Development,Backend Development,Open Source Technologies,Hosting,Cloud Hosting\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://www.facebook.com/Stonewave.net\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Frontend Developer (Stonewave, Size: 11-50) [2021-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Frontend Developer (Stonewave)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-02-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"University of Crete, Department of Computer Science, Bachelor's degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Samuel\",\n            \"last_name\": \"Do\",\n            \"full_name\": \"Samuel do Carmo Silva\",\n            \"linkedin\": \"https://www.linkedin.com/in/samuelcarmo\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABWfuDIBlqtVx4fGab5nHwAGAe2Y1gRg_7k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 482,\n            \"location\": \"Joinville, Santa Catarina, Brazil\",\n            \"skills\": \"sap implementation,oracle database,sap business one,software project management,esp8266,web development,internet of things (iot),web applications,pentaho,responsive web design,front-end development,php frameworks,landing pages,git,ajax,jquery,css,api development,abap-oo,abap,sap,communication,english,api,html5,bootstrap,javascript,json,laravel,cascading style sheets (css),php applications,teamwork,software development,databases,sap hana,back-end development,postgresql,extract, transform, load (etl),desenvolvimento de software,desenvolvimento web,trabalho em equipe,etl (extração, transformação e carregamento),php,mysql,sql,html,desenvolvimento de back-end,banco de dados,microsoft word,microsoft office,microsoft excel,microsoft windows,inglês,microsoft power bi\",\n            \"twitter\": \"\",\n            \"about\": \"I'm a software developer with a passion for the technology field, holding a degree in Agricomputing where I graduated with honors. Currently, I am pursuing an MBA in Software Engineering. My favorite programming language is PHP, Laravel. However, I also have experience with JavaScript, SAP/ABAP, creating views in PostgreSQL and HANA, and IoT development using ESP8266 and ESP01.\\n\\nOne of the most rewarding experiences for me is witnessing a concept come to life in software, positively impacting users' lives. The passion for this drives me to continually delve deeper and consider how things can be improved around me.\\n\\nWhen you do what you love, learning becomes more accessible. Even when faced with challenges, I practice resilience until I achieve a working solution. Seeking help from colleagues and reciprocating assistance is something that makes us more humane and equal.\\n\\nMy graduation project focused on \\\"API FOR STORAGE OF WEATHER STATION DATA WITH LARAVEL AND MYSQL.\\\"\\n\\nGet in touch by email: samuelcarmo@outlook.ie\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Petrovina Sementes\",\n            \"company_link\": \"https://www.linkedin.com/company/petrovina-sementes\",\n            \"company_id\": \"https://www.linkedin.com/company/33209189\",\n            \"company_domain\": \"petrovina.com.br\",\n            \"company_about\": \"Criada em 1984 por Carlos Ernesto Augustin, inicialmente o trabalho da empresa era voltado para o plantio de soja na Fazenda Farroupilha. Hoje a Sementes Petrovina é uma das maiores empresas produtoras de semente de soja do Brasil. Em 1999 iniciou, também com muito sucesso, o plantio de algodão na Serra da Petrovina.\\n\\nDesde o início a Sementes Petrovina tem se destacado pela introdução de tecnologias pioneiras não só na produção de sementes, como no seu beneficiamento, acondicionamento, embalagem e armazenamento.\\n\\nCom a visão de obter o máximo de eficiência, primando pela busca da excelência e do crescimento ordenado, a Sementes Petrovina sempre conciliou tecnologia de ponta com o trabalho de pessoas especiais, aliás, pessoas comuns que podiam alcançar resultados incomuns.\",\n            \"company_founded\": 1984,\n            \"company_size\": \"370\",\n            \"company_location_1\": \"Rondonópolis, Mato Grosso, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Rondonópolis\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"rua arnaldo estêvão de figueiredo, rondonópolis, mato grosso br\",\n            \"company_postal_code\": \"78740-371\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"agriculture\",\n            \"company_industry_2\": \"farming\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://www.facebook.com/Petrovina-Sementes-1301997109930351/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Developer (Petrovina Sementes, Size: 201-500) [2024-05-01]\",\n            \"current_position_2\": \"Web Developer (Autônomo) [2018-01-01] Website, API and IoT development\",\n            \"current_position_3\": null,\n            \"position_1\": \"Software Developer (Petrovina Sementes)\",\n            \"position_2\": \"Web Developer (Autônomo)\",\n            \"position_3\": \"Software Developer (Bom Jesus Group)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2018-01-01\",\n            \"position_date_3\": \"2021-12-01 - 2023-02-01\",\n            \"education_1\": \"Faculdade Metropolitana, Pós-graduação Lato Sensu - MBA, IoT\",\n            \"education_2\": \"Faculdade Metropolitana, Pós-graduação Lato Sensu - MBA, Software Engineer\",\n            \"education_3\": \"Fatec Senai, Tecnologo, Agrocomputação\",\n            \"education_date_1\": \"2024-02-01 - 2024-08-01\",\n            \"education_date_2\": \"2023-04-01 - 2024-04-01\",\n            \"education_date_3\": \"2020-03-01 - 2022-12-01\",\n            \"website_1\": \"samuka.dev.br\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"marketing@petrovina.com.br\"\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/msizi-sibuta-4596221b0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADE2ugUBR4np5YlRh9GT85zJWKXsqXR6J1A,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Junior Software Developer\",\n            \"industry\": \"technology, information and media\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Pietermaritzburg, KwaZulu-Natal, South Africa\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"IT Certification Academy , Data Management, Analytics & App Builder, Computer Programming\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2018-02-01 - 2022-03-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Mayowa\",\n            \"last_name\": \"Oluwanimotele\",\n            \"full_name\": \"Mayowa Oluwanimotele\",\n            \"linkedin\": \"https://www.linkedin.com/in/daniel-oluwanimotele\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEsfyukBk-jEFSa47XhazDVm1RtrelrrpYg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer (Front-End) || Mainly focuses on creating the user interface for websites and Web Applications || Using HTML, CSS, JavaScript, React, Python\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 279,\n            \"location\": \"Ikorodu, Lagos State, Nigeria\",\n            \"skills\": \"computer networking,firebase,tailwind css,typescript,postgresql,cascading style sheets (css),next.js,agile methodologies,react native,sql,python (programming language),node.js,web applications,react.js,web development,network services,c (programming language),javascript,software development life cycle (sdlc),software development,front-end development\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced frontend developer with a strong foundation in HTML, CSS, and JavaScript, specializing in React and Nodejs. Known for creating appealing web-design and application, collaborating closely with UX/UI designers to create visually appealing and responsive interfaces. I am committed to innovation and optimization, continuously exploring new technologies to enhance web application functionality and performance. Thrives in collaborative environments, effectively integrating front-end components with back-end functionalities. Project highlights include diverse contributions to dynamic single-page applications and interactive e-commerce platforms. Eager to bridge the gap between design and functionality, creating captivating and user-friendly web interfaces.\\n\\nSkills Summary ️️‍\\n\\nLanguages: HTML, CSS, JavaScript\\nFrameworks: React, Vue.js\\nDesign Principles: UI/UX collaboration, Responsive Design\\nCollaboration: Cross-functional teamwork, Effective Communication\\nOptimization: Code efficiency, Performance Optimization\\nProject Experience: Single-page applications, E-commerce Platforms, Portfolio \\nContinuous Learning: New technologies, Responsive Design Trends\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Parkkly\",\n            \"company_link\": \"https://www.linkedin.com/company/parkkly\",\n            \"company_id\": \"https://www.linkedin.com/company/103298663\",\n            \"company_domain\": \"netlify.app\",\n            \"company_about\": \"Parkkly connects drivers with available private parking spaces to reduce street parking congestion and allow space owners to monetize their unused spots.\",\n            \"company_founded\": null,\n            \"company_size\": \"3\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"leasing residential real estate\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Smart-Parking,Social-Impact\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Full-stack Developer (Parkkly, Size: 1-10) [2024-08-01] Created Appealing website and web App for Parkkly\",\n            \"current_position_2\": \"Frontend Developer (UbuntuPortal, Size: 1-10) [2024-06-01]\",\n            \"current_position_3\": \"Software Engineer (alx_africa , Size: 5001-10000) [2023-06-01]\",\n            \"position_1\": \"Full-stack Developer (Parkkly)\",\n            \"position_2\": \"Frontend Developer (UbuntuPortal)\",\n            \"position_3\": \"Software Engineer (alx_africa )\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2024-06-01\",\n            \"position_date_3\": \"2023-06-01\",\n            \"education_1\": \"Yaba College of Technology, Yaba, Lagos, Higher National Diploma, Computer Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-09-01 - 2025-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Full-stack Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Raluca\",\n            \"last_name\": \"Kaban\",\n            \"full_name\": \"Raluca Gabriela Kaban(Lupse)\",\n            \"linkedin\": \"https://www.linkedin.com/in/raluca-gabriela-kaban-lupse-067737125\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAB7mBo8BxhaIKJTagyNweb9oShVX9vFafz8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer at Endava\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 544,\n            \"location\": \"Cluj, Romania\",\n            \"skills\": \"azure service bus,azure functions,azure logic apps,azure cosmos db,c#,.net framework,java,javascript,cascading style sheets (css),html,sql,.net core,web services api,entity framework,language integrated query (linq),odata,docker,software design patterns,microsoft sql server,dynamo db,azure devops,nunit,aws step functions,amazon s3,selenium webdriver\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 years \",\n            \"time_in_company\": \"8 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Endava\",\n            \"company_link\": \"https://www.linkedin.com/company/endava\",\n            \"company_id\": \"https://www.linkedin.com/company/9707\",\n            \"company_domain\": \"endava.com\",\n            \"company_about\": \"For over two decades, we have been harnessing technology to drive meaningful change.  \\n\\nBy combining world-class engineering, industry expertise and a people-centric mindset, we consult and partner with our customers to create technological solutions that drive innovation and transform businesses.  \\n\\nWorking side by side with leading brands, we build strategies, products and solutions tailored to unique needs, regardless of industry, region or scale. From ideation to production, we support our customers through every step of their digital transformation journey, creating dynamic platforms and intelligent digital experiences across various industries. \",\n            \"company_founded\": null,\n            \"company_size\": \"9228\",\n            \"company_location_1\": \"London, England, United Kingdom\",\n            \"company_location_2\": \"Liverpool Street, England, United Kingdom\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"London\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Digital Strategy,Continuous Delivery & DevOps,Digital Execution,Applications Management,UX/Creative Services,Testing Services,Distributed Agile Development,Service Desk,Cloud,Insight Through Data,Digital Evolution,Agile Transformation,Automation\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (Endava, Size: 5001-10000) [2017-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (Endava)\",\n            \"position_2\": \"Junior Developer (Endava)\",\n            \"position_3\": \"Intern (Endava)\",\n            \"position_date_1\": \"2017-01-01\",\n            \"position_date_2\": \"2016-07-01 - 2016-12-01\",\n            \"position_date_3\": \"2016-05-01 - 2016-06-01\",\n            \"education_1\": \"Technical University of Cluj-Napoca, Master's degree, Information Technology applied in Economics\",\n            \"education_2\": \"Technical University of Cluj-Napoca, Bachelor's degree, Computer Science and Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2016-01-01 - 2018-01-01\",\n            \"education_date_2\": \"2012-01-01 - 2016-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jordan\",\n            \"last_name\": \"Small\",\n            \"full_name\": \"Jordan Small\",\n            \"linkedin\": \"https://www.linkedin.com/in/sm4j\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFCzxwoBhfM0Yq1ORepAVTnCz7YEA84-48I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Aspiring Tech Professional | Engaging Communicator | Computer Science Major\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 48,\n            \"location\": \"Fort Lauderdale, Florida, United States\",\n            \"skills\": \"medical claims,healthcare management,healthcare information technology (hit),document processing,internal communications,data analytics,data entry,shareholder communications,customer service,time management,sales,sales operations,workflow analysis,workflow management,problem solving,data analysis,sales analysis,hospitality service,trend analysis,customer engagement,consumer products\",\n            \"twitter\": \"\",\n            \"about\": \"As an ambitious student pursuing a Bachelor of Science in Computer Science at Florida Atlantic University, I am eager to start my career in the tech industry. I have a solid foundation in computer logic design, data structures, algorithms, software engineering, data analytics, and database management, equipping me to tackle future challenges.\\n\\nMy years of experience in hospitality have sharpened my expert-level skills in client relations and communication— both oral and written— enabling me to connect effectively with others. I value collaboration and believe that a supportive environment fosters innovation.\\n\\nAs I continue to engage in relevant coursework and projects—particularly in data science, software development, and database structures—I look forward to applying my knowledge in real-world situations. Open-minded about my career path, I am eager to explore diverse opportunities in tech and connect with professionals for insights and mentorship.\\n\\nIf you’re interested in connecting, I’d love to exchange experiences and support each other’s journeys!\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"10 years 10 months \",\n            \"time_in_company\": \"10 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"The Field\",\n            \"company_link\": \"https://www.linkedin.com/company/thefieldnyc\",\n            \"company_id\": \"https://www.linkedin.com/company/11860556\",\n            \"company_domain\": \"thefield.org\",\n            \"company_about\": \"The Field envisions a world where artists are abundantly and holistically prosperous. We’re building a community that connects, empowers, and elevates creative practitioners of all kinds. Whether you’re a writer, dancer, filmmaker, musician, actor, or a creative individual, there’s a place for you at The Field.\\n\\nFounded by artists for artists, our organization has provided fiscal sponsorship and fundraising support to thousands of independent artists and small arts organizations nationwide to get their projects off the ground. Through hands-on fundraising assistance, entrepreneurial capacity-building, and skill-building workshops, we are removing barriers and working to ensure that artists can prosper in all areas of their lives.\\n\",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": \"New York, Iowa, United States\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"performing arts\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Fiscal Sponsorship,Artist Services,Consulting,Fundraising,Arts Budgets,Grant Proposals,Creative Workshops\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Product Specialist | Server (The Field) [2014-04-01] Focused on optimizing kitchen workflows during peak periods, I ensured quality control and maintained high customer satisfaction ratings. I successfully drove weekend sales by analyzing customer needs and employing strategic engagement techniques.\\n\\nThrough collaboration with team members and management, I streamlined operations to enhance service delivery and showcased strong problem-solving skills in a fast-paced environment. Additionally, I leveraged sales data to identify trends that informed inventory decisions, contributing to a menu revamp that prioritized high-selling items.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Product Specialist | Server (The Field)\",\n            \"position_2\": \"Referral Specialist (Centene Corporation)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2014-04-01\",\n            \"position_date_2\": \"2022-05-01 - 2022-08-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Florida Atlantic University\",\n            \"education_2\": \"Broward College, Associate of Arts - AA, Engineering Technology, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-08-01 - 2025-12-01\",\n            \"education_date_2\": \"2015-08-01 - 2017-12-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Product Specialist | Server\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ranganath\",\n            \"last_name\": \"\",\n            \"full_name\": \"Ranganath C N\",\n            \"linkedin\": \"https://www.linkedin.com/in/ranganath-c-n-b1537516b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACh0cwEBWpYGPWg9p36fFce71uhkUiT1B28,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"9.7 years of Experience in IT Development as a Java Developer, experienced in Microservices, Spring boot ,Enterprise web Frameworks,AWS and GCP cloud\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 168,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"test-driven development,spring boot,microservices,amazon web services (aws),representational state transfer (rest),java,hibernate,agile methodologies,web services,soap,python (programming language),elasticsearch,apache kafka,spring framework\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Java Application Developer with a demonstrated history of working in the information technology and services industry. Strong engineering professional skilled in Java, SpringFramework, Hibernate, Apache Kafka, Elasticsearch,webservices,RESTful,SOAP, Oracle, and basic knowledge on Python. Very much open in learning new technologies and use them. Currently working on SPARK projects that follows agile methodology\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 10 months \",\n            \"time_in_company\": \"2 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Capgemini\",\n            \"company_link\": \"https://www.linkedin.com/company/capgemini\",\n            \"company_id\": \"https://www.linkedin.com/company/157240\",\n            \"company_domain\": \"capgemini.com\",\n            \"company_about\": \"Capgemini is a global business and technology transformation partner, helping organizations to accelerate their dual transition to a digital and sustainable world, while creating tangible impact for enterprises and society. It is a responsible and diverse group of 340,000 team members in more than 50 countries. With its strong over 55-year heritage, Capgemini is trusted by its clients to unlock the value of technology to address the entire breadth of their business needs. It delivers end-to-end services and solutions leveraging strengths from strategy and design to engineering, all fueled by its market leading capabilities in AI, cloud and data, combined with its deep industry expertise and partner ecosystem. The Group reported 2023 global revenues of €22.5 billion.\\n\\nGet The Future You Want | www.capgemini.com\",\n            \"company_founded\": null,\n            \"company_size\": \"268713\",\n            \"company_location_1\": \"Paris, Île-de-France, France\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Paris\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"business consulting and services\",\n            \"company_industry_2\": \"it services and it consulting\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Outsourcing,Process Consulting,Package Based Solutions,Custom Solution Development,Application Management,Artificial Intelligence,Business Consulting,Cloud,Digital,Managed Services,Digital Transformation,Innovation,Intelligent Industry,Sustainable IT,Generative AI\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Solutions Developer (Capgemini, Size: 10000+) [2022-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Solutions Developer (Capgemini)\",\n            \"position_2\": \"Advisory System Engineer (IBM)\",\n            \"position_3\": \"Senior Software Engineer (Aricent)\",\n            \"position_date_1\": \"2022-04-01\",\n            \"position_date_2\": \"2019-08-01 - 2022-04-01\",\n            \"position_date_3\": \"2016-10-01 - 2019-08-01\",\n            \"education_1\": \"Sri Siddartha Institute of Technology, Bachelor of Engineering - BE, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2007-01-01 - 2011-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Solutions Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"contact@capgemini.com\"\n        },\n        {\n            \"first_name\": \"Franklin\",\n            \"last_name\": \"Ajuluchukwu\",\n            \"full_name\": \"Franklin Ajuluchukwu\",\n            \"linkedin\": \"https://www.linkedin.com/in/franklin-ajuluchukwu-b872101a3\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC-NH5cBm7TUAH1cGH-WoZ9D4orjShr2gRs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Digitalization Analyst at DMT GROUP\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 70,\n            \"location\": \"North Rhine-Westphalia, Germany\",\n            \"skills\": \"react.js,git,microsoft power apps,swift (programming language),xcode,html5,web services api,rest apis,database management system (dbms),ode,parallel programming,figma (software),miro collaboration platform,raspberry pi,arduino ide,arduino,front-end development,back-end web development,database design,microsoft office,mysql,visual studio,web design,arabic,russian,german,english,html,javascript,cascading style sheets (css),user experience design (ued),computer science,c++,c#,matlab,phpmyadmin,microsoft access,python (programming language),object-oriented programming (oop),web development,data modeling,igbo\",\n            \"twitter\": \"\",\n            \"about\": \"Open to Job opportunities as a Junior cloud and web developer, Software engineer intern and Full stack developer.\\n\\nI am a charismatic, driven individual with a passion for technology and innovation. Aside from experiencing different cultures, i enjoy complex technological concepts, the mechanics behind them and the interconnectivity of different components with each other.\\n\\nAs a Junior developer with passion for Web Development, my goal is to consistently expand my programming abilities and knowledge so as to introduce better solutions to stakeholders and managers.\\n\\nA budding individual with experience & a solid knowledge base in project management, scripting, UI design, User experience , databases & databanks and Big data frameworks. Ready to work in a fast-paced environment with a leading brand or an SMB to redefine the customer experience with acquired professional skills.\\n\\n► My revolutionary passion is to design a better-built environment through sustainable automation and eco-friendly technology.\\n\\n► Creative and motivated, I enjoy spending my time learning new things  and developing skills.\\n\\n► Technical Skills:  Risk Management, Communication, Leadership, Project  Management, Time management, Foresight.\\n\\n► IT: Intermediate in HTML, CSS, PHP-myadmin, MS Office, MS access, MySQL, React, node.js\\n\\n► Design: Intermediate in Figma, Arduinos, FUSION360, Tinkercad.\\n\\n► Coding: Solid foundation in  C++, Python.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"3 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"DMT GROUP\",\n            \"company_link\": \"https://www.linkedin.com/company/dmt_3\",\n            \"company_id\": \"https://www.linkedin.com/company/335017\",\n            \"company_domain\": \"dmt-group.com\",\n            \"company_about\": \"Excellence and innovation: that is the commitment of DMT GROUP as an independent, globally active engineering services and consulting company specialising in the markets of plant and process engineering, infrastructure and civil engineering, natural resources, and energy. The goal of DMT GROUP is to create sustainable value for its clients through a full-service engineering and consultancy offering led by knowledge, digitalisation and internationalisation.\\n\\nDMT GROUP is headquartered in Essen, Germany, and maintains 13 engineering and consulting companies at over 30 locations worldwide. DMT GROUP leads the engineering division of TÜV NORD GROUP, contributing more than 280 years of experience and working and acting in the spirit of partnership and trust to realise hundreds of projects around the globe every year. DMT GROUP’s approach is defined by being solution-orientated and sustainable, ensuring value creation and client success under the guiding principle of Engineering Performance.\\n\\nhttps://www.dmt-group.com/\\nhttp://www.dmt-group.com/en/imprint \\n\",\n            \"company_founded\": null,\n            \"company_size\": \"733\",\n            \"company_location_1\": \"Essen, North Rhine-Westphalia, Germany\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Essen\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"civil engineering\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Civil Engineering & Infrastructure,Plant and Process Engineering,Geotechnical Engineering,Geophysical Exploration,Mining Services,Geotechnical Monitoring,Condition Monitoring,Seismic Exploration,Seismic Data Processing,Resource and Reserve Estimation ,Geothermal Energy,Cokemaking Technology,Fire and Explosion Protection,Rope Testing,Geo Measuring Instruments,Air and Water Hygeine,Hydrogeology and Water Management,Ventilation and Cooling Technology,Environmental Services,Hazardous Waste Disposal\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"User Experience Designer (DMT GROUP, Size: 501-1000) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"User Experience Designer (DMT GROUP)\",\n            \"position_2\": \"Working Student (DMT GROUP)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2021-03-01 - 2024-09-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Rhine-Waal University, Master's degree, Usability engineering \",\n            \"education_2\": \"Bergische Universität Wuppertal, Master's degree, Computer simulation in science\",\n            \"education_3\": \"Belarusian State University of Informatics and Radioelectronics, Bachelor's degree, Information Technologies Engineer\",\n            \"education_date_1\": \"2023-03-01 - 2024-09-01\",\n            \"education_date_2\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_3\": \"2015-01-01 - 2019-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"User Experience Designer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jeff\",\n            \"last_name\": \"Vera\",\n            \"full_name\": \"Jeff Vera\",\n            \"linkedin\": \"https://www.linkedin.com/in/jeff-vera-b02214242\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADwwKjIBK7u-nI9lRnZX9Qgaldp2MTQ2nEQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 170,\n            \"location\": \"Surprise, Arizona, United States\",\n            \"skills\": \"linux,matlab,git,object-oriented programming (oop),flask,python (programming language),django,java,wordpress,cascading style sheets (css),html\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Estrella Mountain Community College, Associate of Science - AS, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2023-08-01 - 2025-12-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Yura\",\n            \"last_name\": \"S\",\n            \"full_name\": \"Yura S.\",\n            \"linkedin\": \"https://www.linkedin.com/in/yura-sutchev\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEPzSjMBADeq4xrWiCIARwZxnR-3az_Fi3M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Backend Developer, 6+ years, Django, Postgresql, Elasticsearch, Docker, Celery, Redis\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 825,\n            \"location\": \"Almaty, Kazakhstan\",\n            \"skills\": \"django,python,postgresql,backend,django framework,django rest framework,clickhouse,docker,elasticsearch,aiohttp,celery,redis,nginx,sqlalchemy,alembic,github,unit testing,apache kafka,back-end web development,rest apis,swagger api,docker products,async,linux,git,selenium,mysql,pandas (software),json\",\n            \"twitter\": \"\",\n            \"about\": \"Backend developer with 6 years of commercial experience. Worked both remotely and offsite in teams of 2 to 20 people. I can get brief task descriptions from the business and manage a full cycle of development: from creating tickets in a task tracker to release to production with CI/CD and analytics. It is really important to me to make business value, cause I dedicate myself to work and can’t imagine another way of life. I taught Backend development courses at my university for two years, and now I actively participate in IT community life: presenting tech talks at conferences and publishing articles in my blog.\\n\\nStack: Django Framework, DRF, PostgreSQL, Git, Celery, Redis, Aiohttp, Elasticsearch, Docker, ClickHouse, Kafka,\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ivi\",\n            \"company_link\": \"https://www.linkedin.com/company/iviru\",\n            \"company_id\": \"https://www.linkedin.com/company/2543415\",\n            \"company_domain\": \"ivi.ru\",\n            \"company_about\": \"Ivi is one of the best online-cinema in Russia. Ivi has 50 million unique visitors per month.\\n\\nIvi's subscribers have access to terrestrial and cable TV channels, sports and music broadcasts, fitness training, children's content and much more. In total, the film library of the online-cinema has about 15,000 pieces of content. These are films from all 3 major studios, as well as more than 300 content partners. In addition, Ivi produces its own content and supports talented filmmakers.\\n\\nMore than 15 projects have already been released with our support, and in 2020 the first premieres of our own production took place.\\n\\nWorking at Ivi means having the opportunity to learn from the best people in the legal video service market. Together we can solve the most interesting problems, participate in the market formation and do something unusual, extraordinary, fresh. We are a cool team with incredible dynamics inside. For most of us, Ivi is a job, leisure, hobby, lifestyle!\",\n            \"company_founded\": null,\n            \"company_size\": \"398\",\n            \"company_location_1\": \"Russia\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Москва\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"online audio and video media\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"online video,digital,streaming,over-the-top VoD,media,entertainment,IT\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Back End Developer (Ivi, Size: 201-500) [2024-05-01] Achievements & Tasks:\\n- Increased logging coverage sent to ClickHouse, enabling 157% faster resolution of urgent issues during on-call shifts.\\n- Implemented a JSON Web Token (JWT) system for application interaction with the System API, enhancing the security of data stored in PostgreSQL.\\n- Developed a new class for working with personas using OOP in Python and the Visitor pattern, optimizing the creation and processing of objects.\\n- Configured pre-commit hooks with flake8, streamlining the development process and ensuring consistency in the Python codebase.\\n- Redesigned the data export process to Elasticsearch, achieving a 43.2% performance improvement.\\n- Optimized PostgreSQL queries in Django, resulting in a staggering 985.1% boost in content rendering speed.\\n\\nTech Stack: Django Framework, DRF, PostgreSQL, Git, Celery, Redis, Elasticsearch, Docker, ClickHouse\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Back End Developer (Ivi)\",\n            \"position_2\": \"Back End Developer (NLMK Group)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-03-01 - 2024-05-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Moscow Aviation Institute (National Research University), Master's degree, Implementation, and maintenance of comprehensive information technology (IT) solutions\",\n            \"education_2\": \"Moscow Aviation Institute (National Research University), Bachelor of Engineering, Information and computer science\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2018-09-01 - 2022-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Back End Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@ivi.ru\"\n        },\n        {\n            \"first_name\": \"Dhaval\",\n            \"last_name\": \"Jadav\",\n            \"full_name\": \"Dhaval Jadav\",\n            \"linkedin\": \"https://www.linkedin.com/in/dhaval-jadav-94843a228\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADkEa8gBQyuubCZYkxhVChbJUZRxw0NZnWc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Web Designer at Nivida web solutions\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 151,\n            \"location\": \"Vadodara, Gujarat, India\",\n            \"skills\": \"style sheets,adobe photoshop,cascading style sheets (css),html5,bootstrap,jquery\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Nivida Software\",\n            \"company_link\": \"https://www.linkedin.com/company/nividasoftware\",\n            \"company_id\": \"https://www.linkedin.com/company/832443\",\n            \"company_domain\": \"nividasoftware.com\",\n            \"company_about\": \"We build strong business relationships with clients across the globe and turn ideas into engaging digital experiences.\\n\\nDisplaying years of robust experience in Software Development, E-Commerce, SaaS, Mobile App Development, DevOps, AI & Digital Transformation, and managing large-scale platforms across the globe. We collaborate with companies to accelerate their growth and reach their goals.\\n\\nWe use futuristic tech stacks in industries like AgriTech, EnergyTech, ClimateTech, CloudTech, Enterprise AI, ESG, E-Commerce, EdTech, HealthTech, and many more.\\n\\nWith a 1500+ clientele today, using unique tech stacks to reach their business goals from ideas to execution and beyond, partner with Nivida Software and see how we can change things positively for your organisation.\\n\",\n            \"company_founded\": 2007,\n            \"company_size\": \"80\",\n            \"company_location_1\": \"Vadodara, Gujarat, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Vadodara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+14153159698\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Web Development,Software Development,Product Development,Mobile App Development,IoT,SaaS,Solution Consulting,Digital Marketing,Branding & Harmonization,Search Engine Optimization,Social Media Optimization,Chatbot,Cyber Security,Digital Transformation\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/nividaIn\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Web Designer (Nivida Web Solutions Pvt. Ltd., Size: 51-200) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Web Designer (Nivida Web Solutions Pvt. Ltd.)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Web Designer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Siddharth\",\n            \"last_name\": \"Shah\",\n            \"full_name\": \"Siddharth Shah\",\n            \"linkedin\": \"https://www.linkedin.com/in/siddharth-shah-412a0a32b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFND7c4BUylj73VVRtJcQyJEXnkWUF13cu8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at Sharnbasva University, Kalaburagi\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 19,\n            \"location\": \"Dodda Ballapur, Karnataka, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Sharnbasva University, Kalaburagi\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2024-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Manoj\",\n            \"last_name\": \"\",\n            \"full_name\": \"Manoj Kumar T\",\n            \"linkedin\": \"https://www.linkedin.com/in/manoj-kumar-t-4a7710235\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADqo978B7WubiwesnaDj4qknwvPz8tXtfRE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Developer | JavaScript | React JS | Tailwind CSS | Express JS | MongoDB\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 651,\n            \"location\": \"Tirunelveli, Tamil Nadu, India\",\n            \"skills\": \"node.js,mongodb,express.js,react js,redux,tailwind css,analytical skills,wordpress,web development,html5,cascading style sheets (css),bootstrap,mysql,english,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Willing to work in a Challenging Position with a growing organization.\\r\\nWhere I can utilize my technical and interpersonal skills to serve the\\r\\norganization as well as enhance my skills.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"K-Rays Infotech\",\n            \"company_link\": \"https://www.linkedin.com/company/k-raysinfotech\",\n            \"company_id\": \"https://www.linkedin.com/company/90628637\",\n            \"company_domain\": \"kraysinfotech.com\",\n            \"company_about\": \"Elevate your business with our proficiency in custom development, cutting-edge product innovation, and steadfast support. Join forces with us to co-create the future! 🚀 #TechInnovation #DigitalTransformation #KraysInfotech \",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Radhapuram, Tamil Nadu, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Nagercoil\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Software development,Consulting,mobile application,Web application,Mern stack team,Meanstack team,technical support,Software maintenence,offshore team,SAAS services,Software resources consultancy,Web development,Nodejs,Api development,database management,website development,LMS learning management system,Hospital management system\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Full Stack Developer (K-Rays Infotech, Size: 1-10) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Full Stack Developer (K-Rays Infotech)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Francis Xavier Engineering College, Master of Computer Applications - MCA, Computer Science\",\n            \"education_2\": \"sri sankara bhagavathi arts and science college, Bachelor of Computer Application , Computer Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2023-04-01\",\n            \"education_date_2\": \"2018-06-01 - 2021-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Full Stack Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"\",\n            \"last_name\": \"Dheeraj\",\n            \"full_name\": \"U G Dheeraj Sai\",\n            \"linkedin\": \"https://www.linkedin.com/in/u-g-dheeraj-sai-97965719a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC658a0B_Q2UpSf1l6eJuGNpxA7pn92eSM0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"pursuing B.Tech in PES University\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 55,\n            \"location\": \"Karnataka, India\",\n            \"skills\": \"user interface design,artificial intelligence (ai),software development,programming languages,programming,computer science,data structures,engineering\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"\",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Infoblox\",\n            \"company_link\": \"https://www.linkedin.com/company/infoblox\",\n            \"company_id\": \"https://www.linkedin.com/company/8697\",\n            \"company_domain\": \"infoblox.com\",\n            \"company_about\": \"Infoblox unites networking and security to deliver unmatched performance and protection. Trusted by Fortune 100 companies and emerging innovators, we provide real-time visibility and control over who and what connects to your network, so your organization runs faster and stops threats earlier. \",\n            \"company_founded\": 1999,\n            \"company_size\": \"2532\",\n            \"company_location_1\": \"Santa Clara, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Santa Clara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2390 mission college boulevard, santa clara, california, united states\",\n            \"company_postal_code\": \"95054-1530\",\n            \"company_phone\": \"+14089864000\",\n            \"company_industry_1\": \"computer and network security\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"DNS,Network Infrastructure Automation,DHCP,Network Configuration Management,IP Address Management,Enterprise Security,Cybersecurity,Security,DNS Security,DHCP,IPAM,Secure Cloud-Managed Network Services,Data Protection,Threat Containment,Threat Intelligence,Cyber Threat Intelligence,Network Automation,Network Security,Cybersecurity Ecosystem,Cloud,SaaS\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://twitter.com/infoblox, https://www.facebook.com/Infobloxinc\",\n            \"keywords\": \"information technology, internet, technology, saas, security, dns, cloud, network, data protection, cybersecurity, network security, enterprise security, cyber threat intelligence, threat intelligence, elastic networks, network automation, security integration, dns security, network configuration management, dhcp, ipam, infrastructure protection, ip address management, network infrastructure control, network infrastructure automation, network change management, network optimization for virtualization, secure cloudmanaged network services, malware mitigation, threat containment, cybersecurity ecosystem, cybersecurity integration\",\n            \"annual_revenue\": \"450000000\",\n            \"technologies\": \"WordPress.org, Varnish, UltraDns, Typekit, StatusPage IO, React Redux, Pantheon, Outlook, Nginx, New Relic, Netlify, Mobile Friendly, Microsoft Office 365, Marketo, Jira, Infoblox, Hubspot, Google Tag Manager, Google Apps, Gmail, Fastly CDN, F5 BIG-IP, Eloqua, Drift, DemandBase, Bootstrap Framework, Atlassian Confluence, Atlassian Cloud, Apache\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"67893\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer Intern (Infoblox, Size: 1001-5000) [2025-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer Intern (Infoblox)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2025-01-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"PES University, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": \"Bethany High School - India, Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-12-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Engineer Intern\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sanjib\",\n            \"last_name\": \"Halder\",\n            \"full_name\": \"Sanjib Halder\",\n            \"linkedin\": \"https://www.linkedin.com/in/hal-sanjib\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAA0pBFUBAVMG-8CMLdcO5L9i1dFKUUCh4Kw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer at Unlocklive IT Limited\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 219,\n            \"location\": \"Dhaka, Dhaka, Bangladesh\",\n            \"skills\": \"django,html,javascript,mysql,css,php,linux,java,jquery,programming,web development,microsoft office,sql,c++,windows,xml,yii,laravel,yii2,cascading style sheets (css),react.js,python (programming language),object-relational mapping (orm),html5,css3,json,ajax,phpmyadmin\",\n            \"twitter\": \"\",\n            \"about\": \"To achieve an executive position where I can fully utilize my experience and skills to benefit the organization in the long run. To learn and function effectively in an organization and be able to deliver to the bottom-line, consistently striving for improvement coupled with commitment and dedication towards work that will lead to further development of my professional career and help me to gain confidence and fame by playing a significant role in decision making process involved in technology & operations industry\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 years 12 months \",\n            \"time_in_company\": \"11 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Unlocklive IT Limited\",\n            \"company_link\": \"https://www.linkedin.com/company/unlocklive-it-limited\",\n            \"company_id\": \"https://www.linkedin.com/company/18403514\",\n            \"company_domain\": \"unlocklive.com\",\n            \"company_about\": \"As a leading Bangladesh-based software company since 2008, UnlockLive provides customized, innovative technology solutions to boost businesses worldwide through our offshore development teams.\\n\\nWith round-the-clock technical support, we collaborate seamlessly as your extended IT partner to turn ideas into reality. Our expertise spans web, mobile, cloud, and business software development using cutting-edge technologies like React, Python, Node.js, and AWS.\\n\\nOur 60+ seasoned developers based in Dhaka follow agile methodologies to build and implement scalable, user-centric products that solve real-world problems for startups and enterprises globally. We offer dedicated or blended onshore/offshore teams tailored to your needs.\\n\\nNot just coding - we offer end-to-end solutions from concept to launch. Our strategic digital marketing services help attract more of your ideal customers online. We optimize your brand assets for search engines, ensuring sustainable growth.\\n\\nExperience faster time-to-market and cost savings of 50% or more compared to onshore firms. But quality is never compromised - our 97% client retention rate over 5+ years testifies our priority for excellence.\\n\\nLooking to innovate, scale, and gain a competitive advantage? Partner with our talented technologists and make your ideas happen. Get in touch or visit our website to learn more.\\n\\nInformation Technology & Services\\nComputer Software or Software Development\\nCustom Software Development\\nSaaS or Enterprise Software\\nIT Services & IT Consulting - Covers IT strategy, implementation, and support services.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"29\",\n            \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dhaka\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Custom Software,Database Solution,Website Development,Digital Marketing\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://twitter.com/unlocklive, https://www.facebook.com/unlocklive/\",\n            \"keywords\": \"website development, custom software, database solution\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Engineer (Unlocklive IT Limited, Size: 11-50) [2016-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Engineer (Unlocklive IT Limited)\",\n            \"position_2\": \"Junior Software Engineer (Unlocklive IT Limited)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2016-02-01\",\n            \"position_date_2\": \"2014-01-01 - 2016-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Bangladesh University of Professionals (BUP), Master in Information Systems Security (MISS)\",\n            \"education_2\": \"Prime University, Bachelor of Science, Computer Science & Engineering\",\n            \"education_3\": \"Syedkathi Union Institution, Science\",\n            \"education_date_1\": \"2015-01-01 - 2017-01-01\",\n            \"education_date_2\": \"2008-01-01 - 2013-01-01\",\n            \"education_date_3\": \"2001-01-01 - 2006-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/nekes-thapa-658815258\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD97FmQBChvuwYD_QcBbLX0QxL6WFDeNDwU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Web Developer at Beetech Solution Pvt. Ltd.\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1,\n            \"location\": \"Kathmandu, Bāgmatī, Nepal\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 12 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Web Developer (Beetech Solution Pvt. Ltd.)\",\n            \"position_2\": \"Web Developer (Beetech Solution Pvt. Ltd.)\",\n            \"position_3\": \"Web Developer (Grafias Technology Pvt Ltd)\",\n            \"position_date_1\": \"2022-02-01 - 2024-12-01\",\n            \"position_date_2\": \"2022-02-01 - 2024-12-01\",\n            \"position_date_3\": \"2019-09-01 - 2020-03-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Sathish\",\n            \"last_name\": \"\",\n            \"full_name\": \"Sathish Kumar G\",\n            \"linkedin\": \"https://www.linkedin.com/in/sathish-gs\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADaZcS4BGS5syUvyzWXOD4K8aG5jgDKOCt0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java developer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 33,\n            \"location\": \"Chennai, Tamil Nadu, India\",\n            \"skills\": \"java,object-oriented programming (oop),core java\",\n            \"twitter\": \"\",\n            \"about\": \"Aspiring computer science graduate adept in core Java, currently completed my degree. Eager to embark on a dynamic career in software development, with a solid foundation in programming and a passion for learning. Excited about contributing to innovative projects and expanding my skills in the tech industry. Let's connect and explore opportunities together!\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"The Quaide Milleth College for Men - India, Bsc, Computer Science\",\n            \"education_2\": \"Jaigopal Garodia National Hr Sec School, 12th, Maths With Biology\",\n            \"education_3\": \"Himayam Matriculation School , 10th, TN State Board \",\n            \"education_date_1\": \"2021-07-01 - 2024-05-01\",\n            \"education_date_2\": \"2016-06-01 - 2017-04-01\",\n            \"education_date_3\": \"2014-06-01 - 2015-05-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Oprea\",\n            \"last_name\": \"Claudia\",\n            \"full_name\": \"Oprea Claudia\",\n            \"linkedin\": \"https://www.linkedin.com/in/oprea-claudia-6768118b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABMp63oBDQjNAxHFZrsulaGGbrSzxP60A3k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"ServiceNow Consultant at Deloitte\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 253,\n            \"location\": \"Romania\",\n            \"skills\": \"testing tools,test cases,postman api,human resources (hr),payroll processing,foreign languages,purchase requisitions\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 10 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"ServiceNow Consultant (Deloitte)\",\n            \"position_2\": \"HR Helpdesk Agent (Wipro Digital Operations and Platforms)\",\n            \"position_3\": \"Senior Associate (WNS)\",\n            \"position_date_1\": \"2021-04-01 - 2023-10-01\",\n            \"position_date_2\": \"2020-01-01 - 2021-04-01\",\n            \"position_date_3\": \"2018-05-01 - 2020-01-01\",\n            \"education_1\": \"University POLITEHNICA of Bucharest, Master of Engineering - MEng, Technologies de la traduction automatique\",\n            \"education_2\": \"University of Bucharest, Bachelor's degree in Foreign Languages and Literatures , Foreign Languages, Literatures, and Linguistics\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2013-01-01 - 2016-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"ServiceNow Consultant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Dmitry\",\n            \"last_name\": \"Ma\",\n            \"full_name\": \"Dmitry Tlusten MA, CBAP, PSM, PSPO, Lean Six Sigma Green Belt\",\n            \"linkedin\": \"https://www.linkedin.com/in/dmitry-tlusten-ma-cbap-psm-pspo-lean-six-sigma-green-belt-b71b16156\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACWKZAUBN2FokWghtuZ9_gZWTnA0vM37PPk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Complex Case Manager at Cetera Financial Group\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 617,\n            \"location\": \"San Diego, California, United States\",\n            \"skills\": \"user stories,operational improvement,key performance indicators,dashboards,microsoft office,statistical data analysis,scrum,analytical skills,agile methodologies,data visualization,data analytics,analytics,finance,financial services,python (programming language),sql,microsoft power bi,amazon web services (aws),data engineering,microsoft excel,data analysis,business analysis,agile testing,self promotion,pitching ideas,artificial intelligence for business,product management,generative ai,technical product management,big data,openai products,search engine technology,microsoft 365,strategic thinking,data science,artificial intelligence (ai),salary negotiations,team leadership,organizational politics,influencing without authority\",\n            \"twitter\": \"\",\n            \"about\": \"Extensive experience in business analysis, system and process changes. Ability to analyze complex issues and manage multiple priorities simultaneously. \\nAnalytical thinker with an ability to view problems from a variety of perspectives. Excellent communication skills both verbal and written. Ability to work individually and collaboratively as part of a team.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 months \",\n            \"time_in_company\": \"11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cetera Financial Group\",\n            \"company_link\": \"https://www.linkedin.com/company/cetera-financial-group\",\n            \"company_id\": \"https://www.linkedin.com/company/917557\",\n            \"company_domain\": \"cetera.com\",\n            \"company_about\": \"We’re enablers. Mentors. Dream builders. Our purpose is to turn financial aspirations into reality. Within our community lies a vibrant wellspring of growth and opportunity for financial professionals, financial institutions, and individual investors alike.\\n\\nAs a premier financial services firm, we don’t just deliver financial technology, bespoke guidance, research and market intelligence, and collaborative client-service platforms. We build environments where ideas thrive, connections flourish, and ambitions become remarkable achievements. \\n\\nDriven to deliver unwavering support and innovative solutions to help people live their purpose, we empower each other and the communities around us to bring a stronger tomorrow to life.\\n\\n___________________________\\n\\n\\n“Cetera Financial Group” refers to the network of independent retail firms encompassing, among others, Cetera Advisors LLC, Cetera Advisor Networks LLC, Cetera Investment Services LLC (marketed as Cetera Financial Institutions or Cetera Investors), and Cetera Financial Specialists LLC. All firms are members FINRA/SIPC. Cetera Financial Group is located at 655 W. Broadway, 11th Floor, San Diego, CA 92101.\\n\\nIndividuals affiliated with Cetera firms are either Registered Representatives who offer only brokerage services and receive transaction-based compensation (commissions), Investment Adviser Representatives who offer only investment advisory services and receive fees based on assets, or both Registered Representatives and Investment Adviser Representatives, who can offer both types of services.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"1620\",\n            \"company_location_1\": \"San Diego, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Diego \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Wealth Management Services,Financial Advisory,Financial Services,Financial Modeling,Financial Planning,Financial Markets,Fintech,Broker Dealer Compliance,Broker Dealer Operations,Retirement Planning,Retirement Plan Consulting,Tax Advisory,Inheritance Tax Planning,Estate Planning,Estate Tax Planning,Education Savings,Saving for Education,529 Plans,College Funding Strategies,Healthcare Consulting,Collaborate Innovation\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Case Manager (Cetera Financial Group, Size: 1001-2000) [2024-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Case Manager (Cetera Financial Group)\",\n            \"position_2\": \"Assistant Vice President (LPL Financial)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-03-01\",\n            \"position_date_2\": \"2010-07-01 - 2023-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Bar-Ilan University, Master of Arts - MA, Social Psychology\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2005-01-01 - 2008-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Case Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"marketing@cetera.com\"\n        },\n        {\n            \"first_name\": \"Hansen\",\n            \"last_name\": \"Feriandy\",\n            \"full_name\": \"Hansen Feriandy\",\n            \"linkedin\": \"https://www.linkedin.com/in/hansen-feriandy\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACc4JUMByXb4ShjoprGsZvBcHhIbodLQBK4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"REACT JS | REACT NATIVE | GO | .Net | FULL-STACK\",\n            \"industry\": \"technology, information and media\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 383,\n            \"location\": \"West Java, Indonesia\",\n            \"skills\": \"teaching assistant,assistant,people management,microsoft excel,classroom management,program evaluation,programme delivery,stakeholder management,stakeholder engagement,negotiation,diverse groups,problem solving,cross-functional team leadership,affiliate marketing,working with children,business development,skilled multi-tasker,relationship building,customer service,conflict resolution,sales management,fastapi,database management system (dbms),community management,online community management,community organizing,community development,public speaking,team building,new business development,fintech,account management,end-to-end sales,team leadership,project management office (pmo),time management,operations management,management,teaching,tutoring,object-oriented programming (oop),phpmyadmin,xampp,software project management,project management,android studio,mysql,payment gateways,redux,axios,sig,weather forecasting,mobile developer,asp.net mvc,c#,microsoft sql server,visual studio,azure devops,it project leadership,react native,mongodb,machine learning,data analysis,event planning,react.js,php,java,.net framework,python (programming language),codeigniter,laravel,kotlin,javascript,node.js,sql,cascading style sheets (css),git,react js,wordpress,contract negotiation,leadership,codeigniter 4,go (programming language),golang\",\n            \"twitter\": \"\",\n            \"about\": \"I'm a full-stack developer. A Go and JS enthusiast and love to learn more.                              \\nVery passionate about developing software, doing a leadership job, and negotiation duty.\\n\\nFriendly and cooperative with anyone for software development in Indonesia, feel free to contact me.\\n\\n**Freelance, feel free to contact & recruit me for projects collaboration.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Fu Jen Catholic University 天主教輔仁大學\",\n            \"company_link\": \"https://www.linkedin.com/company/%E5%A4%A9%E4%B8%BB%E6%95%99%E8%BC%94%E4%BB%81%E5%A4%A7%E5%AD%B8\",\n            \"company_id\": \"https://www.linkedin.com/company/76933919\",\n            \"company_domain\": \"fju.edu.tw\",\n            \"company_about\": \"輔仁大學https://www.fju.edu.tw/index.jsp創校於民國十四年（1925年），在臺復校於民國五十年（1961年）【立案公文：教育部令(台50高12039號) 】【今年（2020）校慶為輔仁創校95週年及在臺復校59週年】。自准復校迄109學年度，計有12個學院及進修部：50個日間學士班、49個碩士班、23個碩士在職專班、12個博士班、18個進修學士班及1個二年制在職專班。專任教師近725人及職工480人(約聘106人)。在校學生近2萬5千人；校友人數：北平時期校友逾1萬2千人，在臺復校以來畢業校友逾22萬人。（資料更新日期：2020/11）\",\n            \"company_founded\": null,\n            \"company_size\": \"109\",\n            \"company_location_1\": \"New Taipei City, New Taipei City, Taiwan\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"新北市\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"higher education\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Teaching Assistant (Fu Jen Catholic University 天主教輔仁大學, Size: 51-200) [2024-09-01] Assisting class :\\n1. International Marketing Management\\n2. Business Essentials\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Teaching Assistant (Fu Jen Catholic University 天主教輔仁大學)\",\n            \"position_2\": \"President (Jabar Digital Academy Group)\",\n            \"position_3\": \"Education Mentor (Remote Worker Indonesia)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2022-09-01 - 2024-09-01\",\n            \"position_date_3\": \"2022-12-01 - 2023-07-01\",\n            \"education_1\": \"Fu Jen Catholic University, international management Master of Business Administration(imMBA), International Business\",\n            \"education_2\": \"Universitas Komputer Indonesia, Bachelor's degree, Information Technology\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-09-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"github.io\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Teaching Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sudeepthi\",\n            \"last_name\": \"Arepalli\",\n            \"full_name\": \"sudeepthi arepalli\",\n            \"linkedin\": \"https://www.linkedin.com/in/sudeepthi-arepalli-5549882b7\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEwkHRABkhoWy0_KrQf7fnxEJzngid3s9vY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sheshadri Rao Gudlavalleru Engineering College\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 316,\n            \"location\": \"Andhra Pradesh, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Gudlavalleru Engineering College, Seshadri Rao Knowledge Village, Gudlavalleru, PIN-521356(CC-48), Bachelor of Technology, Internet of things\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2022-08-01 - 2026-04-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Jake\",\n            \"last_name\": \"F\",\n            \"full_name\": \"Jake F.\",\n            \"linkedin\": \"https://www.linkedin.com/in/jake-f-862468a3\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABX1gMoBaWSt7HDxCsPtZagkp1Sr3HkG-eU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Gameplay Engineer, Unity Expert\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 92,\n            \"location\": \"Avondale, Colorado, United States\",\n            \"skills\": \"team leadership,gameplay programming,lua,game design,c#,java,python (programming language),sales,physical security,tactics,access control,security operations,security management,security training,gamemaker studio,leadership,unity 2d/3d/vr,unity 3d/2d,personnel security,game development,unity,c++,unreal engine 4\",\n            \"twitter\": \"\",\n            \"about\": \"Gameplay Engineer, Designer and Military Veteran offering years of proven ability in developing cutting-edge visualization tools and simulations, devising innovative solutions, artistic technical design, and game Programming and Development. Possess extensive knowledge in, Gameplay Systems Development, Digital Media, Unity Development, analyzing, pitching, prototyping, balancing and, developing new game genres. Exceptional relationship builder with keen skills, a high level of initiative, attention to detail, and commitment to excellence. Adept at communicating design vision and aligning vision within a team. Ability to work independently and be self-disciplined in a virtual work environment. Career supported by Experience as a lead Gameplay Engineer over a team of Ten engineers. A Bachelor’s degree in Game Programming and Development and, multiple technical certifications.  \\n \\n•\\tProgram Testing Software\\n•\\tEngineering Standards \\n•\\tPortable Code Writer\\n \\n•\\tDatabase Management  \\n•\\tSolutions Deployment \\n•\\tSoftware Applications \\n \\n•\\tTesting and Maintenance \\n•\\tEffective Communication  \\n•\\tAnalytical Skills \\n\\nEDUCATION \\nBachelor of Science (B.S.), Game Programming and Development | Southern New Hampshire University\\nCodin Game Certification-C# | Codin Game\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 3 months \",\n            \"time_in_company\": \"2 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Heroic Learning\",\n            \"company_link\": \"https://www.linkedin.com/company/heroic-learning\",\n            \"company_id\": \"https://www.linkedin.com/company/75631376\",\n            \"company_domain\": \"heroiclearning.com\",\n            \"company_about\": \"Heroic Learning uses the kid-driven, game-based skills learning platform Heroic Game Day that motivates K-6 students to learn without the need for a teacher or classroom time - and it works on the Chromebook! Our mission is to teach students 21st century skills that will drive academic, social & economic success.\\n\\nWe guarantee that if your student spends 30 mins a day in our game, they will become proficient or better on their 3rd grade reading and math state tests!\\n\\nIn Heroic Game Day, students will learn skills such as self-awareness, relationship skills, entrepreneurship and many more!!\",\n            \"company_founded\": null,\n            \"company_size\": \"43\",\n            \"company_location_1\": \"Columbus, Ohio, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Columbus \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"higher education\",\n            \"company_industry_2\": \"education\",\n            \"company_industry_3\": \"e-learning\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Gameplay Engineer - Director of Mission Programming (Heroic Game Day, Size: 11-50) [2022-11-01] ~Write robust, maintainable code that sets the quality bar for the entire project\\n~Advocate for quality, stability, performance, and appropriate prioritization\\n~Mentor and encourage the engineering team to fulfill on the promise of our company and products\\n~Ensure robust long-term architectural and algorithmic decisions are made throughout the rapid prototyping and production processes\\n~Coordinate efforts across products to ensure code and feature sharing\\n~Proactively seeks to make the people, the company, and products best in class\\n~Ultimately responsible for the technical success of the product\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Gameplay Engineer - Director of Mission Programming (Heroic Game Day)\",\n            \"position_2\": \"Game Designer - internship (Longevity InTime BioTech)\",\n            \"position_3\": \"Security Officer (Vigilant Tiger Security LLC)\",\n            \"position_date_1\": \"2022-11-01\",\n            \"position_date_2\": \"2022-08-01 - 2023-01-01\",\n            \"position_date_3\": \"2017-10-01 - 2018-08-01\",\n            \"education_1\": \"Southern New Hampshire University, Bachelor's of Science degree, Game programming and development\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Gameplay Engineer - Director of Mission Programming\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mario\",\n            \"last_name\": \"Hurtado\",\n            \"full_name\": \"Mario Felipe Hurtado Nieto\",\n            \"linkedin\": \"https://www.linkedin.com/in/mario-felipe-hurtado-nieto\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADpeJmAB6f0q2AhVJ-Aq0EfzGW2FePjYYds,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java Backend Developer con pasión por el código limpio y el café fuerte. ️ Transformo problemas complejos en soluciones simples y eficaces.\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 180,\n            \"location\": \"Ibagué, Tolima, Colombia\",\n            \"skills\": \"quarkus,openshift,git,servicios web de java,java,spring boot,oracle database,jbpm,sql,plataforma java,base de datos relacional,java database connectivity (jdbc),sistemas de información,spring framework,spring mvc,jpa\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 11 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Java Developer (SOAINT)\",\n            \"position_2\": \"Auxiliar de información Corporativa (Celsia Energía)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2020-03-01 - 2024-01-01\",\n            \"position_date_2\": \"2018-06-01 - 2019-09-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Universidad Cooperativa de Colombia, Ingeniero de sistemas, Tecnología de la información\",\n            \"education_2\": \"Servicio Nacional de Aprendizaje (SENA), Tecnico en sistemas, Tecnología de la información\",\n            \"education_3\": \"Institución Educativa Técnica Fe y Alegría, Bachiller Tecnico\",\n            \"education_date_1\": \"2015-02-01 - 2020-09-01\",\n            \"education_date_2\": \"2012-02-01 - 2012-11-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Java Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Baker\",\n            \"last_name\": \"Sekitoleko\",\n            \"full_name\": \"Baker Sekitoleko\",\n            \"linkedin\": \"https://www.linkedin.com/in/baker-sekitoleko-b52257192\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC0-Qq4BXNoxCvhZyqe1wXXHERX0oAVoWT8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineer | JavaScript | TypeScript | React | Node\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 600,\n            \"location\": \"Uganda\",\n            \"skills\": \"ant design,figma (software),expo,mongoose,cypress,d3.js,opencv,tailwind css,latex,tikz/pgf,typescript,next.js,nestjs,mysql,postgresql,react native,bootstrap,puppeteer,mocha,chai,mongodb,redux,enzyme,programming,cascading style sheets (css),web development,php,laravel,react.js,node.js,express.js,javascript,jira,pivotal tracker,jest,phpunit,redis,git,github,communication,teamwork,agile methodologies,tdd,heroku,stakeholder management,circleci,travis ci\",\n            \"twitter\": \"\",\n            \"about\": \"Innovative Full-Stack Software Engineer with extensive expertise in JavaScript, TypeScript, React, and Node. Skilled at building dynamic, user-centric applications, developing scalable architectures, and optimizing performance. Passionate about delivering seamless user experiences and creating robust, maintainable solutions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Syskholm Technologies\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Full Stack Engineer (Syskholm Technologies) [2024-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Full Stack Engineer (Syskholm Technologies)\",\n            \"position_2\": \"Full Stack Engineer (Virtus Ventures LLC)\",\n            \"position_3\": \"Frontend Engineer (Cognative Insights)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2023-03-01 - 2024-02-01\",\n            \"position_date_3\": \"2022-09-01 - 2023-02-01\",\n            \"education_1\": \"Makerere University, Bachelor's degree, Computer Software Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Full Stack Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/munazzam-zubair-67ab50331\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFOkLL4BAEnTTrdUe9IKD92nlDWmZ-ehXi8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"PHP & MERN Stack Developer | Full-Stack Web Developer | Building Secure & Scalable Applications\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3,\n            \"location\": \"Qadirpur Ran, Punjab, Pakistan\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"I am a dedicated PHP and MERN stack developer with a passion for building high-quality, secure, and user-friendly applications. With expertise in HTML, CSS, JavaScript, PHP, React, Node.js, Express, MongoDB, and MySQL, I have developed a diverse range of projects showcasing my ability to work with both front-end and back-end technologies.\\n\\nSome of my notable projects include:\\n\\nA PHP News CMS with a Bootstrap front-end, featuring post management, categories, and author-specific posts, all built using OOP principles and optimized PHP back-end handling.\\nA PHP React Food Site, which integrates React on the front-end with a PHP back-end using the MVC pattern, complete with features like add-to-cart, categories, and secure order management.\\nA MERN Stack To-Do App, utilizing React, Express, Node, and MongoDB, with robust security features like JWT authentication and CRUD operations for managing tasks linked to individual user accounts.\\nI have a deep understanding of responsive design, API development (RESTful), and database optimization, including indexing and handling relationships between tables. My experience with tools like Git & GitHub, Postman, and Thunder Client further ensures that my projects are well-managed, secure, and scalable.\\n\\nI thrive on building innovative, efficient, and reliable solutions while adhering to best security practices and optimizing performance. I’m always looking for opportunities to collaborate on challenging projects and grow as a developer.\\nGithub: github.com/munazzamzubair1\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Self-employed\",\n            \"company_link\": \"https://www.linkedin.com/company/self-employed-%E8%87%AA%E4%B8%BB%E5%88%9B%E4%B8%9A\",\n            \"company_id\": \"https://www.linkedin.com/company/35541855\",\n            \"company_domain\": \"linkedin.com\",\n            \"company_about\": \"My business was found in Taiwan, where I studied Financial and Economic Law. Later, it was developed when I went back to China to assist with my family's toy business. And it came to fruition during my study of International Commerce and Policy in the U.S.\\nI’m looking forward to offering the best translation (English to Chinese/Chinese to English) and consulting services for you. \\nFor business inquiries: kevinlincareer@gmail.com \",\n            \"company_founded\": null,\n            \"company_size\": \"602\",\n            \"company_location_1\": \"Washington, District of Columbia, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Washington\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"international trade and development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Translation,Consulting,International Trade,International Investment,International Development,International Affairs,International Law\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Full-Stack Developer (PHP & MERN) (Self-employed) [2022-01-01] As a Full-Stack Developer, I have demonstrated expertise in creating robust and scalable web applications using PHP and the MERN stack. My skills span both frontend and backend development, with a strong focus on delivering high-performance, secure, and user-friendly solutions.\\nDeveloped complex backend systems using Node.js, Express, and PHP, adhering to the MVC architecture for modular, maintainable code.\\nBuilt responsive frontends with React and Bootstrap, ensuring a seamless user experience across various devices.\\nImplemented JWT-based authentication and authorization protocols, safeguarding user data and ensuring secure login/logout processes.\\nDesigned and integrated RESTful APIs with best practices, ensuring efficient data flow between client and server.\\nUtilized MongoDB and MySQL to manage complex data models, optimize queries, and implement database indexing for improved performance.\\nEmployed version control with Git and GitHub, collaborating effectively and ensuring efficient project management.\\nApplied best security practices to protect against vulnerabilities, including handling sensitive data and preventing common exploits.\\nWorked with tools like Postman and Thunder Client for API testing, ensuring functionality and reliability.\\nFocused on scalability and optimization, improving application performance through well-structured code and efficient resource handling.\\nDelivered high-quality, feature-rich projects, with a deep understanding of both frontend and backend technologies, ensuring smooth user experiences and application security.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Full-Stack Developer (PHP & MERN) (Self-employed)\",\n            \"position_2\": \"Web Developer (Private Company)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2023-01-01 - 2024-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Govt. Graduate College, Intermediate\",\n            \"education_2\": \"Govt.H.S.S Kot Mela Ram, Multan, Matriculation\",\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2021-01-01\",\n            \"education_date_2\": \"2017-03-01 - 2019-03-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Full-Stack Developer (PHP & MERN)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mohan\",\n            \"last_name\": \"\",\n            \"full_name\": \"Mohan C\",\n            \"linkedin\": \"https://www.linkedin.com/in/mohan-c-software-developer\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAB-FBmwBjVP2xP3RwvO16yQm_XIrfLfRa8g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer | ReactJS | NextJS | TypeScript | JavaScript\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 627,\n            \"location\": \"India\",\n            \"skills\": \"nextjs,next.js,typescript,react hooks,github,bootstrap,json,redux.js,html,cascading style sheets (css),jira,javascript,react.js,spring boot,postman api,rest apis,management,operations management,business strategy,project management,direct sales,business development,sales\",\n            \"twitter\": \"\",\n            \"about\": \"A proactive software developer with 3+ years of experience in software development, specializing in React and modern web technologies. Passionate about crafting scalable and user-focused solutions while thriving in collaborative environments. Dedicated to delivering high-quality results and solving complex challenges.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"OneData Software Solutions\",\n            \"company_link\": \"https://www.linkedin.com/company/onedata-software-solutions\",\n            \"company_id\": \"https://www.linkedin.com/company/7573454\",\n            \"company_domain\": \"onedatasoftware.com\",\n            \"company_about\": \"Helming as a technically sound, one of its kind software development company, predominantly having a strong foothold in big data analytics, we at One Data are equipped to provide a business, the bandwagon it deserves. Headquartered in the US and with a regional office in Coimbatore, we stand apart from our competitors by having a mission that ensures the timely delivery of whatever we promise. Established in 2009, we empower our clients with a wide range of organized strategies with respect to the big data that will do wonders for their business.\\n\\nAt our roots, as a team, we are unified by five major principles namely \\n People, Technology, Transformation, Deliverable and Customer Delight. \\nApart from the big data sector, we are also inclined to:\\n\\n develop the right software products that will enhance your business\\n develop unique and attractive websites that can stand on its own bringing in more visitors thus generating more \\n    potential business leads\\n giving a face value to your brand in the public arena with our branding services, which\\n    will make your business to stand apart from your competitors\\n\\n One Data here exists for a purpose that is to help your business in gaining the momentum, the push that only arrives as a result of the following technical activities. Capturing and storing data, analyzing them in the most efficient way possible, searching and sharing hidden treasures of it, transferring the knowledge of the same, visualizing the obtained data, querying and updating with respect to privacy and source. To be precise, we are unlocking the potential already inherited by your data, only to :\\n\\n help your business to achieve goals\\n recommend tangible solutions that will do wonders for your business\\n recommend plans with a better ROI enabling quick progress and growth\\n\\nAt One Data, We are giving you the power to do a more informed business, helping you to tap and make the most out of the contemporary business tools we are building in our labs. \",\n            \"company_founded\": 2009,\n            \"company_size\": \"140\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": \"Fort Mill, South Carolina, United States\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"Fort Mill\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"276 fifth avenue, new york, newyork 10001, us\",\n            \"company_postal_code\": \"10001-4505\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Web Development,Custom Software Development.,Content Management,Data Analytics,Big Data,Apache Nifi,Scala,Branding,JavaScript,Cloud Migration,AWS,Project Management,Digital Marketing,Machine Learning,IoT,AI,Training ,Software Development ,LMS,Big Data,Airflow,UI/UX Design,App Development\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/OneData_Contact, https://www.facebook.com/OneDataSoftware/\",\n            \"keywords\": \"web development, big data, digital marketing, project management, javascript, iot, ai, machine learning, aws, branding, content management, data analytics, custom software development, scala, cloud migration, apache nifi\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Developer (OneData Software Solutions, Size: 51-200) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Developer (OneData Software Solutions)\",\n            \"position_2\": \"Software Developer ReactJS (LaxisIN Ventures)\",\n            \"position_3\": \"Software Developer (Future Forward Technologies (FFT))\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2022-11-01 - 2023-07-01\",\n            \"position_date_3\": \"2021-05-01 - 2022-10-01\",\n            \"education_1\": \"Rathnavel Subramaniam College of Arts and Science, Bachelor of Science - BS, Biotechnology\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2013-07-01 - 2016-04-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jashwanth\",\n            \"last_name\": \"Veepuri\",\n            \"full_name\": \"Jashwanth Nag Veepuri\",\n            \"linkedin\": \"https://www.linkedin.com/in/jashwanthnag3037\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACtCqG0BQyFT6eJs806M4km2HHQi17NsC5U,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java Developer | Spring Boot, Microservices, RESTful APIs, AWS,CI/CD| Open to Internships & Full-Time Roles | Focused on Scalable Backend Systems\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 746,\n            \"location\": \"Cincinnati, Ohio, United States\",\n            \"skills\": \"postman api,intellij idea,eclipse,cassandra,soap,hibernate,json,software quality assurance,java development,network security,activity diagrams,class diagrams,unified modeling language (uml),mockito,metasploit,jira,kotlin,angularjs,react.js,node.js,python (programming language),c (programming language),junit,junit testing & sqa ,swagger,apache kafka,amazon ec2,git,bitbucket,bamboo,gradle,jenkins,mongodb,postgresql,mysql,cascading style sheets (css),html,typescript,sql,rest apis,spring mvc,spring boot,microservices,javascript,java,continuous integration and continuous delivery (ci/cd),oracle database,linux,azure,amazon s3,kubernetes,maven,docker,amazon sqs,gitlab,amazon web services (aws)\",\n            \"twitter\": \"\",\n            \"about\": \"I am a dedicated Java Developer with nearly 4 years of hands-on experience designing and developing scalable backend systems using Java, Spring Boot, and Microservices architecture. Recently, I completed my Master’s degree in Information Technology at the University of Cincinnati (December 2024), where I also worked as a Research Assistant, further honing my skills in software development and secure communication systems.\\n\\nAt Accenture Solutions Pvt. Ltd., I played a pivotal role in developing multiple releases of an integrated pharmacy management system. My contributions include delivering business-critical features like RxSmartFillNotification, automating workflows, and optimizing system performance to enhance operational efficiency. My academic foundation and professional expertise enable me to deliver impactful, high-quality solutions in dynamic environments.\\n\\nI bring expertise in Java, Spring Boot, REST APIs, SQL, and cloud/DevOps tools like Docker, Kubernetes, and AWS. With strong problem-solving skills, a collaborative approach, and a passion for backend development, I am actively seeking full-time opportunities where I can apply my technical skills and continue to grow as a backend specialist.\\n\\nRelevant Skills:\\nJava Development: Proficient in Java, Spring Boot, Microservices, REST APIs.\\nDatabases: Oracle SQL, MySQL, PostgreSQL.\\nCloud & DevOps: AWS (EC2, RDS), Docker, Kubernetes, Jenkins, CI/CD pipelines.\\nDevelopment Tools: IntelliJ, SQL Developer, Postman, Maven, Git, Bitbucket.\\nProject Management: Agile, Scrum, Jira, Git.\\nSecure Communication Systems: Experience from Research Assistant role at UC.\\n\\n\\nCareer Highlights:\\nSuccessfully developed and optimized key features in an integrated pharmacy management system, improving operational efficiency.\\nSpearheaded the development of Auto Enroll to CPS, streamlining integration with external systems, reducing manual processes, and improving workflows.\\nLed code reviews and resolved high-priority client issues, ensuring timely and high-quality deliverables.\\nCollaborated with cross-functional teams to align technical solutions with business requirements, fostering seamless communication and delivery.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Graduate Research Assistant (University of Cincinnati)\",\n            \"position_2\": \"Research Assistant (University of Cincinnati)\",\n            \"position_3\": \"Custom Software Engineer (Accenture in India)\",\n            \"position_date_1\": \"2024-04-01 - 2024-12-01\",\n            \"position_date_2\": \"2023-12-01 - 2024-04-01\",\n            \"position_date_3\": \"2021-08-01 - 2023-07-01\",\n            \"education_1\": \"University of Cincinnati, Master of Science - MS, Information Technology\",\n            \"education_2\": \"CVR College of Engineering, Hyderabad, Bachelor of Technology - BTech, Electrical and Electronics Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-08-01 - 2024-12-01\",\n            \"education_date_2\": \"2017-08-01 - 2021-07-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Graduate Research Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Melissa\",\n            \"last_name\": \"Butler\",\n            \"full_name\": \"Melissa Butler\",\n            \"linkedin\": \"https://www.linkedin.com/in/melissa-e-butler\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEGdOiMB0q0fnzjIkQUPH42x5bhSDps4zEw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Engineering | HTML/CSS | JavaScript | React | Python | Illustration | Photoshop\",\n            \"industry\": \"professional training and coaching\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 79,\n            \"location\": \"Greater Hartford\",\n            \"skills\": \"react.js,express.js,node.js,python (programming language),sqlalchemy,flask,git,github,cascading style sheets (css),adobe photoshop,adobe creative suite,html,javascript,responsive web design,problem solving,illustration,cisco webex meetings,zoom\",\n            \"twitter\": \"\",\n            \"about\": \"My Background: \\nI am an artist who has recently begun studying software engineering, to expand my horizons and seek opportunities that combine tech and art. My educational background in art has informed my problem-solving ability, and given me the skill to tackle problems in new ways, be it through different artistic mediums, or through technology. \\nIn addition to my art background, I worked as tech support for live video meetings. I have first-hand experience with assisting users in programs such as Webex and Zoom, that has given me perspective on the pain points every-day users experience when using applications. I am quick on the uptake with learning new programs and applications. \\n\\nJavascript, HTML, CSS, Python, Node.js, React, SQL\",\n            \"birthday\": null,\n            \"pronouns\": \"She/They\",\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Live Video Support Specialist (InSync Training)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-01-01 - 2023-08-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Springboard, Computer Software Engineering\",\n            \"education_2\": \"University of Connecticut, Bachelor of Fine Arts - BFA, Fine/Studio Arts, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-09-01 - 2024-06-01\",\n            \"education_date_2\": \"2015-08-01 - 2019-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Live Video Support Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Ikram\",\n            \"last_name\": \"Nizamani\",\n            \"full_name\": \"Ikram Nizamani\",\n            \"linkedin\": \"https://www.linkedin.com/in/ikramullah-nizamani\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADwAdisBx5SEwphr0fqlF5t23PsbU1fs6Ig,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full-Stack Developer | MERN | React\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 416,\n            \"location\": \"Tando Allahyar District, Sindh, Pakistan\",\n            \"skills\": \"python (programming language),database management system (dbms),problem solving,back-end web development,object-oriented programming (oop),responsive web design,communication,databases,sql,web development,tailwind css,software development,front-end development,computer science,node.js,javascript,react.js,cascading style sheets (css),html,english,java\",\n            \"twitter\": \"\",\n            \"about\": \"Highly motivated and results-oriented Full Stack Web Developer. Proven ability to thrive in fast-paced environments, collaborate with cross-functional teams and deliver innovative solutions. Skilled in front-end frameworks, back-end development, and database management.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"University of Sindh, Jamshoro, Bachelor's degree, Computer Science\",\n            \"education_2\": \"University of Sindh, Bachelor of Science - BS, Computer Science\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-03-01 - 2026-03-01\",\n            \"education_date_2\": \"2022-02-01 - 2026-02-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Edwin\",\n            \"last_name\": \"M\",\n            \"full_name\": \"Edwin M.\",\n            \"linkedin\": \"https://www.linkedin.com/in/edwin-m-8b1100201\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADNzYQUBhXW59okvgYDr1vKMI4zOFZleRj4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Developer (Freelancer)\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"matlhatsiedwin@gmail.com\",\n            \"num_of_connections\": 568,\n            \"location\": \"Witwatersrand, Gauteng, South Africa\",\n            \"skills\": \"react.js,react native,java,javascript,mern stack,c++,full-stack development,android,mobile application development,web development,next.js\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 12 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Student Assistant (University of Johannesburg)\",\n            \"position_2\": \"Student Tutor (University of Johannesburg)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2020-02-01 - 2020-10-01\",\n            \"position_date_2\": \"2020-02-01 - 2020-10-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"University of Johannesburg, Bsc Computer Science and Informatics, Computer Software Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2016-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Student Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Eddie\",\n            \"last_name\": \"Idersaikhan\",\n            \"full_name\": \"Eddie Idersaikhan\",\n            \"linkedin\": \"https://www.linkedin.com/in/eddie-idersaikhan-865755291\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEbEn40BHpqSaxMIvv-QLmQkOcDpQTXAreE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 19,\n            \"location\": \"Dublin, County Dublin, Ireland\",\n            \"skills\": \"gui development,computer science,problem solving,databases,programming,algorithms,java,javascript,html,cascading style sheets (css),relational databases,git,sql,mysql,php,phpmyadmin\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Griffith College Dublin, Bachelor's degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2022-09-01 - 2026-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Shahdin\",\n            \"last_name\": \"Salman\",\n            \"full_name\": \"Shahdin Salman🇵🇸\",\n            \"linkedin\": \"https://www.linkedin.com/in/shahdinsalman\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD0xIf8B4Qc1980OIaoYBw-4AyVDGpMnADU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Experienced Web Developer | Helping Businesses & Startups Build Scalable & Impactful Digital Solutions | Specializing in AI Integration, UI/UX & Full-Stack Development\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3178,\n            \"location\": \"Karachi Division, Sindh, Pakistan\",\n            \"skills\": \"react.js,vue.js,typescript,talwind css,next.js,html5,jquery,javascript,bootstrap,cascading style sheets (css),microsoft office,supervisory skills,microsoft azure,artificial intelligence (ai),generative ai tools,generative ai\",\n            \"twitter\": \"\",\n            \"about\": \"Are you seeking a skilled web developer to enhance your website’s performance, user experience, and overall impact?\\n\\nIs your website suffering from slow load times, design inconsistencies, or unresponsive layouts?\\n\\nDo you need an expert to create dynamic, engaging websites that captivate your audience and deliver measurable results?\\n\\nI am here to help.\\n\\n 𝗔𝗹𝗵𝘂𝗺𝗱𝘂𝗹𝗶𝗹𝗹𝗮𝗵, 𝟳𝟬+ 𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 𝗦𝘂𝗰𝗰𝗲𝘀𝘀𝗳𝘂𝗹𝗹𝘆 𝗗𝗲𝗹𝗶𝘃𝗲𝗿𝗲𝗱!\\n\\nHere’s how I can elevate your online presence:\\n\\n→  Web Design & Development: Crafting visually appealing and highly functional websites with React.js, Next.js, and Tailwind CSS.\\n\\n→  Performance Optimization: Diagnosing and resolving issues to ensure fast load times and smooth user experiences.\\n\\n→  Responsive & Cross-Browser Compatibility: Ensuring your website works seamlessly across all devices and browsers for maximum accessibility.\\n\\n→  Platform Expertise: Proficient in WordPress, Shopify, Wix, as well as frameworks like Bootstrap and Shadcn UI.\\n\\nWith over 2 years of experience, I specialize in delivering tailored solutions that align with your business objectives, helping you stand out in a competitive digital landscape.\\n\\nLet’s connect and discuss how I can help bring your vision to life!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Frontend Developer (BrandRevam)\",\n            \"position_2\": \"Frontend Developer (SkySoft Tech)\",\n            \"position_3\": \"Supervisor (Osaka Lighting)\",\n            \"position_date_1\": \"2024-05-01 - 2024-08-01\",\n            \"position_date_2\": \"2022-11-01 - 2024-05-01\",\n            \"position_date_3\": \"2020-11-01 - 2022-07-01\",\n            \"education_1\": \"PIAIC, Web Development, Information Technology\",\n            \"education_2\": \"Aptech Pakistan, Computer Software Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2023-11-01\",\n            \"education_date_2\": \"2022-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.io\",\n            \"website_2\": \"pulxsoftsolutions.com\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Md\",\n            \"last_name\": \"Rasul\",\n            \"full_name\": \"Md. Rezaur Rahman Rasul\",\n            \"linkedin\": \"https://www.linkedin.com/in/md-rezaur-rahman-rasul\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC1MTJIBsftHXDhW-Lsl2g9dI0Kcpalqty8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software Developer | Expertise in Java | Spring Boot | Angular | Docker | AWS\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 905,\n            \"location\": \"Dhaka, Bangladesh\",\n            \"skills\": \"java,api development,spring framework,spring boot,spring mvc,spring cloud,spring security,json web token (jwt),servlets,software development,core java,object-oriented programming (oop),python,web application development,web development,mongodb,react.js,angular,node.js,amazon dynamodb,rest apis,maven,express.js,aws lambda,rabbitmq,microservices,apache kafka,data structures,jsp,amazon web services (aws),software implementation,hibernate,sql,java database connectivity (jdbc),postgresql,project management,business analysis,business development,project planning,javascript,teamwork,erp software,crystal reports,front-end development,business administration,html5,mysql,oracle database,unified modeling language (uml)\",\n            \"twitter\": \"\",\n            \"about\": \"I can talk in 4 languages, Bangla, English, Business, and Programming. My native language is Bangla, and I am most comfortable speaking it. However, my favorite language is Programming.\\n\\nI did not study programming in school, but I have always been interested in it. Many of my friends are programmers, and I would often listen to them talk about programming and programming-related terms. Gradually, I started to develop an interest in programming myself.\\n\\nI began learning programming on my own through online documentation and video tutorials. After a while, I saw an offer for the IsDB-BISEW IT scholarship program. I applied for the program and was accepted. The program was a 14-month journey, and I successfully completed it.\\n\\nDuring the program, I worked on projects based on course modules such as Java, Advanced Java, Spring Boot, and Android. These projects helped me learn a lot about software development and programming. I also gained knowledge of Python and have a fair amount of knowledge in some other programming concepts, such as OOPs concepts, Collection Framework, Multithreading, AJAX, JDBC, Hibernate, REST API, GIT, and GitHub. Although I sometimes get stuck, I am able to find solutions with the help of documentation, Stack Overflow, video tutorials, and experts.\\n\\nI am passionate about programming and I am always looking for new ways to learn and improve my skills. I am excited to see what the future holds for me in the world of programming.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"1 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Walton Digi-Tech Industries Limited\",\n            \"company_link\": \"https://www.linkedin.com/company/walton-digitech\",\n            \"company_id\": \"https://www.linkedin.com/company/43228757\",\n            \"company_domain\": \"waltondigitech.com\",\n            \"company_about\": \"Walton is the latest multinational electrical, electronics, automobiles and other appliances brand with one of the largest well equipped R & D facilities in the world carried out its production through different subsidiaries under the banner of Walton group headquarters in Bangladesh.  Walton Digi-Tech Industries Ltd is a sister concern of Walton Group. Today, Walton has a workforce of more than 20000+ in total 22 production bases under 680+ acres of factory area. The capacity of yearly production is 10 million units based on the market demands. Walton is the giant professional manufacturer in the relevant industry and has gained high reputation in terms of its unbeatable capability for producing Electrical and Electronics goods in the most competitive way in aspect of quality, cost, design and innovation.\",\n            \"company_founded\": 1977,\n            \"company_size\": \"475\",\n            \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bangladesh\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Computer Manufacturing,Laptop Manufacturing,IT Accessories Manufacturing,Electric Vehicle Manufacturing,Software Development\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/Walton_Group, https://www.facebook.com/Waltonbd\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Assistant Director (Walton Digi-Tech Industries Limited, Size: 201-500) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Director (Walton Digi-Tech Industries Limited)\",\n            \"position_2\": \"Senior Deputy Assistant Director (Walton Digi-Tech Industries Limited)\",\n            \"position_3\": \"Software Engineer (Progeny Technologies Limited)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2023-10-01 - 2024-08-01\",\n            \"position_date_3\": \"2021-03-01 - 2023-08-01\",\n            \"education_1\": \"Ahsanullah University of Science and Technology\",\n            \"education_2\": \"BAF Shaheen College Dhaka, Higher Secondary Certificate(HSC)\",\n            \"education_3\": \"Mohammadpur Govt. High School, Secondary School Certificate(SSC)\",\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": \"2011-04-01 - 2013-12-01\",\n            \"education_date_3\": \"2010-01-01 - 2011-12-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Director\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dmitrii\",\n            \"last_name\": \"Sakulin\",\n            \"full_name\": \"Dmitrii Sakulin\",\n            \"linkedin\": \"https://www.linkedin.com/in/dmitrii-sakulin-7a284b249\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD2HAqoBJjSG97KNuUycrNKfV_okClo1vHQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Frontend Developer | +5 years of at front-end development | React, Typescript, Redux, Module Federation\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 254,\n            \"location\": \"Russia\",\n            \"skills\": \"redux.js,axios,responsive web design,storybook,module federation,leadership,redux,react,eslint,redux-toolkit,nextjs,typescript,html,http,jest,cypress,mocha,optimization,e2e,nodejs,react-testing,rest api,rtk query,mui,fsd,scss,less,css,webpack,vite,git,ci/cd,Финансы,Веб-разработка,Английский язык,javascript\",\n            \"twitter\": \"\",\n            \"about\": \"Senior Frontend Developer with 5 years of front-end development experience\\nSpecialisation in React, Typescript, Redux, Module Federation, Mobx, Jest \\nSkilled in managing teams, including leading a team of 4 front-end developers\\nExperienced in achieving comprehensive application test coverage, including screenshot testing\\nWorked in the fintech sector, contributing to advances in software quality and reliability\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Asia-Pacific Bank\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Frontend Developer (Asia-Pacific Bank) [2023-02-01] The Asian-Pacific bank is one of the largest banks in the Russian Far East and Siberia, with a multi-regional network. It has been operating in the Russian market for over 30 years\\n\\n  Results:\\n\\n    Completed the project refactoring using the established architecture\\n    Successfully managed a Front End team of 4 individuals in the development of three projects for both \\n    bank customers and bank employees\\n    Covered projects with Storybook and screenshot tests by 60 percent\\n    Covered projects with Jest tests by 70 percent\\n    Optimized the application bundle by 50 percent\\n    Improved page loading by 30 percent through asynchronous chunk loading \\n\\n  Stack:\\n\\n    React\\n    Typescript\\n    Redux-Toolkit/RTKQ\\n    Webpack with Module Federation\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Frontend Developer (Asia-Pacific Bank)\",\n            \"position_2\": \"Middle Frontend Developer (Statist)\",\n            \"position_3\": \"Junior Frontend Developer (CrestWave technologies)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2021-10-01 - 2022-12-01\",\n            \"position_date_3\": \"2020-05-01 - 2021-09-01\",\n            \"education_1\": \"Московский Энергетический Институт (Технический Университет)\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2024-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/yuda-raja-ardenta\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEZNpowB3Opx_cVe0WBqW3bF88ClNZmmk4Y,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Programmer Intern at PT Javan Cipta Solusi | Final Year Information Systems Student at Kalimantan Institute of Technology\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 67,\n            \"location\": \"Balikpapan, East Kalimantan, Indonesia\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"Hi! my name is Yuda Raja Ardenta, and I am a student currently pursuing a degree in Information Systems. I have an interest in web development and am focusing on learning various technologies and tools used in web application development. I am working to improve my technical skills, particularly in web programming.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"PT Javan Cipta Solusi\",\n            \"company_link\": \"https://www.linkedin.com/company/javanciptasolusi\",\n            \"company_id\": \"https://www.linkedin.com/company/6078179\",\n            \"company_domain\": \"javan.co.id\",\n            \"company_about\": \"JAVAN is business process optimisation partner. We are a group of professionals who have passion in giving impact, either solve problem or upgrade capacity, by optimising business process using technology. \\n\\nImagine that you have opportunity to make your company/organisation/institution become relevant utilising technology. \\n\\nContact us, let's become a partner, together we rule the world!\",\n            \"company_founded\": 2010,\n            \"company_size\": \"146\",\n            \"company_location_1\": \"Sleman, Yogyakarta, Indonesia\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Kabupaten Sleman\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+622230500250\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Process,Consultancy,Web App,Mobile App,Data Analytics,Project Management,Business Optimisation\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/JavanCS, https://www.facebook.com/javancs\",\n            \"keywords\": \"project management, consultancy, data analytics, mobile app, business process, web app, business optimisation\",\n            \"annual_revenue\": null,\n            \"technologies\": \"reCAPTCHA, YouTube, VueJS, Nginx, Mobile Friendly, Google Tag Manager, Cloudflare DNS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Programmer (PT Javan Cipta Solusi, Size: 51-200) [2024-09-01] As a Programmer, I focus on the development and improvement of web-based application systems being worked on by the team.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Programmer (PT Javan Cipta Solusi)\",\n            \"position_2\": \"Information Technology Department (Berau Coal)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2020-01-01 - 2020-04-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Institut Teknologi Kalimantan, Information Systems\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-08-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Programmer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shubham\",\n            \"last_name\": \"Chaudhary\",\n            \"full_name\": \"Shubham Chaudhary\",\n            \"linkedin\": \"https://www.linkedin.com/in/shubham-chaudhary-a483b9184\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACt8YZgBskCk8H0BzU2meibuoOkfQTw73GE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Web Developer| Full Stack Developer| Vuejs developer\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 19,\n            \"location\": \"Mathura, Uttar Pradesh, India\",\n            \"skills\": \"front-end development,software development,sql,javascript,model-view-controller (mvc),java,data structure ,html,mysql\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 8 months \",\n            \"time_in_company\": \"1 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IPACCT\",\n            \"company_link\": \"https://www.linkedin.com/company/ipacct\",\n            \"company_id\": \"https://www.linkedin.com/company/84578382\",\n            \"company_domain\": \"ipacct.in\",\n            \"company_about\": \"IPACCT is a company based out of G-36, First Floor, Connaught Place, New Delhi, Delhi, India.\",\n            \"company_founded\": null,\n            \"company_size\": \"8\",\n            \"company_location_1\": \"Delhi, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Developer (IPACCT, Size: 1-10) [2023-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Developer (IPACCT)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"GLA University, Master of Computer Applications - MCA\",\n            \"education_2\": \"GLA University, Bca, Computer Programming\",\n            \"education_3\": null,\n            \"education_date_1\": \"2024-01-01 - 2026-01-01\",\n            \"education_date_2\": \"2020-08-01 - 2023-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jayush\",\n            \"last_name\": \"Ramani\",\n            \"full_name\": \"Jayush Ramani\",\n            \"linkedin\": \"https://www.linkedin.com/in/jayush-ramani-51a239240\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADvVyqYBoucUEls0LMd51GzXGsDVwfD6XQ4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Front-End Developer |  JavaScript | React.js | Node.js | Express.js | MongoDB\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 30,\n            \"location\": \"Jaipur, Rajasthan, India\",\n            \"skills\": \"html,react.js,mern stack,javascript,web development,front-end development,cascading style sheets (css),html5\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"S.S Jain Subodh P.G. College, Bachelor Of Computer Application, Python and SQL\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2024-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Vladimir\",\n            \"last_name\": \"Kantarevic\",\n            \"full_name\": \"Vladimir Kantarevic\",\n            \"linkedin\": \"https://www.linkedin.com/in/vladimir-kantarevic-981563222\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADf3m7EBR65Yinq-EwGuOfbZFnV9PmbWeXk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 80,\n            \"location\": \"Novi Sad, Vojvodina, Serbia\",\n            \"skills\": \"git,figma (software),visual studio,wordpress,react.js,sql,html,retail,operations management,front-end development,javascript,typescript,angular,sass,cascading style sheets (css),html5\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 3 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Frontend Web Developer (NS WEB DEVELOPMENT LLC NOVI SAD)\",\n            \"position_2\": \"Shift Lead (MOL Serbia doo, Member of MOL Group)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-11-01 - 2024-11-01\",\n            \"position_date_2\": \"2017-06-01 - 2022-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Faculty of Technical Sciences, University of Novi Sad, Finished Angular Front-end Development Course, Information Technology\",\n            \"education_2\": \"Gradjevinski Fakultet Subotica, Student with few exams to go, Civil Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-12-01 - 2023-03-01\",\n            \"education_date_2\": \"2009-10-01\",\n            \"education_date_3\": null,\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Frontend Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/aishwarya-tiwari-3209b5239\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADtqGogBtOvEN43M31MRKJlMHXC5v32PDnw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"--\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Indore, Madhya Pradesh, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Manash\",\n            \"last_name\": \"Mishra\",\n            \"full_name\": \"Manash Mishra\",\n            \"linkedin\": \"https://www.linkedin.com/in/manash-mishra-918542221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADfJYqQBoBWGhmu1xBPgqmZMndaoJtDIfK4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Building a Coding Revolution |Founder @ode rafters ommunity & A2z Solutions & BharatGen| Web Developer ‍ | Passionate about Design | Python+Django Developer|\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1920,\n            \"location\": \"Prayagraj, Uttar Pradesh, India\",\n            \"skills\": \"network security,information security,software project management,software development,debugging,next.js,css,html5,javascript libraries,image editing,video editing,think and talk,arduino ide,circuit design,programming,chatgpt,cybersecurity,project management,technical support,it hardware support,website updating,it service management,search engine optimization (seo),mern stack,djnago,django,content creation,content management,back-end web development,google,digital marketing,python (programming language),python,internet of things (iot),raspberry pi,mysql,dbms,web development,html,cascading style sheets (css),javascript,php,bootstrap,react.js,front-end development,linux,windows,ubuntu,kali linux\",\n            \"twitter\": \"\",\n            \"about\": \"Hi, I’m Manash Mishra, a passionate tech entrepreneur from Lucknow (originally from Prayagraj) and the founder of Code Crafters Community, A2z Solutions, and BharatGen!  I specialize in ERP development, app development, IoT solutions, and IoT application management software. My mission is to leverage technology to create scalable, real-world solutions that make businesses more efficient and future-ready. \\n\\nAt Code Crafters Community, I lead a vibrant space for tech enthusiasts to learn, grow, and collaborate, helping developers hone their skills in coding and software development. \\n\\nIn my work at A2z Solutions and BharatGen, I focus on building innovative solutions in IoT and beyond. From designing smart systems to developing management software for connected devices, I’m passionate about making technology more accessible. \\n\\nWhen I’m not working on tech projects, I love exploring the latest trends in IoT and contributing to open-source communities. Always excited to connect with fellow innovators and creators! \\n\\nofiicial website: https://dj-mm.github.io/portfolio/\\nStartup Brocher: https://shorturl.at/truVy\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"A2Z Solutions\",\n            \"company_link\": \"https://www.linkedin.com/company/a2z-solutions1\",\n            \"company_id\": \"https://www.linkedin.com/company/98944287\",\n            \"company_domain\": \"onrender.com\",\n            \"company_about\": \"Welcome to A2z Solutions! 🚀\\n\\nAt A2z Solutions, we're dedicated to bringing your digital dreams to life. 🌐 Whether you're looking to develop cutting-edge apps, create stunning websites, or embark on a transformative internship journey, we've got you covered.\\n\\nOur team of passionate developers and designers is committed to excellence, turning your ideas into tangible digital solutions that make an impact. 💡 We believe in the power of innovation and collaboration, and we're here to help you succeed in the fast-paced world of technology.\\n\\n🌟 What We Offer:\\n\\nApp Development: From concept to deployment, we create customized mobile and web applications that set you apart in the digital landscape.\\n\\nWeb Development: Our web development experts craft responsive, user-friendly websites that captivate your audience and drive results.\\n\\nInternship Programs: We're passionate about nurturing the next generation of tech talent. Explore our internship opportunities to kickstart your career in the digital world.\\n\\nJoin us on this exciting journey of innovation, learning, and growth. Connect with us to stay updated on our latest projects, tech insights, and career opportunities. Let's shape the future of technology together! 🌍\\n\\nReady to embark on your digital adventure? Let's connect! 📩\",\n            \"company_founded\": null,\n            \"company_size\": \"4\",\n            \"company_location_1\": \"Sorawn, Uttar Pradesh, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Prayagraj\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Web development,App development,Internship\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Founder & CEO (A2Z Solutions, Size: 1-10) [2022-03-01] At A2z Solutions, we're dedicated to bringing your digital dreams to life. 🌐 Whether you're looking to develop cutting-edge apps, create stunning websites, or embark on a transformative internship journey, we've got you covered. Our team of passionate developers and designers is committed to excellence, turning your ideas into tangible digital solutions that make an impact. 💡 We believe in the power of innovation and collaboration, and we're here to help you succeed in the fast-paced world of technology\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Founder & CEO (A2Z Solutions)\",\n            \"position_2\": \"Intern (Nagar Panchayat Karari)\",\n            \"position_3\": \"Python Development Intern (OctaNet Software Services)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2024-05-01 - 2024-08-01\",\n            \"position_date_3\": \"2023-09-01 - 2023-10-01\",\n            \"education_1\": \"BABU BANARASI DAS INSTITUTE OF TECHNOLOGY AND MANAGEMENT, Bachelor of Technology - BTech, Computer Science & Engineering\",\n            \"education_2\": \"FEROZE GANDHI INSTITUTE OF ENGG AND TECHNOLOGY , RAEBARELI, Diploma of Education, Computer Science\",\n            \"education_3\": \"Feroze Gandhi Polytechnic, Diploma in Computer Science and Engineering\",\n            \"education_date_1\": \"2024-08-01 - 2027-09-01\",\n            \"education_date_2\": \"2021-01-01 - 2024-01-01\",\n            \"education_date_3\": \"2021-01-01 - 2024-01-01\",\n            \"website_1\": \"github.com\",\n            \"website_2\": \"github.io\",\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Founder & CEO\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pavan\",\n            \"last_name\": \"Kummari\",\n            \"full_name\": \"Pavan Kumar Kummari\",\n            \"linkedin\": \"https://www.linkedin.com/in/pavan-kumar-kummari-b042741a7\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADBFYDQB1kNTAckVn-4GvDZ9GoBRM2eEBp4,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Full Stack Software Engineer | Masters in Computer Science at LaTech | Web Development | React | Angular | ASP.net | VB.net | SQL | MVC | MVVM | Healthcare - EHR | Accessibility | Authentication\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 389,\n            \"location\": \"Gaithersburg, Maryland, United States\",\n            \"skills\": \"agile software development,healthcare information technology (hit),electronic health records (ehr),asp.net web api,web services api,api development,hl7 standards,hl7,healthcare,asp.net,asp.net mvc,redux.js,front-end development,software development life cycle (sdlc),sql,writing,new web technologies,debugging,communication,yarn,webpack,version control tools,babel.js,python (programming language),html,graphql,jira,git,web applications,interpersonal skills,application programming interfaces (api),react hooks,test cases,unit testing,web development,requirements analysis,coding standards,rest apis,representational state transfer (rest),problem solving,code review,ngrx,react.js,angular,software,object-oriented programming (oop),version control,agile methodologies,angularjs,javascript,html5,cascading style sheets (css),jest,sass,web performance,responsive web design\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Developer with a demonstrated history of working in the computer software industry. Skilled in  JavaScript, React.js, Angular, and Front-end Development. Strong engineering professional with a Bachelor of Technology - BTech focused in Electrical, Electronics and Communications Engineering from St. Martin's Engineering College.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 months \",\n            \"time_in_company\": \"12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"CERTIFY Health\",\n            \"company_link\": \"https://www.linkedin.com/company/certify\",\n            \"company_id\": \"https://www.linkedin.com/company/2920310\",\n            \"company_domain\": \"certifyhealth.com\",\n            \"company_about\": \"Founded in 2012, CERTIFY Health provides a comprehensive suite of digital intake products & authentication solutions to improve patient experiences, enable frictionless check in, and accurately identify patients. We have over 150+ employees across the U.S. and India, and are headquartered in Gaithersburg, MD.\",\n            \"company_founded\": 2012,\n            \"company_size\": \"39\",\n            \"company_location_1\": \"Gaithersburg, Maryland, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"GAITHERSBURG\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+16504253050\",\n            \"company_industry_1\": \"hospitals and health care\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Biometric Authentication,Eliminating Fraud,healthcare,Patient Engagement ,Thermal Scanning\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://twitter.com/CertifyHealth, https://www.facebook.com/CERTIFYGlobal, http://angel.co/certify-global\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Software Developer (CERTIFY Health, Size: 11-50) [2024-02-01] •  Ensured all EHR integrations met HL7 and FHIR standards, facilitating seamless interoperability and compliance.\\n•  Integrated EHRs in system for clients with more than 100,000 health transactions per day.\\n•  Worked on UI which is compatible desktops, tablets and kiosk and successful in integration of revamp \\nUI across multiple devices for around 30 different clients and individual UI requirements.\\n•  Implemented many new features across 3 different MVC Architecture projects supporting different \\nbusiness flows. \\n• Created interface to standardizing data provider operations to enhance consistency and scalability \\nacross the application.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Software Developer (CERTIFY Health)\",\n            \"position_2\": \"Senior Software Engineer (WalkingTree Technologies)\",\n            \"position_3\": \"Software Engineer (WalkingTree Technologies)\",\n            \"position_date_1\": \"2024-02-01\",\n            \"position_date_2\": \"2021-05-01 - 2022-04-01\",\n            \"position_date_3\": \"2019-05-01 - 2021-05-01\",\n            \"education_1\": \"Louisiana Tech University, Masters, Computer Science\",\n            \"education_2\": \"St. Martin's Engineering College, Bachelor of Technology - BTech, Electrical, Electronics and Communications Engineering\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-06-01 - 2024-10-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Software Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Matt\",\n            \"last_name\": \"Latham\",\n            \"full_name\": \"Matt Latham\",\n            \"linkedin\": \"https://www.linkedin.com/in/mattlatham\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAiIG0gBjFR_XnaWIsxtg_uKohetxEWBOyI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Web Applications Developer\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 95,\n            \"location\": \"Sacramento, California, United States\",\n            \"skills\": \"javascript frameworks,cloudinary,inertia.js,firebase,laravel,php,web applications,javascript,vue.js,front-end development,web development,user experience,react.js,css,html5,node.js,redux.js,css3,jquery,html,cascading style sheets (css),nuxt.js,web standards,full-stack development,web application development,webpack,typescript,express.js,sass,responsive web design,vuex,git\",\n            \"twitter\": \"https://twitter.com/jadget\",\n            \"about\": \"Hello! I’m a dedicated Web Applications Developer with a passion for creating user-friendly tools that stand out for their speed, flexibility, scalability, and maintainability. My journey in the tech industry has equipped me with a robust skill set that spans across cutting-edge web development technologies, ensuring that the applications I develop not only meet but exceed user expectations.\\n\\nBeyond my core focus in web development, I have cultivated a strong proficiency in developer operations and continuous integration practices. This diverse expertise allows me to bridge the gap between software development and the development experience, facilitating seamless, efficient workflows and robust systems that support growth and innovation.\\n\\nI thrive on challenges and am constantly exploring new technologies and methodologies to stay at the forefront of the industry. Whether it’s through developing impactful applications or optimizing operational processes, my goal is to contribute to projects that make a lasting difference.\\n\\nLet’s connect! I’m always eager to collaborate with like-minded professionals and discuss how we can leverage technology to solve complex problems and create value.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"1 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Inetz Media Group\",\n            \"company_link\": \"https://www.linkedin.com/company/inetz-media-group\",\n            \"company_id\": \"https://www.linkedin.com/company/59300\",\n            \"company_domain\": \"inetz.com\",\n            \"company_about\": \"Inetz Media Group is a full service Web application developer and maintains a state of the art data center for managed hosting services.\\r\\n\\r\\nThe focus of our Web development division is programming and strategic development of complex data driven Web systems.  We work in many industries, including publishing, organ donation, specialty retail, travel, and social media.\",\n            \"company_founded\": null,\n            \"company_size\": \"19\",\n            \"company_location_1\": \"Salt Lake City, Utah, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Salt Lake City\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"web site development,web application development,managed hosting\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Frontend Developer (Inetz Media Group, Size: 11-50) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Frontend Developer (Inetz Media Group)\",\n            \"position_2\": \"Senior Frontend Developer (Grey Sky Media)\",\n            \"position_3\": \"Website Developer (Grey Sky Media)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2021-06-01 - 2023-02-01\",\n            \"position_date_3\": \"2018-03-01 - 2021-09-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"mattlatham.dev\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Siva\",\n            \"last_name\": \"\",\n            \"full_name\": \"Siva .\",\n            \"linkedin\": \"https://www.linkedin.com/in/siva-53a662256java\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD8Z3n4BEo5YoCTJSuEtNSsJ2ckXaX7W1LI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Java AWS  Engineer at Citigroup |                      Java | J2EE | JSP | JDBC | JavaBeans | Spring boots | Hibernates| JavaScript | HTML | XML | AWS| Apache Spark | Kafka |SQL\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 94,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"java,spring boot,scala,node.js,apache kafka,apache spark,software development,fargate,api development,amazon sqs,representational state transfer (rest),amazon relational database service (rds),git,j2ee web services,eclipse,multithreaded development,jakarta ee,microservices,web services api,rest apis,apache,transport layer security (tls),tomcat,agile web development,software development life cycle (sdlc),back-end web development,test driven development,unit testing,functional testing,linux,junit,cascading style sheets (css),html5,java message service (jms),amazon eks,kubernetes,docker products,jenkins,terraform,ansible,continuous integration and continuous delivery (ci/cd),amazon s3,amazon ec2,aws identity and access management (aws iam),aws cloudformation,aws lambda,amazon web services (aws),infrastructure as a service (iaas),oracle database,oauth,relational databases,sql,javase,maven,spring mvc,hibernate,core java,object-oriented programming (oop),angularjs,javascript,spring framework\",\n            \"twitter\": \"\",\n            \"about\": \" Experienced in Java, JavaScript, CSS3, HTML5, AngularJS, JQuery, AJAX. \\n Experience with working in fast-paced AGILE, WATERFALL development environments. \\n Designed and developed multiple J2EE MVC Model based Web Application using J2EETechnologies (Servlets, JSP), Patterns and popular open-source framework Struts and Hibernate. \\n Experienced in Web Services approach for Service Oriented Architecture (SOA) \\n Extensive experience working with IBM MQ Series. \\n Strong development skills in Java, J2EE, JDBC, JSP, Servlets, JMS (MQ-series), JNDI, RMI, LDAP, HTML, XML, XSL, Java Script, Rational Rose, Oracle, SQL Server.\\n In-depth experience with Amazon AWS Cloud Services, (EC2, S3, EBS, ELB, Cloud Watch, Elastic IP, RDS, SNS, SQS, Glacier, IAM, VPC, Cloud Formation, Route53) and managing security groups on AWS. \\n Experience in Microservices Architecture with Spring Boot.\\n Extensive experience in front-end technologies which include HTML, CSS, JavaScript, AngularJS, Angular2, Angular 4, Angular 5, Angular 7, and Typescript.\\n Used Subversion, GitHub, and CVS source control systems. \\n Demonstrated strong technical expertise by designing and implementing Restful Services using Spring Framework features such as Spring Boot, MVC, and Data JPA. \\n Hands on experience in writing SQL using MySQL, SQL Server 2005, Oracle, MongoDB and DB2 environment. \\n Worked with IBM Web Sphere, JBOSS, WebLogic application servers and Jetty, Apache Tomcat web servers.\\n Experience in writing ANT, Maven build scripts and configuring and using Log4j and writing JUnit test cases.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"4 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Citi\",\n            \"company_link\": \"https://www.linkedin.com/company/citi\",\n            \"company_id\": \"https://www.linkedin.com/company/11448\",\n            \"company_domain\": \"citigroup.com\",\n            \"company_about\": \"Citi's mission is to serve as a trusted partner to our clients by responsibly providing financial services that enable growth and economic progress. Our core activities are safeguarding assets, lending money, making payments and accessing the capital markets on behalf of our clients. We have 200 years of experience helping our clients meet the world's toughest challenges and embrace its greatest opportunities. We are Citi, the global bank – an institution connecting millions of people across hundreds of countries and cities.\\n\\nFor information on Citi’s commitment to privacy, visit on.citi/privacy.\",\n            \"company_founded\": null,\n            \"company_size\": \"190026\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Banking,Commercial Banking,Investment Banking,Wealth Management,Credit Cards,Capital Markets,Equity and Fixed Income Research,Consumer Lending,Cash Management,Transaction Services\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Java AWS Engineer (Citi, Size: 10000+) [2021-01-01] ‣ Served as a Senior Java Developer where I contributed in Enterprise data Management team for creating a Centralized database for the financial data on an on-prem + Cloud model server system. \\n‣  Implemented Apache Spark for financial data processing and analysis, leveraging its distributed computing capabilities to handle large-scale datasets efficiently.\\n‣ Wrote Java jobs and contributed in the code of developing online payment and personalized financial feature hosted, managed and deployed  on AWS platform. \\n‣ Developed data pipelines using Spark's ETL capabilities to extract, transform, and load financial data from various sources, such as transaction records, market data feeds, and customer databases.\\n  —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —   —    —   —   —   —    —   —   —   —   —   —   —   —   —   — \\nLanguage : Java, Java8 , SQL , Golang , Python \\nFrameworks : Spring/Springboot , Hibernate, JSF, Struts \\nLibraries : Java Standard libraries, Apache Commons ,Jackson, Maven, Google-json, Log5j and Slf4j,JUnit, Google Guava, JAXB, HTTP Libraries\\nCloud services : Amazon EC2 (Elastic Cloud computing) Amazon RDS,  Amazon Connect Amazon S3,  Amazon Lambda, Amazon Glacier Amazon SNS , Amazon Kinesis, Amazon Auto-scaling , Amazon IAM , Dynamo DB, Amazon SQS, Amazon Athena, AWS Amplify QuickSight, AWS Cloud formation, AWS Management Console\\nDatabases : SQL, NoSQL, PL SQL, Oracle DB, DB2 \\nTesting tools : Junit \\nCI/CD tools: Jenkins, CircleCI, Git/Gitlab\\nContainerizations tools : Docker, Kubernetes \\nData Manipulation and visualization tools : Informatica, Pyspark, ETL \\nStreaming tools : Kafka, Apache Spark\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Java AWS Engineer (Citi)\",\n            \"position_2\": \"Full Stack Java Developer (Merck)\",\n            \"position_3\": \"Java Spring Boot developer (Accenture)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2019-01-01 - 2020-12-01\",\n            \"position_date_3\": \"2017-05-01 - 2018-12-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Java AWS Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@citigroup.com\"\n        },\n        {\n            \"first_name\": \"Ramakrishna\",\n            \"last_name\": \"Kannekanti\",\n            \"full_name\": \"Ramakrishna Kannekanti\",\n            \"linkedin\": \"https://www.linkedin.com/in/ramakrishna-kannekanti-5a47a3261\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEBd5YwBQQ3UCKXCPLH_3JB_kj0PyDsKSno,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"open to work\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 33,\n            \"location\": \"Hyderabad, Telangana, India\",\n            \"skills\": \"ansible,technical enablement,information technology infrastructure,systems management,shell scripting,maven,jenkins,github,active directory,domain name system (dns),windows server 2016,windows system administration,mcse,sql,microsoft azure,vmware,vmware workstation,core java\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Information Technology Trainee (Firefly Creative Studio Pvt Ltd)\",\n            \"position_2\": \"Trainee (Mcse)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-05-01 - 2024-08-01\",\n            \"position_date_2\": \"2023-01-01 - 2023-02-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Kavitha Memorial Degree College, NST Road, Khammam, Bachelor of Science - BS, Mathematics and Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-06-01 - 2022-11-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Information Technology Trainee\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/joanastanoeva\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC9j-YYBC9MppFwRcms9Zo1UD0aGjFPT3-o,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Looking for a remote-only Junior Front-End Developer position.\",\n            \"industry\": \"graphic design\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"Blagoevgrad, Blagoevgrad, Bulgaria\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": \"I am currently looking for a remote-only Junior Front-End Developer position.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 7 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Assistant (HR Personal GmbH)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2019-07-01 - 2024-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Codecademy, Professional, Web Page, Digital/Multimedia and Information Resources Design\",\n            \"education_2\": \"South-West University \\\"Neofit Rilski\\\" Blagoevgrad, Bachelor , English Language and Literature\",\n            \"education_3\": \"Foreign Language High School \\\"Acad. Lyudmil Stoyanov\\\", German Language + English Language + Computer Science\",\n            \"education_date_1\": \"2023-01-01 - 2023-12-01\",\n            \"education_date_2\": \"2014-09-01 - 2018-05-01\",\n            \"education_date_3\": \"2009-09-01 - 2014-05-01\",\n            \"website_1\": \"github.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Mustafizur\",\n            \"last_name\": \"Rahman\",\n            \"full_name\": \"Mustafizur Rahman\",\n            \"linkedin\": \"https://www.linkedin.com/in/mustafizur-rahman-1b806317b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACqLa1wBvttc-K8WCf883psKVyhAg7RMoqk,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Software Quality Assurance Engineer | Certified Scrum Master (CSM) | DFW,Texas\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"mustafizur.rahmanhira@gmail.com\",\n            \"num_of_connections\": 3397,\n            \"location\": \"Plano, Texas, United States\",\n            \"skills\": \"tricentis qtest,cross-functional team leadership,team coordination,mobile testing,process improvement,qa automation,selenium webdriver,postman api,jira,github,java,microsoft sql server,manual testing,node.js,c++,html5,cascading style sheets (css),adobe illustrator,adobe indesign cc,appium,web content accessibility guidelines (wcag),jaws,sql,cucumber,soapui,software development life cycle (sdlc),ui automation,regression testing,smoke testing,jenkins,javascript,android,agile methodologies,selenium,scrum,quality assurance,c#,maven,test automation,postman,rest api,behavior-driven development (bdd),api testing,test automation framework,test planning,selenium testing,software quality assurance,gherkin,rest apis,load testing,jmeter,azure devops,unix,devops,devsecops\",\n            \"twitter\": \"\",\n            \"about\": \"As a Software Quality Assurance Professional at Bank of America, I am currently applying my 6 years of experience to ensure the quality and performance of the bank's software applications. I attend and participate in daily stand ups and scrum meetings, create and automate test plans and test cases, and use Cucumber BDD Framework with Selenium and Java, Rest Assured, Selectorhub, Jira, qtest, GIT, Bitbucket, and Jenkins to execute and report on the testing process.\\n\\nI have a proven track record of working in diverse domains, such as e-commerce, E-learning, Edtech, Advertising & Marketing Solutions, Law Enforcement SAAS, Salesforce Marketing Cloud EAAS , Finance and Banking . I have developed end-to-end test plans, written test cases, test scripts, and test reports using Business Requirement Documents, and worked with Agile Development and SCRUM process throughout the entire project lifecycle for Fortune 500 companies. I have also demonstrated project based skills in Rest API testing, Mobile App Testing, Salesforce E-mail Testing, Web Content Accessibility Guidelines, JMeter, HTML5, CSS, SQL, AWS, and Github. I am a strong quality assurance professional with a Bachelor degree of Arts in Economics and Computer Science (Minor) from Queens College, and a Scrum Master Certified (SMC) credential. I have excellent communication skill, problem solving, cross team coordination, test documentation, project & test planning, and interpersonal skills. I am a US Citizen and authorized to work in the US.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"1 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Bank of America\",\n            \"company_link\": \"https://www.linkedin.com/company/bank-of-america\",\n            \"company_id\": \"https://www.linkedin.com/company/1123\",\n            \"company_domain\": \"bankofamerica.com\",\n            \"company_about\": \"Bank of America is one of the world's largest financial institutions, serving individuals, small- and middle-market businesses and large corporations with a full range of banking, investing, asset management and other financial and risk management products and services. The company serves approximately 56 million U.S. consumer and small business relationships. It is among the world's leading wealth management companies and is a global leader in corporate and investment banking and trading.\\n\\nThis LinkedIn company page is moderated. For more information, please visit: https://bit.ly/32FDdQr.\\n\\nFor account issues, please visit: https://bit.ly/2GeTIeP.\",\n            \"company_founded\": null,\n            \"company_size\": \"164206\",\n            \"company_location_1\": \"Charlotte, North Carolina, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Charlotte\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"banking\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Financial Services\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Software Quality Assurance Consultant (Bank of America, Size: 10000+) [2023-05-01] • Attending and participating as a senior QA team member during daily stand ups and scrum meetings like - sprint backlog , sprint planning , sprint retrospective & preparing test plans during sprint release\\n• Communication across scrum teams to facilitate sprint testing and test automation work priorities \\n• Working with offshore software testing and software development teams to facilitate software development process during a sprint and meet the deadline of deliverables\\n• Accessibility testing of web applications using WCAG 2.0 , WCAG 2.1 & Section 508 Guidelines, A11Y standards and using accessibility tools JAWS, ARIA, ARC, WAVE, AXE,Selector hub &  Focus Indicator, UAT testing \\n• Responsible to automate existing test cases for  Sanity Suite, Regression Suite & End to end test suite using Data driven Cucumber BDD Framework with Selenium and Java \\n• Manual API testing using Swagger Postman, Insomnia & Automation testing using Rest Assured Java library \\n• Automation support for test cases and integration in the current framework  \\n• Tracking deliverables, analyzing , mitigating and responding to project work as per operational risks\\n• Using Jira & Qtest for reporting & tracking issues \\n• Generating and reporting test results through various metrics \\n• For CI/CD pipeline using  GIT , Bitbucket , Jenkins\\n• Assisting scrum testing team to utilize the efficient and effective standard process to continuously improve both manual testing and converting into test automation process\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Software Quality Assurance Consultant (Bank of America)\",\n            \"position_2\": \"QA Engineer (Wunderman Thompson)\",\n            \"position_3\": \"QA Engineer (Benchmark Analytics)\",\n            \"position_date_1\": \"2023-05-01\",\n            \"position_date_2\": \"2022-09-01 - 2023-05-01\",\n            \"position_date_3\": \"2022-04-01 - 2022-09-01\",\n            \"education_1\": \"Queens College, Bachelor of Arts - BA, Economics\",\n            \"education_2\": \"East West University, Bachelor of Business Administration - BBA, Finance, Human Resource Management\",\n            \"education_3\": null,\n            \"education_date_1\": \"2013-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2007-01-01 - 2011-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Software Quality Assurance Consultant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@bankofamerica.com\"\n        },\n        {\n            \"first_name\": \"Riken\",\n            \"last_name\": \"Shrestha\",\n            \"full_name\": \"Riken Shrestha\",\n            \"linkedin\": \"https://www.linkedin.com/in/riken-shrestha-8b8824274\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEMKogwB4UT_oRPQyiZ_5LdATbjykwUsVeE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at University of Northampton\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 129,\n            \"location\": \"Kathmandu, Bāgmatī, Nepal\",\n            \"skills\": \"video editing,pl/sql,django,python (programming language),bootstrap ,javascript,java\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"University of Northampton\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2022-01-01 - 2025-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Ahmed\",\n            \"last_name\": \"Rashaad\",\n            \"full_name\": \"Ahmed Rashaad Perthanakar\",\n            \"linkedin\": \"https://www.linkedin.com/in/ahmed-rashaad-perthanakar-2370135b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAyjVosBcNyytptdyE4nqwl-EmiNNZ0aIYo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Experienced and skilled Software Quality Assurance Senior Engineer or Lead available to join immediately.\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 889,\n            \"location\": \"Abu Dhabi Emirate, United Arab Emirates\",\n            \"skills\": \"page object model (pom) ,json files,hybrid framework,test automation,playwright javascript,java,vbscript,software quality,uft,hp quicktest professional (qtp),java selenium,manual testing,system testing,regression testing,agile testing,test cases,software testing,testing,integration testing,software testing life cycle (stlc),selenium webdriver,selenium testing\",\n            \"twitter\": \"\",\n            \"about\": \"At ValueLabs, my focus was on enhancing software quality using advanced automation tools like UFT and Selenium, leveraging my proficiency in Java to create robust testing frameworks. Through my role as a Senior QA Automation Engineer, I applied my extensive expertise in the Software Testing Life Cycle and Integration Testing to drive efficiency and accuracy in testing processes.\\n\\nThe skills honed over my recent positions have enabled me to lead teams towards success in complex technological environments. My work has spanned across diverse domains, including Banking, Retail, Telecom, and Healthcare, where I contributed to the delivery of high-quality software solutions. My goal is to continuously seek innovation in quality assurance methodologies and contribute to the advancement of software reliability.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 10 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Quality Assurance Automation Engineer (ValueLabs)\",\n            \"position_2\": \"Senior Test Automation Engineer (TekisHub Consulting Services )\",\n            \"position_3\": \"Senior Software Test Automation Engineer (DISYS)\",\n            \"position_date_1\": \"2023-04-01 - 2024-01-01\",\n            \"position_date_2\": \"2022-08-01 - 2023-03-01\",\n            \"position_date_3\": \"2021-02-01 - 2022-07-01\",\n            \"education_1\": \"The New College, Chennai, Bachelor of Computer Application, Computer and Information Sciences and Support Services\",\n            \"education_2\": \"Islamiah Boys Higher Secondary School, State Board (HSC), State Board\",\n            \"education_3\": \"Islamiah Boys Higher Secondary School, State Board (SSLC), State Board\",\n            \"education_date_1\": \"2007-04-01 - 2010-03-01\",\n            \"education_date_2\": \"2005-04-01 - 2007-03-01\",\n            \"education_date_3\": \"1995-04-01 - 2005-03-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Quality Assurance Automation Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Kondaka\",\n            \"last_name\": \"Ganesh\",\n            \"full_name\": \"Kondaka Ganesh\",\n            \"linkedin\": \"https://www.linkedin.com/in/kondaka-ganesh-b402bb252\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD5WQ6ABj7oqkv7xmj3YSBvaOkTJJ10HOwk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Aspiring Full Stack Developer | Skilled in MERN stack | Nextjs\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 200,\n            \"location\": \"Visakhapatnam, Andhra Pradesh, India\",\n            \"skills\": \"soft skills,cloudflare,postgresql,json web token (jwt),serverless framework,mongodb,,react ,socket.io,next.js,hono,rest apis,mern stack,react.js,typescript,prisma orm,mongodb,express.js,node.js,javascript,git,github,tailwind css,bootstrap (framework),html,cascading style sheets (css),python (programming language),machine learning,tensorflow,artificial intelligence (ai),keras,pandas,streamlit,data science,model training,mysql\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 3 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Artificial Intelligence and Machine lear Intern (TheSmartBridge)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-11-01 - 2024-04-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Baba Institute Of Technology & Sciences - India, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": \"Andhra pradesh model school\",\n            \"education_3\": null,\n            \"education_date_1\": \"2013-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"vercel.app\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Artificial Intelligence and Machine lear Intern\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Muhammad\",\n            \"last_name\": \"Ahmad\",\n            \"full_name\": \"Muhammad Ahmad\",\n            \"linkedin\": \"https://www.linkedin.com/in/muhammaddahmadd\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADnOYzMBFDyPUex6EsVQpgbrgxbDMNVU758,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Front-End Engineer | React Developer\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1615,\n            \"location\": \"Punjab, Pakistan\",\n            \"skills\": \"html,react.js,git,github,version control,object-oriented programming (oop),primavera p6, cost estimation, autocad 2d/3d, etabs,sass,typescript,react native,amazon web services (aws),amazon s3,amazon ec2,amazon vpc,amazon relational database service (rds),aws lambda,amazon ecs,amazon cloudfront,amazon kinesis,cost control,design patterns,responsive web design,javascript,bootstrap,tailwind css,saas development,cascading style sheets (css),html5,c++,java,bubble.io,webflow,figma (software)\",\n            \"twitter\": \"\",\n            \"about\": \"Greetings! I'm an enthusiastic front-end developer driven to craft captivating digital experiences. With a solid grounding in HTML, CSS, and JavaScript, my focus is on forging user-friendly interfaces that harmoniously unite aesthetics and functionality.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Web Developer (Upwork)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-01-01 - 2023-01-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"COMSATS University Islamabad, Bachelor's degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Web Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Ernesto\",\n            \"last_name\": \"Wong\",\n            \"full_name\": \"Ernesto Wong\",\n            \"linkedin\": \"https://www.linkedin.com/in/ernesto-wong-abb8b81\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAABPpy8BUEJMXq3FUrYcdtU_KyMybCbuxVc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sr. QA Specialist at Pattison Food Group\",\n            \"industry\": \"retail\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1038,\n            \"location\": \"Vancouver, British Columbia, Canada\",\n            \"skills\": \"element (flood.io),loadninja,jmeter,software development,quality assurance,agile methodologies,scrum,testing,test automation,xml,java,integration,c#,python,sql,microsoft sql server,software project management,virtualization,vmware,project management,requirements analysis,windows,os x,linux,e-commerce,global e-commerce,cloud computing,amazon web services (aws),performance testing,technical presentations,web services,visual studio,release management,selenium,wireless,software engineering,public speaking,product development,exploratory testing,javascript,git,node.js,mobile applications,internet protocol suite (tcp/ip),jira,ios,android,bugzilla,fogbugz,api testing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 years \",\n            \"time_in_company\": \"8 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Pattison Food Group\",\n            \"company_link\": \"https://www.linkedin.com/company/pattisonfoodgroup\",\n            \"company_id\": \"https://www.linkedin.com/company/76251394\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Established in 2021, the Pattison Food Group is a Jim Pattison business and Western Canada’s leading provider of food and drugs. The Pattison Food Group includes Save-On-Foods, Buy-Low Foods, Quality Foods, Everything Wine, Pure Integrative Pharmacy, Imperial Distributors Canada Inc., More Rewards and other Jim Pattison Group specialty and wholesale operations. Its businesses employ more than 30,000 team members in nearly 300 food and drug retail locations and share a passion for giving back to the communities where they do business. Pattison Food Group businesses are leaders in customer service and innovation and are committed to achieving long-term growth.\",\n            \"company_founded\": 2021,\n            \"company_size\": \"758\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Grocery,Retail,Distribution,Wholesale,Pharmacy,Healthcare,More Rewards,Western Family,Production\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr. QA Specialist (Pattison Food Group, Size: 501-1000) [2017-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr. QA Specialist (Pattison Food Group)\",\n            \"position_2\": \"Sr. Software QA Engineer (Avigilon)\",\n            \"position_3\": \"QA Lead (Viscount Systems, Inc.)\",\n            \"position_date_1\": \"2017-01-01\",\n            \"position_date_2\": \"2016-01-01 - 2017-01-01\",\n            \"position_date_3\": \"2015-05-01 - 2016-04-01\",\n            \"education_1\": \"The University of British Columbia, B. Sc., Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sr. QA Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dr\",\n            \"last_name\": \"Krause\",\n            \"full_name\": \"Dr. Veit Krause\",\n            \"linkedin\": \"https://www.linkedin.com/in/dr-veit-krause-4963ba2b6\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEvgxTIBYl36BaVDco698SWMx6iPhxmsI08,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Mathematician | Applied Mathematics and Data Science\",\n            \"industry\": \"it system data services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 11,\n            \"location\": \"Halifax, Nova Scotia, Canada\",\n            \"skills\": \"research skills,sql,phpmyadmin,php,html,model validation,generative ai tools,datasets,visualization,big data,pandas (software),optimization,model development,experimental design,data quality,analytics,programming,english,interpersonal skills,analytical skills,computer science,data storytelling,software design,problem solving,data modeling,chemistry,communication,inspiration,r (programming language),matlab,statistical data analysis,fine tuning,mathematical modeling,partial differential equations,data analysis,machine learning,python (programming language),c++,data visualization,gitlab,latex,higher education,teamwork\",\n            \"twitter\": \"\",\n            \"about\": \"I am a detail-oriented mathematician with over four years of experience in modelling, simulation, and data visualization. I specialize in surface models for biological applications at Dresden University of Technology, Germany. Proficient in Python, C++, and various data visualization tools. Known for problem-solving skills, autonomy, and team collaboration. Experienced in tutoring international students and organizing young scientist meetings. Passionate about continuous self-improvement and innovation.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Manager (Halifax Backpackers Hostel)\",\n            \"position_2\": \"Mathematician (Technische Universität Dresden)\",\n            \"position_3\": \"Student Assistant (Helmholtz-Zentrum Dresden-Rossendorf (HZDR))\",\n            \"position_date_1\": \"2024-09-01 - 2024-11-01\",\n            \"position_date_2\": \"2019-11-01 - 2024-01-01\",\n            \"position_date_3\": \"2013-06-01 - 2019-06-01\",\n            \"education_1\": \"Technische Universität Dresden, Doctor's Degree, Applied Mathematics\",\n            \"education_2\": \"Technische Universität Dresden, Bachelor of Education - BEd, Chemistry\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-10-01 - 2023-12-01\",\n            \"education_date_2\": \"2011-10-01 - 2015-09-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": null,\n            \"last_name\": \"\",\n            \"full_name\": \" \",\n            \"linkedin\": \"https://www.linkedin.com/in/guodong-yang-935882a7\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABa7arkBkzHwr_6W4gygLF6CYLaeLgh3PtM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Director of Robotics Innovation, Boston Dynamics\",\n            \"industry\": \"software development\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": \"United States\",\n            \"skills\": null,\n            \"twitter\": \"https://twitter.com/MavisMediaNet\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"9 years \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Director of Robotics Innovation (Boston Dynamics)\",\n            \"position_2\": \"Director of Advanced Robotics Development (Boston Dynamics)\",\n            \"position_3\": \"Robotics Solutions Manager (Boston Dynamics)\",\n            \"position_date_1\": \"2016-01-01 - 2021-07-01\",\n            \"position_date_2\": \"2014-01-01 - 2016-12-01\",\n            \"position_date_3\": \"2012-01-01 - 2014-12-01\",\n            \"education_1\": \"Stanford University, Master's degree, Artificial Intelligence and Machine Learning\",\n            \"education_2\": \"Shanghai Jiao Tong University, Bachelor's degree, Computer Science and Technology\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Director of Robotics Innovation\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Tony\",\n            \"last_name\": \"Ngo\",\n            \"full_name\": \"Tony Ngo\",\n            \"linkedin\": \"https://www.linkedin.com/in/tony-ngo-290559345\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAFZmn0wBsmT3jfcHKJpYQTW5to42ton61T8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Data Analyst\",\n            \"industry\": \"data infrastructure and analytics\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 16,\n            \"location\": \"Los Angeles, California, United States\",\n            \"skills\": \"kerberos,splunk,teamwork,empathy,attention to detail,business intelligence (bi),statistical data analysis,management accounting,machine learning,data analysis,comptia,quickbooks,cross-functional team leadership,cross-cultural communication skills,problem solving,python (programming language),microsoft excel,r (programming language),google analytics,hadoop,ibm spss,microsoft azure,data visualization,customer relationship management (crm) \",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Customer Experience Associate (TD)\",\n            \"position_2\": \"Notetaker (The University of British Columbia)\",\n            \"position_3\": \"Operations Supervisor (Tam Window Cleaning Ltd.)\",\n            \"position_date_1\": \"2024-01-01 - 2024-12-01\",\n            \"position_date_2\": \"2022-09-01 - 2023-04-01\",\n            \"position_date_3\": \"2017-01-01 - 2022-12-01\",\n            \"education_1\": \"The University of British Columbia, Bachelor's degree\",\n            \"education_2\": \"Crescent Heights High School, High School Diploma\",\n            \"education_3\": null,\n            \"education_date_1\": \"2019-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2016-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Customer Experience Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Manikandan\",\n            \"last_name\": \"\",\n            \"full_name\": \"Manikandan V\",\n            \"linkedin\": \"https://www.linkedin.com/in/manikandan-v-04316b13\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAKxbHMBj8fhh7LKaxj30bCHXfJUw1WMwPo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Software QA specialist\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 24,\n            \"location\": \"Greater Chennai Area\",\n            \"skills\": \"internet information services (iis),corporate website management,manual testing,test automation,automated software testing,software testing,microsoft sql server,sql,sql server management studio,transact-sql (t-sql),playwright script ,testcomplete,delphi script ,databases,data processing,infrastructure management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 12 months \",\n            \"time_in_company\": \"11 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Coteng India Pvt ltd\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"QA Tester and QA Automation - Data processor - Infrastructure Administrator (Coteng India Pvt ltd) [2013-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"QA Tester and QA Automation - Data processor - Infrastructure Administrator (Coteng India Pvt ltd)\",\n            \"position_2\": \"Sr. Executive- System Admin/EDP (Health Code India Pvt Ltd)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2013-02-01\",\n            \"position_date_2\": \"2008-12-01 - 2013-02-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"NIIT Chennai, Managing and Querying MS SQL SERVER  database\",\n            \"education_2\": \"NIIT chennai, Developing Web Application using ASP.NET\",\n            \"education_3\": \"Alagappa University, Alagappa Nagar, Karaikudi, Bachelor’s Degree, Computer Science\",\n            \"education_date_1\": \"2012-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2012-01-01 - 2012-01-01\",\n            \"education_date_3\": \"2010-01-01 - 2012-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"QA Tester and QA Automation - Data processor - Infrastructure Administrator\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Akbar\",\n            \"last_name\": \"Shaik\",\n            \"full_name\": \"Akbar Basha Shaik\",\n            \"linkedin\": \"https://www.linkedin.com/in/akbar-basha-shaik-603166249\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAD1s7eMBHY1_fXyOLqSJ7ylq4xVvkQkVXLA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Actively looking for internship\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 20,\n            \"location\": \"Guntur, Andhra Pradesh, India\",\n            \"skills\": \"java,cascading style sheets (css),mysql,javascript,html5,object-oriented programming (oop),c programming \",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": null,\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Kallam Harinatha Reddy Institute of Technology, Bachelor of Technology - BTech, Computer Science Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2024-07-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": null,\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        }\n    ]\n}"},{"id":"1d020a71-afab-4cb9-9f7b-0c88068c182d","name":"Get People or Company by Search Url of Linkedin, Sales Navigator and Apollo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/posts/alexandre-zajac_more-than-100m-developers-use-git-1-cheatsheet-activity-7280485480222052352-d6Mf?utm_source=share&utm_medium=member_desktop\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/list/search/create?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["list","search","create"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"21ca6197-1686-4be3-864b-c926bada089d"}],"id":"d1aaaf04-af65-4079-9e62-86f0916a0b4b","description":"<p>Account param is optional</p>\n","_postman_id":"d1aaaf04-af65-4079-9e62-86f0916a0b4b"},{"name":"Search Urls","item":[{"name":"Get People by Search Url","id":"fe979a21-ab62-416c-8625-b0b9a5051cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/search/results/people/?keywords=sales-man\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/linkedin/search?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["linkedin","search"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"57129515-293a-444f-bd07-c6c0daa5bbef","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 100,\n    \"items\": [\n        {\n            \"first_name\": \"Aarti\",\n            \"last_name\": \"Singh\",\n            \"full_name\": \"Aarti Singh\",\n            \"linkedin\": \"https://www.linkedin.com/in/aarti-singh-a48921200\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADNk2pgBL30Hc1Yb_KV7vLS_hxAyE58G7QY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Human Resources||Talent Acquisition ||Man Management||Freelancer\",\n            \"industry\": \"hospitals and health care\",\n            \"email\": \"aarti.singh@medicanthospital.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2790,\n            \"location\": \"India\",\n            \"skills\": \"it recruitment,technical recruiting,recruitment ,employee training,performance management,employee handbooks,marketing strategy,sales and marketing,sales management,social media marketing,recruitment training,onboarding,offboarding,employee engagement,human resources (hr),talent acquisition ,resource management,customer relationship management (crm),people management,consulting,communication,training,marketing,microsoft excel,customer service\",\n            \"twitter\": \"\",\n            \"about\": \"HR Executive with 3 years of expertise in recruitment, employee engagement, payroll management, and HR operations. I excel in streamlining HR processes, fostering a positive workplace culture, and ensuring compliance with labor laws and policies.\\n\\nI have successfully managed end-to-end recruitment, reducing time-to-hire through optimized processes and technology. My employee engagement initiatives, including feedback mechanisms and recognition programs, have enhanced morale, retention, and productivity.\\n\\nIn payroll management, I ensure accuracy, timeliness, and compliance with statutory requirements, working closely with finance teams to boost efficiency. I’ve implemented HRMS systems to automate tasks, integrate HR functions, and provide actionable insights.\\n\\nAdditionally, I have developed inclusive policies aligned with legal standards and best practices, resolved workplace conflicts, and promoted diversity. My focus remains on creating a harmonious, efficient, and compliant workplace.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"1 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"MEDICANT HOSPITAL & RESEARCH CENTRE\",\n            \"company_link\": \"https://www.linkedin.com/company/medicant-hospital-research-centre\",\n            \"company_id\": \"https://www.linkedin.com/company/95047167\",\n            \"company_domain\": \"medicanthospital.com\",\n            \"company_about\": \"Medicant Hospital and Research Centre specializes in tertiary medical care. The first foundation stone for the building was laid in October 2020. Medicant Hospital and Research Centre will build a 600-beds hospital in the steel town of Bokaro in Jharkhand. The hospital is spread over 5.5 acres of land and 2 blocks with all super specialty departments. The management intends to provide comprehensive services according to international standards with the latest biomedical equipment, the best doctors and administrative staff. Medicant Hospital is the ultimate choice for medical care in our country and beyond because here our Experts that put your Life on First priority\",\n            \"company_founded\": null,\n            \"company_size\": \"22\",\n            \"company_location_1\": \"Bokaro, Jharkhand, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bokaro Steel City\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"hospitals and health care\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Oncology-Medical Radiation & Surgical,Cardiology & Cardiac Surgery,Minimal Access & General Surgery,Orthopedics & Joint Replacement,Obs & Gynaecology,Nuclear Medicine,Gastroenterology,Nephrology & Urology,eCLINIC- Telemedicine\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Human Resources Executive (MEDICANT HOSPITAL & RESEARCH CENTRE, Size: 11-50) [2024-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Human Resources Executive (MEDICANT HOSPITAL & RESEARCH CENTRE)\",\n            \"position_2\": \"Hr Executive (Expelee)\",\n            \"position_3\": \"Human Resources Executive (Hapz Software Solutions Pvt Ltd)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2023-10-01 - 2024-05-01\",\n            \"position_date_3\": \"2023-01-01 - 2023-12-01\",\n            \"education_1\": \"Doon Business School, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"aarti.singh@medicanthospital.com\",\n            \"position\": \"Human Resources Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Abhijeet\",\n            \"last_name\": \"Sabale\",\n            \"full_name\": \"Abhijeet Sabale\",\n            \"linkedin\": \"https://www.linkedin.com/in/abhijeet-sabale-90155b1b2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADGPQFEBqvh7PpZEiwExiqaosUe49-f0C5Y,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales advisor\",\n            \"industry\": \"travel arrangements\",\n            \"email\": \"abhijeet@id-medical.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 278,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"service quality,communication,customer service,user friendly,problem solving,group work,customer contact,facilitation,personal development,referrals,client liaison,team leadership\",\n            \"twitter\": \"\",\n            \"about\": \".\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 9 months \",\n            \"time_in_company\": \"1 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tech Mahindra\",\n            \"company_link\": \"https://www.linkedin.com/company/tech-mahindra\",\n            \"company_id\": \"https://www.linkedin.com/company/3067\",\n            \"company_domain\": \"techmahindra.com\",\n            \"company_about\": \"Tech Mahindra offers technology consulting and digital solutions to global enterprises across industries, enabling transformative scale at unparalleled speed. With 150,000+ professionals across 90+ countries helping 1100+ clients, TechM provides a full spectrum of services including consulting, information technology, enterprise applications, business process services, engineering services, network services, customer experience & design services, AI & analytics, and cloud & infrastructure services. It is the first Indian company in the world to have been awarded the Sustainable Markets Initiative’s Terra Carta Seal, in recognition of actively leading the charge to create a climate and nature-positive future.\\n\\nTech Mahindra (NSE: TECHM) is part of the Mahindra Group, founded in 1945, one of the largest and most admired multinational federations of companies.\\n\\nVisit www.techmahindra.com to #ScaleAtSpeed\",\n            \"company_founded\": null,\n            \"company_size\": \"154336\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Telecom &  IT Consulting,Telecom Security Consulting,BSS /OSS,Network Technology Solutions & Services,Network Design & Engineering,Next Generation Networks,Mobility Solutions,Consulting,Solution Integration,IMS,BSG,blockchain,Artificial Intelligence,Metaverse\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Representative (Tech Mahindra, Size: 10000+) [2023-05-01]\",\n            \"current_position_2\": \"Compliance Officer (ID Medical, Size: 501-1000) [2022-09-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Representative (Tech Mahindra)\",\n            \"position_2\": \"Compliance Officer (ID Medical)\",\n            \"position_3\": \"Support Service Executive (Stuba)\",\n            \"position_date_1\": \"2023-05-01\",\n            \"position_date_2\": \"2022-09-01\",\n            \"position_date_3\": \"2022-03-01 - 2022-09-01\",\n            \"education_1\": \"Chhatrapati shahu highschool Baramati pune. 413102, HSC, HSC science \",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2013-05-01 - 2014-02-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"abhijeet@id-medical.com, abhijeet.sabale@techmahindra.com\",\n            \"position\": \"Sales Representative\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@techmahindra.com\"\n        },\n        {\n            \"first_name\": \"Alfiya\",\n            \"last_name\": \"Sayyed\",\n            \"full_name\": \"Alfiya Sayyed\",\n            \"linkedin\": \"https://www.linkedin.com/in/alfiya-sayyed-b2bb04216\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADagBVMBbPfsVgqrNn9rQkXmExOQ2w4y_FE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"TECH MAHINDRA |\",\n            \"industry\": \"telecommunications\",\n            \"email\": \"alfiya.sayyed@techmahindra.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1338,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"blood collection,lab testing,pipetting,elisa,account management,sales,market research,data analysis,auditing\",\n            \"twitter\": \"\",\n            \"about\": \"Welcome ‍⬛\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 4 months \",\n            \"time_in_company\": \"1 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tech Mahindra\",\n            \"company_link\": \"https://www.linkedin.com/company/tech-mahindra\",\n            \"company_id\": \"https://www.linkedin.com/company/3067\",\n            \"company_domain\": \"techmahindra.com\",\n            \"company_about\": \"Tech Mahindra offers technology consulting and digital solutions to global enterprises across industries, enabling transformative scale at unparalleled speed. With 150,000+ professionals across 90+ countries helping 1100+ clients, TechM provides a full spectrum of services including consulting, information technology, enterprise applications, business process services, engineering services, network services, customer experience & design services, AI & analytics, and cloud & infrastructure services. It is the first Indian company in the world to have been awarded the Sustainable Markets Initiative’s Terra Carta Seal, in recognition of actively leading the charge to create a climate and nature-positive future.\\n\\nTech Mahindra (NSE: TECHM) is part of the Mahindra Group, founded in 1945, one of the largest and most admired multinational federations of companies.\\n\\nVisit www.techmahindra.com to #ScaleAtSpeed\",\n            \"company_founded\": null,\n            \"company_size\": \"154336\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Telecom &  IT Consulting,Telecom Security Consulting,BSS /OSS,Network Technology Solutions & Services,Network Design & Engineering,Next Generation Networks,Mobility Solutions,Consulting,Solution Integration,IMS,BSG,blockchain,Artificial Intelligence,Metaverse\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (Tech Mahindra, Size: 10000+) [2023-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Tech Mahindra)\",\n            \"position_2\": \"Senior Customer Service Representative (Credence Global Solutions)\",\n            \"position_3\": \"Senior Research Analyst (InsideUp)\",\n            \"position_date_1\": \"2023-10-01\",\n            \"position_date_2\": \"2023-04-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-10-01 - 2023-03-01\",\n            \"education_1\": \"K.p paramedical institute, D.L.T, Biology/Biological Sciences, General\",\n            \"education_2\": \"Abeda Inamdar Senior College - India, BSC\",\n            \"education_3\": \"Sadhu Vaswani Mission's St. Mira College for Girls Arts & Commerce, Koregaon Park, Pune 1\",\n            \"education_date_1\": \"2019-05-01 - 2020-07-01\",\n            \"education_date_2\": \"2018-06-01 - 2020-06-01\",\n            \"education_date_3\": \"2016-07-01 - 2018-07-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"alfiya.sayyed@techmahindra.com\",\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@techmahindra.com\"\n        },\n        {\n            \"first_name\": \"Amol\",\n            \"last_name\": \"Patil\",\n            \"full_name\": \"Amol Patil\",\n            \"linkedin\": \"https://www.linkedin.com/in/amol-patil-749241245\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADy5tukBYARpd15uPVrXNgLAtK2h9iT85tw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"MIS | DATA MANAGEMENT'S | REPORTING\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"amol.patil@distinctdigitalmedia.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3478,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"banking,financial analysis,advance excel,microsoft office,microsoft excel,excel\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 3 months \",\n            \"time_in_company\": \"2 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Distinct Digital Media\",\n            \"company_link\": \"https://www.linkedin.com/company/distinct-digital-media\",\n            \"company_id\": \"https://www.linkedin.com/company/31320350\",\n            \"company_domain\": \"distinctdigitalmedia.com\",\n            \"company_about\": \"Distinct Digital Media assists both small and large organizations in reaching their maximum potential by connecting them with their target audience at the optimum time and place. We can help you conquer your market and become the talk of the town by utilizing our distinctive lead generating and marketing services.\",\n            \"company_founded\": null,\n            \"company_size\": \"296\",\n            \"company_location_1\": \"Dubai, Dubai, United Arab Emirates\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dubai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"market research\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"B2B Lead Generation, Look-A-Like Marketing, Demand Generation, B2B Marketing, Technology Marketing, ABM, Install Base Programs, BANT, CPL Campaigns, Email Marketing, B2B Demand Generation, Profiling Leads, Market Intelligence, Appointment Setting, and B2B Events\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Management Information System Executive (Distinct Digital Media, Size: 201-500) [2022-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Management Information System Executive (Distinct Digital Media)\",\n            \"position_2\": \"Management Information System Executive (XDBS Worldwide)\",\n            \"position_3\": \"Sales Representative (Altruist Technologies Pvt. Ltd.)\",\n            \"position_date_1\": \"2022-11-01\",\n            \"position_date_2\": \"2022-05-01 - 2022-11-01\",\n            \"position_date_3\": \"2019-12-01 - 2022-04-01\",\n            \"education_1\": \"Pune University\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"amol.patil@distinctdigitalmedia.com\",\n            \"position\": \"Management Information System Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Aatish\",\n            \"last_name\": \"Patil\",\n            \"full_name\": \"Aatish Patil\",\n            \"linkedin\": \"https://www.linkedin.com/in/aatish-patil-b57a34237\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADsQPHMB09pZJhyjQpQdk16957y5ixHKcm8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Attendant at PhonePe\",\n            \"industry\": \"loan brokers\",\n            \"email\": \"ap@phonepe.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 701,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales processes,sales,sales & marketing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 9 months \",\n            \"time_in_company\": \"2 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Paytm\",\n            \"company_link\": \"https://www.linkedin.com/company/paytm\",\n            \"company_id\": \"https://www.linkedin.com/company/2340144\",\n            \"company_domain\": \"paytm.com\",\n            \"company_about\": \"Paytm started the Digital Revolution in India.\\n\\nAnd we went on to become India’s leading Payments App. Today, more than 20 Million merchants & businesses are powered by Paytm to Accept Payments digitally.\\n\\nThis is because more than 300 million Indians use Paytm to Pay at their stores. And that’s not all, Paytm App is used to Pay bills, do Recharges, Send money to friends & family, Book movies & travel tickets.\\n\\nWith innovations to Financial services & products in pipeline, this is but one of the milestones achieved towards our mission – to bring 500 million unserved and underserved Indians to the mainstream economy.\",\n            \"company_founded\": 2009,\n            \"company_size\": \"24119\",\n            \"company_location_1\": \"Noida, Uttar Pradesh, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Noida\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"b-121, sector 5, noida, uttar pradesh, in, 201301\",\n            \"company_postal_code\": \"201301\",\n            \"company_phone\": \"+9101204440440\",\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Mobile Payments,Financial Services,E-Commerce,Lending,Insurance\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://twitter.com/Paytm, https://facebook.com/Paytm\",\n            \"keywords\": \"information technology, consumer internet, internet, insurance, financial services, ecommerce, e-commerce, shoes, mobile payments, sales & marketing, lending\",\n            \"annual_revenue\": \"578453000\",\n            \"technologies\": \"reCAPTCHA, Zendesk, YouTube, WordPress.org, WP Engine, ShareThis, Sendgrid, Salesforce, Route 53, Nginx, Mobile Friendly, Microsoft Office 365, Media Temple SSL, MailChimp SPF, Lever, Hotjar, Gravity Forms, Google Tag Manager, Google Play, Google Font API, Google Apps, Google Analytics, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Apache, Amazon SES, Amazon Elastic Load Balancer, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"2222\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Paytm, Size: 10000+) [2022-05-01] FAS\",\n            \"current_position_2\": \"Sales Attendant (PhonePe, Size: Self-employed) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Paytm)\",\n            \"position_2\": \"Sales Attendant (PhonePe)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ap@phonepe.com, aatish@paytm.com\",\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Aritrika\",\n            \"last_name\": \"Pal\",\n            \"full_name\": \"Aritrika Pal\",\n            \"linkedin\": \"https://www.linkedin.com/in/aritrika-pal-a26532173\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACkw8j4BID7oiKu5HUFgPhFn5c_BrtNMBS0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Executive\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"aritrika.pal@wipro.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1544,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"teamwork,microsoft office,interpersonal communication,communication,research,computer networking,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Senior Executive\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Wipro\",\n            \"company_link\": \"https://www.linkedin.com/company/wipro\",\n            \"company_id\": \"https://www.linkedin.com/company/1318\",\n            \"company_domain\": \"wipro.com\",\n            \"company_about\": \"Wipro Limited (NYSE: WIT, BSE: 507685, NSE: WIPRO) is a leading technology services and consulting company focused on building innovative solutions that address clients’ most complex digital transformation needs. Leveraging our holistic portfolio of capabilities in consulting, design, engineering, and operations, we help clients realize their boldest ambitions and build future-ready, sustainable businesses. With nearly 245,000 employees and business partners across 65 countries, we deliver on the promise of helping our clients, colleagues, and communities thrive in an ever-changing world.\\nWipro is an Equal Employment Opportunity employer and makes all employment and employment-related decisions without regard to a person's race, sex, national origin, ancestry, disability, sexual orientation, or any other status protected by applicable law.\",\n            \"company_founded\": null,\n            \"company_size\": \"241868\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bangalore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Consulting,Business Process Outsourcing,Business Application Services,Infrastructure Management,Cloud Services,Analytics and Information Management,Product and Engineering Services,Mobility,Datacentre Managed Services,Software application management\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Executive (Wipro Limited, Size: 10000+) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Executive (Wipro Limited)\",\n            \"position_2\": \"Associate (Wipro)\",\n            \"position_3\": \"Sales Associate (Ludo Digital)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2021-05-01 - 2024-07-01\",\n            \"position_date_3\": \"2021-03-01 - 2021-04-01\",\n            \"education_1\": \"Symbiosis Institute of Management Studies, Master of Business Administration - MBA, Finance, General\",\n            \"education_2\": \"Ajeenkya dy patil university, BBA 1st year, Entrepreneurship/Entrepreneurial Studies\",\n            \"education_3\": \"Ajeenkya dy patil university, 1st year student, Entrepreneurship/Entrepreneurial Studies\",\n            \"education_date_1\": \"2022-08-01 - 2024-09-01\",\n            \"education_date_2\": \"2018-01-01 - 2021-01-01\",\n            \"education_date_3\": \"2018-01-01 - 2021-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"aritrika.pal@wipro.com\",\n            \"position\": \"Senior Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ayush\",\n            \"last_name\": \"Upadhyay\",\n            \"full_name\": \"Ayush Upadhyay\",\n            \"linkedin\": \"https://www.linkedin.com/in/ayush-upadhyay-a190a9188\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACwm7HUBYpmo2TBBn01GYzfHHoL_CIjjhIA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Cyber Security Sales Associate\",\n            \"industry\": \"marketing services\",\n            \"email\": \"ayush.upadhyay@itkart.io\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 560,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales management,presentation skills,communication skills,customer satisfaction,customer interaction,it business analysis,adaptive learning,strategic communications,analytical skills,problem solving,leadership,team management,negotiation,debt management,cash collection,communication,management,customer relationship management (crm),sales,business analysis,data analysis,account management,accounting\",\n            \"twitter\": \"\",\n            \"about\": \"I am a firm believer in the principle of \\\"simple living, high thinking,\\\" embracing a lifestyle that prioritizes authenticity and mindfulness. My approach to life is grounded in humility and a profound appreciation for the little things, allowing me to maintain clarity and focus on what truly matters. With a quick wit and a great sense of humor, I enjoy finding joy in everyday moments and connecting with others through laughter.\\n\\nProfessionally, I strive to bring this ethos into my work, fostering an environment of openness and collaboration. My ability to approach challenges with a lighthearted perspective not only helps to ease tension but also encourages creative problem-solving. I value meaningful relationships and believe that a positive attitude can transform any situation.\\n\\nIn all that I do, I aim to balance simplicity with depth, cultivating a life filled with purpose, laughter, and genuine connections.\\n\\nAs a spirited explorer at heart, I bring a sense of wanderlust into my corporate journey. With a background in Inside Sales, I have cultivated a blend of expertise Strategic planning, and communication that drives results and fosters innovation. I thrive in environments where creativity meets strategy, believing that a curious mind can inspire transformative solutions. While grounded in the corporate landscape, I remain committed to infusing elegance and vision into every project, all while keeping an eye toward future adventures and opportunities.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IT KART\",\n            \"company_link\": \"https://www.linkedin.com/company/it-kart\",\n            \"company_id\": \"https://www.linkedin.com/company/31091180\",\n            \"company_domain\": \"itkart.io\",\n            \"company_about\": \"Welcome to IT KART, your premier partner in cybersecurity solutions. We are dedicated to equipping organizations of all sizes with the tools and knowledge to navigate today’s complex digital landscape securely. Our mission is to empower you to thrive while keeping your data and infrastructure secure. Our services include comprehensive penetration testing, digital forensics, Virtual CISO, dark web monitoring, security policies, compliance and regulatory support, risk management framework, incident response plan, BCDR (Business Continuity and Disaster Recovery) plan, ISO 27001 audits, cloud backup solutions, cloud data migration, and MSSP (Managed Security Service Provider) offerings. Our 24/7 Security Operations Center (SOC) ensures continuous protection against cyber threats.\\n\\nAt IT KART, we deliver high-quality, affordable cybersecurity solutions with flexible pricing tailored to your needs. We build lasting partnerships with our clients, understanding their unique challenges and providing tailored solutions for success. Focus on growing your business while we handle your cybersecurity needs. Join us to create a safer digital future, ensuring your organization is not only protected but empowered to thrive.\",\n            \"company_founded\": 2010,\n            \"company_size\": \"26\",\n            \"company_location_1\": \"Gurugram, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurgaon\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"Sunder Singh Marg\",\n            \"company_postal_code\": \"122001\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cyber security services,vapt,cyber security,virtual ciso,dark web monitoring,banking cyber security,endpoint security,soc,data loss prevention,email security,penetration testing,VAPT,Disaster Recovery,Advanced Security,DLP,IT Audit,ISO\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://www.facebook.com/itkart\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Cyber Security Sales Associate (IT KART, Size: 11-50) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Cyber Security Sales Associate (IT KART)\",\n            \"position_2\": \"Business Analyst (AUS IT Solutions and Services )\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2024-04-01 - 2024-09-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Sinhgad College of Science, Bachelor of Business Administration - BBA, Business, Management, Marketing, and Related Support Services\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2021-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ayush.upadhyay@itkart.io\",\n            \"position\": \"Cyber Security Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bhushan\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"Bhushan Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/bhushan-sharma-a48172137\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACFORlgB9ePfO77yHxiK3GDeEYEhswD1pWw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Associate Process Manager at eClerx || Investment Banking - Foreign Exchange\",\n            \"industry\": \"financial services\",\n            \"email\": \"bhushan.sharma@eclerx.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1255,\n            \"location\": \"Pimpri Chinchwad, Maharashtra, India\",\n            \"skills\": \"teamwork,problem solving,analytical skills,customer service,management,microsoft excel,marketing,project management,communication\",\n            \"twitter\": \"\",\n            \"about\": \"i am an enthusiastic employee who's working in  investment banking industry. I am self motivated and greatly delivering under extreme pressure. I have ability to manage client relationships very well. I follow deadlines in my BAU. I am supporting teammate who's ready to handle work of others in uncertainty.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"4 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"EClerx\",\n            \"company_link\": \"https://www.linkedin.com/company/eclerx\",\n            \"company_id\": \"https://www.linkedin.com/company/17312\",\n            \"company_domain\": \"eclerx.com\",\n            \"company_about\": \"eClerx is a productized services company, bringing together people, technology and domain expertise to amplify business results. Our mission is to set the benchmark for client service and success in our industry. Our vision is to be the innovation partner of choice for technology, data analytics and process management services.\",\n            \"company_founded\": 2000,\n            \"company_size\": \"15846\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"29 Bank Street, Fort, Mumbai, Maharashtra, IN, 400 023\",\n            \"company_postal_code\": \"400023\",\n            \"company_phone\": \"+9112125514150\",\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Knowledge Process Outsourcing,Business Process Outsourcing,Financial Services,Digital Services,Cable & Telecom,Back Office Outsourcing,Web Analytics,Social Media,eCommerce Operations,CRM,Master Data Management (MDM),Digital Analytics\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://twitter.com/eClerx, https://www.facebook.com/eclerxservices\",\n            \"keywords\": \"financial services, social media, web analytics, telecom, crm, digital analytics, business process outsourcing, master data management, digital services, cable, knowledge process outsourcing, ecommerce operations, back office outsourcing\",\n            \"annual_revenue\": \"324354000\",\n            \"technologies\": \"Hubspot, Salesforce, BambooHR, reCAPTCHA, YouTube, WordPress.org, Vimeo, Route 53, Mobile Friendly, Google Tag Manager, Google Font API, Eloqua, DNS Made Easy, Bluekai\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"35370\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Process Manager (eClerx, Size: 10000+) [2024-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Process Manager (eClerx)\",\n            \"position_2\": \"Senior Analyst (eClerx)\",\n            \"position_3\": \"Analyst (eClerx)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2022-04-01 - 2024-04-01\",\n            \"position_date_3\": \"2020-09-01 - 2022-04-01\",\n            \"education_1\": \"Progressive Education Societys Modern College of Arts, Science and Commerce, Shivajinagar, Pune 411005, Bachelor of Business Administration, Finance, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2017-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"bhushan.sharma@eclerx.com\",\n            \"position\": \"Associate Process Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@eclerx.com\"\n        },\n        {\n            \"first_name\": \"Siddhant\",\n            \"last_name\": \"Chougule\",\n            \"full_name\": \"Siddhant Chougule\",\n            \"linkedin\": \"https://www.linkedin.com/in/siddhantchougule2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACoIC2MBVs7EEPzeq4W-x19R_5ZDGSYFGIM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Operations Support Analyst\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"cs@cohesity.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 374,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales operations,sales processes,oracle applications,zuora,project management,quote preparation,quotations,numerical ability,commercial awareness,creativity skills,marketing,social media,qualitative research,data analysis,time management,teamwork,digital marketing,integration,microsoft powerpoint,microsoft word,microsoft access,cross-functional team leadership,sports management,active learning,sports,customer service,human resources (hr),public relations,public affairs,social media marketing,event management,customer satisfaction,customer relationship management (crm),presentation skills,microsoft office,openness,strategic communications,decision-making,microsoft excel,problem solving,communication,leadership,service orientation,team culture,flexible approach,public speaking,self-confidence,technical ability,pro-active leader,talking points,writing,office administration,cricket,football,sports analytics,salesforce marketing cloud\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Sales Operations Specialist with a demonstrated history of working in the legal services and IT industry. Skilled in Oracle CPQ, Salesforce, creativity skills, service orientation, and quoting.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"true\",\n            \"job_details\": \"Cohesity hired Siddhant as a Sales Operations Support Analyst less than one month ago from Veritas Technologies LLC.\",\n            \"latest_post\": null,\n            \"company_name\": \"Cohesity\",\n            \"company_link\": \"https://www.linkedin.com/company/cohesity\",\n            \"company_id\": \"https://www.linkedin.com/company/3750699\",\n            \"company_domain\": \"cohesity.com\",\n            \"company_about\": \"A modern platform for the AI era\\n\\nOur mission at Cohesity is simple: to protect, secure, and provide insights into the world’s data. The largest organizations around the globe rely on us to strengthen their business resilience.\\n\\nWith the Cohesity Data Cloud, we are able to deliver on that mission. Our customers can recover from cyber events faster, manage and secure their data at enterprise scale, and gain valuable insights with our industry-leading AI capabilities.\",\n            \"company_founded\": 2013,\n            \"company_size\": \"3865\",\n            \"company_location_1\": \"San Jose, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Jose\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"300 park avenue, san jose, california, united states\",\n            \"company_postal_code\": \"95110\",\n            \"company_phone\": \"+18559264374\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"computer software\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Data Protection,Security,Ransomware Recovery,Data Security,Data Management,SaaS,Software,Hybrid Cloud,Cloud,Multicloud,Cyber Recovery,Data Recovery,Disaster Recovery,Data Infrastructure,Data Center,IT,Business Continuity,Analytics,Test & Dev,Distributed Systems,Information Technology,Digital Transformation,AI,Generative AI,Cyber Resilience,Data Resilience,Backup and Recovery,Instant Mass Restore,Long-Term Retention,Threat Protection,Data Classification,Data Mobility,Data Migration,Data Replication,Data Insights,Responsible AI,AI Conversational Search,Conversational AI\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://twitter.com/cohesity, https://www.facebook.com/cohesity/, http://angel.co/cohesity-1\",\n            \"keywords\": \"information technology, software, analytics, digital transformation, security, it, cloud, cloud computing, storage, data protection, hybrid cloud, startups, data management, data, data recovery, test, multicloud, disaster recovery, backup, distributed systems, data infrastructure, business continuity, data center, dev, recovery\",\n            \"annual_revenue\": \"300000000\",\n            \"technologies\": \"StatusPage IO, Pantheon, OneTrust, Bizible, reCAPTCHA, WordPress.org, Typekit, Shopify, Salesforce, SOASTA, Rackspace MailGun, Nginx, New Relic, Mobile Friendly, Marketo, Google Tag Manager, Google Apps, Gmail, Cloudflare DNS, CloudFlare Hosting, Bluekai, Backbone JS Library, Amazon SES, Akamai\",\n            \"funding_events\": \"[{\\\"id\\\":\\\"5e8f6342376d7d00017cce83\\\",\\\"date\\\":\\\"2020-04-09T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series E\\\",\\\"amount\\\":\\\"250M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.cohesity.com\\\\/press\\\\/cohesity-announces-250-million-in-series-e-funding\\\\/\\\",\\\"investors\\\":\\\"DFJ Growth, Foundation Capital, Greenspring Associates, Wing Venture Capital, Baillie Gifford, Sozo Ventures, Sequoia Capital, SoftBank Vision Fund 1,, Hewlett Packard Enterprise, Cisco Investments\\\"},{\\\"id\\\":\\\"60508984b9f5ce00014ca3cf\\\",\\\"date\\\":\\\"2018-06-11T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series D\\\",\\\"amount\\\":\\\"250M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.cohesity.com\\\\/press\\\\/cohesity-raises-250-million-funding-round-led-softbank-vision-fund\\\\/\\\",\\\"investors\\\":\\\"SoftBank Vision Fund, Cisco Investments, Hewlett Packard Enterprise, Morgan Stanley Expansion Capital, Sequoia Capital, Expansion Capital\\\"},{\\\"id\\\":\\\"5a9dda33a3ae611eb7ce6d1e\\\",\\\"date\\\":\\\"2018-03-05T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series B\\\",\\\"amount\\\":\\\"13.5M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.einnews.com\\\\/pr_news\\\\/435290596\\\\/imanis-data-raises-13-5-million-in-funding-and-names-john-mracek-as-ceo\\\",\\\"investors\\\":\\\"Asset Plus Capital\\\"},{\\\"id\\\":\\\"5b5912b14f61781560ac84e3\\\",\\\"date\\\":\\\"2017-12-23T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Other\\\",\\\"amount\\\":\\\"2.1M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"http:\\\\/\\\\/www.livemint.com\\\\/Companies\\\\/hRi3NrGbqzVMIsgW2FoKVO\\\\/Wipro-invests-205-million-in-Imanis-Data.html\\\",\\\"investors\\\":\\\"Wipro Technologies\\\"},{\\\"id\\\":\\\"58e4ddcda6da985dbcf7fc99\\\",\\\"date\\\":\\\"2017-04-04T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series C\\\",\\\"amount\\\":\\\"90M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.cohesity.com\\\\/press\\\\/cohesity-raises-90-million-series-c-funding\\\\/\\\",\\\"investors\\\":\\\"Google Ventures, Sequoia Capital, Cisco Investments, Hewlett Packard Enterprise, Accel, Battery Ventures, Qualcomm Ventures\\\"},{\\\"id\\\":\\\"59e6784da6da986edf311fb9\\\",\\\"date\\\":\\\"2015-08-11T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series A\\\",\\\"amount\\\":\\\"12M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"http:\\\\/\\\\/www.finsmes.com\\\\/2015\\\\/08\\\\/talena-secures-12m-in-financing.html\\\",\\\"investors\\\":\\\"Canaan Partners, ONSET Ventures, Wipro Ventures, Intel Capital\\\"},{\\\"id\\\":\\\"59e67bbfa6da986f721515d7\\\",\\\"date\\\":\\\"2015-06-17T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series B\\\",\\\"amount\\\":\\\"55M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.cohesity.com\\\\/press\\\\/cohesity-emerges-from-stealth-mode-with-70-million-in-venture-funding-to-deliver-smarter-more-efficient-secondary-storage\\\\/\\\",\\\"investors\\\":\\\"ARTIS Ventures, Qualcomm Ventures, Accel Partners, Battery Ventures, Google Ventures, Trinity Ventures\\\"},{\\\"id\\\":\\\"55c576a473696456d8fa3300\\\",\\\"date\\\":\\\"2013-12-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series A\\\",\\\"amount\\\":\\\"15M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Sequoia Capital, Wing Venture Capital\\\"}]\",\n            \"total_funding\": 687550000,\n            \"last_funding_round_date\": \"2020-04-09\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"177289\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Operations Support Analyst (Cohesity, Size: 1001-5000) [2024-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Operations Support Analyst (Cohesity)\",\n            \"position_2\": \"Associate Sales Operations Specialist (Veritas Technologies LLC)\",\n            \"position_3\": \"Business Consultant (Startupwala)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2022-06-01 - 2024-12-01\",\n            \"position_date_3\": \"2020-08-01 - 2022-06-01\",\n            \"education_1\": \"MIT World Peace University, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": \"All India Shivaji Memorial Societys Institute of Hotel Management and Catering Technology, Shivajinagar, Pune 411005, Bachelor of Science - BS, Hospitality Administration/Management\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2015-01-01 - 2018-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"cs@cohesity.com\",\n            \"position\": \"Sales Operations Support Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Dhruv\",\n            \"last_name\": \"Mehta\",\n            \"full_name\": \"Dhruv Mehta\",\n            \"linkedin\": \"https://www.linkedin.com/in/dhruv-mehta-3360b0229\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADklDNoBr_yLeZIHDUUViFRu5djBUz2cB7g,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Market Research Analyst\",\n            \"industry\": \"business consulting and services\",\n            \"email\": \"dhruv.mehta@iresearchservices.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 309,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"e-learning,business strategy,lead generation,business-to-business (b2b),new business development,negotiation,market analysis,business development,online lead generation,online research,customer engagement,project performance,project plans,project planning,attention to detail,multitasking,search engine optimization (seo),social media marketing,online marketing,youtube,commerce,market research analyst,market research,research skills,analytical skills,qualitative research,survey research,research analyst,executive services,sales,digital strategy,digital media,digital ,customer experience,customer support,english,communication,digital marketing,sports\",\n            \"twitter\": \"\",\n            \"about\": \"EXPERIENCE: \\n\\r\\nORGANIZATION: Mphasis \\r\\nCLIENT: Zions Bank, USA \\r\\nROLE: Answer phone calls within desired time frame to maintain SLA. Explain technical information in simple \\r\\nand in clear terms to non-technical backgrounds. Analyze and troubleshoot technical issues and create \\r\\nservice tickets to other departments when not able to resolve the issue. Accurately documenting the \\r\\ninteraction in tickets to maintain history. Review tickets from form and resolve or assign tickets to another \\r\\nsupport for resolution. Worked on a Remedy tool, Service-Now. \\r\\nRESPONSIBILITIES:\\r\\n• Logging incidents and service requests, \\n  categorizing and prioritizing them, and managing \\n  their life cycle as per guidelines. \\r\\n• Respond to customer queries via inbound calls, \\n  emails, and web tickets within defined SLA. \\r\\n• Classification Investigation, Troubleshooting and \\n   diagnosis of the incident. \\r\\n• Take ownership for an incident and act as the \\n   primary level of escalation. \\r\\n• Service Request Management, Monitoring and \\n  reporting \\n. . . . . . . . . . . . . . . . . . . . . . . . . . . . \\r\\nACHIEVEMENTS: Achieved Highest Contact Reach Certificate.\\n-----------------------------------------------------------------\\nORGANIZATION: Tech Mahindra \\r\\nCLIENT: Vodafone, Australia\\r\\n• Handling Australian Customers and helping on \\n  their service issues. \\r\\n• Network outage, Technical Recharge \\n  troubleshoots, High transaction in Recharges. \\r\\n• Identifying Fraud / Fishing related cases for \\n  customers and assist them for the same. \\r\\n• Looking for potential customer opportunities \\n  and offering them the best deals.\\n\\nAnd have also worked as Sales And Lead Generation Executive\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IResearch Services\",\n            \"company_link\": \"https://www.linkedin.com/company/iresearch-services\",\n            \"company_id\": \"https://www.linkedin.com/company/960617\",\n            \"company_domain\": \"iresearchservices.com\",\n            \"company_about\": \"𝗶𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗦𝗲𝗿𝘃𝗶𝗰𝗲𝘀 is a global B2B thought leadership and marketing agency that supercharges growth through the fusion of data-driven insight, expert guidance, and strategic activation. Our dedication to excellence has earned us numerous awards and accolades, including recognition as a People Leader of the Year for CEO Yogesh Shah at UK EXA in 2022, Community Impact and Corporate Foundation Awards at Business Charity Awards in 2022, Commitment to the Local Community Award at Better Society in 2022, Community Theme: Enable Your Community to Flourish at Managing Partners’ Forum Awards in 2022, and Best B2B Campaign for International Content Marketing Awards in 2021.\\n\\nWe take pride in our marketing-first approach and our reputation as experts in evidence-based research knowledge that empowers global brands across industry sectors to connect with their audiences, build digital trust and, in return, be respected as thought leaders. Our clients   (Accenture, BlackRock, Brandpie, Capgemini, Pegasystems, Philips, Thomson Reuters to name a few), span a diverse range of industries, including financial services, healthcare, professional services, technology, media, and telecoms (TMT). Additionally, we provide enterprise companies and their executives with unparalleled, innovative insights, helping them to generate demand, build influence, and enhance credibility.\\n\\nWe offer a comprehensive suite of services that include Research Advisory, Market Research, Editorial and Design Thinking as well as Distribution and Lead Generation. Our unique proprietary research methodologies and innovative technologies ensure our insights are independent, objective, and bespoke. \\n  \\nVisit our website for our latest, and first in a series of reports, interviewing over 4,000 business leaders highlighting how thought leadership can be a valuable tool to drive long-term value for company stakeholders. Download ‘Leading Lights: Origin Story' today.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"438\",\n            \"company_location_1\": \"London, England, United Kingdom\",\n            \"company_location_2\": \"North Marylebone, England, United Kingdom\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"London\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"129 marylebone road, london, england, united kingdom, nw1 5qd\",\n            \"company_postal_code\": \"NW1 5\",\n            \"company_phone\": \"+44912067253800\",\n            \"company_industry_1\": \"marketing and advertising\",\n            \"company_industry_2\": \"marketing services\",\n            \"company_industry_3\": \"information technology and services\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Market Research,Business Research,Survey Programming,CATI,CAWI,IDI,Survey Programming,Data Processing,Data Analysis,Reporting and Presentation,Project Management,Data mining,Thought Leadership,Content Marketing,Ideation,Lead Generation,Investment Research,Infographics,Marketing ,Marketing and Communications,Design,Content Analysis,White Space Analysis,Editorial,Data Visualization,Visual Storytelling,Data Insights,Insights,Project mapping,Project planning ,Bespoke content creation,Qualitative Data ,Qualitative Research,Quantitative Data,Quantitative Research,Data Science\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/iRS_Global, https://www.facebook.com/iresearchservices/\",\n            \"keywords\": \"project management, content marketing, market research, data analysis, data mining, thought leadership, data processing, quantitative, business research, qualitative, panel, cati, desk research, idi, info graphics, cawi, survey programming, telephonic research, reporting & presentation\",\n            \"annual_revenue\": \"10000000\",\n            \"technologies\": \"reCAPTCHA, Outlook, Mobile Friendly, Linkedin Marketing Solutions, Hubspot, Google Tag Manager, Cloudinary, Apache\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Research Analyst (iResearch Services, Size: 201-500) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Research Analyst (iResearch Services)\",\n            \"position_2\": \"Sales Associate (Tech Mahindra)\",\n            \"position_3\": \"Business Development Executive (BullMark Capital Ventures)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2023-10-01 - 2024-09-01\",\n            \"position_date_3\": \"2022-09-01 - 2022-12-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Commerce - BCom, Business/Commerce, General\",\n            \"education_2\": \"Digiperform, Digital Marketing , Digital \",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-06-01 - 2021-04-01\",\n            \"education_date_2\": \"2018-11-01 - 2019-02-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"dhruv.mehta@iresearchservices.com\",\n            \"position\": \"Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@iresearchservices.com\"\n        },\n        {\n            \"first_name\": \"Diksha\",\n            \"last_name\": \"Wavhal\",\n            \"full_name\": \"Diksha Wavhal\",\n            \"linkedin\": \"https://www.linkedin.com/in/diksha-wavhal-77b992179\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACpTZs8BBRDShTrn8rfKuvH5V_zsNLVurH8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Process Analyst\",\n            \"industry\": \"insurance\",\n            \"email\": \"diksha@linktr.ee\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 229,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"teamwork,english,property and casualty insurance,data management,data visualization,communication,written communication,analytics,visual basic,direct sales,kaizen,business analysis,microsoft office,microsoft word,microsoft powerpoint,microsoft power bi,problem solving,sales processes,team leadership,process definition,efficiency analysis,process assessment,process consulting,customer support,microsoft excel,process analysis\",\n            \"twitter\": \"\",\n            \"about\": \"An energetic, self motivated team member which hands on experience in Process Analysis, Integration and Customization. Expertise in preparing various documents.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Gallagher\",\n            \"company_link\": \"https://www.linkedin.com/company/gallagher-global\",\n            \"company_id\": \"https://www.linkedin.com/company/6547\",\n            \"company_domain\": \"linktr.ee\",\n            \"company_about\": \"Gallagher, a global insurance brokerage, risk management, and consulting firm, serves communities around the globe, helping clients address risk, protecting assets, and recovering from losses. The products and services we provide keep businesses and institutions running, and enable individuals and\\nfamilies to face their future with confidence. \\n\\nGallagher provides retail and wholesale property and casualty brokerage, alternative risk transfer services, employee benefit consulting, and actuarial services. Gallagher also offers claims and information management, risk control consulting and appraisal services, human resource consulting, and retirement services.\\n\\n\\nFollow us on social:\\nInstagram: http://instagram.com/gallagherglobal\\nFacebook: http://www.facebook.com/GallagherGlobal\\nTwitter:  https://twitter.com/GallagherGlobal\\nYouTube: https://www.youtube.com/GallagherGlobal\",\n            \"company_founded\": null,\n            \"company_size\": \"32461\",\n            \"company_location_1\": \"Rolling Meadows, Illinois, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Rolling Meadows\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Insurance,Risk Management,Consulting\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Process Analyst (Gallagher, Size: 10000+) [2022-10-01]\",\n            \"current_position_2\": \"Process Analyst (Gallagher, Size: 10000+) [2022-10-01] Roles & Responsibilities :\\n• Productive in work, volume, speed, quality and consistency.\\n• Responsible for preparing the documents (PRQ, SOI) as per tasks receives on the Simplex.\\n• Basically, I am updating the Policy details of Insured on the tool called Acturis as per the Policy\\nDocuments provided by Insurer.\\n• Preparing the PRQ/SOI documents for the Insurer post specific days/ months which includes\\nthe amendments in policy after renewal as per client requirements.\\n• Sending completion mail to the onshore team after the completion of task noting the\\nobservations.\\n• Track records in Excel Sheets for the future references.\\n• Preparing Kaizens to help the process improvement. Giving multiple kaizen ideas related\\nprocess which help to maintain quality and increase the production.\\n• Giving presentation to the team whenever new updates added in the process to make the\\nprocess easier.\",\n            \"current_position_3\": null,\n            \"position_1\": \"Process Analyst (Gallagher)\",\n            \"position_2\": \"Process Analyst (Gallagher)\",\n            \"position_3\": \"Sales Representative (HDB Financial Services Ltd.)\",\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": \"2022-10-01\",\n            \"position_date_3\": \"2019-10-01 - 2021-04-01\",\n            \"education_1\": \"DR. D. Y. Patil Vidyapeeth (DPU), Bachelor's degree, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2016-06-01 - 2018-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"diksha@linktr.ee\",\n            \"position\": \"Process Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Eashwarya\",\n            \"last_name\": \"Kashyap\",\n            \"full_name\": \"Eashwarya  Kashyap\",\n            \"linkedin\": \"https://www.linkedin.com/in/eashwarya-kashyap\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD8obNABVP-lM8plOvX4pO88oM7QMhOWUcU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate\",\n            \"industry\": \"accounting\",\n            \"email\": \"eashwaryakashyap@papertrue.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 980,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"customer satisfaction,emails ,sales presentations,negotiation,sales processes,direct sales,sales management,sales,outbound sales,lead generation,business-to-business (b2b),international sales,cold calling,financial analysis,financial projects,accounting standards,financial reporting,graphic design software,presentation skills,organization skills,microsoft word,interpersonal skills,teamwork,financial modeling,accounting,spreadsheets,python (programming language),communication,creativity skills,microsoft powerpoint,tableau,presentations,financial accounting,adobe illustrator,adobe photoshop,microsoft office,team coordination,leadership,autocad,microsoft excel,account management,business analytics\",\n            \"twitter\": \"\",\n            \"about\": \"Ambitious sales professional with 8+ months of hands-on experience in driving results through strategic planning, client relationship management, and innovative sales techniques. Skilled in lead generation, negotiation, and market analysis, with a passion for exceeding targets and delivering exceptional value to clients. Eager to contribute my expertise to a forward-thinking organization that values growth, innovation, and success.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"PaperTrue\",\n            \"company_link\": \"https://www.linkedin.com/company/papertrue\",\n            \"company_id\": \"https://www.linkedin.com/company/9310732\",\n            \"company_domain\": \"papertrue.com\",\n            \"company_about\": \"PaperTrue: AI-driven Language Solutions for Your Writing, Editing, and Publishing Needs\\n\\nWe deliver unmatched language solutions because we believe your words matter!\\n\\nWelcome to PaperTrue, where innovation meets precision, making way for advanced, cutting-edge language solutions. Backed by a solid history of delivering extensive language solutions, including AI-assisted editing, proofreading, and publishing services, for over a decade, PaperTrue stands proudly as a language services and solutions provider of choice today. Our commitment to growing with the changing times is seen in our latest product—AI-assisted editing and content writing solutions backed by human expertise.\\n\\nWith this, we have pioneered a new era of reliable and scalable services and solutions in the language space. Our vision is clear: we are focused on emerging as a premier AI-powered writing and editing Software as a Service (SaaS) provider. Experience the future of language solutions with us as we redefine the standards of precision and efficiency in writing, editing, and publishing.\\n\\nDriven by our love for language and powered by trailblazing technology, we are committed to transforming the writing and editing process for millions and millions of readers, writers, academicians, students, and professionals. Our aim is to make these services not only more efficient but also highly accessible to people worldwide.\\n\\nWhether you're a student hungry for academic excellence, a professional dealing with business communications, or an author refining your manuscript, PaperTrue is here to polish your content, bringing clarity and effectiveness to every word.\",\n            \"company_founded\": 2014,\n            \"company_size\": \"74\",\n            \"company_location_1\": \"Singapore, Singapore\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Singapore\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+18556102930\",\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": \"writing and editing\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"AI,Editing,SaaS,Writing Assistant,Proofreading,Technology,Publishing\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/paper_true, http://www.facebook.com/papertrue, http://angel.co/papertrue\",\n            \"keywords\": \"information technology, consumer internet, internet, e-commerce, professional services, proofreading, manuscript editing, dissertation, typesetting, editorial services, spelling, grammar, sentence structure, punctuation, thesis proofreading, manuscript proofreading, cv proofreading, research proofreading, book editing & design, terminology check, journalspecific formatting\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"180165\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (PaperTrue, Size: 51-200) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (PaperTrue)\",\n            \"position_2\": \"Finance Internship (Coal India Limited)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2023-06-01 - 2023-08-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Ramachandran International Institute Of Management (RIIM Pune)\",\n            \"education_2\": \"Ranchi University, Bachelor of Commerce - BCom, Accounts and finance\",\n            \"education_3\": \"Delhi Public School, Ranchi, CBSE\",\n            \"education_date_1\": \"2022-01-01 - 2024-01-01\",\n            \"education_date_2\": \"2019-04-01 - 2022-10-01\",\n            \"education_date_3\": \"2007-04-01 - 2019-03-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"eashwaryakashyap@papertrue.com\",\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ignatius\",\n            \"last_name\": \"Cardoz\",\n            \"full_name\": \"Ignatius Cardoz\",\n            \"linkedin\": \"https://www.linkedin.com/in/ignatius-cardoz-41078b2a3\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAElDmIwBjYpnbQvclZFBsxKHQgdgyUzT_LM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Business Development Executive at Inventive SMi\",\n            \"industry\": \"advertising services\",\n            \"email\": \"ic@inventive-smi.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 637,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"setting appointments,sales management,research skills,microsoft excel,business-to-business (b2b),marketing analytics,sales campaigns,email marketing,marketing,sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 3 months \",\n            \"time_in_company\": \"1 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Bython\",\n            \"company_link\": \"https://www.linkedin.com/company/bython\",\n            \"company_id\": \"https://www.linkedin.com/company/13317856\",\n            \"company_domain\": \"bython.com\",\n            \"company_about\": \"Bython’s purpose is to provide demand generation solutions that foster meaningful connections, drive tangible results, and create a positive return as we strive to be “Always On” for our customers.\\n\\nWe take a consultative approach to enterprise and agency customer with a suite of highly personalized capabilities allowing marketing and sales to take control over demand generation outcomes across campaigns. Bython is always on it helping you develop and execute campaigns your way with full transparency. Our demand generation services are bolstered by custom marketing solutions developed for our partner’s unique needs. We believe the right use of data, technology, media, and marketing at the right time has a strong ability to build and improve quality customer relationships and ensure high engagement that converts.\\n\\nFounded in 2012, Bython is a leading demand generation publishing and marketing company in Frisco, TX with a global presence in the United Kingdom, India, Mexico and APAC. We provide marketing services to enterprise and agency companies across all industries and geographies.\\n\\nIn addition, we have developed the Byonic platform that includes innovative technologies allowing the delivery of proactive B2B services for demand generation encompassing data intelligence.\",\n            \"company_founded\": 2012,\n            \"company_size\": \"51\",\n            \"company_location_1\": \"Frisco, Texas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Frisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+12142957705\",\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": \"advertising services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Buyer's Journey and Content Mapping,Marketing Strategy,Digital Media,Digital Marketing,Lead Management,Traditional Content Syndication,Full Funnel Demand Generation,Account Based Marketing,media publishing,lead generation,marketing solutions\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/bythonmediainc, https://facebook.com/BythonMediaInc/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Professional (Bython, Size: 51-200) [2023-11-01]\",\n            \"current_position_2\": \"Senior Business Development Executive (Inventive SMi, Size: 201-500) [2023-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Professional (Bython)\",\n            \"position_2\": \"Senior Business Development Executive (Inventive SMi)\",\n            \"position_3\": \"Executive (Ziff Davis Performance Marketing)\",\n            \"position_date_1\": \"2023-11-01\",\n            \"position_date_2\": \"2023-10-01\",\n            \"position_date_3\": \"2021-02-01 - 2023-09-01\",\n            \"education_1\": \"ST. JOSEPH'S INSTITUTE OF TECHNOLOGY, OMR, Mechanical, Mechanical Engineering\",\n            \"education_2\": \"Don Bosco School, High school, General Studies\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2017-12-01\",\n            \"education_date_2\": \"2000-01-01 - 2012-12-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ic@inventive-smi.com, ignatius@bython.com\",\n            \"position\": \"Sales Professional\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ijaj\",\n            \"last_name\": \"Bargir\",\n            \"full_name\": \"Ijaj Bargir\",\n            \"linkedin\": \"https://www.linkedin.com/in/ijaj-bargir-26a8b6219\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADcg1PIBZ6MtcCovuo-C8MZq4zpefgpX3vU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Technical Sales Engineer Rieter||GET Rieter ||B.TECH Man Made Textile Technology ||Diploma in Textile Manufacturers.\",\n            \"industry\": \"textile manufacturing\",\n            \"email\": \"ijaj.bargir@rieter.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 708,\n            \"location\": \"Kolhapur, Maharashtra, India\",\n            \"skills\": \"global customer service,techno-commercial,technical support,driving results,post-sales,inside sales management,post-sales support,microsoft excel,sales processes,production planning,spinning,english,engineering,communication,training,strategy,problem solving,research,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Being textile technologist . I want enrich the value addition to Indian textile industry by an up comprising individual in keeping up the quality of the Indian textile material in global scenario.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"2 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Rieter\",\n            \"company_link\": \"https://www.linkedin.com/company/rieter\",\n            \"company_id\": \"https://www.linkedin.com/company/15341\",\n            \"company_domain\": \"rieter.com\",\n            \"company_about\": \"Rieter is the world’s leading supplier of systems for manufacturing yarn from staple fibers in spinning mills. Based in Winterthur (Switzerland), the company develops and manufactures machinery, systems and components used to convert natural and man-made fibers and their blends into yarns in the most cost-efficient manner. Cutting-edge spinning technology from Rieter contributes to sustainability in the textile value chain by minimizing the use of resources. Rieter has been in business for more than 225 years, has 18 production locations in ten countries and employs a global workforce of around 4 800, about 16% of whom are based in Switzerland. Rieter is listed on the SIX Swiss Exchange under ticker symbol RIEN.\\n\\nThe company comprises three business groups: \\nThe Business Group Machines & Systems develops, produces and distributes new equipment as spinning systems or as single machines.\\n\\nThe Business Group Components develops, produces and distributes technology components, precision winding machines as well as solutions for the production of filament yarns and nonwoven fabrics.\\n\\nThe Business Group After Sales develops, produces and distributes spare parts for Rieter machines as well as building conversions and modernizations.\",\n            \"company_founded\": null,\n            \"company_size\": \"2517\",\n            \"company_location_1\": \"Switzerland\",\n            \"company_location_2\": \"Winterthur, Zurich, Switzerland\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"8406 Winterthur\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"industrial machinery manufacturing\",\n            \"company_industry_2\": \"machinery manufacturing\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Spinning Machines,Premium Textile Components,Precision Winding Machines\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Engineer (Rieter, Size: 1001-5000) [2023-07-01]\",\n            \"current_position_2\": \"Sales (Rieter, Size: 1001-5000) [2022-07-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Engineer (Rieter)\",\n            \"position_2\": \"Sales (Rieter)\",\n            \"position_3\": \"Technical Professional (Indocount pvt.Ltd kolhapur )\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2022-07-01\",\n            \"position_date_3\": \"2021-11-01 - 2021-12-01\",\n            \"education_1\": \"DKTE'S Textile and Engineering Institute - An Autonomous Institute, Bachelor of Technology - BTech, Man Made Textile Technology \",\n            \"education_2\": \"DKTE'S Textile and Engineering Institute - An Autonomous Institute, Diploma in Textile Manufacturers , Textile \",\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": \"2016-06-01 - 2019-06-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ijaj.bargir@rieter.com\",\n            \"position\": \"Sales Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jayshil\",\n            \"last_name\": \"Desai\",\n            \"full_name\": \"Jayshil Desai\",\n            \"linkedin\": \"https://www.linkedin.com/in/jayshil-desai\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADdyJgEBBWhgEm4qXe_KwP3CvQgCI0tuV9Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business planning | Investor | Sales | Project management | Customer operations |\",\n            \"industry\": \"business consulting and services\",\n            \"email\": \"jayshil.desai@eclerx.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 767,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"operations management,microsoft office,planning,email,social media,sales & marketing,hospitality,functionality,business development,business analysis,project management,administration,business administration,business planning,sales,english,communication,problem solving,leadership,management,human resources (hr),recruiting\",\n            \"twitter\": \"\",\n            \"about\": \"As a dedicated and versatile professional, I have gained expertise in various areas of business, including customer service, project management, operations management, and business planning. My excellent organizational and time-management skills enable me to work efficiently in a fast-paced environment, while my strong communication and interpersonal skills help me to collaborate effectively with colleagues and stakeholders.\\n\\nI have a talent for identifying the root cause of issues, and my problem-solving skills have proven valuable in my roles as a store associate and intern in Kolhapur, Maharashtra. In these positions, I managed employee onboarding and development, actively managed P&L to meet targets, and worked to prevent inventory control issues. I learned key product information and maintained an inviting store appearance to deliver a positive shopping experience.\\n\\nMy education in business studies from The New College, Shivaji University in Kolhapur, Maharashtra provided extensive training and modern business knowledge, including a mini-project studying the industry. My academic excellence in physics, chemistry, English, mathematics, and IT in my higher secondary schooling at Shri Balavantrao Yadav College in Peth Vadgaon, Maharashtra, showcases my dedication to excellence in all areas of education.\\n\\nFluent in English, Hindi, and Marathi, I possess the ability to communicate effectively with diverse audiences. Additionally, I am certified in Foundations in Project Management from Coursera, have successfully completed the TCS iON Career Edge - Young Professional program, and have completed an internship in sales associate and customer service executive roles.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"EClerx\",\n            \"company_link\": \"https://www.linkedin.com/company/eclerx\",\n            \"company_id\": \"https://www.linkedin.com/company/17312\",\n            \"company_domain\": \"eclerx.com\",\n            \"company_about\": \"eClerx is a productized services company, bringing together people, technology and domain expertise to amplify business results. Our mission is to set the benchmark for client service and success in our industry. Our vision is to be the innovation partner of choice for technology, data analytics and process management services.\",\n            \"company_founded\": 2000,\n            \"company_size\": \"15846\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"29 Bank Street, Fort, Mumbai, Maharashtra, IN, 400 023\",\n            \"company_postal_code\": \"400023\",\n            \"company_phone\": \"+9112125514150\",\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Knowledge Process Outsourcing,Business Process Outsourcing,Financial Services,Digital Services,Cable & Telecom,Back Office Outsourcing,Web Analytics,Social Media,eCommerce Operations,CRM,Master Data Management (MDM),Digital Analytics\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"https://twitter.com/eClerx, https://www.facebook.com/eclerxservices\",\n            \"keywords\": \"financial services, social media, web analytics, telecom, crm, digital analytics, business process outsourcing, master data management, digital services, cable, knowledge process outsourcing, ecommerce operations, back office outsourcing\",\n            \"annual_revenue\": \"324354000\",\n            \"technologies\": \"Hubspot, Salesforce, BambooHR, reCAPTCHA, YouTube, WordPress.org, Vimeo, Route 53, Mobile Friendly, Google Tag Manager, Google Font API, Eloqua, DNS Made Easy, Bluekai\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"35370\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Analyst (eClerx, Size: 10000+) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Analyst (eClerx)\",\n            \"position_2\": \"Sales Associate (Pise Elector World)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2020-07-01 - 2020-10-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"New College, Kolhapur, Bachelor of Business Administration - BBA, Business Administration and Management, General\",\n            \"education_2\": \"Shri Balavantrao Yadav Junior College of Science -Peth vadgaon, HSC, Science\",\n            \"education_3\": \"Holy Mother English Medium School, Secondary school certificate\",\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"jayshil.desai@eclerx.com\",\n            \"position\": \"Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@eclerx.com\"\n        },\n        {\n            \"first_name\": \"Jhilik\",\n            \"last_name\": \"Mondal\",\n            \"full_name\": \"Jhilik Mondal\",\n            \"linkedin\": \"https://www.linkedin.com/in/jhilik-mondal-480701211\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADWs7WABXimfGMmDf0seT_1_iGnyOeDLSls,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Recruitment Specialist at ADP\",\n            \"industry\": \"human resources services\",\n            \"email\": \"jhilik_mondal@adp.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 7038,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"recruiting\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ADP\",\n            \"company_link\": \"https://www.linkedin.com/company/adp\",\n            \"company_id\": \"https://www.linkedin.com/company/1463\",\n            \"company_domain\": \"adp.com\",\n            \"company_about\": \"Designing better ways to work through cutting-edge products, premium services and exceptional experiences that enable people to reach their full potential. HR, Talent, Time Management, Benefits and Payroll. Informed by data and designed for people.\",\n            \"company_founded\": null,\n            \"company_size\": \"67762\",\n            \"company_location_1\": \"Roseland, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Roseland\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"human resources services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Human Capital Management,HR BPO,Payroll and Tax Services,PEO,Retirement,Talent Management,Human Resource Management,Tax and Compliance,Benefits Administration,Payment Solutions,Time and Attendance,Health Care Reform,ACA Affordable Care Act\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Recruitment Specialist (ADP, Size: 10000+) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Recruitment Specialist (ADP)\",\n            \"position_2\": \"Recruitment Specialist (ADP)\",\n            \"position_3\": \"Sales Associate (Ziff Davis)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2021-04-01 - 2024-09-01\",\n            \"position_date_3\": \"2020-02-01 - 2020-12-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"jhilik_mondal@adp.com\",\n            \"position\": \"Senior Recruitment Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Joy\",\n            \"last_name\": \"Lopis\",\n            \"full_name\": \"Joy Lopis\",\n            \"linkedin\": \"https://www.linkedin.com/in/joy-lopis\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADXUkRkBqp4MZnYwehqGRZQdlf2D_w5zgfo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Associate Pre-Sales Engineer @CISCO || CCNA Certified\",\n            \"industry\": \"technology, information and internet\",\n            \"email\": \"jlopis@cisco.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 845,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"research skills,training,team leadership,saas sales,business solution,technical demonstrations,product knowledge,data interpretation,client relations,business relationship management,business planning,lusha b2b lead enrichment,hunting,sales analysis,client presentation,written communication,technical presales,software as a service (saas),go-to-market strategy,sales development,objection handling (sales),new business opportunities,lead qualification,sales management,business-to-business (b2b),sales and marketing,object-oriented programming (oop),databases,data analytics,mathematics,qualifying opportunities,calculations,bill of materials,electrical wiring,pre-sales support ,automation,customer support,technical support,customer requirements,product demonstration,network security,customer base,small business sales,direct sales,relationship building,organization skills,interpersonal communication,network design,customer interaction,pre/post sales engineers,vendor relations,teamwork,channel partners,account planning,account management,solution selling,technical presentations,professional skills,demos,customer contact,presales technical support,customer satisfaction,business development,inside sales,sales engineering,troubleshooting,system administration,presentations,presentation skills,technical sales,interpersonal skills,customer service,ac/dc,customer-focused service,systems engineering,problem solving,creative problem solving,networking,communication,english\",\n            \"twitter\": \"\",\n            \"about\": \"Hi, I'm Joy Lopis, a Pune-based professional dedicated to solving IT challenges for small and medium businesses. As an Associate Pre-sales Engineer at Cisco Systems, I have the opportunity to dive deep into networking and excel in sales presentations, significantly boosting our sales revenue.\\n\\nWith a strong foundation in networking protocols and exceptional communication skills, I specialize in making complex technical information accessible and useful for clients. I am continuously learning and currently advancing my skills through CCNA training.\\n\\nIn my role, I focus on designing tailored IT solutions and creating compelling technical proposals, always striving for excellence and building lasting client relationships. Let's connect to explore innovative tech solutions for your business.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"1 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cisco\",\n            \"company_link\": \"https://www.linkedin.com/company/cisco\",\n            \"company_id\": \"https://www.linkedin.com/company/1063\",\n            \"company_domain\": \"cisco.com\",\n            \"company_about\": \"Cisco is the worldwide technology leader that securely connects everything to make anything possible. Our purpose is to power an inclusive future for all by helping our customers reimagine their applications, power hybrid work, secure their enterprise, transform their infrastructure, and meet their sustainability goals. \",\n            \"company_founded\": null,\n            \"company_size\": \"88090\",\n            \"company_location_1\": \"San Jose, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Jose\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Networking,Wireless,Security,Unified Communication,Cloud,Collaboration,Data Center,Virtualization,Unified Computing Systems,Artificial Intelligence,Observability,Sustainability,Computing,Software,Services (CX)\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Pre-Sales Engineer (Cisco, Size: 10000+) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Pre-Sales Engineer (Cisco)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Sinhgad Institute of Technology & Science, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_2\": \"St. Vincent's High School\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-06-01 - 2022-05-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"jlopis@cisco.com\",\n            \"position\": \"Associate Pre-Sales Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Lalit\",\n            \"last_name\": \"Taneja\",\n            \"full_name\": \"Lalit Taneja\",\n            \"linkedin\": \"https://www.linkedin.com/in/lalit-taneja-37b69b74\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAA_DbU8B0I-sBylKgB1wiwSpe2LxxTrxd_I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Warehouse Operations and Logistics Head at The Man Company\",\n            \"industry\": \"manufacturing\",\n            \"email\": \"lalit@themancompany.com\",\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1609,\n            \"location\": \"Faridabad, Haryana, India\",\n            \"skills\": \"data visualization,data management,adaptation,leadership,teamwork,logistics management,microsoft office\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 7 months \",\n            \"time_in_company\": \"5 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"The Man Company\",\n            \"company_link\": \"https://www.linkedin.com/company/the-man-company\",\n            \"company_id\": \"https://www.linkedin.com/company/13180481\",\n            \"company_domain\": \"themancompany.com\",\n            \"company_about\": \"The Man Company is your ultimate one-stop solution into becoming a gentleman: a man of refreshing candor who is known for his well-made scent statements.\\n\\nThe Man Company was conceived in honour of the modern men who look and feel their very best.\\n\\nWe believe that becoming a gentleman is a journey rather than a destination. And we’ve resolved to accompany all aspiring gentlemen to be their constant companion. \\n\\nSince our inception, we’ve been creating wonders by the grace of nature to offer the world with the best in age and class of grooming. With the intention of bringing nature’s magic to the world, we now boast of a celebrated range of grooming essentials, artistically formulated and exclusively curated to help the men of today take the world in their stride.\\n\\nEntirely free of harmful chemicals and enthusiastically infused with premium essential oils, we’ve devised a product range that is meticulous about our customer’s aesthetic improvement. The core of our offerings lies in the quality and richness of handpicked natural ingredients. Free of SLS and Parabens, our products were formulated to make sure you got the harm-free royal treatment you deserve\",\n            \"company_founded\": 2015,\n            \"company_size\": \"235\",\n            \"company_location_1\": \"Gurugram, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurgaon\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"526\",\n            \"company_postal_code\": \"122018\",\n            \"company_phone\": \"+918527765242\",\n            \"company_industry_1\": \"health, wellness and fitness\",\n            \"company_industry_2\": \"personal care product manufacturing\",\n            \"company_industry_3\": \"manufacturing\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/themancompany, https://m.facebook.com/Themancompany/, http://angel.co/themancompany\",\n            \"keywords\": \"information technology, consumer internet, internet, e-commerce, men, subscription businesses, fast-moving consumer goods\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"86879\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Warehouse Operations and Logistics Head (The Man Company, Size: 201-500) [2021-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Warehouse Operations and Logistics Head (The Man Company)\",\n            \"position_2\": \"Operations Manager (The Man Company)\",\n            \"position_3\": \"Head Of Sales and Operations (Macgrow Technologies)\",\n            \"position_date_1\": \"2021-07-01\",\n            \"position_date_2\": \"2019-07-01 - 2021-07-01\",\n            \"position_date_3\": \"2018-05-01 - 2019-05-01\",\n            \"education_1\": \"YMCA UNIVERSITY OF SCIENCE AND TECHNOLOGY, Bachelor’s Degree, Mechanical Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"lalit@themancompany.com\",\n            \"position\": \"Warehouse Operations and Logistics Head\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Majid\",\n            \"last_name\": \"Shaikh\",\n            \"full_name\": \"Majid Shaikh\",\n            \"linkedin\": \"https://www.linkedin.com/in/majid-shaikh-08a944280\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAER7i2oB_8HcDp0-WNwi4uH-eRq6d3xtLxk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Work smarter not harder\",\n            \"industry\": \"advertising services\",\n            \"email\": \"majid.s@demandmediabpm.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1278,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"primary research,data collection,research skills,data scraping,helping to team members,data analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Demand Media BPM LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/demand-media-bpm-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/78328693\",\n            \"company_domain\": \"demandmediabpm.com\",\n            \"company_about\": \"Demand Media specializes in a wide range of data driven B2B marketing services geared towards promoting SaaS offerings. \\n\\nOur marketing experts ace demand gen which enables them to devise, nurture and efficiently execute customized marketing plans to resonate with your brand persona.\",\n            \"company_founded\": 2020,\n            \"company_size\": \"102\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \" B2B Marketing Solutions, List Building and Email Marketing, Lead Generation, Demand Generation, Content Syndication, Online Lead Generation, Market Research Solution, Account Based Marketing, Market Research, Appointment Setting, Lead Nurturing, Marketing Automation, ROI Marketing and Sales Strategies, B2B Lead Generation, Webinar Promotion, B2B Marketing Company, Intent Based Marketing, Email Marketing Services, Inbound Marketing, Data Research, and ABM,BPO,Cost Reduction,Efficiency,Backoffice\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"lead generation, appointment setting, inbound marketing, account based marketing, bpo, market research, marketing automation, demand generation, efficiency, cost reduction, abm, lead nurturing, b2b lead generation, online lead generation, content syndication, backoffice, data research, webinar promotion, intent based marketing, b2b marketing solutions, email marketing services, market research solution, list building & email marketing, roi marketing & sales strategies, b2b marketing company\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Mobile Friendly, Microsoft-IIS, Google Font API, Google Apps, GoDaddy Hosting, Gmail, Bootstrap Framework, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr.Data and Research Analyst (Demand Media BPM LLP, Size: 51-200) [2023-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr.Data and Research Analyst (Demand Media BPM LLP)\",\n            \"position_2\": \"Research Analyst (Demand Media BPM LLP)\",\n            \"position_3\": \"Sales Representative (Altruist Technologies Pvt. Ltd.)\",\n            \"position_date_1\": \"2023-02-01\",\n            \"position_date_2\": \"2022-06-01 - 2023-01-01\",\n            \"position_date_3\": \"2021-06-01 - 2022-05-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"majid.s@demandmediabpm.com\",\n            \"position\": \"Sr.Data and Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Moreshwar\",\n            \"last_name\": \"J\",\n            \"full_name\": \"Moreshwar J.\",\n            \"linkedin\": \"https://www.linkedin.com/in/moreshwar-j-1036b5116\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABzvhVMBPIJpXQdI3GxM38P-URaO1quUC9o,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales professional\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"moreshwar@laquantatechnology.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2104,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"marketing,marketing strategy,customer service,electronics,modeling,project management,mechanical engineering,ptc creo,microsoft office,autocad,c,microsoft excel,microsoft powerpoint,microsoft word,management,team management,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Technical Sales Engineer\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"7 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"La Quanta Technology\",\n            \"company_link\": \"https://www.linkedin.com/company/laquantatechnology\",\n            \"company_id\": \"https://www.linkedin.com/company/13399895\",\n            \"company_domain\": \"laquantatechnology.com\",\n            \"company_about\": \"We are vendor neutral Instrumentation and Controls system integrator.  Our areas of expertise are: Process Control & Automation, Industrial Internet of Things (IIOT), Flow metering and Custody transfer, Instrument Selection and Control System design, Legacy  Controls Migration, Process Gas Analyzers, Gas Mixers  etc.\\nWe are authorized sales and service channel partners for LT Gasetechnik, Germany products for Indian Territory.\\nCryogenic, Non Cryogenic small and medium sized Nitrogen, Oxygen and SMR based H2 small plant O & M Service provider. We under take long and short term O & M Contracts.\",\n            \"company_founded\": null,\n            \"company_size\": \"50\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"automation machinery manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Development Manager (La Quanta Technology, Size: 11-50) [2022-10-01] Lead sales efforts for process automation solutions, driving revenue growth and market expansion.\\n Develop and implement sales strategies to achieve targets and penetrate new markets.\\n Relationship Building: As a sales engineers act as trusted advisors, nurturing strong client\\nrelationships and ensuring customer satisfaction.\\n Prepare and deliver compelling proposals and presentations to clients, highlighting the value\\nproposition of automation solutions.\\n Internal Collaboration: As a sales engineer need to work closely with internal teams to align customer\\nneeds with company offerings, contributing to overall success and product improvement.\\n Monitor industry trends, competitive landscape, and customer feedback to inform sales strategies.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Development Manager (La Quanta Technology)\",\n            \"position_2\": \"Sales Associate (Perennial Systems)\",\n            \"position_3\": \"Sales Engineer (Best Engineering Aids & Consultancies)\",\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": \"2021-05-01 - 2022-09-01\",\n            \"position_date_3\": \"2019-04-01 - 2019-12-01\",\n            \"education_1\": \"All India Shivaji Memorial Societys College of Engineering, Pune, Bachelor of Engineering, Mechanical Engineering\",\n            \"education_2\": \"SSPMS DAY SCHOOL AND JR COLLEGE, H.S.C\",\n            \"education_3\": \"SSPMS DAY SCHOOL AND JR COLLEGE, S.S.C\",\n            \"education_date_1\": \"2011-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2009-01-01 - 2011-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"moreshwar@laquantatechnology.com\",\n            \"position\": \"Business Development Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Muhammad\",\n            \"last_name\": \"Muddassir\",\n            \"full_name\": \"Muhammad Muddassir\",\n            \"linkedin\": \"https://www.linkedin.com/in/muhammad-muddassir-69b24238\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAAfdrVcBkLoHrtO1co6g3buhCTY7Qij8uCQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales and Marketing,\",\n            \"industry\": \"food and beverage manufacturing\",\n            \"email\": \"muddassir@foodsandinns.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2979,\n            \"location\": \"Nasik, Maharashtra, India\",\n            \"skills\": \"sales and marketing,hr management,human resource management,strategic human resource planning,society for human resource management (shrm),industrial safety,industrial hygiene,security,labor relations,workplace safety,environment, health, and safety (ehs),quality, health, safety, and environment (qhse),health & safety,ehs engineering,management information systems (mis),team management,recruiting,performance management,human resources (hr),hr policies,employee relations,personnel management,industrial relations\",\n            \"twitter\": \"\",\n            \"about\": \"Hi Every one \\nI am Muhammad Muddassir Allauddin , I am working as an Executive HR,IR and Admin in M/s. Foods And Inns Ltd, Gonde village, Tal - Sinnar, Dist - Nashik .from 02 May 2015 to till date.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"9 years 9 months \",\n            \"time_in_company\": \"9 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Foods and Inns Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/foodsandinns\",\n            \"company_id\": \"https://www.linkedin.com/company/13213281\",\n            \"company_domain\": \"foodsandinns.com\",\n            \"company_about\": \"Foods and Inns Ltd a PLC quoted in Stock Exchanges in India is a multi-locational manufacturer started in 1940 primarily into the business of processing and marketing globally Fruit Pulps, Concentrates, Spray Dried Fruit & Vegetable Powders and a of range of Frozen Fruit Purees & IQF Vegetables & Snacks. The Company is recognized as a Star Trading House by Govt. of India and is regularly recipient of awards for its contribution to Food Processing industry. \\r\\n\\r\\n\\r\\nThe Company’s products are exported to Beverages, Dairies & Food Service buyers mainly in Europe& Japan which contribute 70% of its sales and balance to Indian & Middle Eastern markets. \\r\\n\\r\\nIn 2014 Company’s market share of exports from India was 26% for tropical fruit pulps and concentrate.   \\r\\n\\r\\n\\r\\n\\r\\nProduct range includes tropical fruit purees and concentrates of Mango, Guava, Papaya and recently commissioned lines for Tomato Paste, Flavor Compounds & Natural Fruit & Vegetable Powders.  \\r\\n\\r\\n\\r\\nCompany has at present 9 manufacturing lines for aseptic, canning, spray dried & frozen products with capacity of 150,000 MT of fruits & vegetables which are located in the southern & western parts of India close to growing regions.\\r\\n\\r\\nCompany has accreditation through its certification programme for FSSC 22000 (version 2013), IS0 9001, SGF, SGP, SEDEX, EIA license, US FDA registration, Company has a tie up with a leading internationally recognised lab from Europe for online composite sampling during its  production season.\\r\\n\\r\\nThe farmer supplier partners have participated in the Global Gap, Rain Forest & Organic certification programmes of the Company.   \\r\\n\\r\\nCompany is the first food Company in India to be certified under CSR programme by a Danish independent agency.\\r\\n\\r\\nRecently the Company has setup a R&D and central quality monitoring lab  for supporting its various manufacturing plants for complying the certification and quality assurance standards.\",\n            \"company_founded\": null,\n            \"company_size\": \"227\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"food and beverage services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Executive HR,IR and Admin at Foods and Inns Ltd (Foods and Inns Ltd, Size: 201-500) [2015-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Executive HR,IR and Admin at Foods and Inns Ltd (Foods and Inns Ltd)\",\n            \"position_2\": \"Human Resources Coordinator (Educomp Foundation)\",\n            \"position_3\": \"CPM India Sales & Market Pvt. Ltd. (CPM India)\",\n            \"position_date_1\": \"2015-05-01\",\n            \"position_date_2\": \"2011-06-01 - 2015-04-01\",\n            \"position_date_3\": \"2009-01-01 - 2010-12-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Master of Business Administration - MBA, Human Resources Management/Personnel Administration, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2013-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"muddassir@foodsandinns.com\",\n            \"position\": \"Executive HR,IR and Admin at Foods and Inns Ltd\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nilesh\",\n            \"last_name\": \"Vinchurkar\",\n            \"full_name\": \"Nilesh Vinchurkar\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilesh-vinchurkar-3847a1269\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEHKVtQBFzLR_XQvrOy0eEYYSkupcYPZv5w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"HR & Admin Trainee | Godrej Industries | Godrej Agrovet | Godrej Cattle Genetics Pvt Ltd\",\n            \"industry\": \"human resources services\",\n            \"email\": \"nilesh.vinchurkar@godrejagrovet.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1415,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"recuitment and staffing,employee relations,performance management,compensation & benefits,complaince,generalist profile,labor and employment law,records management,microsoft powerpoint,employer branding,training and development (hr),language skills,organizational management,administrative assistance,databases,phone screens,sourcing,training coordination,social influence,employee training,analytical skills,administrative processes,conflict resolution,oral communication,leadership development,talent management,labor relations,key performance indicators,coaching,action planning,onboarding,critical thinking,problem solving,training,english,presentations,rate negotiation,customer-focused selling,customer satisfaction,confidentiality,office administration,social media,appointment scheduling,hiring,recruiting,document preparation,microsoft excel,generalists,teamwork,negotiation,human resources (hr),strategic planning,communication,startups,professional courses,sales,marketing,presentation skills,public speaking,interpersonal skills,microsoft word\",\n            \"twitter\": \"\",\n            \"about\": \"\\\"Enthusiastic and detail-oriented HR professional with a solid foundation in human resources principles and practices gained through coursework and internships. Proficient in conducting recruitment processes, organizing employee training programs, and assisting with HR administrative tasks. Demonstrated ability to communicate effectively and collaborate with team members to achieve departmental goals.\\\"\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Godrej Agrovet Limited\",\n            \"company_link\": \"https://www.linkedin.com/company/godrej-agrovet-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/59177\",\n            \"company_domain\": \"godrejagrovet.com\",\n            \"company_about\": \"Godrej Agrovet is a diversified, Research & Development focused agri-business company, dedicated to improving the productivity of Indian farmers by innovating products and services that sustainably increase crop and livestock yields. We hold leading market positions in the different businesses in - Animal Feed, Crop Protection, Oil Palm, Dairy and Poultry and Processed Foods.\\n\\nOur Animal Feed business is one of the largest organised players in the Compound Feed market in India, with annual sales of more than a million tonnes across cattle, poultry, aqua feed and specialty feed. \\n\\nOur teams have worked closely with Indian farmers to develop over 61,700 hectares of smallholder Oil Palm Plantations to bridge the demand and supply of edible oil. We have plantations across Andhra Pradesh, Goa, Gujarat, Orissa, Tamil Nadu, Maharashtra and Chhattisgarh. \\n\\nIn our Crop Protection business, we meet the niche requirement of farmers through innovative agrochemical offerings. Our portfolio offers a range of products that cover the entire life-cycle of a crop. \\n\\nContinuing the business growth story, we acquired promoter holding in Astec Life Sciences Limited in 2015. Astec is a business to-business tech, bulk manufacturer of fungicides in India.\\n\\nWe acquired controlling stake in Cream Line Dairy Products, a leading Dairy player in South India. The company has significant presence in Andhra Pradesh, Telangana, Tamil Nadu, Karnataka and Maharashtra, under the Jersey Brand name.\\n\\nIn 2004, we entered into a joint venture with the Advanced Chemical Industries Limited (ACI) Group from Bangladesh, to manufacture and sell Compound Feed. The ACI-Godrej Agrovet joint venture ranks among the top three feed companies, across all categories in Bangladesh.\\n\\nOur poultry business, Godrej Tyson Foods, best known for two brands, Real Good Chicken and Yummiez, is a joint venture with Tyson Foods, one of the largest poultry processing companies in the world.\",\n            \"company_founded\": 1992,\n            \"company_size\": \"3862\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"3rd floor godrej one eastern express hwy pirojshanagar vikhroli, mumbai, maharashtra, india\",\n            \"company_postal_code\": \"400079\",\n            \"company_phone\": \"+912225188010\",\n            \"company_industry_1\": \"agriculture\",\n            \"company_industry_2\": \"farming\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Animal Feed,Oil Palm,Agrochemicals,Poultry Feed,Frozen Chicken,Aqua Feed,Dairy,Crop Protection,Life Science,Livestock,Fishery,Seeds,Research & Developement,Frozen Foods\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"https://facebook.com/Godrej-Agrovet-Limited-317328054973778/\",\n            \"keywords\": \"research, life science, livestock, crop protection, seeds, animal feed, dairy, developement, fishery, frozen foods, frozen chicken, agrochemicals, poultry feed, oil palm, aqua feed\",\n            \"annual_revenue\": \"859503000\",\n            \"technologies\": \"Outlook, Mobile Friendly, Microsoft-IIS, Microsoft Office 365, Microsoft Azure Hosting, Google Analytics, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"810686\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"HR & Admin (Godrej Agrovet Limited, Size: 1001-5000) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"HR & Admin (Godrej Agrovet Limited)\",\n            \"position_2\": \"Human Resources Intern (VLMS Global Healthcare)\",\n            \"position_3\": \"Human Resources Intern (Verified Market Research®)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2023-06-01 - 2023-08-01\",\n            \"position_date_3\": \"2023-06-01 - 2023-08-01\",\n            \"education_1\": \"MIT World Peace University, Master of Business Administration - MBA, Human Resources Management/Personnel Administration, General\",\n            \"education_2\": \"K.K.Wagh institute of Engineering Education & Research, Bachelor of Business Administration - BBA, Marketing\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-07-01 - 2024-07-01\",\n            \"education_date_2\": \"2019-06-01 - 2022-06-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"nilesh.vinchurkar@godrejagrovet.com\",\n            \"position\": \"HR & Admin\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pallavi\",\n            \"last_name\": \"Mehra\",\n            \"full_name\": \"Pallavi Mehra\",\n            \"linkedin\": \"https://www.linkedin.com/in/pallavi-mehra-71a8751b5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADIjzMYB-FRvXCI-6Cyb6XbptUtrqgpsRKs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Marketing | Sales\",\n            \"industry\": \"real estate\",\n            \"email\": \"pallavi.mehra@360realtors.com\",\n            \"email_status\": \"accept-all\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1701,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"advertising,ui/ux,typography,captions,english,communication,customer service,research,design,fashion design,public relations,marketing,social media marketing\",\n            \"twitter\": \"\",\n            \"about\": \"I am a PGDM graduate from Pune Business School with a strong interest in marketing, digital communication, and storytelling. I have a background in fashion design with degrees from Annamalai University and INIFD Pune Kothrud.\\n\\nI have worked as a Sales Associate at 360 Real Estate and a Business Development Associate at Idealizeer Content Solutions, gaining experience in client communication, sales, and business development. I also worked as a Research Analyst at Vereigen Media, focusing on B2B campaign strategies.\\n\\nI bring a mix of creativity and problem-solving skills and am excited to grow and contribute to a new role that challenges and inspires me.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"360 Realtors LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/360-realtors-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/3667105\",\n            \"company_domain\": \"360realtors.com\",\n            \"company_about\": \"We are a full-service real estate advisory providing professional and personalized service to clients looking to buy & sell properties across residential, commercial & retail segments. \\n\\nOur team of experienced realtors is dedicated to helping you achieve your real estate goals. \\n\\nConnect with us to stay updated on the latest market trends, listings and opportunities. #360realtors #realestate #property\\\"\",\n            \"company_founded\": 2011,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurgaon\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+918448749360\",\n            \"company_industry_1\": \"real estate\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Real Estate Advisory,Home Loan Advisory,Advanced Real Estate Analytics,residential property in India,commercial property in India,property experts,properties in India,India real estate,Property In Pune,Property In Jaipur,Property In Bangalore,Property In Noida,Property In Lucknow,Property In India,Property In Kuwait,Property In Gurgaon,Property In Thane,Property In Mumbai,Property In Hyderabad,Property In Ahmedabad,Portfolio Management\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/360realtors, https://www.facebook.com/360Realtors\",\n            \"keywords\": \"real estate advisory, property experts, home loan advisory, advanced real estate analytics, residential property in india, commercial property in india, properties in india, india real estate, property in pune, property in jaipur, property in bangalore, property in noida, property in lucknow, property in india, property in dubai, property in kuwait, property in qatar, property in gurgaon, property in thane, property in mumbai, property in pan india, property in hyderabad, property in ahmedabad\",\n            \"annual_revenue\": null,\n            \"technologies\": \"React, Taboola, Olark, Mobile Friendly, Google Tag Manager, Google Remarketing, Google Maps (Non Paid Users), Google Maps, Google Font API, Google Dynamic Remarketing, Google Analytics, Google AdWords Conversion, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Cloudflare DNS, CloudFlare Hosting, CloudFlare, Bootstrap Framework\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"206470\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Development Associate (Idealizeer Content Solutions)\",\n            \"position_2\": \"Sales Associate (360 Realtors LLP)\",\n            \"position_3\": \"Digital Marketing Intern / UI/UX intern (Digitalshakha)\",\n            \"position_date_1\": \"2024-06-01 - 2024-08-01\",\n            \"position_date_2\": \"2024-01-01 - 2024-04-01\",\n            \"position_date_3\": \"2023-06-01 - 2023-08-01\",\n            \"education_1\": \"Pune Business School, Pgdm, Marketing\",\n            \"education_2\": \"Annamalai University, Bachelor's degree, Fashion/Apparel Design\",\n            \"education_3\": \"INIFD Pune Kothrud, Bachelor of Science , Fashion/Apparel Design\",\n            \"education_date_1\": \"2022-08-01 - 2024-07-01\",\n            \"education_date_2\": \"2018-06-01 - 2021-08-01\",\n            \"education_date_3\": \"2018-06-01 - 2021-08-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"pallavi.mehra@360realtors.com\",\n            \"position\": \"Business Development Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Payal\",\n            \"last_name\": \"Doranhalli\",\n            \"full_name\": \"Payal Doranhalli\",\n            \"linkedin\": \"https://www.linkedin.com/in/payal-doranhalli-8b1b181b9\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADLjoAUBX68Uc8cEyJMM6E3ooTHy_1ZiSSY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Research Analyst\",\n            \"industry\": \"marketing services\",\n            \"email\": \"payal@iresearchservices.com\",\n            \"email_status\": \"\",\n            \"personal_email\": \"payal.dornalli55@gmail.com\",\n            \"num_of_connections\": 920,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"secondary research,quantitative research,qualitative research,analytical skills,statistics,pandas (software),numpy,python (programming language), sql,engineering,microsoft office,microsoft excel,matlab,xilinx,keil,communication,customer service,c (programming language)\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IResearch Services\",\n            \"company_link\": \"https://www.linkedin.com/company/iresearch-services\",\n            \"company_id\": \"https://www.linkedin.com/company/960617\",\n            \"company_domain\": \"iresearchservices.com\",\n            \"company_about\": \"𝗶𝗥𝗲𝘀𝗲𝗮𝗿𝗰𝗵 𝗦𝗲𝗿𝘃𝗶𝗰𝗲𝘀 is a global B2B thought leadership and marketing agency that supercharges growth through the fusion of data-driven insight, expert guidance, and strategic activation. Our dedication to excellence has earned us numerous awards and accolades, including recognition as a People Leader of the Year for CEO Yogesh Shah at UK EXA in 2022, Community Impact and Corporate Foundation Awards at Business Charity Awards in 2022, Commitment to the Local Community Award at Better Society in 2022, Community Theme: Enable Your Community to Flourish at Managing Partners’ Forum Awards in 2022, and Best B2B Campaign for International Content Marketing Awards in 2021.\\n\\nWe take pride in our marketing-first approach and our reputation as experts in evidence-based research knowledge that empowers global brands across industry sectors to connect with their audiences, build digital trust and, in return, be respected as thought leaders. Our clients   (Accenture, BlackRock, Brandpie, Capgemini, Pegasystems, Philips, Thomson Reuters to name a few), span a diverse range of industries, including financial services, healthcare, professional services, technology, media, and telecoms (TMT). Additionally, we provide enterprise companies and their executives with unparalleled, innovative insights, helping them to generate demand, build influence, and enhance credibility.\\n\\nWe offer a comprehensive suite of services that include Research Advisory, Market Research, Editorial and Design Thinking as well as Distribution and Lead Generation. Our unique proprietary research methodologies and innovative technologies ensure our insights are independent, objective, and bespoke. \\n  \\nVisit our website for our latest, and first in a series of reports, interviewing over 4,000 business leaders highlighting how thought leadership can be a valuable tool to drive long-term value for company stakeholders. Download ‘Leading Lights: Origin Story' today.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"438\",\n            \"company_location_1\": \"London, England, United Kingdom\",\n            \"company_location_2\": \"North Marylebone, England, United Kingdom\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"London\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"129 marylebone road, london, england, united kingdom, nw1 5qd\",\n            \"company_postal_code\": \"NW1 5\",\n            \"company_phone\": \"+44912067253800\",\n            \"company_industry_1\": \"marketing and advertising\",\n            \"company_industry_2\": \"marketing services\",\n            \"company_industry_3\": \"information technology and services\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Market Research,Business Research,Survey Programming,CATI,CAWI,IDI,Survey Programming,Data Processing,Data Analysis,Reporting and Presentation,Project Management,Data mining,Thought Leadership,Content Marketing,Ideation,Lead Generation,Investment Research,Infographics,Marketing ,Marketing and Communications,Design,Content Analysis,White Space Analysis,Editorial,Data Visualization,Visual Storytelling,Data Insights,Insights,Project mapping,Project planning ,Bespoke content creation,Qualitative Data ,Qualitative Research,Quantitative Data,Quantitative Research,Data Science\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/iRS_Global, https://www.facebook.com/iresearchservices/\",\n            \"keywords\": \"project management, content marketing, market research, data analysis, data mining, thought leadership, data processing, quantitative, business research, qualitative, panel, cati, desk research, idi, info graphics, cawi, survey programming, telephonic research, reporting & presentation\",\n            \"annual_revenue\": \"10000000\",\n            \"technologies\": \"reCAPTCHA, Outlook, Mobile Friendly, Linkedin Marketing Solutions, Hubspot, Google Tag Manager, Cloudinary, Apache\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Research Analyst (iResearch Services, Size: 201-500) [2023-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Research Analyst (iResearch Services)\",\n            \"position_2\": \"Research Analyst (iResearch Services)\",\n            \"position_3\": \"Pre-sales associate (BYJU'S)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2022-03-01 - 2023-11-01\",\n            \"position_date_3\": \"2021-04-01 - 2022-03-01\",\n            \"education_1\": \"Visvesvaraya Technological University, Bachelor of Engineering - BE, electronics and communication\",\n            \"education_2\": \"Shree Guru independent PU college of Science, science\",\n            \"education_3\": \"Imarticus Learning center, Diploma of Education, Data Analytics and Machine Learning\",\n            \"education_date_1\": \"2016-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2014-01-01 - 2016-01-01\",\n            \"education_date_3\": \"2022-08-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"payal@iresearchservices.com\",\n            \"position\": \"Senior Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@iresearchservices.com\"\n        },\n        {\n            \"first_name\": \"Pooja\",\n            \"last_name\": \"Atmani\",\n            \"full_name\": \"Pooja Atmani\",\n            \"linkedin\": \"https://www.linkedin.com/in/pooja-atmani\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC5D09wBlTGrAKwCh8tjeLFC3gCgyuRLIGo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Partner Operations Sales Analyst\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"pooja@egnyte.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 720,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"data analysis,business process improvement,project planning,agile project management,salesforce.com,sales management,business analysis,hiring,problem solving,recruiting,analytical skills,human resources (hr),soft skills,communication,microsoft powerpoint,sales operations,interpersonal skills,hr operations,hr recruitment,technical recruiting,mass hiring,project management,lean six sigma white belt certified,client services,customer service,analyst relations\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Egnyte\",\n            \"company_link\": \"https://www.linkedin.com/company/egnyte\",\n            \"company_id\": \"https://www.linkedin.com/company/1015589\",\n            \"company_domain\": \"egnyte.com\",\n            \"company_about\": \"Connect better. Protect better. Do more together.\\n\\nEgnyte transforms businesses through smarter content allowing organizations to connect, protect, and unlock value from all their content. Our content governance platform delivers smart content collaboration and governance in the cloud or on-premises to thousands of businesses around the world even the most regulated industries. Founded in 2008, Egnyte is privately held and headquartered in Mountain View, CA. Investors include venture capital firms, such as Google Ventures and Kleiner Perkins Caufield & Byers, as well as technology partners, such as CenturyLink and Seagate Technology.\",\n            \"company_founded\": null,\n            \"company_size\": \"1166\",\n            \"company_location_1\": \"Mountain View, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mountain View\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cybersecurity ,GDPR,secure file sharing ,data intelligence,data protection,data compliance\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Partner Sales Ops Analyst (Egnyte, Size: 1001-2000) [2024-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Partner Sales Ops Analyst (Egnyte)\",\n            \"position_2\": \"Associate Sales Operations Analyst (Veritas Technologies LLC)\",\n            \"position_3\": \"Associate Analyst (Allstate India)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2022-05-01 - 2024-12-01\",\n            \"position_date_3\": \"2021-03-01 - 2022-05-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"pooja@egnyte.com\",\n            \"position\": \"Partner Sales Ops Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Ruchita\",\n            \"last_name\": \"Gadekar\",\n            \"full_name\": \"Ruchita Gadekar\",\n            \"linkedin\": \"https://www.linkedin.com/in/ruchita-gadekar-a82b03218\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADb7HkIBto1oEb0dLcoIgHdK9H5ByfY71CU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Sales Representative  at Hetronic Systems India Pvt Ltd\",\n            \"industry\": \"appliances, electrical, and electronics manufacturing\",\n            \"email\": \"ruchita@hetronic.in\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 531,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales,customer experience,operations management,project management,order fulfillment,continuous improvement,english,administration,fulfillment services,invoicing,administrative assistance,clerical skills,office operations,office administration,planning,executive administrative assistance\",\n            \"twitter\": \"\",\n            \"about\": \"At Hetronic, we are proud of our product technology and long relationships with our customers. We hope to give you insights and inspirations by presenting some success stories on our homepage. This is just the tip of the iceberg of the several radio remote control solutions we have done during our 40 years in this business. \\nWhen required to work from a safe distance, we are here to serve you, constantly committed to provide you with the best tailored safety solution to meet your needs. \\nWe remote your needs, you control safely. What do you want to control remotely?\\nfor more enquiry - ruchita@hetronic.in\\n#Hetronic #IndustrialRadioRemoteControl #WhatDoYouWantToControlRemotely #Wireless #safety #innovation #technology\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 11 months \",\n            \"time_in_company\": \"3 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Hetronic Systems India Pvt Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/hetronic-systems-india-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/13471693\",\n            \"company_domain\": \"hetronic.in\",\n            \"company_about\": \"Hetronic Systems India Private Limited (an ISO 9001:2015 company) is an innovative and progressive company providing most advanced Radio Remote Control Solutions for cranes and other construction machinery, Electric Chain Hoists for lifting goods and Safety Solutions for your cranes.\\nOur strategy to sell “Solutions” rather than “Products” has given us the edge among the rest. Over and above, the effective after sales service is our major strength that captures the very hearts of our esteemed customers that keeps us distinctive from the general traders.\\nOur expertise ranges from Radio Remote Controls, Electric Chain Hoists, Cranes Safety Solutions, Power Conductor Systems and other industrial products. With a strong network of trained resellers, the company excels in sales and after sales service of its products.\\nHETRONIC is specialized in safety radio remote controls. Our manufacturing facilities and our sales representatives in over 45 countries provide maximum knowledge and support for our customers. We’re confident that our innovative products will increase the safety and efficiency of your machines.\",\n            \"company_founded\": 2010,\n            \"company_size\": \"32\",\n            \"company_location_1\": \"Delhi, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"electrical equipment manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Wireless Radio Remote Control System,Hoists,Crane Safety Devices,Cranes,Winches\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Administrative Assistant (Hetronic Systems India Pvt Ltd, Size: 11-50) [2021-03-01]\",\n            \"current_position_2\": \"Er. Sales Representative (Hetronic Systems India Pvt Ltd, Size: 11-50) [2021-03-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Administrative Assistant (Hetronic Systems India Pvt Ltd)\",\n            \"position_2\": \"Er. Sales Representative (Hetronic Systems India Pvt Ltd)\",\n            \"position_3\": \"Customer Service Representative (HGS - Hinduja Global Solutions)\",\n            \"position_date_1\": \"2021-03-01\",\n            \"position_date_2\": \"2021-03-01\",\n            \"position_date_3\": \"2018-10-01 - 2020-10-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"ruchita@hetronic.in\",\n            \"position\": \"Senior Administrative Assistant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rushikesh\",\n            \"last_name\": \"Datir\",\n            \"full_name\": \"Rushikesh Datir\",\n            \"linkedin\": \"https://www.linkedin.com/in/rushikesh-datir-131409225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADh6vXUBCVxWbA3QbPxgYt2bfhLCCh5kskY,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"sales and marketing executive\",\n            \"industry\": \"marketing services\",\n            \"email\": \"rushikesh.datir@stanzaliving.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 420,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"lead generation,lead management,deal closure,sales processes,sales,client relations,english,sales management,marketing,presentations,communication,team motivation,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"MBA student. \\nCompleted internship with stanza living detwele enterprises. good at sales and marketing. Hardworking and result oriented\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Stanza Living\",\n            \"company_link\": \"https://www.linkedin.com/company/stanzaliving\",\n            \"company_id\": \"https://www.linkedin.com/company/13318624\",\n            \"company_domain\": \"stanzaliving.com\",\n            \"company_about\": \"Imagine transforming a space the size of Eden Gardens, into full-fledged co-living residences within one month. Or personalizing over 2 lakh meals a day for tens of thousands of choosey students. Well, at Stanza Living, we don’t merely imagine these. We have built these capabilities. With our industry-first full-stack technology ecosystem. An ecosystem that’s taken us from a bootstrapped startup to India's largest managed-accommodation provider for students and young working professionals. In just 3 years. Along the way, giants of the venture capitalist world - Equity International, Falcon Edge Capital, Sequoia India, Matrix, Accel Partners and Alteria Capital to name a few - have put their confidence in us. Or to be specific, in the tech innovations we’ve introduced to a traditional industry. Like a digital process that allows us to onboard 3X as many residents as everyone else in the business. Like machine-learning algorithms that predict the kind of activity our residents would love at their next community event. Like an A.I.-powered security infrastructure that keeps an eye out for suspicious activity on our premises. Like all the out-of-the-box ideas you could bring to the table too, if you were part of our team at Stanza Living. Ideas that could redefine the way India lives, by redefining what tech can achieve. Just imagine.\",\n            \"company_founded\": 2017,\n            \"company_size\": \"1533\",\n            \"company_location_1\": \"Delhi, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"100 sant kirpal singh marg, new delhi, delhi, india\",\n            \"company_postal_code\": \"110009\",\n            \"company_phone\": \"+918046007472\",\n            \"company_industry_1\": \"hospitality\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Student Housing,Student co-living,Real Estate,hospitality,Co-living ,Co-living for working professionals,managed accommodation\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"https://twitter.com/stanza_living, https://facebook.com/StanzaLiving/\",\n            \"keywords\": \"real estate, hospitality, student housing, coliving, student coliving, coliving for working professionals, managed accommodation\",\n            \"annual_revenue\": \"10170000\",\n            \"technologies\": \"Google Cloud Hosting, YouTube, WordPress.org, Woo Commerce, VueJS, Varnish, Ubuntu, Shutterstock, Route 53, Nginx, Mobile Friendly, Mailchimp Mandrill, Google Tag Manager, Google Font API, Google Apps, Gmail, DoubleClick Floodlight, Cloudinary, Amazon Elastic Load Balancer, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\":\"[{\\\"id\\\":\\\"627b425e10c582000153755b\\\",\\\"date\\\":\\\"2022-03-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Debt Financing\\\",\\\"amount\\\":\\\"57M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Kotak Mahindra Bank, RBL Bank, Alteria Capital\\\"},{\\\"id\\\":\\\"60891e7c67c8580001d937bc\\\",\\\"date\\\":\\\"2021-04-26T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series D\\\",\\\"amount\\\":\\\"102M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.techcircle.in\\\\/2021\\\\/04\\\\/26\\\\/stanza-living-raises-102-mn-in-growth-funding-round\\\\/\\\",\\\"investors\\\":\\\"Falcon Edge, Matrix Partners India, SCI Investments, Redwood Trust\\\"},{\\\"id\\\":\\\"615e1aecb4994400019651d9\\\",\\\"date\\\":\\\"2020-11-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Debt Financing\\\",\\\"amount\\\":\\\"5.9M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Alteria Capital\\\"},{\\\"id\\\":\\\"5d2973c2f65125aa6f63eb6e\\\",\\\"date\\\":\\\"2020-03-04T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series C\\\",\\\"amount\\\":\\\"50M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.avcj.com\\\\/avcj\\\\/news\\\\/3018496\\\\/us-gp-joins-series-c-for-india-s-stanza-living\\\",\\\"investors\\\":\\\"Equity International, Falcon Edge Capital, Sequoia Capital, Matrix Partners, Accel Partners, Alteria Capital\\\"},{\\\"id\\\":\\\"5df086684eec1900016967c0\\\",\\\"date\\\":\\\"2019-12-10T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Debt Financing\\\",\\\"amount\\\":\\\"5.7M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.entrepreneur.com\\\\/amphtml\\\\/343663\\\",\\\"investors\\\":\\\"Alteria Capital\\\"},{\\\"id\\\":\\\"5c9b11c9a3ae61e2cbee62b9\\\",\\\"date\\\":\\\"2019-03-26T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Debt Financing\\\",\\\"amount\\\":\\\"4.4M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/inc42.com\\\\/buzz\\\\/stanza-living-raises-4-4-mn-in-venture-debt-from-alteria\\\\/\\\",\\\"investors\\\":\\\"Alteria Capital\\\"},{\\\"id\\\":\\\"5baa2379f874f7d301270dbf\\\",\\\"date\\\":\\\"2018-09-25T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series A\\\",\\\"amount\\\":\\\"730M\\\",\\\"currency\\\":\\\"\\₨\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/yourstory.com\\\\/2018\\\\/09\\\\/stanza-living-raises-10m-sequoia-india-others\\\\/\\\",\\\"investors\\\":\\\"Accel, Matrix Partners, Sequoia Capital\\\"},{\\\"id\\\":\\\"5a1cfbc5a6da9804e55714db\\\",\\\"date\\\":\\\"2017-11-28T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Seed\\\",\\\"amount\\\":\\\"2M\\\",\\\"currency\\\":\\\"\\₨\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/inc42.com\\\\/buzz\\\\/stanza-living-matrix-accel-funding\\\\/\\\",\\\"investors\\\":\\\"Accel Partners, Matrix Partners India\\\"}]\",\n            \"total_funding\": 235045291,\n            \"last_funding_round_date\": \"2022-03-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"52534\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (Stanza Living, Size: 1001-2000) [2023-03-01] Driving lead generation and conversion for business growth.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Stanza Living)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Sinhgad Institute Of Management, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": \"Sant Gadge Baba Amravati University, Amravati, Bachelor of Commerce - BCom, Accounting\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-09-01 - 2023-07-01\",\n            \"education_date_2\": \"2018-06-01 - 2020-04-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"rushikesh.datir@stanzaliving.com\",\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sakshi\",\n            \"last_name\": \"Panchal\",\n            \"full_name\": \"Sakshi Panchal\",\n            \"linkedin\": \"https://www.linkedin.com/in/sakshi-panchal-470544125\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAB7erZQBXzJlRDQvXQKucbDG5KOn2HGvUTs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Associate Sales Operations Specialist\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"sakshi.panchal@veritas.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3803,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"artificial intelligence (ai),sfdc,obiee,sales,channel partners,sales operations,android development,core java,android sdk,json,sqlite,xml,sql,business-to-business (b2b),email marketing,contact discovery,market research\",\n            \"twitter\": \"\",\n            \"about\": \"A qualified Sales and Sales Operations professional having insightful experience of more than 4 years in B2B sales, channel sales and IT industry. A competent team player with analytical, problem solving, good communication, and interpersonal skills.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"3 years 4 months \",\n            \"time_in_company\": \"3 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Veritas Technologies LLC\",\n            \"company_link\": \"https://www.linkedin.com/company/veritas-technologies-llc\",\n            \"company_id\": \"https://www.linkedin.com/company/10003324\",\n            \"company_domain\": \"veritas.com\",\n            \"company_about\": \"Veritas Technologies is a leader in multi-cloud data management. Over 80,000 customers—including 87% of the Fortune Global 500—rely on us to help ensure the protection, recoverability and compliance of their data. Veritas has a reputation for reliability at scale, which delivers the resilience its customers need against the disruptions threatened by cyberattacks, like ransomware. No other vendor is able to match the ability of Veritas to execute, with support for 800+ data sources, 100+ operating systems and 1,400+ storage targets through a single, unified approach. Powered by our Cloud Scale Technology, Veritas is delivering today on its strategy for autonomous data management that reduces operational overhead while delivering greater value.\",\n            \"company_founded\": null,\n            \"company_size\": \"4463\",\n            \"company_location_1\": \"Santa Clara, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Santa Clara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Information Management,Data Management,Information Governance,Cloud,Backup and Recovery,Business Continuity,Software-Defined Storage,OpenStack,Data Privacy,GDPR,Data Protection,Data Visibility,Storage Optimization,Digital Compliance,Data and Workload Portability,Multi-Cloud,Data Visibility,Resiliency\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Sales Operations Specialist (Veritas Technologies LLC, Size: 1001-5000) [2021-10-01] Partner Program Administration\\nSales / Channel programs support role\\nSales Administration Management (CRM (SFDC or Oracle), Reporting (BO or OBIEE), Advanced Excel) including membership application processing, profile maintenance etc.\\nPartner Program membership administration, including performance management reporting\\nQueries management on program operational, CRM and portal enquiries for internal and external stakeholders\\nPerform User Acceptance Testing (UAT) of systems enhancements / launches when required\\nPerform administrative / process audit checks when required\\nRebates Administration\\nOpportunity administration management and reporting hereof within SLAs including user activations and Opportunity validations\\nMonthly rebate validation, payment administration and reporting hereof within SLAs\\nAdministering the profile, requirements and rebates of Technology Support Partners\\nQueries management on partner rebate programs such as ORR and TSPP for internal and external stakeholders.\\nPerform user acceptance testing (UAT) for system enhancements / launches when required\\nPerform administrative / process audit checks when required.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Sales Operations Specialist (Veritas Technologies LLC)\",\n            \"position_2\": \"Senior Lead Generation Executive (PersistentB2B)\",\n            \"position_3\": \"Lead Generation Associate (iResearch Services)\",\n            \"position_date_1\": \"2021-10-01\",\n            \"position_date_2\": \"2020-01-01 - 2021-09-01\",\n            \"position_date_3\": \"2018-05-01 - 2019-12-01\",\n            \"education_1\": \"Rajiv Gandhi Prodyogiki Vishwavidyalaya, Bachelor's degree, Electrical, Electronics and Communications Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"sakshi.panchal@veritas.com\",\n            \"position\": \"Associate Sales Operations Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"support@veritas.com\"\n        },\n        {\n            \"first_name\": \"Sandesh\",\n            \"last_name\": \"Gore\",\n            \"full_name\": \"sandesh gore\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandesh-gore-58807822a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADlRkDgBUJD2Wvksvg512R9Cmd6jpEzqDqs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales\",\n            \"industry\": \"software development\",\n            \"email\": \"sandesh.gore@clodura.ai\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 411,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"negotiation,customer relationship management (crm),sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 10 months \",\n            \"time_in_company\": \"1 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Clodura.AI\",\n            \"company_link\": \"https://www.linkedin.com/company/clodura-systems\",\n            \"company_id\": \"https://www.linkedin.com/company/13184163\",\n            \"company_domain\": \"clodura.ai\",\n            \"company_about\": \"Clodura.AI is your GenAI powered sales co-pilot, from prospecting to closing.\\n\\nOur platform help sales professionals find decision-makers, gather actionable sales intelligence, automate outreach campaigns, and create a 10X sales pipeline. Our best-in-class technology with unrivaled data coverage, accuracy, and depth of contact helps SDRs in achieving their revenue targets. \\n\\nClodura.AI gives you global coverage of the B2B database. Our reliable and verified database includes 600M+ contacts, 46M+ companies, and 120M+ direct dials with 95% accuracy. SDRs can do hyper-targeted prospecting using our most advanced & granular search filters & parameters. We offer you the best-in-class firmographic, technographic, and intent data to identify your Total Addressable Market (TAM) and expand your sales outreach.  \\n\\nUse the most accurate data & sales insights needed to identify the low-hanging sales opportunities and engage with potential buyers within your Total Addressable Market. Clodura.AI provides you with actionable intelligence on opportunities that are more likely to close and also gives you the context to craft the perfect sales pitch to the ‘right’ prospect and create a deeper customer engagement.\\n\\nClodura.AI’s killer email cadence features help sales professionals generate more interactions and book more meetings. It eliminates hours of manual effort spent every day on creating & sending sales outreach emails and follow-ups. SDRs can now automate their sales outreach by setting timed email cadence and connecting with maximum prospects.\\n\\nStart your free trial at https://bit.ly/3Y1Gi9y. \\n\\nTo learn more about Clodura.AI, visit the website https://bit.ly/3Q5QJY2.\\n\\n#salesintelligence #salesdata #salesprospecting #salesengagement #salestech #clodura #leadgeneration #b2bsales\",\n            \"company_founded\": 2015,\n            \"company_size\": \"94\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Baner, Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"1049 el monte ave, mountain view, california, united states\",\n            \"company_postal_code\": \"94040\",\n            \"company_phone\": \"+14087570373\",\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": \"software development\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Sales Intelligence,Sales Triggers,Email Automation,Lead Scoring,Lead Generation,Sales Automation,Sales data,Revenue Acceleration,Technographic Data,Firmographic data,Sales Sequences,Sales Prospecting,Org Chart,Integrated Calling,B2B Database,B2B Verified Email,Direct Dials\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/Clodura/, https://www.facebook.com/Clodura/\",\n            \"keywords\": \"lead generation, lead scoring, sales automation, sales intelligence, revenue acceleration, sales prospecting, email automation, sales data, sales triggers, sales sequences, technographic data, firmographic data\",\n            \"annual_revenue\": \"1000000\",\n            \"technologies\": \"reCAPTCHA, YouTube, WordPress.org, Vercel, Ubuntu, React Redux, Outlook, Optimonk, Nginx, Mobile Friendly, Microsoft Office 365, Hotjar, HeapAnalytics, Google Tag Manager, Google Font API, Google Apps, Google Analytics, Gmail, Cloudflare DNS, CloudFlare Hosting, Bootstrap Framework, Atlassian Cloud, Apache\",\n            \"funding_events\": \"[{\\\"id\\\":\\\"640a59a496cea60001d2f1da\\\",\\\"date\\\":\\\"2017-02-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Angel\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"\\\"}]\",\n            \"total_funding\": null,\n            \"last_funding_round_date\": \"2017-02-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"150857\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Customer Success Executive (Clodura.AI, Size: 51-200) [2023-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Customer Success Executive (Clodura.AI)\",\n            \"position_2\": \"Sales Associate (ElasticRun)\",\n            \"position_3\": \"Sales Executive (EWNS PROPERTIES LIMITED)\",\n            \"position_date_1\": \"2023-04-01\",\n            \"position_date_2\": \"2022-05-01 - 2022-07-01\",\n            \"position_date_3\": \"2020-12-01 - 2021-12-01\",\n            \"education_1\": \"Indira institue of management, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2023-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"sandesh.gore@clodura.ai\",\n            \"position\": \"Customer Success Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Saurabh\",\n            \"last_name\": \"Kalase\",\n            \"full_name\": \"Saurabh Kalase\",\n            \"linkedin\": \"https://www.linkedin.com/in/saurabh-kalase-633045229\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADki-UcBrkq98WV8hj85wHZyEnzk2unat1c,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"MBA Marketing\",\n            \"industry\": \"insurance\",\n            \"email\": \"saurabh.kalase@heroibil.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 433,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"marketing,microsoft excel,analytical skills,sales,business,management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Hero Insurance Broking\",\n            \"company_link\": \"https://www.linkedin.com/company/heroinsurancebroking\",\n            \"company_id\": \"https://www.linkedin.com/company/13349089\",\n            \"company_domain\": \"heroibil.com\",\n            \"company_about\": \"Hero Insurance Broking is one of India’s leading insurance broking houses which deal in all forms of retail, commercial and corporate insurance products. It also provides its customers with re-insurance solutions as well. \\n\\nHIBIL is part of the Hero Enterprise Group of Companies, which has a strong legacy of building world class brands for over six decades. In its earlier avatar as an insurance distribution firm, Hero Insurance Broking pioneered instant online paperless policy issuance in India and has a unique vision for enhancing insurance coverage in India. The company offers life, health, livestock & poultry, motor, property and corporate insurance, with tailored services to meet the requirements of people and businesses, not just in cities but also towns, peri-urban and rural locations of India. The company is now expanding aggressively by investing in tools and trainings for its employees and associates to help them target India’s insurance underserved in a more effective and optimal manner. It has also developed a robust technology ecosystem at its front and back ends for a seamless customer experience. With over 2,800 distribution locations, the second highest in the industry, and a pan-India network of trained professionals, Hero Insurance Broking aims not just to create customer delight for the uninitiated insurance buyer, but also win-wins and earning opportunities for its point-of-sale partners in the field. Visit www.heroibil.com for more information.\",\n            \"company_founded\": null,\n            \"company_size\": \"206\",\n            \"company_location_1\": \"Delhi, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New Delhi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"insurance,general insurance,health insurance,commercial insurance,commercial liability,reinsurance,complex insurance,life insurance,investment product,motor insurance,claim support,construction insurance,marine insurance\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Hero Insurance Broking, Size: 201-500) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Hero Insurance Broking)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Dr. Babasaheb Ambedkar Marathwada University, Aurangabad, Bsc, Chemistry\",\n            \"education_2\": \"Dr. Babasaheb Ambedkar Marathwada University, Aurangabad, Master of Business Administration - MBA\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"saurabh.kalase@heroibil.com\",\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shrikant\",\n            \"last_name\": \"Ahire\",\n            \"full_name\": \"Shrikant Ahire\",\n            \"linkedin\": \"https://www.linkedin.com/in/shrikant-ahire-99933726\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAAVja8UBTPbJi8PZrPBbldWEbLDTTdzZsR4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"The Data Man\",\n            \"industry\": \"market research\",\n            \"email\": \"shrikant.ahire@futurismtechnologies.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1116,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"secondary data analysis,company profiling,python (programming language),pandas,numpy,eda,exploratory data analysis,storytelling,data visualization,computer vision,deep learning,data analysis,team management,market research,research,competitive analysis,secondary research,competitive intelligence,organizational development,instructional design,financial modeling,business analysis,business strategy,crm,analysis,marketing,lead generation,business development,management consulting,pre-sales,marketing strategy,mis,leadership,teamwork,microsoft excel,strategic planning,key account management,recruiting,customer relationship management (crm),event management,process improvement,documentation management,report writing,data maintenance,high attention to details,quality control enhancement,research protocol development ,data collection and analysis,material coordination,web research,web-based research,deep web research,online research,mis execution,data processing,data management,strategic data analysis,market analysis,internet research,hadoop administration,hadoop\",\n            \"twitter\": \"\",\n            \"about\": \"With over a decade of experience in the market research industry, I specialize in transforming complex data into actionable insights that drive business success. My expertise spans a wide range of skills, including Data Analysis, Lead Generation, Market Research, and Competitive Analysis, enabling businesses to stay ahead in an ever-evolving marketplace.\\n\\nMy passion lies in leveraging Secondary Research, Data Maintenance, and Data Management to build efficient workflows that ensure data accuracy and reliability. I’m adept at Data Processing and harnessing the power of Hadoop Administration and Hadoop technologies to manage and analyze large datasets seamlessly.\\n\\nAs a professional deeply invested in Web-based Research, Internet Research, and Deep Web Research, I uncover hidden trends and opportunities that empower organizations to make data-driven decisions. My proficiency in Customer Relationship Management (CRM) tools has helped me strengthen client relationships and optimize marketing strategies for improved ROI.\\n\\nHighlights of my skills:\\n•\\tData Collection and Analysis: Extracting insights to identify trends and opportunities.\\n•\\tMarketing: Designing campaigns informed by thorough market research.\\n•\\tHadoop Administration: Managing big data environments for scalable solutions.\\n•\\tCompetitive Analysis: Providing benchmarks and actionable intelligence.\\n\\nCollaboration and learning are integral to my approach. I actively explore new tools and technologies to enhance my skill set and connect with professionals to share insights and ideas. I am always eager to discuss opportunities, projects, and innovations in the realm of market research and data analytics.\\n\\nLet’s connect and discover how these skills can bring value to your organization!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 2 months \",\n            \"time_in_company\": \"4 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Futurism Technologies, INC.\",\n            \"company_link\": \"https://www.linkedin.com/company/futurism-technologies\",\n            \"company_id\": \"https://www.linkedin.com/company/327205\",\n            \"company_domain\": \"futurismtechnologies.com\",\n            \"company_about\": \"About Us: Lead a Digital Journey with Futurism Technologies\\n\\n•\\t20+ years of ground zero experience and immense expertise of digital technologies\\n•\\tA leading provider of IT, Consultation, IT infrastructure and business process outsourcing\\n•\\tTrusted global company having Onsite, offsite and offshore delivery model for enterprise business\\n•\\tCMM Level 3 Company, bringing 360-degree Digital Transformation for businesses\\n•\\tStrategic partnerships with companies like IBM, Oracle, Google, Amazon, Microsoft etc\\n\\nWhat To Expect From Us:\\n\\nDigital Transformation | Simplify IT Life Cycle | Optimize Cloud Infrastructure | Increase ROI & Profitability | End to End IT Solutions | Business Consulting | Drive Qualified Leads | Accelerate Sales Cycle\\n\\nOur Services:\\n\\nCognitive Services:\\n\\n•\\tAI/ML\\n•\\tBlockchain\\n•\\tRPA\\n\\nDigital Services:\\n\\n•\\tUI/UX\\n•\\tDigital Marketing & Branding\\n•\\tEcommerce\\n•\\tMobility\\n•\\tIOT\\n•\\tData Analytics\\n•\\tAutomation\\n•\\tCloud Computing\\n\\nBusiness Services:\\n\\n•\\tApplication Development & Maintenance\\n•\\tInfrastructure Management Services\\n•\\tCybersecurity Services\\n•\\tFuturism SOC IoMT Service\\n•\\tEnterprise Application Integration\\n•\\tProduct Engineering\\n•\\tQuality Assurance & Testing\\n•\\tIT Consulting\\n•\\tEnterprise Product Platform\\n\\nOur Solutions:\\n\\n•\\tBOT-AMI\\n•\\tDiginyze - Next-gent eCommerce Platform\\n•\\tFuturism EndPoint Secure\\n•\\tFuturism Eagle Eye\\n•\\tFuturism Secure Access\\n•\\tFuturism Data Protect\\n•\\tZero Trust Security\\n•\\tFuturism IoT Platform\\n•\\tWorkAnyWhere\\n•\\tFuturism Smart Warehouse Management\\n\\nFuturism Serves: \\n\\n+ Banking\\n+ Financial Services & Insurance \\n+ eCommerce\\n+ Education\\n+ Energy\\n+ Government\\n+ Healthcare\\n+ High-Tech\\n+ Manufacturing\\n+ Media & Entertainment\\n+ Retail And Distribution\\n+ Telecom Industries.\\n+ Transportation and Logistics\\n\\nFor Business call:\\n\\nUS:             +1 (323) 332-0951\\nAustralia:    +61 7 3911 1001\\nGermany:    +49 61 8170 79058\\nIndia:         +91 (20) 67120700\",\n            \"company_founded\": null,\n            \"company_size\": \"557\",\n            \"company_location_1\": \"Piscataway, New Jersey, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Piscataway\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Business Consulting,Application Development & Maintenance,Artificial Intelligence,Big Data,Business Intelligence,Cloud Computing,Enterprise Application Integration,Enterprise Mobility,QA & Testing,Re-engineering & Migration,ERP,IOT,Digital Marketing,Digital Transformation,BOT,Ecommerce,Product Engineering\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Market Research Analyst (Futurism Technologies, INC., Size: 501-1000) [2020-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Market Research Analyst (Futurism Technologies, INC.)\",\n            \"position_2\": \"Senior Research Analyst (Advent Software    )\",\n            \"position_3\": \"SALES AND MARKETING COORDINATOR (DATA ANALYST) (3M)\",\n            \"position_date_1\": \"2020-12-01\",\n            \"position_date_2\": \"2018-07-01 - 2020-12-01\",\n            \"position_date_3\": \"2015-11-01 - 2017-03-01\",\n            \"education_1\": \"INSAID, Global Certification of Data Science, Computer and Information Sciences and Support Services\",\n            \"education_2\": \"Excel Business Academy, Bangalore, MBA, Marketing\",\n            \"education_3\": \"North Maharashtra University, Bachelor of Science (BS), Computer, Science\",\n            \"education_date_1\": \"2023-02-01 - 2023-09-01\",\n            \"education_date_2\": \"2010-01-01 - 2012-01-01\",\n            \"education_date_3\": \"2005-01-01 - 2010-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"shrikant.ahire@futurismtechnologies.com\",\n            \"position\": \"Senior Market Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Siddhi\",\n            \"last_name\": \"Joshi\",\n            \"full_name\": \"Siddhi Joshi\",\n            \"linkedin\": \"https://www.linkedin.com/in/siddhi-joshi-b35782182\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACsvT9kBY6vQejG5GYZVQ1kshr3Y2Yi24BA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Quality and Compliance Analyst\",\n            \"industry\": \"insurance\",\n            \"email\": \"siddhi.joshi@exlservice.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 631,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"quality assurance analysis,small team management,english,quality assurance,coordinating tasks,marketing,research skills,team building,communication,product knowledge,analytical skills,customer service,sales,people management,leadership,teamwork,interpersonal skills,employee engagement,engaging people,quick grasping,grasping ,time management,time efficiency,management,microsoft excel,microsoft office,microsoft word,public speaking,negotiation\",\n            \"twitter\": \"\",\n            \"about\": \"A straightforward diplomat, ironic isn't it? That’s how I am!\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years 5 months \",\n            \"time_in_company\": \"3 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"EXL\",\n            \"company_link\": \"https://www.linkedin.com/company/exl-premium-audit\",\n            \"company_id\": \"https://www.linkedin.com/company/37908\",\n            \"company_domain\": \"exlservice.com\",\n            \"company_about\": \"Choosing a digital partner is about more than capabilities — it’s about collaboration and character.\\n\\nUnrealistic overhauls and off-the-shelf products ignore what matters most — your unique needs, culture, goals, and your legacy data and technology environments.\\n\\nAt EXL, our collaboration is built on ongoing listening and learning to adapt our methodologies. We’re your business evolution partner—tailoring solutions that make the most of data to make better business decisions and drive more intelligence into your increasingly digital operations.\\n\\nWhether your goals are scaling the use of AI and digital, redesigning operating models, or driving better and faster decisions, we’re here to partner with you to help you gain—and maintain—competitive advantage with efficient, sustainable models at scale.\\n\\nOur expertise in transformation, data science, and change management helps make your business more efficient and effective, improve customer relationships and enhance revenue growth. Instead of focusing on multi-year, resource- and time-intensive platform designs or migrations, we look deeper at your entire value chain to integrate strategies with impact.\\n\\nWe use our specialization in analytics, digital interventions, and operations management—alongside deep industry expertise — to deliver solutions that help you outperform the competition.\\n\\nAt EXL, it’s all about outcomes—your outcomes—and delivering success on your terms. Share your goals with us and together, we’ll optimize how you leverage data to drive your business forward.\\n\\nFor more information, visit www.exlservice.com.\",\n            \"company_founded\": null,\n            \"company_size\": \"6176\",\n            \"company_location_1\": \"Overland Park, Kansas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Overland Park\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Premium Audit,Insight Solutions,Phone Solutions,Predictive Analytics,AuditStream,Commercial Survey,Loss Control Consulting,Castle High Value,Residential Survey,Loss Control,Personal Lines,Predictive Analytics\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Quality Assurance Analyst (EXL, Size: 5001-10000) [2023-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Quality Assurance Analyst (EXL)\",\n            \"position_2\": \"Senior insurance advisor (EXL)\",\n            \"position_3\": \"Sales Representative (Zap Tech)\",\n            \"position_date_1\": \"2023-09-01\",\n            \"position_date_2\": \"2021-09-01 - 2023-08-01\",\n            \"position_date_3\": \"2021-02-01 - 2021-08-01\",\n            \"education_1\": \"Stella Maris High School, Tenth SSC Board, High school \",\n            \"education_2\": \"Savitribai Phule Pune University, 12th , Physical Sciences\",\n            \"education_3\": \"Savitribai Phule Pune University, Bachelor of Science - BS, Zoology/Animal Biology\",\n            \"education_date_1\": \"2004-06-01 - 2016-03-01\",\n            \"education_date_2\": \"2016-06-01 - 2019-06-01\",\n            \"education_date_3\": \"2020-03-01 - 2023-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"siddhi.joshi@exlservice.com\",\n            \"position\": \"Quality Assurance Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Suraj\",\n            \"last_name\": \"Rathod\",\n            \"full_name\": \"Suraj Rathod\",\n            \"linkedin\": \"https://www.linkedin.com/in/suraj-rathod-b8533b15b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACZQl9UB3yT9TbAwZnx-eHfaOyJjrLB3cHM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Immediate joiner\",\n            \"industry\": \"financial services\",\n            \"email\": \"suraj.rathod@fisglobal.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 723,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"fantasy sports app,sports operations,sports,fista,financial analysis,business analysis,business development,microsoft excel,microsoft word,sales,microsoft powerpoint,certified nutrition coach from gmsa scadamy\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years \",\n            \"time_in_company\": \"2 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"FIS\",\n            \"company_link\": \"https://www.linkedin.com/company/fis\",\n            \"company_id\": \"https://www.linkedin.com/company/3128\",\n            \"company_domain\": \"fisglobal.com\",\n            \"company_about\": \"Unlocking financial technology. Bringing the world’s money into harmony.\\n\\nAt FIS, we advance the way the world pays, banks, and invests. With decades of expertise, we provide financial technology solutions to financial institutions, businesses, and developers. Headquartered in Jacksonville, Florida, we’re a proud member of the Fortune 500® and the Standard & Poor’s 500® Index. Let's innovate together.  \",\n            \"company_founded\": null,\n            \"company_size\": \"44865\",\n            \"company_location_1\": \"Jacksonville, Florida, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Jacksonville\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Information Technology\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Financial Services Account Associate II (FIS, Size: 10000+) [2023-01-01] Transfer Agency \",\n            \"current_position_2\": \" () []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Financial Services Account Associate II (FIS)\",\n            \"position_2\": \" ()\",\n            \"position_3\": \"Financial Analyst (eClerx)\",\n            \"position_date_1\": \"2023-01-01\",\n            \"position_date_2\": \"2021-09-01 - 2023-04-01\",\n            \"position_date_3\": \"2021-02-01 - 2021-10-01\",\n            \"education_1\": \"Suryadatta Institute of Management and Mass Communication,Karvenagar, Pune 411052, Master of Business Administration - MBA, Marketing And finance\",\n            \"education_2\": \"People's College, Nanded, Bachelor of Commerce, Sport and Fitness Administration/Management\",\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_2\": \"2013-01-01 - 2017-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"suraj.rathod@fisglobal.com\",\n            \"position\": \"Financial Services Account Associate II\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@fisglobal.com\"\n        },\n        {\n            \"first_name\": \"Trishula\",\n            \"last_name\": \"Bezbora\",\n            \"full_name\": \"Trishula Bezbora\",\n            \"linkedin\": \"https://www.linkedin.com/in/trishula-bezbora-59b40a195\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC3NBscB4qISmKp-b-SGjBNE34sNvE-H-mU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales @WeWork\",\n            \"industry\": \"real estate\",\n            \"email\": \"trishula.bezbora@wework.co.in\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1513,\n            \"location\": \"Assam, India\",\n            \"skills\": \"sales,marketing,communication,customer service,sales operations,lead generation,time management,public speaking,rental management,sales strategy,sales effectiveness,solution selling,business-to-business (b2b),sales processes\",\n            \"twitter\": \"\",\n            \"about\": \"As a part of Sales at WeWork India, I work with a dynamic and diverse team to provide flexible and innovative workspace solutions for our clients. I leverage my skills in sales, marketing, and communication to connect with leads, negotiate contracts, and close deals, while ensuring customer satisfaction and retention.\\n\\nI have a Bachelor of Technology degree in Civil Engineering , where I learned the fundamentals of design, construction, and project management. I am passionate about learning new things and exploring new opportunities in the fast-growing and evolving co-working,real estate industry, SAAS. My goal is to contribute and grow to the best of my potential, while driving growth for my organization through collaboration, innovation, and improvement.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"2 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"WeWork India\",\n            \"company_link\": \"https://www.linkedin.com/company/wework-india\",\n            \"company_id\": \"https://www.linkedin.com/company/13250912\",\n            \"company_domain\": \"wework.co.in\",\n            \"company_about\": \"WeWork provides you with the space, community, and services you need to make a life, not just a living.\\r\\n\\r\\nWe transform buildings into beautiful, collaborative workspaces and provide infrastructure, services, events and tech so our members can focus on doing what they love.\",\n            \"company_founded\": 2017,\n            \"company_size\": \"576\",\n            \"company_location_1\": \"Bengaluru, Karnataka, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Bengaluru North\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"36 infantry road, bengaluru north, karnataka, in, 560001\",\n            \"company_postal_code\": \"560001\",\n            \"company_phone\": \"+1800123222333\",\n            \"company_industry_1\": \"real estate\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Coworking,Connecting,Community,Shared Office Space,Collaboration\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"https://twitter.com/WeWorkIndia, https://www.facebook.com/WeWorkIndia/\",\n            \"keywords\": \"collaboration, community, coworking, connecting, shared office space\",\n            \"annual_revenue\": null,\n            \"technologies\": \"The Trade Desk, Zapier, YouTube, Route 53, Nginx, Mobile Friendly, Mailchimp Mandrill, KISSmetrics, Hotjar, Google Tag Manager, Google Frontend (Webserver), Google Apps, Gmail, DoubleClick Floodlight, DoubleClick, Bootstrap Framework, Adform\",\n            \"funding_events\": \"[{\\\"date\\\":{\\\"date\\\":\\\"2022-12-26 09:33:00.000000\\\",\\\"timezone\\\":\\\"Europe\\\\/Helsinki\\\",\\\"timezone_type\\\":3},\\\"image\\\":\\\"https:\\\\/\\\\/bsmedia.business-standard.com\\\\/_media\\\\/bs\\\\/img\\\\/article\\\\/2020-09\\\\/24\\\\/full\\\\/1600923746-0498.jpg\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/www.business-standard.com\\\\/article\\\\/companies\\\\/flexible-workspace-provider-wework-india-raises-rs-550-cr-from-bpea-credit-122122600266_1.html\\\",\\\"mentionText\\\":\\\"Flexible workspace provider WeWork India raises Rs 550 cr from BPEA Credit\\\",\\\"providerName\\\":null}]\",\n            \"total_funding\": 26659603,\n            \"last_funding_round_date\": \"2021-04-12\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": \"82605\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Lead (WeWork India, Size: 501-1000) [2024-10-01] I'm thrilled to announce my promotion to Lead at WeWork India! This journey has been nothing short of amazing, and I’m beyond grateful for the opportunity to continue growing and contributing to this incredible team.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Lead (WeWork India)\",\n            \"position_2\": \"Senior Associate (WeWork India)\",\n            \"position_3\": \"Sales Associate (WeWork India)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2023-10-01 - 2024-10-01\",\n            \"position_date_3\": \"2022-02-01 - 2023-10-01\",\n            \"education_1\": \"Kaziranga University, Bachelor of Technology - BTech, Civil Engineering\",\n            \"education_2\": \"Delhi Public School - India\",\n            \"education_3\": \"MontFort High School, Class 10\",\n            \"education_date_1\": \"2016-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"trishula.bezbora@wework.co.in\",\n            \"position\": \"Lead\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Yogesh\",\n            \"last_name\": \"Diwanji\",\n            \"full_name\": \"Yogesh  Diwanji\",\n            \"linkedin\": \"https://www.linkedin.com/in/yogesh-diwanji-59b65227a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEQVTccB8DTbM7GxtY09011J4INYjivmYuE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"sales Manager in My my Campus\",\n            \"industry\": \"staffing and recruiting\",\n            \"email\": \"yogesh.diwanji@salestalentagency.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 722,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"salesmanship,cold calling,advertising,placement services,problem solving,team leadership,communication,engineering,english,sourcing,hiring,recruiting\",\n            \"twitter\": \"\",\n            \"about\": \"Buid and Maintain Relationshaips with prospects and clients\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"6 years 3 months \",\n            \"time_in_company\": \"6 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Sales Talent Agency\",\n            \"company_link\": \"https://www.linkedin.com/company/sales-talent-agency-inc.\",\n            \"company_id\": \"https://www.linkedin.com/company/221146\",\n            \"company_domain\": \"salestalentagency.com\",\n            \"company_about\": \"We help our clients build elite go-to-market teams. \\n\\nOver the past 15 years, we have helped 1600+ companies hire talent for every go-to-market-focused role, from CROs to BDRs and everything in between. Along the way, we have facilitated over $600M+ in salaries while maintaining one of the lowest replacement rates in the industry at 3%.\\n\\nGreat hires take a lot of work, so our recruiters are trained to: \\n\\n    • Lift every rock to find and communicate with the best candidates in \\n      the market\\n    • Attract top talent by articulating the unique and compelling value \\n      proposition of each client and role\\n    • Identify top performers using our proprietary DNA/PRO™ candidate \\n      assessment methodology\\n    • Provide expert advice throughout on candidate profile, compensation \\n      trends, interview techniques, and project progression\\n\\nWe consistently interview more than 18,000 sales professionals each year and facilitated more than $50M in salaries in 2022 alone. Our work has resulted in a 4.9 star Google Review rating with more than 400 total reviews. We have more than 200 case studies and references from happy clients and work with companies like: Salesforce, SAP, Telus, Thomson Reuters, Honeywell,  Varicent, RollWorks, Teads, Pavilion, Doma, Clearco, Vena Solutions, Tipalti, Conexiom, Vend, Lane, SiteImprove, FlightCentre, Citron Hygiene, Canadian Pacific Railway, Humble & Fume, CanniMed, Wolters Kluwer, Darktrace, Connected, TD, Scotiabank, CIBC, Moneris, Harley Davidson and TouchBistro. \\n\\nWhether you are looking to fill one key sales role or need help building your entire sales team, we will get it done the right way, the first time.\\n\\nFor the love of sales.\",\n            \"company_founded\": 2007,\n            \"company_size\": \"48\",\n            \"company_location_1\": \"Toronto, Ontario, Canada\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Toronto\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+18883550544\",\n            \"company_industry_1\": \"staffing and recruiting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Sales Recruitment,Sales Recruiters,Sales Recruitment Outsourcing,Sales,Sales Talent Recruitment,Sales Rookies Recruitment,Sales Executive Search,Executive Recruitment\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://twitter.com/bestsalesroles, https://www.facebook.com/bestsalesroles/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Professional (Sales Talent Agency, Size: 11-50) [2018-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Professional (Sales Talent Agency)\",\n            \"position_2\": \"Sales Staff (sales and marketing )\",\n            \"position_3\": \"Placement Coordinator (Seed Infotech Ltd)\",\n            \"position_date_1\": \"2018-11-01\",\n            \"position_date_2\": \"2021-01-01 - 2022-01-01\",\n            \"position_date_3\": \"2016-04-01 - 2020-05-01\",\n            \"education_1\": \"DESHBHAKATA HARI NARAYAN BANKATLAL SONI COLLEGE 1051B.VASHNAVI NAGER BIJAPUR ROAD DIST. SOLAPUR., Bachelor of Commerce - BCom, Business/Commerce, General\",\n            \"education_2\": \"MES Garware College of Commerce, Master of Business Administration - MBA, Human Resources Management/Personnel Administration, General\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"yogesh.diwanji@salestalentagency.com\",\n            \"position\": \"Sales Professional\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Zubiya\",\n            \"last_name\": \"Khan\",\n            \"full_name\": \"Zubiya khan\",\n            \"linkedin\": \"https://www.linkedin.com/in/zubiya-khan-55a14a220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADeM1pYBWLDpi-W92qAhCmdR-oHpeTvSV2I,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Tech Student\",\n            \"industry\": \"business content\",\n            \"email\": \"zubiya.khan@techmahindra.com\",\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1441,\n            \"location\": \"India\",\n            \"skills\": \"education,presentation skills,pitching ideas,security awareness,job skills,time management,teamwork,interpersonal skills,organization skills,problem solving,team motivation,public speaking,project management,team organization\",\n            \"twitter\": \"\",\n            \"about\": \"Open for Technical roles and entry-level Managerial roles\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tech Mahindra\",\n            \"company_link\": \"https://www.linkedin.com/company/tech-mahindra\",\n            \"company_id\": \"https://www.linkedin.com/company/3067\",\n            \"company_domain\": \"techmahindra.com\",\n            \"company_about\": \"Tech Mahindra offers technology consulting and digital solutions to global enterprises across industries, enabling transformative scale at unparalleled speed. With 150,000+ professionals across 90+ countries helping 1100+ clients, TechM provides a full spectrum of services including consulting, information technology, enterprise applications, business process services, engineering services, network services, customer experience & design services, AI & analytics, and cloud & infrastructure services. It is the first Indian company in the world to have been awarded the Sustainable Markets Initiative’s Terra Carta Seal, in recognition of actively leading the charge to create a climate and nature-positive future.\\n\\nTech Mahindra (NSE: TECHM) is part of the Mahindra Group, founded in 1945, one of the largest and most admired multinational federations of companies.\\n\\nVisit www.techmahindra.com to #ScaleAtSpeed\",\n            \"company_founded\": null,\n            \"company_size\": \"154336\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Telecom &  IT Consulting,Telecom Security Consulting,BSS /OSS,Network Technology Solutions & Services,Network Design & Engineering,Next Generation Networks,Mobility Solutions,Consulting,Solution Integration,IMS,BSG,blockchain,Artificial Intelligence,Metaverse\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (Tech Mahindra, Size: 10000+) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Tech Mahindra)\",\n            \"position_2\": \"Operations Associate (WNS)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2023-07-01 - 2024-07-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Karmel Vidya Bhavan Trust CHRIST College, Pune, Pune, Maharashtra, India, BBA(CA), Computer Applications\",\n            \"education_2\": \"AKI's Poona College of Arts, Science & Commerce, HSC, Science\",\n            \"education_3\": \"Agrasen High School, SSC\",\n            \"education_date_1\": \"2020-01-01 - 2023-01-01\",\n            \"education_date_2\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": \"zubiya.khan@techmahindra.com\",\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@techmahindra.com\"\n        },\n        {\n            \"first_name\": \"Shahrukh\",\n            \"last_name\": \"Khan\",\n            \"full_name\": \"Shahrukh Rafik Khan\",\n            \"linkedin\": \"https://www.linkedin.com/in/shahrukh-rafik-khan-9334842a0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEivWDcBe_KQUg7dhCYEROQ2OKxDNww9lxE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Master's Degree (M.A) in English Literature.\",\n            \"industry\": \"education administration programs\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 19,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"multitasking,youth mentoring,fitness training,interpersonal communication,public speaking,soft skills,teacher mentoring,hindi,event management,fitness tips,sales,mentoring,teaching,classroom management,student development,personal development,academic administration,motivational speaking,coaching,sports,fitness,skill development,interpersonal skills,communication,problem solving,leadership,english\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Auto Speed Car Sales & Purchase\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Auto Speed Car Sales & Purchase ) [2022-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Auto Speed Car Sales & Purchase )\",\n            \"position_2\": \"Lecturer ( Algole institute of excellence )\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": \"2021-09-01 - 2022-11-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"AKI's Poona College of Arts, Science & Commerce, MA ENGLISH LITERATURE , English Language and Literature, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-08-01 - 2023-08-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Prathmesh\",\n            \"last_name\": \"Hankare\",\n            \"full_name\": \"Prathmesh Hankare\",\n            \"linkedin\": \"https://www.linkedin.com/in/prathmesh-hankare-4b17a9274\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEMJfYUBkfDFNENhc25EKM8dPiT6-cw9HUo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Research Analyst At XDBS\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 516,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"english,microsoft excel, ,problem solving,communication,microsoft excel,microsoft word,microsoft powerpoint\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"XDBS Worldwide\",\n            \"company_link\": \"https://www.linkedin.com/company/xdbs-corporation\",\n            \"company_id\": \"https://www.linkedin.com/company/13716510\",\n            \"company_domain\": \"xdbsworldwide.com\",\n            \"company_about\": \"At XDBS, we primarily work with media agencies, publishers and marketing companies looking to leverage marketing automation and digital marketing capacity and capability to execute lead generation programs. Our mission is to enable global marketing, media and technology companies realize their cross-vertical sales and marketing potential, helping them gain leadership positions in preferred markets. \\n \\nFounded in 2012, XDBS is backed by more than 2000 professionals who live and breathe B2B marketing – from demand generation and design to data and results. \\nHeadquartered in UAE, with global delivery offices across Americas, Philippines and India, we’ve built high ROI solutions to provide our clients with growth marketing solutions. \\nOur brand philosophy is to Lead. Lead forward to a greater possibility through a passionate culture that strives to deliver best client outcomes.\",\n            \"company_founded\": null,\n            \"company_size\": \"3610\",\n            \"company_location_1\": \"Dubai, Dubai, United Arab Emirates\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dubai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Research Analyst (XDBS Worldwide, Size: 1001-5000) [2024-09-01] - Conducting in-depth research and analysis on market trends, financial data, and industry developments to provide actionable insights.\\n\\n- Gathering, interpreting, and presenting data to support decision-making processes for internal teams and clients.\\n\\n- Monitoring and forecasting financial performance indicators, economic factors, and risk assessments.\\n\\n- Collaborating with cross-functional teams to develop research reports, presentations, and business strategies.\\n\\n- Managing and analyzing large datasets using advanced analytical tools to uncover critical information.\\n\\n- Providing recommendations based on data-driven analysis to assist in project planning and resource allocation.\\n\\n- Keeping up-to-date with the latest industry news and regulatory changes to ensure accurate reporting and compliance.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Research Analyst (XDBS Worldwide)\",\n            \"position_2\": \"Sales Associate (Trent Ltd)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2022-06-01 - 2024-07-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Savitribai Phule Pune University\",\n            \"education_2\": \"Modern Education Society's Nowrosjee Wadia College Arts, Science, Pune 01, Bachelor of Arts - BA, Art/Art Studies, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2022-01-01 - 2023-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Amit\",\n            \"last_name\": \"Goji\",\n            \"full_name\": \"Amit Goji\",\n            \"linkedin\": \"https://www.linkedin.com/in/amit-goji-26b7b5247\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD0qIjMBWWKuTO16VTyt6yMME7nnPFflwto,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Customer Sales Executive\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 580,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"data entry,customer relationship management (crm),lead generation\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"4 years 3 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Suma Soft Pvt Ltd)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-11-01 - 2022-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Business Administration - BBA\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-06-01 - 2023-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Thakor\",\n            \"last_name\": \"Dinesh\",\n            \"full_name\": \"Thakor Dinesh\",\n            \"linkedin\": \"https://www.linkedin.com/in/thakor-dinesh-113a48195\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC3lAp8Bfx9BVv8whg0owTw76MszChaR0JU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"B2B digital marketing sales service\",\n            \"industry\": \"digital accessibility services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 611,\n            \"location\": \"Ahmedabad, Gujarat, India\",\n            \"skills\": \"customer service operations,social media marketing,sales,digital marketing,sellers,research,problem solving,microsoft excel,customer service,customer service management,customer support,email marketing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cell centar\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (cell centar) [2022-01-01] Customer Service Call Service B2B marketing Excel Sheet Deta Entry\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (cell centar)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"HNGU, Bachelor of Arts - BA, Business, Management, Marketing, and Related Support Services\",\n            \"education_2\": \"Hemchandracharya North Gujarat University (HNGU), Patan, Bachelor of Arts - BA, Business, Management, Marketing, and Related Support Services\",\n            \"education_3\": \"Hemchandracharya North Gujarat University (HNGU), Patan\",\n            \"education_date_1\": \"2020-01-01 - 2022-02-01\",\n            \"education_date_2\": \"2013-06-01 - 2017-05-01\",\n            \"education_date_3\": \"2013-05-01 - 2017-05-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Neha\",\n            \"last_name\": \"Shaikh\",\n            \"full_name\": \"Neha Shaikh\",\n            \"linkedin\": \"https://www.linkedin.com/in/neha-shaikh-8b5914180\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACrZnQkBS08T5fcTG8-CAlOMIvj1a3Z8eH8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Educational Counsellor / Team Leader / Sales / Service/\",\n            \"industry\": \"manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 167,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"negotiation,general office work,business service management,b2c,business-to-business (b2b),sales processes,sales and marketing,sales management,time management,direct sales,study skills,sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years 10 months \",\n            \"time_in_company\": \"1 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Bombay Creative Display Solutions pvt ltd (Bombay Steel Equipments)\",\n            \"company_link\": \"https://www.linkedin.com/company/bombay-creative-display-solutions-pvt-ltd-bombay-steel-equipments\",\n            \"company_id\": \"https://www.linkedin.com/company/28149680\",\n            \"company_domain\": \"bombaydisplay.com\",\n            \"company_about\": \"BOMBAY CREATIVE DISPLAY SOLUTIONS PVT. LTD. IS  DISPLAY EQUIPMENT COMPANY WHICH MANUFACTURES DISPLAY CASES FOR HOTEL, CAFE AND BAKERY INDUSTRY.\\nTime is always changing and in the decade of 80s the entire world was changing, every business was growing and food industry was shaping up to enter into a new phase. The biggest problem for the expanding food industries , especially the bakery and Confectionery industry was the short shelf life of the product and it was then young Mr. Sufiyan Tambatkar came up with an innovative solution which later become a product if best utility .\\nDisplay showcases made by Bombay Creative Display Solutions Pvt. Ltd. For variety of cake & Confectionery industry display counters are unique in many ways as they match the interior of the outlet and give a perfect display as to give a tasty feel to the products. We provide the best refrigerated display counters. With time and improving technology, we too have improved ourselves as per the requirements to fulfill every kind of the demand from the clients and that is the reason that why the Display counters made by Bombay Creative Display Solutions Pvt. Ltd. are unique in every way. Yes! We, Bombay Creative Display Solutions Pvt. Ltd. are the people who have right solution to cash your sweet opportunities and give a very sweet and orderly look to the décor and display of your outlet.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"business supplies and equipment\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Employee (Bombay Creative Display Solutions pvt ltd (Bombay Steel Equipments), Size: 1-10) [2023-04-01]\",\n            \"current_position_2\": \"Student (Abeda Inamdar Senior College - India, Size: 51-200) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Employee (Bombay Creative Display Solutions pvt ltd (Bombay Steel Equipments))\",\n            \"position_2\": \"educational Counselor (Proper Learning)\",\n            \"position_3\": \"Student (Abeda Inamdar Senior College - India)\",\n            \"position_date_1\": \"2023-04-01\",\n            \"position_date_2\": \"2020-11-01 - 2023-07-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Abeda Inamdar Senior College - India, Ded, Elementary Education and Teaching\",\n            \"education_2\": \"Abeda Inamdar Senior College - India, Diploma of Education, Elementary Education and Teaching\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-03-01 - 2023-03-01\",\n            \"education_date_2\": \"2019-03-01 - 2021-03-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Employee\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nilanjan\",\n            \"last_name\": \"Chattopadhyay\",\n            \"full_name\": \"Nilanjan Chattopadhyay\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilanjan-chattopadhyay-bb697086\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABJLyboBIFB-sSg2NubGijaCwgKdHOeUDJg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Corporate Sales Specialist\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 654,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"account management,interpersonal skills,demand generation,cold calling,new business development,lead generation,inside sales,business development,business analysis,requirements analysis,general insurance,insurance,pension funds,business analytics,key performance indicators,customer satisfaction,agile methodologies,strategy implementation,scrum,presales,communication,performance monitoring,responsiveness,operational efficiency,sales strategy development,crm software,customer acquisition,outside sales,deal closure,research skills,spoken english,quantitative data,secondary research,market intelligence,management consulting,business process improvement,display advertising,pay per click (ppc),search engine optimization (seo),statistics,data analysis,project management,attention to detail,user stories,life insurance,sales target management,business growth,critical thinking,business solution,business case preparation,business case development,group meetings,documentation,oral communication,pestle,market sizing,marketing campaigns,data collection,business understanding,client requirements,requirements gathering,pivot tables,business process,presentations,written communication,problem solving,forecasting,english,banking,finance,sales management,microsoft office,microsoft excel,microsoft word,financial services,customer relationship management (crm),market research,sales,marketing,business planning,marketing strategy,analytical skills,strategy,analytics,microsoft powerpoint,customer service,management,leadership,team management,presentation skills,client relations,negotiation,customer engagement,sales strategy,product knowledge,financial analysis,dashboard,accounting,microsoft outlook\",\n            \"twitter\": \"\",\n            \"about\": \"Looking for a Job in IT/BKFS\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 8 months \",\n            \"time_in_company\": \"5 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Fior Markets\",\n            \"company_link\": \"https://www.linkedin.com/company/fior-markets\",\n            \"company_id\": \"https://www.linkedin.com/company/13205001\",\n            \"company_domain\": \"fiormarkets.com\",\n            \"company_about\": \"Fior Markets is a futuristic market intelligence company, helping customers flourish their business strategies and make better decisions using actionable intelligence. With transparent information pool, we meet clients’ objectives, commitments on high standard and targeting possible prospects for SWOT analysis and market research reports.\\n\\nWe sell market research reports obtained from major publishers from various industries, in which a comprehensive overview of the market is provided along with statistical forecasts, strategic recommendations, detailed segmentation, current market scenario, competitive landscape and key trends.\",\n            \"company_founded\": null,\n            \"company_size\": \"63\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"market research\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Business Development Executive (Fior Markets, Size: 51-200) [2019-06-01] •\\tPlan, monitor, and ensure the timely delivery of business analysis projects and client proposals by managing schedules, resources, and deadlines, aligning outcomes with client expectations.\\n•\\tCollaborate with marketing teams to analyze campaign performance metrics, support lead generation, and utilize business analysis tools to optimize lead nurturing and improve client acquisition rates.\\n•\\tAnalyze and document client business requirements, identify challenges and opportunities, and develop tailored solutions by aligning strategies with client objectives and market trends.\\n•\\tMonitor and track changes to project scope, ensuring proper documentation and stakeholder communication to maintain alignment and improve user experiences by incorporating customer feedback.\\n•\\tConduct in-depth research and benchmarking to identify market trends, competitor insights, and opportunities for business growth.\\n•\\tLeverage business analysis techniques to identify cross-selling and upselling opportunities and implement strategic plans to maximize revenue from existing clients.\\n•\\tPerform market sizing, PESTLE analysis, SWOT analysis, and trend forecasting to uncover risks, opportunities, and growth areas for clients.\\n•\\tDevelop and deliver data-driven, visually compelling presentations that communicate research findings, value propositions, and strategic recommendations to stakeholders.\\n•\\tAct as a liaison between research analysts, clients, and stakeholders to develop impactful business proposals, convert opportunities into engagements, and maintain effective communication.\\n•\\tMonitor client performance and engagement post-sale, analyze feedback, create satisfaction reports, and provide actionable insights to strengthen client relationships.\\n•\\tUtilize statistical analysis and data visualization tools to synthesize market and client data, delivering insights that directly influence client strategies and business decisions.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Business Development Executive (Fior Markets)\",\n            \"position_2\": \"Associate Business Manager (ICICI Prudential Life Insurance Company Limited)\",\n            \"position_3\": \"Relationship Executive (Future Group India)\",\n            \"position_date_1\": \"2019-06-01\",\n            \"position_date_2\": \"2019-02-01 - 2019-06-01\",\n            \"position_date_3\": \"2016-11-01 - 2019-01-01\",\n            \"education_1\": \"Bharati Vidyapeeth, Master of Business Administration - MBA, Finance and Financial Management Services\",\n            \"education_2\": \"Shri Shankaracharya Technical Campus Bhilai, Bachelor of Technology - BTech, Mechanical Engineering\",\n            \"education_3\": \"Kendriya Vidyalaya, All India Senior School Certificate Examination (Class 12), Science\",\n            \"education_date_1\": \"2015-07-01 - 2017-06-01\",\n            \"education_date_2\": \"2010-07-01 - 2014-06-01\",\n            \"education_date_3\": \"2009-04-01 - 2010-05-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Business Development Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nilesh\",\n            \"last_name\": \"Agarwal\",\n            \"full_name\": \"Nilesh Agarwal\",\n            \"linkedin\": \"https://www.linkedin.com/in/nilesh-agarwal-a0117115a\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACYcb2EBMWWdTkVhKUZKksdiQfjgBx6I8cc,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO & Executive Director at Pristine Official | Leading Luxury Sales and Business Consulting\",\n            \"industry\": \"real estate\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 945,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"project planning,sales & marketing leadership,construction management,customer relationship management (crm),luxury sales,real estate,real estate transactions,business consulting,directorship,executive management,bespoke,men's fashion,women fashion\",\n            \"twitter\": \"\",\n            \"about\": \"With an MBA from the University of Plymouth, I hold leadership roles across two dynamic industries:\\n\\nAs CEO & Executive Director of Pristine Developers, I drive innovation and excellence in real estate, shaping transformative projects that redefine urban living.\\n\\nAs Managing Director of The Man Project, I am revolutionizing the garment industry by preserving the art of bespoke tailoring while blending traditional craftsmanship with modern luxury.\\n\\nIn both roles, I champion innovation, quality, and customer-centric strategies, ensuring our brands deliver unparalleled experiences in their respective domains. My expertise in business consulting and strategic leadership continues to shape our path toward sustained success.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 6 months \",\n            \"time_in_company\": \"2 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Pristine Official\",\n            \"company_link\": \"https://www.linkedin.com/company/pristine-properties-official\",\n            \"company_id\": \"https://www.linkedin.com/company/92811051\",\n            \"company_domain\": \"pristinedevelopers.com\",\n            \"company_about\": \"Pristine is a leading real estate developer based in Pune, India. With over 30 years of experience in the industry, we have delivered over 9 million Sq Ft, residential & Commercial projects that are designed to meet the needs of modern lifestyles.\\n\\nOur team of experts is committed to delivering exceptional quality and value to our customers, while also ensuring sustainable and eco-friendly practices. We specialize in creating integrated townships, luxury apartments, and commercial spaces that are equipped with modern amenities and facilities.\\n\\nAt Pristine Properties, we believe in building long-term relationships with our customers by providing them with personalized attention and unmatched services. Our customer-centric approach has helped us earn a reputation as one of the most trusted and reliable real estate developers in Pune.\\n\\nWe invite you to explore our latest projects and discover how we can help you find your dream home or office space.\",\n            \"company_founded\": null,\n            \"company_size\": \"24\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"real estate\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"CEO & Executive Director (Pristine Official, Size: 11-50) [2022-08-01]\",\n            \"current_position_2\": \"Chief Operating Officer (The Man Project) [2023-01-01] India's premier bespoke men's wear organisation. providing tailored-made clothes.\\n\\nThe majority of today’s men wear ready-to-wear or made-to-measure clothes produced in factories. Only a very small minority of gentleman dress in bespoke clothes made by tailors, but 200 years ago every garment was made by hand. \\n\\nBefore the advent of sewing machines in the 18th century, all clothes were cut and sewn by hand similar to the way modern-day bespoke tailors work. However, the desired fit was achieved in a way very different to our times. From the middle ages to the 18th century, tailors created their patterns with methods that were their trade secrets. They were not shared with apprentices until a master tailor handed over his business to someone who had bought it. Many more fittings than today were necessary. Nevertheless, the quality of the handwork was amazing and the fit was often very close to the body.\\n\\nWe at The Man Project are established with a vision to preserve this great culture and heritage of Bespoke Tailoring. We are establishing India's biggest facility centred on the above Idea to provide our Patrons with Fine Clothing\",\n            \"current_position_3\": \"Chief Executive Officer (Pristine Official, Size: 11-50) [2022-08-01]\",\n            \"position_1\": \"CEO & Executive Director (Pristine Official)\",\n            \"position_2\": \"Chief Operating Officer (The Man Project)\",\n            \"position_3\": \"Chief Executive Officer (Pristine Official)\",\n            \"position_date_1\": \"2022-08-01\",\n            \"position_date_2\": \"2023-01-01\",\n            \"position_date_3\": \"2022-08-01\",\n            \"education_1\": \"University of Plymouth, Master's degree, Business/Commerce, General\",\n            \"education_2\": \"University of Plymouth, Master of Business Administration - MBA\",\n            \"education_3\": null,\n            \"education_date_1\": \"2011-09-01 - 2012-04-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"CEO & Executive Director\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sam\",\n            \"last_name\": \"\",\n            \"full_name\": \"Sam J\",\n            \"linkedin\": \"https://www.linkedin.com/in/sam-j-8a465014\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAALxYfwBI7BfedHHXXGCRyif38bW9Ocsl9Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Man @ Maximus One | MBA, MA, PGDCA, IRPM\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 13498,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"recruiting,hiring,sales,erp,interviews,temporary placement,information technology,business intelligence,crm,consulting,team management,business analysis,business development,software development,vendor management,requirements analysis,project management,program management,outsourcing,change management,coaching,customer relationship management (crm),management,interviewing\",\n            \"twitter\": \"\",\n            \"about\": \"Sales Man @ Maximus One | IT Recruiting Expert\\n\\nSales Man @ Maximus One | PGDCA, IRPM, MBA, MA\\n\\nIT Recruitment Specialist with 20+ Years of Sales Experience\\n\\nI am an IT recruitment specialist with over 20 years of sales and marketing experience, currently working as a Sales Man at Maximus One. I hold PGDCA and IRPM credentials, as well as an MBA and an MA in English literature. I use my skills in customer relationship management, consulting, and team management to help clients find the best IT talent for their needs.\\n\\nMaximus One is an IT recruiting company that serves a broad range of vertical markets, from biotechnology to media, and works with small businesses to Fortune 500 companies. I have worked extensively in South East Asia, gaining valuable insights into the IT industry and the local cultures. I am also a dynamic leader and an entrepreneur, who loves to take risks, face challenges, and pursue success. My vision is to create the most ethical and successful IT recruitment company in India.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"18 years \",\n            \"time_in_company\": \"18 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Maximus One\",\n            \"company_link\": \"https://www.linkedin.com/company/maximus1\",\n            \"company_id\": \"https://www.linkedin.com/company/420103\",\n            \"company_domain\": \"maximus1.com\",\n            \"company_about\": \"We are one of the leading staffing solutions provider service company in India. We align ourselves with our customers as partners to assist them in achieving their goals and objectives. We have developed a reputation as a premier vendor, especially in the area of Recruitment and staffing solutions.\",\n            \"company_founded\": 2008,\n            \"company_size\": \"4\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Hyderabad\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"1 e 18th st, hyderabad, telangana, india\",\n            \"company_postal_code\": \"500020\",\n            \"company_phone\": \"+91+918886562595\",\n            \"company_industry_1\": \"human resources\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"YouTube, WordPress.org, Mobile Friendly, Microsoft-IIS, Google Font API, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect), Bootstrap Framework, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Man (www.maximus1.com, Size: 1-10) [2007-01-01] Maximus One is an Information Technology contract and permanent recruiting company specializing in both applications development and infrastructure support. Our client-base is broad, ranging from small businesses to Fortune 500 companies and stretching across numerous Vertical Markets. Among these markets include Biotechnology, Construction, Financial, Government, Healthcare/Medical Institutions, Education, Insurance, Legal, Manufacturing, Marketing/Media, Pharmaceutical, Retail, Technology and Utilities.\\nHeadquartered in Chennai, India.Our success is simply the result of hard work. No staffing company will work harder to fill your IT positions or find you that perfect IT job.\\nTo the prospective IT Job Seeker, this translates into getting that critical first interview or the ever-important \\\"foot in the door.\\\" Maximus One also reinvests thousands of dollars each year back into our IT contractor offerings. Among the advantages of being an Maximus One consultant include 401k offerings, health & dental insurance withheld pre-tax, holiday & vacation paid time off, weekly pay and direct deposit.\\nIf you're a Client Company looking for an IT staffing agency, we have a proven track record of delivering successful, long-term placements. However, placing the right individual into the right environment is the key to success. \\nWhether you’re a hiring manager looking to fill your IT positions, or a prospective candidate looking for your next IT job, Maximus One will be here at any time to assist.\\nWe welcome your call.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Man (www.maximus1.com)\",\n            \"position_2\": \"Sales Man (Medic Alliance Corporation Sdn Bhd)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2007-01-01\",\n            \"position_date_2\": \"2001-01-01 - 2006-03-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Sri Venkateswara University, MA, M.B.A, English litreature\",\n            \"education_2\": \"ST.Francis English Medium School,Venkatagiri,Andhra\",\n            \"education_3\": null,\n            \"education_date_1\": \"1999-01-01 - 2001-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Man\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Yash\",\n            \"last_name\": \"Ade\",\n            \"full_name\": \"Yash Ade\",\n            \"linkedin\": \"https://www.linkedin.com/in/yash-ade-a26347220\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADeUXP4BRBPVRoFrHdGTXFM_mPwAwO6U2Ww,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at Modern Education Societys Ness Wadia College of Commerce, P.V.K.Joag Path, Pune 411004\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 247,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Balaji Wafers Pvt.Ltd.)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2024-01-01 - 2024-07-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Modern Education Societys Ness Wadia College of Commerce, P.V.K.Joag Path, Pune 411004, Bachelor of Commerce - BCom, Business Administration and Management, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01 - 2024-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Nikita\",\n            \"last_name\": \"Kagankar\",\n            \"full_name\": \"Nikita Kagankar\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikita-kagankar-342611249\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD1-MaIB4Pod8DNyD5qRCI3-DJGEyOKKc6Y,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Quality analyst & Trainer\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 444,\n            \"location\": \"Maharashtra, India\",\n            \"skills\": \"call auditing ,parsonal loan sell,call audit,7 qc tools,advance excel,ppt presentation ,team leadership,team building,auditing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"1 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Business Eye\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Quality anylest (Business Eye) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Quality anylest (Business Eye)\",\n            \"position_2\": \"Quality Analyst (Altruist Technologies Pvt. Ltd.)\",\n            \"position_3\": \"Salesperson (Altruist Technologies Pvt. Ltd.)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2022-02-01 - 2023-12-01\",\n            \"position_date_3\": \"2022-02-01 - 2023-11-01\",\n            \"education_1\": \"Shivaji University, Bachlor computer science , Mathematics and Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-08-01 - 2021-03-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Quality anylest\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikita\",\n            \"last_name\": \"Wakhare\",\n            \"full_name\": \"Nikita Wakhare\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikita-wakhare-a2819a251\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD4kPkABJ9ii2ttqRDYp8_hrm0qVCDk2C7c,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Inside Sales Manager - Jombay\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 464,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"skilled multi-tasker,written communication,spoken english,record keeping,hindi,english,sales,customer-focused service,marketing effectiveness,performance motivation,linkedin sales navigator,customer satisfaction,personal assistance,office administration,organization skills,time management,executive calendar management,negotiation,microsoft office,strategic thinking,job skills,customer relations,international sales,computer literacy,executive administrative assistance,customer relationship management (crm),teamwork,business development,business-to-business (b2b),management,communication,problem solving,customer support,direct sales,account management,lead generation,cold calling,bdm,customer satisfaction (csat),writing,sales and marketing,presales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Inside Sales Manager (Jombay)\",\n            \"position_2\": \"Sales Associate (Tech Mahindra)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2023-07-01 - 2024-07-01\",\n            \"position_date_2\": \"2021-01-01 - 2022-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"DY Patil University, Bachelor of Commerce - BCom, Banking and Financial Support Services\",\n            \"education_2\": \"Savitribai Phule Pune University, Bachelor of Commerce - BCom\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Inside Sales Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Shaheed\",\n            \"last_name\": \"Khan\",\n            \"full_name\": \"Shaheed Khan\",\n            \"linkedin\": \"https://www.linkedin.com/in/shaheed-khan-a21821298\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEgGTnkB6acjUq78sPnqPhsXJf-12-qAVCU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Mass tort Lead inteak\",\n            \"industry\": \"food and beverage services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 368,\n            \"location\": \"Mumbai, Maharashtra, India\",\n            \"skills\": \"masstort intake\",\n            \"twitter\": \"\",\n            \"about\": \"We are in business intake leads generation\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Srp enterprises\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Srp enterprises) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Srp enterprises)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Bangalore University, Bachelor of Business Administration - BBA\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sandip\",\n            \"last_name\": \"Kakade\",\n            \"full_name\": \"Sandip Kakade\",\n            \"linkedin\": \"https://www.linkedin.com/in/sandip-kakade-474b9a123\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAB6cExgBwVcR0oZjKuNcLTlGC3uRJ7Mqme8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate in Siemens Ltd.\",\n            \"industry\": \"automation machinery manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 202,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"engineering,project management,research,microsoft office,leadership,sales,customer service,teamwork,sales cycle management,technical support,process instrumentation products,pressure transmitters,level transmitters,flow meters,temperature transmitter\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 10 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"UNI KLINGER LIMITED\",\n            \"company_link\": \"https://www.linkedin.com/company/uni-klinger\",\n            \"company_id\": \"https://www.linkedin.com/company/1245066\",\n            \"company_domain\": \"uniklinger.com\",\n            \"company_about\": \"UNI KLINGER LTD , manufacturers of Fluid control Products and Fluid Sealing Products that are renowned and of world-class quality when it involves manufacturing, performance and ultimate customer satisfaction. \\r\\n\\r\\nUni Klinger Limited is a Joint Venture Company promoted by NETERWALLA GROUP and KLINGER AG of Switzerland.  The company has two Strategic Business Units. The first is Fluid Control Division and the second is Fluid Sealing Division. \\r\\n  \\r\\nOn the footsteps of the Principals, UKL started its first strategic business unit FLUID CONTROL DIVISION in Ahmednagar in the year 1983 for manufacturing of Piston Valves, Level Gauges, and Steam Traps.\\r\\nSubsequently, in 1997 UKL started second strategic business unit FLUID SEALING DIVISION on the outskirts of Pune, dedicated to produce Asbestos, Non-Asbestos Gasket sheeting, followed by Spiral Wound ,Industrial Cut Gaskets etc., factually everything in Gaskets.\\r\\n\\r\\nUni Klinger Fluid control Division is the first company in India to have intelligent Trap Valve Station with an option of 24x7 steam trap monitoring device to monitor all the parameters of trap valve station i.e. pressure, temperature, ultrasound and back pressure.\\r\\n\\r\\nIn view of the current market needs, Uni Klinger has introduced the complete product range in steam and condensate management system. Based on the growing customer demands Uni Klinger has introduced services related to Steam Engineering like Energy audits, Steam Consultancy and Customer trainings.\\r\\nThe company's Fluid Sealing Division manufacturing calendars for producing asbestos and non asbestos sheets in addition to world class facility of Industrial Gaskets manufacturing which includes Spiral Wound & Metal Jacketted Gaskets, Cut Gaskets and Non Asbestos Gland Packing.\\r\\n\\r\\nThe company’s main thrust is on High Temperature, High Pressure & Critical Media applications due to its proven performance and cost effectiveness in this field.\",\n            \"company_founded\": null,\n            \"company_size\": \"231\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"industrial machinery manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Steam Engineering Product,Fluid Sealing Product,Steam Energy Consultancy,Steam Energy Training\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Technical Support Engineer (M/s Uni Klinger Limited, Size: 201-500) [2021-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Technical Support Engineer (M/s Uni Klinger Limited)\",\n            \"position_2\": \"Sales Associate (Siemens Ltd. )\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-04-01\",\n            \"position_date_2\": \"2017-06-01 - 2021-04-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"All india shri shivaji memorial society institute of information technology, Bachelor of Engineering (B.E.), Instrumentation engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2016-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Technical Support Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Tanvy\",\n            \"last_name\": \"Choudhary\",\n            \"full_name\": \"Tanvy Choudhary\",\n            \"linkedin\": \"https://www.linkedin.com/in/tanvy-choudhary-7ba440233\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADpDaH4BgEd7MsKhbah49WkO-H0IosjPbDI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Person, Customer Support Representative\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 502,\n            \"location\": \"Ranchi, Jharkhand, India\",\n            \"skills\": \"customer service representatives,sales,english,communication,analytical skills,problem solving\",\n            \"twitter\": \"\",\n            \"about\": \"I cherish being a Sales Person, while working in Outer Orbit Technology Private Limited (For 19 months) & Ayuda Solutions Private Limited (For 6 months) .\\n\\nA job which give me the opportunity to meet, talk & interact with various people comming from different background was non other than, being a Sales Person.\\n\\nI believe that the qualities of \\n• a good communicator\\n• logical and analytical thinker\\n• decision maker\\n• goal orienter\\n• adaptability\\nhas always helped me to enjoy my role of Sales Person. \\n\\nI believe that I would get more opportunities in coming future different firm's which offers versatility in it's job.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 7 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Outer Orbit Technologies Pvt Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/outer-orbit-technologies-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/75760798\",\n            \"company_domain\": \"outerorbittech.com\",\n            \"company_about\": \"Established in the year 2020, Outer Orbit Technologies became a fastest growing IT Services & Support business entity and created a strong team of more than 195 IT engineers & support service providers specially in Digital Marketing & Finance domain. We are providing digital marketing support to 22 leading business entities of US, Canada & India including software development & related services. In Finance domain, we are one of the trusted names to provide XBRL conversion to US firms. We believe not in short term projects but in long relationship with help of our expert & dedicated services.\",\n            \"company_founded\": 2014,\n            \"company_size\": null,\n            \"company_location_1\": \"Ranchi, Jharkhand, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Ranchi\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Customer Support Executive (Outer Orbit Technologies Pvt Ltd, Size: Self-employed) [2022-07-01] Divine Communications Skills, Problem Solving, One & Half years of Work Experience In Sales\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Customer Support Executive (Outer Orbit Technologies Pvt Ltd)\",\n            \"position_2\": \"Salesperson (Outer Orbit Technologies Pvt Ltd)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-07-01\",\n            \"position_date_2\": \"2022-06-01 - 2024-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Ranchi University, Ranchi, Bachelor of Arts - BA, English Language and Literature/Letters\",\n            \"education_2\": \"Ranchi University, Ranchi, Bachelor of Arts - BA, English Language and Literature/Letters\",\n            \"education_3\": \"Ranchi University, Ranchi, Bachelor of Arts - BA, English Language and Literature/Letters\",\n            \"education_date_1\": \"2021-06-01 - 2024-06-01\",\n            \"education_date_2\": \"2021-06-01 - 2024-06-01\",\n            \"education_date_3\": \"2021-06-01 - 2024-06-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Customer Support Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Vinay\",\n            \"last_name\": \"Pandey\",\n            \"full_name\": \"Vinay Mohini Pandey\",\n            \"linkedin\": \"https://www.linkedin.com/in/vinay-mohini-pandey-6472a8273\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAELI65cB1E4ghSB8xvCEs9pNndWzEydogoI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Executive\",\n            \"industry\": \"real estate\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 834,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"lead generation,customer interaction,interpersonal skills,phone etiquette,customer support,residential real estate,cold calling,typing,market research,competitive analysis,research skills,market analysis,customer experience,teamwork,site specific,customer service management,site visits,real estate sales,sales & marketing,customer relationship management (crm),prospects,deal closure,customer service,networking,negotiation,problem solving,real estate,sales management,channel partners,closures,sales target management,sales processes,customer satisfaction,communication,retail,sales,closing (real estate),business development,business analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tribe Student Accommodation & CoLiving\",\n            \"company_link\": \"https://www.linkedin.com/company/tribestays\",\n            \"company_id\": \"https://www.linkedin.com/company/14530491\",\n            \"company_domain\": \"tribestays.com\",\n            \"company_about\": \"Tribe is an International Award Winning Luxury Hostel and CoLiving provider. Currently present in Pune & Mumbai. Tribe plans to expand rapidly into other major metros across India. \\n\\nOur mission at Tribe is to provide the \\\"Best Possible Shared Living Experience in India with the Happiest Customers\\\"\\n\\nStudent Housing of the Year 2020-21 - Silicon India Magazine)\\nStudent Housing of the Year 2019-20 - Estate Awards)\\nFastest Growing Brands in India (Real Estate) 2019-20 - Asia One Magazine\\nHospitality Project of the Year 2019-20 - Business Excellence Awards ET Now\",\n            \"company_founded\": 2018,\n            \"company_size\": \"30\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+918880868000\",\n            \"company_industry_1\": \"hospitality\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Management,Hostels,Hospitality,Students,Service,coliving,student housing,shared living\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://twitter.com/tribestays/, https://www.facebook.com/tribestays/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Executive (Tribe Student Accommodation & CoLiving , Size: 11-50) [2024-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Executive (Tribe Student Accommodation & CoLiving )\",\n            \"position_2\": \"Senior Presales (Zen Realty India)\",\n            \"position_3\": \"Sales Associate (Voski Emerald)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2022-02-01 - 2024-02-01\",\n            \"position_date_3\": \"2019-01-01 - 2021-01-01\",\n            \"education_1\": \"Kalinga University, Raipur\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2016-01-01 - 2018-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sheetal\",\n            \"last_name\": \"Tripathi\",\n            \"full_name\": \"Sheetal Tripathi\",\n            \"linkedin\": \"https://www.linkedin.com/in/sheetal-tripathi-1159a5280\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAER9eGEB1nplKdSSQFoS3z6PVEF9y_yRtbc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Attending Brihan Maharashtra College Of Commerce\",\n            \"industry\": \"accounting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 457,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"customer relationship management (crm),product sales,tally erp,strategic planning,advertising,communication,marketing,product marketing,computer literacy\",\n            \"twitter\": \"\",\n            \"about\": \"Aspiring Commerce Professional | B.Com Student at Brihan Maharashtra College of Commerce \\n\\nI am passionate about Marketing , accounting, and business management.Throughout my studies, I have developed strong analytical and problem-solving skills.\\nI am actively seeking opportunities to apply my knowledge and skills in real-world settings through internships and part-time positions. I am eager to contribute to a dynamic team and gain practical experience in the finance and business sectors.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Intern (Seva Satkar Foundation)\",\n            \"position_2\": \"Sales Associate (Younity.in)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-06-01 - 2024-08-01\",\n            \"position_date_2\": \"2023-06-01 - 2023-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Brihan Maharashtra College Of Commerce, Bachelor of Commerce - BCom, Business/Commerce, General\",\n            \"education_2\": \"Kendriya Vidyalaya AFS Avadi Chennai, 12TH , Business/Commerce, General\",\n            \"education_3\": \"Kendriya Vidyalaya CRPF Avadi chennai, 10th\",\n            \"education_date_1\": \"2022-08-01 - 2025-08-01\",\n            \"education_date_2\": \"2021-03-01 - 2022-07-01\",\n            \"education_date_3\": \"2019-04-01 - 2020-07-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate Intern\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Kiran\",\n            \"last_name\": \"Gupta\",\n            \"full_name\": \"Kiran Gupta\",\n            \"linkedin\": \"https://www.linkedin.com/in/kiran-gupta-8b7460289\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEYDKwsBLoDqDbp6CJ6TOAeaxUjTBTy6_kM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate at Casa Living\",\n            \"industry\": \"higher education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 842,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"passionate about work,communication,hardwork,passionate,microsoft office,microsoft excel,positivity,work ethic,marketing strategy,teamwork\",\n            \"twitter\": \"\",\n            \"about\": \"I chose to specialize in marketing for my MBA because I enjoy having more and more real-world experience and field expertise. I intend to put my knowledge and abilities to work on real-world projects after earning my MBA from Imperial School of Banking and Management Studies, while simultaneously gaining insightful information and experience.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Casa Living\",\n            \"company_link\": \"https://www.linkedin.com/company/hoskool-stays\",\n            \"company_id\": \"https://www.linkedin.com/company/96425866\",\n            \"company_domain\": \"\",\n            \"company_about\": \"Welcome to Casa Living, the leading provider of premium managed accommodations for students and young professionals. We offer fully furnished, tech-enabled spaces designed to create a home away from home. Join our vibrant community and experience hassle-free living with exceptional services and a supportive environment.\",\n            \"company_founded\": null,\n            \"company_size\": \"19\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"hospitality\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (Casa Living , Size: 11-50) [2024-07-01] Excited and motivated to work with Casa Living.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Casa Living )\",\n            \"position_2\": \"Sales Executive (Nestlé)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2023-04-01 - 2023-05-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Imperial School of Banking and Management Studies, Master of Business Administration - MBA\",\n            \"education_2\": \"Savitribai Phule Pune University, Master of Business Administration - MBA, Marketing\",\n            \"education_3\": \"Mumbai University Mumbai, Bachelor of Commerce - BCom, Business/Commerce, General\",\n            \"education_date_1\": \"2022-09-01\",\n            \"education_date_2\": \"2022-09-01\",\n            \"education_date_3\": \"2018-05-01 - 2021-05-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mayuresh\",\n            \"last_name\": \"Kale\",\n            \"full_name\": \"Mayuresh Kale\",\n            \"linkedin\": \"https://www.linkedin.com/in/mayuresh-kale-205a0325b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEAK_WUBY_ZG9rm6Ub1pz55S54sCuas6vRk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales | Tech | Digitalization | Marketing | Digital Marketing\",\n            \"industry\": \"media production\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1419,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales,sales management,software as a service (saas),digital strategy,operations management,press releases,social media marketing,search engine marketing (sem),search engine optimization (seo)\",\n            \"twitter\": \"\",\n            \"about\": \"As an industry expert with a passion for insights and market research, I bring over three years of full-time experience as a Marketing Assistance Specialist at BYJU'S, where I honed my skills in digital marketing and contributed to the company's success in Mumbai, Maharashtra, India. Transitioning into a freelance role since December 2022, I've continued to excel in the digital marketing sphere, specializing in leveraging technology and driving digitalization initiatives. With a keen eye for trends and a deep understanding of the tech landscape, I'm dedicated to helping businesses thrive in today's rapidly evolving digital world.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 12 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Assimilate Technologies Pvt Ltd)\",\n            \"position_2\": \"Digital Marketing Specialist ()\",\n            \"position_3\": \"Marketing Assistance Specialist (BYJU'S)\",\n            \"position_date_1\": \"2023-02-01 - 2024-11-01\",\n            \"position_date_2\": \"2022-12-01 - 2024-07-01\",\n            \"position_date_3\": \"2018-07-01 - 2021-10-01\",\n            \"education_1\": \"Amity University Mumbai, Master of Business Administration - MBA, Marketing/Marketing Management, General\",\n            \"education_2\": \"Amity University Mumbai, Bachelor of Business Administration - BBA, Marketing/Marketing Management, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2016-05-01 - 2018-08-01\",\n            \"education_date_2\": \"2013-06-01 - 2016-02-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Jayraj\",\n            \"last_name\": \"Kharat\",\n            \"full_name\": \"Jayraj Kharat\",\n            \"linkedin\": \"https://www.linkedin.com/in/jayraj-kharat-644904212\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADXiKpQB7osjkqNsiHbtrddEHz-fkEe0g8o,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales manager\",\n            \"industry\": \"insurance\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 809,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"project management,marketing,english,leadership,communication\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Salesperson with a demonstrated history of working in the real estate industry. Skilled in Communication, English, Leadership, Marketing, and Project Management. Strong sales professional with a BBA IB focused in International Business from MIT Arts, Commerce and Science College, Alandi Devachi, Tal Khed, Dist Pune.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Brickfolio Pvt. Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/brickfolioprivatelimited\",\n            \"company_id\": \"https://www.linkedin.com/company/14399459\",\n            \"company_domain\": \"brickfolio.in\",\n            \"company_about\": \"Welcome to Brickfolio\\n\\n► WHAT WE DO: We are a full-service real estate consultancy firm, specializing in commercial and residential real estate, property management, and corporate relocation. Our mission is to assist you in making the optimal property decisions based on your unique requirements.\\n\\n► HOW WE DO IT:\\nOur dedicated team of highly qualified and experienced real estate professionals focuses on providing comprehensive services, including investment guidance and property leasing. We leverage our expertise to ensure that you find the right property and receive the highest returns on your investment.\\n\\n► WHY IT WORKS:\\nWe prioritize client satisfaction and success, aiming to establish ourselves as a leading real estate service provider. Our commitment to excellence and unwavering dedication sets us apart in the industry.\\n\\nSERVICES WE PROVIDE:\\n•\\tResidential Real Estate\\n•\\tCommercial Leasing\\n•\\tProperty Management\\n•\\tCorporate Relocation\\n\\nTYPES OF BUSINESSES WE'VE ASSISTED:\\n•\\tProperty Investors\\n•\\tCommercial Enterprises\\n•\\tResidential Home Seekers\\n•\\tCorporate Clients\\n•\\tReal Estate Developers\\n\\n📍 You can find us at Office 4C, B-3, CEREBRUM IT PARK, Kalyani Nagar - Wadgaon Sheri Rd, Marigold complex, Kalyani Nagar, Pune, Maharashtra 411014.\\n\\nWhether you are a homebuyer, investor, or corporate entity exploring relocation options, Brickfolio is here to guide you through every step of your real estate journey. Join us in transforming your visions into reality. #RealEstateExperts #PropertyConsultancy #YourDreamHomeAwaits\\n\",\n            \"company_founded\": 2017,\n            \"company_size\": \"188\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+919730250050\",\n            \"company_industry_1\": \"real estate agents and brokers\",\n            \"company_industry_2\": \"real estate\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"ROI Proposals,Commercial Leasing,Outright,Expansion,Loans and Funds\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/BrickFoliodotin, https://www.facebook.com/BrickFolio/\",\n            \"keywords\": \"expansion, commercial leasing, roi proposals, outright, loans & funds\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Portfolio Manager (Brickfolio Pvt. Ltd , Size: 51-200) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Portfolio Manager (Brickfolio Pvt. Ltd )\",\n            \"position_2\": \"Insurance Manager (Max Life Insurance Company Limited)\",\n            \"position_3\": \"Team Lead Manager (Azuro)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2023-01-01 - 2024-04-01\",\n            \"position_date_3\": \"2021-10-01 - 2023-01-01\",\n            \"education_1\": \"MIT Arts, Commerce and Science College, Alandi Devachi, Tal Khed, Dist Pune, BBA IB, International Business\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Portfolio Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rocky\",\n            \"last_name\": \"Mhaske\",\n            \"full_name\": \"Rocky Mhaske\",\n            \"linkedin\": \"https://www.linkedin.com/in/rocky-mhaske-5707b5b1\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABfKA-QBm3u3Tkdw43QN6vOOnkkpoSNzx5k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Delivery Management Unit\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1758,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"presales,appointment generation,customer interaction,passionate about work,working experience,phone manner,multitasking,time & attendance,written communication,self learning,employee loyalty,skill development,goal setting,appointment scheduling,lead qualification,customer engagement,sales processes,inside sales,customer service representatives,setting appointments,appointment setting,contact centers,b2c,active listening,value propositions,phone etiquette,customer satisfaction,computer literacy,lead generation,business-to-business (b2b),sales development,saas sales,relationship development,international sales,inbound sales,english,customer relationship management (crm),cold calling,customer service,microsoft office,management,sales,strategic planning,leadership,public speaking,marketing\",\n            \"twitter\": \"\",\n            \"about\": \"Hello\\nMyself Rocky Mhaske Having experience of 15 years in BPO industry I have worked on many projects and with many clients from all over the world. I am a team player, focused and target oriented person. I am good with problem solving and quick learner and have the appetite for growth, both to company and myself. I have achieved many milestone for my clients and have made good relations. I believe that I can offer excellent service for my clients with my experience and dedication as a Virtual Assistant. I have a strong time-management skills that helps me carry out my goals and be a more efficient worker. I assure that my tasks get done efficiently and accurately.I am specialize in making your life easier, so you can focus on the more important part ~ building your business\\nI'd love to talk to you further about the ideas you have in moving your business forward in a more positive and important way!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"2 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"On Direct Marketing Services\",\n            \"company_link\": \"https://www.linkedin.com/company/on-direct-marketing-services\",\n            \"company_id\": \"https://www.linkedin.com/company/84311818\",\n            \"company_domain\": \"ondirect.in\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": \"246\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Quality Assurance Executive - Quality Compliance (Delivery Management) (On Direct Marketing Services, Size: 201-500) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Quality Assurance Executive - Quality Compliance (Delivery Management) (On Direct Marketing Services)\",\n            \"position_2\": \"Operations (On Direct Marketing Services)\",\n            \"position_3\": \"Customer Support Professional (AgentiChat)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2022-07-01 - 2024-05-01\",\n            \"position_date_3\": \"2022-04-01 - 2022-07-01\",\n            \"education_1\": \"St Xaviers High School Nashik\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Quality Assurance Executive - Quality Compliance (Delivery Management)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kavya\",\n            \"last_name\": \"Manimurthi\",\n            \"full_name\": \"Kavya Manimurthi\",\n            \"linkedin\": \"https://www.linkedin.com/in/kavya-manimurthi-6870791a0\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC7-94cB9jV5k40W_tAWK2-1L7r04Oi6EBU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Psychology | EdTech | Training\",\n            \"industry\": \"education\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1759,\n            \"location\": \"Chennai, Tamil Nadu, India\",\n            \"skills\": \"wireframing,ux research,usability testing,teaching,microsoft word,subject matter experts,communication training,analytical skills,strategic thinking,language skills,data analysis,data analytics,hr analytics,data visualization,employee relations,generative ai,educational measurement,educational assessment,test design,content development,soft skills,psychometrics,learning management,leadership development,coaching,organizational development,interpersonal communication,organizational psychology,human resource development,hr consulting,organizational consulting,human capital management,psychological assessment,mental health,presentation skills,co-creation,client liaison,staffing services,360 recruitment,human resources (hr),creative writing,digital marketing media,social media marketing,team management,product development,leadership,research skills,time management,quality assurance,customer service,attention to detail,resiliency,data entry,client relations,candidate generation,training and development (hr),training,sales,fostering inclusivity,business development,screening,phone manner,organization skills,key performance indicators,communication,psychology,graphic design,web content writing,digital marketing,social action\",\n            \"twitter\": \"\",\n            \"about\": \"I have a profound passion for psychology, human behaviour and social phenomena in the workplace. I am intrigued by the application of psychological principles to optimise human performance and experience. \\n\\nA results-driven individual, with extensive hands-on experience in Talent acquisition, People management, Psychometrics and Business development. I specialise in implementing systems that promote Flow at the workplace, boosting optimal performance and experience. \\n\\nIn addition to my professional experience, I am actively involved in social organisations such as Rotaract and Junior Chamber International which equip me with organisational skills, people management skills and community service.  \\n\\nI would love to collaborate with organizations seeking to optimise their workforce and drive business success. I welcome any opportunity to connect with like-minded professionals and explore potential career opportunities in the field of Industrial and Organisational psychology.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 months \",\n            \"time_in_company\": \"4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Rowthiram\",\n            \"company_link\": \"https://www.linkedin.com/company/rowthiram\",\n            \"company_id\": \"https://www.linkedin.com/company/99138092\",\n            \"company_domain\": \"rowthiram.org\",\n            \"company_about\": \"We offer contextualized Socio-Emotional Learning (SEL) solutions based on the school's needs.\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Chennai, Tamil Nadu, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Chennai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"education\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate (SEL) (Rowthiram, Size: 1-10) [2024-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associate (SEL) (Rowthiram)\",\n            \"position_2\": \"Recruitment Intern (MJK Lubricants LLP)\",\n            \"position_3\": \"Corporate Experiential Learning Trainer (Sky High Academy)\",\n            \"position_date_1\": \"2024-10-01\",\n            \"position_date_2\": \"2024-04-01 - 2024-07-01\",\n            \"position_date_3\": \"2021-05-01 - 2021-07-01\",\n            \"education_1\": \"University of Nottingham, Masters, Work and Organisational Psychology\",\n            \"education_2\": \"PSG College of Arts and Science, Bachelor's degree, Psychology\",\n            \"education_3\": \"The Indian Public School, International Baccalaureate\",\n            \"education_date_1\": \"2022-08-01 - 2023-09-01\",\n            \"education_date_2\": \"2019-06-01 - 2022-07-01\",\n            \"education_date_3\": \"2016-01-01 - 2018-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate (SEL)\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Amey\",\n            \"last_name\": \"Kautkar\",\n            \"full_name\": \"Amey Kautkar\",\n            \"linkedin\": \"https://www.linkedin.com/in/amey-kautkar\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADVjm7IBO08t-uREsADi2fl0uqyVzvrZ6kE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Enthusiastic professional in Sales & Marketing | digital marketing had done core internship at Digitize Brand Hub | Tenhard India | Agile Capital Services\",\n            \"industry\": \"automation machinery manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 600,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"financial analysis,requirements analysis,team management,team building,teamwork,team motivation,sales management, communication,recruiting,field work,total productive maintenance (tpm),career counseling,microsoft office,strategic planning,customer relationship management (crm),customer service,market planning,business development,social media,digital marketing,sales & marketing,sketchup,social media optimization (smo),marketing,communication,strategy,target orientation,distribution channel management\",\n            \"twitter\": \"\",\n            \"about\": \"Sales and marketing professional having 7 months of total experience in core marketing management having skills like deadline oriented channel sales distribution team management daily follow ups social media marketing branch management administration good communication leadership digital marketing etc. Completed MBA in marketing domain.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 4 months \",\n            \"time_in_company\": \"1 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Axis Max Life Insurance Limited\",\n            \"company_link\": \"https://www.linkedin.com/company/axis-max-life-insurance-limited\",\n            \"company_id\": \"https://www.linkedin.com/company/164878\",\n            \"company_domain\": \"maxlifeinsurance.com\",\n            \"company_about\": \"Axis Max Life Insurance Limited (earlier known as Max Life Insurance Company Limited)  is a Joint Venture between Max Financial Services Limited and Axis Bank Limited. \\nMax Financial Services Ltd. is a part of the Max Group, an Indian multi-business corporation. Axis Max Life Insurance Limited has an individual claims paid ratio of 99.65% as per the annual audited financials for FY23-24.\\nWe offer comprehensive protection and long-term savings life insurance solutions, through our multichannel distribution including agency and third party distribution partners.\\nYou can reach us at our:\\nCustomer Service Helpline - 1860 120 5577 (9:00 AM to 6:00 PM Monday to Saturday) or,\\nWrite to us at Service.helpdesk@maxlifeinsurance.com. You can also contact us through our portal https://www.maxlifeinsurance.com/contact-us/write-to-us.html.\\nAxis Max Life Insurance Limited has built its operations over almost two decades through a need-based sales process, a customer-centric approach to engagement and service delivery and trained human capital.\\nAs per public disclosures, during the financial year 2023-24,\\n• As on 31st March 2024 the Company had Rs. 150,836 crore of assets under management(AUM), and\\n• A Sum Assured in Force of Rs. 1,779,409 crore.\\nFor more information, please visit the Company's website at www.maxlifeinsurance.com\",\n            \"company_founded\": null,\n            \"company_size\": \"25867\",\n            \"company_location_1\": \"Gurugram, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurugram\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"insurance\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Life Insurance Solutions for all life stage based needs,Term Insurance Plans,Online Insurance Plans,Child Insurance Plans,Retirement Plans,Savings & Income Plans,Group Insurance Plans,ULIP Plans,NRI Plans\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associat agency development manager (Max Life Insurance Company Limited, Size: 10000+) [2023-10-01] I'm Associat agency development manager at Max life insurance, my prime role is to recruit and retain the financial advisors\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Associat agency development manager (Max Life Insurance Company Limited)\",\n            \"position_2\": \"Subject Matter Expert (Tork Motors)\",\n            \"position_3\": \"Centre sales associate (BYJU'S)\",\n            \"position_date_1\": \"2023-10-01\",\n            \"position_date_2\": \"2023-04-01 - 2023-10-01\",\n            \"position_date_3\": \"2022-10-01 - 2023-02-01\",\n            \"education_1\": \"Sinhgad Institute Of Management, master in business administration, Marketing\",\n            \"education_2\": \"Shri Shivaji College, Vasmat Road, Parbhani, Bachelor of Business Administration - BBA, Marketing\",\n            \"education_3\": \"Swami Ramanand Teerth Marathwada University, Bachelor of Business Administration - BBA, Business, Management, Marketing, and Related Support Services\",\n            \"education_date_1\": \"2017-01-01\",\n            \"education_date_2\": \"2021-02-01 - 2022-08-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associat agency development manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"marketing@maxlifeinsurance.com\"\n        },\n        {\n            \"first_name\": \"Jibran\",\n            \"last_name\": \"Shaikh\",\n            \"full_name\": \"JIBRAN SHAIKH\",\n            \"linkedin\": \"https://www.linkedin.com/in/jibran-shaikh-736632193\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC16PJoBgnKpqkVu8OqWko8axJHkrF24Jl8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Business Sales Executive at Best security solutions\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 650,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"leadership,public speaking,sales management,microsoft powerpoint,market knowledge,c (programming language),project management,speak people's ,marketing strategy,situational leadership,hard work,supply chain management\",\n            \"twitter\": \"\",\n            \"about\": \"\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 4 months \",\n            \"time_in_company\": \"1 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Best security solutions\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Business Sales Executive (Best security solutions ) [2023-10-01] OUR EXPERTIES:\\r\\nTechnical consultancy services \\r\\nIT Solution lifecycle management\\r\\nEnd to end custom IT Solutions\\r\\nIT Security management services\\r\\nProfessional networking services \\r\\nProfessional support – Technical support\\r\\nProfessional support Service\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Business Sales Executive (Best security solutions )\",\n            \"position_2\": \"Assistant store business owner (Zeno Health)\",\n            \"position_3\": \"SHIFT SUPERVISOR (Wellness Forever Medicare Limited)\",\n            \"position_date_1\": \"2023-10-01\",\n            \"position_date_2\": \"2022-11-01 - 2023-10-01\",\n            \"position_date_3\": \"2021-12-01 - 2022-11-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Commerce - BCom, BCA(SCIENCE)\",\n            \"education_2\": \"Poona College Of Arts Science & Commerce - India\",\n            \"education_3\": \"Abeda Inamdar Senior College - India\",\n            \"education_date_1\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Business Sales Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mubin\",\n            \"last_name\": \"Khan\",\n            \"full_name\": \"Mubin Khan\",\n            \"linkedin\": \"https://www.linkedin.com/in/mubin-khan2708\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD-M1Z0BHJwgtM5lQJSZ11HgGqlLpBzBR1c,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Research Analyst  | Ex-Sales Executive at Paytm\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 799,\n            \"location\": \"Burhanpur, Madhya Pradesh, India\",\n            \"skills\": \"cd,cdqa,pv,international business development,business-to-business (b2b),email marketing,email campaigning,data collection,marketing strategy,target marketing,linkedin sales navigator,data scraping,data verification,data mining,data extraction,email list building,google sheets,microsoft excel,apollo,web scraping,skip tracing,data cleaning,statistical data analysis,market research,customer relationship management (crm),new client acquisitions,problem solving,strategic planning,digital marketing,client relations,business development,lead generation,sales management,research skills,communication,google searching ,data analysis\",\n            \"twitter\": \"\",\n            \"about\": \"Empowering businesses to thrive through cutting-edge lead generation and data solutions.\\n\\n 𝐘𝐨𝐮𝐫 𝐆𝐫𝐨𝐰𝐭𝐡 𝐏𝐚𝐫𝐭𝐧𝐞𝐫𝐬: We're your growth partners, offering top-tier data services designed to elevate your business to new heights. \\n\\n 𝐃𝐞𝐥𝐢𝐯𝐞𝐫𝐢𝐧𝐠 𝐄𝐱𝐜𝐞𝐥𝐥𝐞𝐧𝐜𝐞: Delivering excellence with every lead, ensuring precision and effectiveness in all our endeavors. \\n\\n 𝐏𝐫𝐨𝐯𝐞𝐧 𝐒𝐮𝐜𝐜𝐞𝐬𝐬: Backed by a track record of stellar project delivery and unwavering client satisfaction. \\n\\n𝐒𝐞𝐫𝐯𝐢𝐜𝐞𝐬 𝐰𝐞 𝐨𝐟𝐟𝐞𝐫:\\n● Lead Generation\\n● Data Extraction\\n● Internet/Web Research\\n● Contact/Email List Building\\n● Google Maps Scraping\\n● CRM Data Cleaning/Updating\\n● LinkedIn Sales Navigator Search/Advanced Search\\n● Data Mining\\n● B2B Email List\\n● Skip Tracing\\n● Email Research & Validation\\n● Specific Prospect Building\\n● B2B Lead Generation\\n● Accuracy Verification\\n● Data Entry\\n\\nLet's connect and explore how we can supercharge your business growth!\\nDrop me a message on LinkedIn, I'm just a click away!\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"7 months \",\n            \"time_in_company\": \"7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Incredible Marketeer ITES (An ISO 9001:2015 Company)\",\n            \"company_link\": \"https://www.linkedin.com/company/incredible-marketeer-ites\",\n            \"company_id\": \"https://www.linkedin.com/company/14621738\",\n            \"company_domain\": \"imarketeer.io\",\n            \"company_about\": \"It ain't over 'til it's over.\\\"​ This quote applies very aptly to the way Incredible Marketeer works and performs.  We will support you until your sale is done or you have the conversion for the lead. Harnessing the full potential of Business to Business Demand Generation requires a lot of discipline and this discipline produces measurable ROI, accountable results, and direct contribution to the top line.\\nWe strongly believe in Pay for performance module. We understand there are costs associated with a product or service that clients bring to us for promotion, and how it impacts clients business. We value the time, cost and efforts put by our clients to build that product or service, Hence we go that extra mile to yield the results for our clients and make there product or service a success. Opportunity, revenue, and accountable ROI can be achieved by such dedication. We implement demand generation program strategy designed with clients requirements as a priority.\\nWe expertly leverage data, technology, and content to drive high impacting marketing campaigns. At Incredible Marketeer, we pride ourselves on being called as pure Performance Based company. When it comes to Incredible Marketeer,No tall claims,just pure result oriented business.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"103\",\n            \"company_location_1\": \"London, England, United Kingdom\",\n            \"company_location_2\": \"Grays Inn, England, United Kingdom\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"London\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Account-Based marketing, Demand Generation, cost-per-click , cost-per-lead campaigns, Content Marketing, Email Marketing, and B2B Lead Generation\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Research Analyst (Incredible Marketeer ITES (An ISO 9001:2015 Company), Size: 51-200) [2024-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Research Analyst (Incredible Marketeer ITES (An ISO 9001:2015 Company))\",\n            \"position_2\": \"Sales Associate & BDR (LeadsSense)\",\n            \"position_3\": \"Sr. Data Research Analyst (FunnelByte)\",\n            \"position_date_1\": \"2024-07-01\",\n            \"position_date_2\": \"2024-02-01 - 2024-07-01\",\n            \"position_date_3\": \"2023-05-01 - 2024-02-01\",\n            \"education_1\": \"Devi Ahilya Vishwavidyalaya, Bachelor of Business Administration - BBA, Finance\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-02-01 - 2023-04-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Umang\",\n            \"last_name\": \"Saluja\",\n            \"full_name\": \"Umang Saluja\",\n            \"linkedin\": \"https://www.linkedin.com/in/umang-saluja-989914209\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADT-rXkBdS46Od9DNsS5VZJMUFs0zP8fhiU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Head\",\n            \"industry\": \"telecommunications\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2773,\n            \"location\": \"Delhi, India\",\n            \"skills\": \"marketing management,sales,business-to-business (b2b),accounting,customer relationship management (crm),marketing,problem solving,critical thinking\",\n            \"twitter\": \"\",\n            \"about\": \"Enthusiastic, Self -Motivated & dedicated sales professional experienced in B2B platform.\\nAn effective communicator possessing excellent presentation & soft skills with honed marketing management, logical and problem-solving abilities.\\n\\nRecognized for successfully meeting targets and nurturing fruitful relationships with customers.\\n\\nA proven sales professional, known for out of the box thinking and grass roots selling. Of course, most importantly closing business.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Callsy Network LLC\",\n            \"company_link\": \"https://www.linkedin.com/company/callsy-network-llc\",\n            \"company_id\": \"https://www.linkedin.com/company/84822747\",\n            \"company_domain\": \"callsynetworkllc.com\",\n            \"company_about\": \" Callsy Network LLC understands your needs , solve problems and create solutions with VoIP. An extraordinary place to work with big goals, a clear vision, and a dedicated team of passionate business professionals and VoIP experts. We love what we do and do it better by treating our clients as our family.\\n\\nWe are known for our cost-effective solutions along with security and promising quality services.\",\n            \"company_founded\": null,\n            \"company_size\": \"9\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"telecommunications\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Head of Sales and Business Development (Callsy Network LLC, Size: 1-10) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Head of Sales and Business Development (Callsy Network LLC)\",\n            \"position_2\": \"Business Development Manager (Call Global System Pvt. Ltd.)\",\n            \"position_3\": \"Business Development Manager (DialerTel LLC)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2021-07-01 - 2022-03-01\",\n            \"position_date_3\": \"2021-06-01 - 2022-03-01\",\n            \"education_1\": \"Delhi College Of Arts and Commerce, Bachelor's degree, Accounting and Finance\",\n            \"education_2\": \"Rainbow English Senior Secondary School, High School Diploma, Business/Commerce, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-01-01 - 2018-01-01\",\n            \"education_date_2\": \"2014-01-01 - 2015-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Head of Sales and Business Development\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Amir\",\n            \"last_name\": \"Shakeel\",\n            \"full_name\": \"Amir Shakeel\",\n            \"linkedin\": \"https://www.linkedin.com/in/amir-shakeel\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEkCjo4BBj7Yu15iNvl5i08ePPOD0HHAgys,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Student at Dr.Vishwanath Karad MIT WORLD PEACE UNIVERSITY|PUNE\",\n            \"industry\": \"\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 222,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"figma (software),event planning,ticket sales,event ticketing,event management,security information and event management (siem),public speaking,helping people,helping clients,guided tours,volunteering,salesmanship,retail sales,retail,c++,react.js,javascript,mysql,python (programming language),c (programming language),html,bootstrap (framework),node.js,web development,devops,webflow,web interface design,user interaction,user experience (ux),user interface design\",\n            \"twitter\": \"\",\n            \"about\": \"As a dedicated UI/UX designer with a background in computer science engineering from MIT WPU, Pune, I bring a unique blend of technical expertise and creative insight to every project. My passion lies in crafting intuitive and user-centric digital experiences that not only meet but exceed expectations. With a keen eye for detail and a deep understanding of human-computer interaction, I strive to bridge the gap between technology and user needs. I thrive in collaborative environments where I can leverage my skills to solve complex problems and deliver innovative solutions.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"1 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"ByteOrange\",\n            \"company_link\": \"https://www.linkedin.com/company/byteorange\",\n            \"company_id\": \"https://www.linkedin.com/company/97917435\",\n            \"company_domain\": \"byteorange.com\",\n            \"company_about\": \"ByteOrange is the go-to digital agency for thinking, designing, developing, and launching functional Digital Products while making them look great in the process.\\n\\nContact us: reachus@byteorange.com\",\n            \"company_founded\": null,\n            \"company_size\": \"4\",\n            \"company_location_1\": \"Manchester, England, United Kingdom\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Manchester\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Frontend Developer (ByteOrange, Size: 1-10) [2024-01-01] I'm thrilled to share that I've been diving into some amazing Webflow projects at Byte Orange lately, and the journey has been nothing short of exhilarating!\\n\\nAs a part of the talented team at Byte Orange, I've had the opportunity to leverage the power of Webflow to create stunning, interactive websites that not only captivate audiences but also deliver seamless user experiences.\\n\\nWhether it's crafting sleek landing pages, designing intuitive e-commerce sites, or developing dynamic web applications, every project has been a new adventure, pushing the boundaries of what's possible on the web.\\n\\nWhat I love most about working with Webflow is the freedom it provides to turn creative visions into reality without being limited by traditional coding constraints. With its intuitive drag-and-drop interface and robust capabilities, I've been able to bring ideas to life faster and more efficiently than ever before.\",\n            \"current_position_2\": \"Volunteer Staff (Coca-Cola Arena, Size: 51-200) [2020-07-01] During my time as a volunteer at the Coca-Cola Arena in Dubai, I had the opportunity to contribute to the success of various events and activities hosted at this iconic venue.\",\n            \"current_position_3\": \"Hostess (Expo City Dubai, Size: 501-1000) [2020-01-01] As a Hostess at Expo 2020 Dubai, I had the privilege of representing one of the world's most significant global events, welcoming visitors from around the globe and ensuring their experience was memorable and seamless.\",\n            \"position_1\": \"Frontend Developer (ByteOrange)\",\n            \"position_2\": \"Volunteer Staff (Coca-Cola Arena)\",\n            \"position_3\": \"Hostess (Expo City Dubai)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2020-07-01\",\n            \"position_date_3\": \"2020-01-01\",\n            \"education_1\": \"Dr.Vishwanath Karad MIT WORLD PEACE UNIVERSITY|PUNE, Bachelor of Technology - BTech, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-08-01 - 2024-07-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Frontend Developer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Fahad\",\n            \"last_name\": \"Gothe\",\n            \"full_name\": \"Fahad Gothe\",\n            \"linkedin\": \"https://www.linkedin.com/in/fahad-gothe-413812245\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADzPkM8BtazyO9MTju87m4KzymndgVC-U6c,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales and marketing\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 789,\n            \"location\": \"Muscat, Masqaţ, Oman\",\n            \"skills\": \"sales management,direct sales,sales processes,sales presentations,retail,lead generation,teamwork,client relations,business-to-business (b2b),quality analysis,business development,communication,research,sales,business,data analysis,commerce\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ahmad Al Magribi\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesman (Ahmad Al Magribi) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesman (Ahmad Al Magribi)\",\n            \"position_2\": \"Research Analyst (The Blue Canton)\",\n            \"position_3\": \"Techbizmedia (TechBizMedia)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2022-12-01 - 2024-12-01\",\n            \"position_date_3\": \"2022-06-01 - 2022-11-01\",\n            \"education_1\": \"Reemz hotel managment, Hotel managment diploma, Hotel, Motel, and Restaurant Management\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2021-06-01 - 2022-04-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesman\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Fiza\",\n            \"last_name\": \"Sayyed\",\n            \"full_name\": \"Fiza Sayyed\",\n            \"linkedin\": \"https://www.linkedin.com/in/fiza-sayyed-437342223\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADgc5-sB1bYMkZ-d3y7FIRF6jNzS6Ln5C_M,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate\",\n            \"industry\": \"retail apparel and fashion\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1930,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"commerce,human resources (hr),recruiting,business development,business operations\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 5 months \",\n            \"time_in_company\": \"5 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Self-employed\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Self-employed) [2019-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Self-employed)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2019-09-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Modern Education Society's Nowrosjee Wadia College Arts, Science, Pune 01, Associate's degree, Retail Management\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Atul\",\n            \"last_name\": \"Gadhe\",\n            \"full_name\": \"Atul Gadhe\",\n            \"linkedin\": \"https://www.linkedin.com/in/atul-gadhe-8b111b269\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEGw_EUBPFJrS7G4x4tMz2M53p008BM0BYM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"BPO|Sale|Consult|SalesExecutive|\",\n            \"industry\": \"business consulting and services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 476,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"business research,marketing support,sales management,sales,sales processes,retail sales,international sales,sales presentations,jaggaer one,business process outsourcing (bpo),email marketing,search engine marketing (sem),search engine optimization (seo)\",\n            \"twitter\": \"\",\n            \"about\": \"Seeking a challenging position in a reputable organization to expand and utilize my learning, skills and knowledge.\\nPossess excellent communication skills and have an eye for detail. Interest in sales and Management\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"TAURUS BPO SERVICES INDIA LLP\",\n            \"company_link\": \"https://www.linkedin.com/company/taurus-bpo-services-india-llp\",\n            \"company_id\": \"https://www.linkedin.com/company/31316133\",\n            \"company_domain\": \"taurusbpo.com\",\n            \"company_about\": \"Our services are credible and scalable\\n\\nOur Key Services Include: \\n\\n    -Customer service management \\n\\n    -Data & business analytics \\n\\n    -Sales & marketing \\n\\n    -Supply chain services \\n\\n    -Accounts payable & receivable \\n\\n    -Customer order management \\n\\nOur primary objective is to provide superior crafted business services & solutions to assist businesses to dominate their niche. \\n\\nTaurus BPO is proudly associated with prestigious organisations in the BFSI, Healthcare, Marketing, Customer Service, Telecom, FMCG, Sales & other varied sectors. \\n\\nWe offer greater operational freedom by outsourcing non-core and administrative operations, we reallocate time and resources to required capabilities, such as customer interactions and product leadership, resulting in a competitive edge over industry rivals. \\n\\nTaurus BPO offers clients access to innovative technological resources they might not have otherwise. \\n\\nTaurus BPO is committed to enhancing the operations of its affiliated partners by using cutting-edge technology and techniques.\",\n            \"company_founded\": 2012,\n            \"company_size\": \"588\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"404 shankar sheth road, pune, maharashtra, india\",\n            \"company_postal_code\": \"411037\",\n            \"company_phone\": \"+917021864047\",\n            \"company_industry_1\": \"armed forces\",\n            \"company_industry_2\": \"business consulting and services\",\n            \"company_industry_3\": \"outsourcing and offshoring consulting\",\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"housing, insurance, payment solutions, telecom, customer service, agriculture, loans, collections, automobile, hro, consumer durable, cross sales, d2h\",\n            \"annual_revenue\": null,\n            \"technologies\": \"WordPress.org, Nginx, Mobile Friendly, Google Font API, DigitalOcean\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (TAURUS BPO SERVICES INDIA LLP, Size: 501-1000) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (TAURUS BPO SERVICES INDIA LLP)\",\n            \"position_2\": \"Sales Associate (Taurus BPO)\",\n            \"position_3\": \"Salesperson (Taurus BPO)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2024-08-01 - 2024-09-01\",\n            \"position_date_3\": \"2024-08-01 - 2024-09-01\",\n            \"education_1\": \"Amity University, High School/Secondary Diplomas and Certificates\",\n            \"education_2\": \"Amity University, HSC, Sciences\",\n            \"education_3\": \"Amity University, Bachelor of Business Administration - BBA, BBA\",\n            \"education_date_1\": \"2021-01-01 - 2022-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rohan\",\n            \"last_name\": \"Gaikwad\",\n            \"full_name\": \"Rohan Gaikwad\",\n            \"linkedin\": \"https://www.linkedin.com/in/rohan-gaikwad-057181225\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADhxqwMBfs6U4VcaMSdzM1tcA1wsEWafCwQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sr. Retail Sales Advisor\",\n            \"industry\": \"agricultural chemical manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 133,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"horticulture,customer relationship management (crm),agronomy,retail,team management,sales management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 months \",\n            \"time_in_company\": \"3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Erde Agro Ecosystems Pvt Ltd\",\n            \"company_link\": \"https://www.linkedin.com/company/erde-agro-ecosystems-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/81312738\",\n            \"company_domain\": \"erdeagrotech.com\",\n            \"company_about\": \"Erde Agro Ecosystems helps farmers implement best practices while protecting them from predatory market syndicates and aids commercial buyers by aggregating farm supply. Currently holding 14,000 acres plus in Gujarat & Maharashtra. Targeting up to 50,000 acres by end of 2022. Company works as bridge between farmers & commercial buyers.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"7\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"farming\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Residue Free/ Organic Farming,Advance Farming,Supply Chain Management\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior field officer (Erde Agro Ecosystems Pvt Ltd, Size: 1-10) [2024-11-01] FPO onboarding, Coordinate with fpo's to ensure timely & efficient supply of agriculture produce, Sales & Marketing of Technology platform, Business Development.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior field officer (Erde Agro Ecosystems Pvt Ltd)\",\n            \"position_2\": \"Retail sale manager (AgriApp Technologies Pvt Ltd)\",\n            \"position_3\": \"Sr agri advisor (Tej agrotech pvt ltd.)\",\n            \"position_date_1\": \"2024-11-01\",\n            \"position_date_2\": \"2023-10-01 - 2024-11-01\",\n            \"position_date_3\": \"2023-04-01 - 2023-10-01\",\n            \"education_1\": \"Dr. Balasaheb Sawant Konkan Krishi Vidyaapeeth,(former Konkan Krishi Vidyapeeth) Ratnagiri, Bachelor of Science - BS, Horticultural Science\",\n            \"education_2\": \"Shivaji University, Crop production, Crop Production\",\n            \"education_3\": null,\n            \"education_date_1\": \"2015-08-01 - 2019-04-01\",\n            \"education_date_2\": \"2013-07-01 - 2015-03-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior field officer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pavan\",\n            \"last_name\": \"Katkar\",\n            \"full_name\": \"Pavan Katkar\",\n            \"linkedin\": \"https://www.linkedin.com/in/pavan-katkar-b071b2249\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAD1uarcBeXS1L2HNn0B5wqR7HpwY1tmS0N0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Representative at SAID Technologies Pvt. Ltd.\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 698,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"communication\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"SAID Technologies Pvt. Ltd.\",\n            \"company_link\": \"https://www.linkedin.com/company/said-technologies-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/70265966\",\n            \"company_domain\": \"saidtechnologies.com\",\n            \"company_about\": \"SAID Technologies Pvt. Ltd. is Your Comprehensive IT and Digital Service Provider, from Enterprise, Mid Segment to Small Businesses. Founded and Established in 2015 by Professional Services Experts from Various IT Software and H/W domain from the Industry.\\n\\nOverall combined Team Experience of 700+ years of experience in IT Infrastructure and Application Development Services, Solutions Certified Experts in Microsoft, Red hat, CISCO, Citrix, VMware, AWS Experience of handling Large Infrastructure Transformation and Management with more than of 50000+ users Existing Clients across PAN India, South East Asia.\\n\\n\",\n            \"company_founded\": 2015,\n            \"company_size\": \"40\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+919613293293\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"IT Solutions & Services Provider,Data & IT Infra Security,Cloud Migrations,AMC+ & FMS ,IT Infrastructure Audit & Asset Management,Cloud Solutions Provider,Network Solutions (Active & Passive),Integrated Chroma Studio,Security Audits like VA, PT, Forensic & Patch Management \",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"amc, asset management, data, cloud migrations, it solutions, pt, it infrastructure audit, fms, patch management, passive, forensic, services provider, cloud solutions provider, it infra security, network solutions active, integrated chroma studio, security audits like va\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Representative (SAID Technologies Pvt. Ltd., Size: 11-50) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Representative (SAID Technologies Pvt. Ltd.)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Shivaji University, Kolhapur, Bachelor of Arts - BA\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Representative\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikhil\",\n            \"last_name\": \"Chandorkar\",\n            \"full_name\": \"NIKHIL CHANDORKAR\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikhil-chandorkar-34b022179\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACovAWsBEQJyK2mrDVnMo6PYSYVbWM_5Ypk,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Manager - Business Development & Sales Manager\",\n            \"industry\": \"events services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 300,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"engineering,customer base,sales & marketing,sales management,sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"4 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Panamera Events And Productions\",\n            \"company_link\": \"https://www.linkedin.com/company/panameraevents\",\n            \"company_id\": \"https://www.linkedin.com/company/14620161\",\n            \"company_domain\": \"panamera.co.in\",\n            \"company_about\": \"Panamera- founded in 2011 is a creative events & allied services venture by Vaibhav & Tushar who had just hit their 20s back then. Bitten early by the entrepreneurial bug, both of them are passionate about music, artists, and making someone’s day special. The venture was born out of their sheer knack of making mundane more inters testing & adding life to the party The duo has garnered immense trust & adulation of many people & corporates alike: for making their events into beautiful memories….\\n\\nWith an inherent acumen of providing innovative concepts, coalesced together by an attitude that reflects absolute professionalism, they provide comprehensive solutions to the most complex needs.\",\n            \"company_founded\": 2011,\n            \"company_size\": \"14\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"Lokmanya Bal Gangadhar Tilak Road\",\n            \"company_postal_code\": \"411030\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"events services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Drum Circles provider,Musical Band Provider,Employee Engagement Solutions,Exhibitions,Weddings,Decor,Management,Musical productions\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://www.facebook.com/panamera.events\",\n            \"keywords\": \"management, weddings, exhibitions, decor, employee engagement solutions, drum circles provider, musical band provider, musical productions\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Head of Business Development (Panamera Events And Productions, Size: 11-50) [2024-04-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Head of Business Development (Panamera Events And Productions)\",\n            \"position_2\": \"Sales Manager (Panamera Events And Productions)\",\n            \"position_3\": \"Sales Associate (Yuken India Limited)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2020-04-01 - 2024-04-01\",\n            \"position_date_3\": \"2016-11-01 - 2020-04-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2010-01-01 - 2014-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Head of Business Development\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Snehal\",\n            \"last_name\": \"Lokhande\",\n            \"full_name\": \"Snehal Lokhande\",\n            \"linkedin\": \"https://www.linkedin.com/in/snehal-lokhande-b73505224\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADhQ5EcBCAFve6GzGIc59l6tIBtFCtCmXg8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Marketing Executive l Digital Marketing l CRM Campaigns l Campaign Management l Excel\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 789,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"marketing management,marketing operations,marketing campaign management,crm,facebook ads,social media marketing,marketing,marketing strategy,digital marketing,excel,sales operations,revenue generation,sales & marketing,english,sales,testing,leadership\",\n            \"twitter\": \"\",\n            \"about\": \"As a Marketing Executive with 2 years of experience at Vibhuprada Services Private Limited, I excel in CRM management, campaign execution, including WhatsApp SMS and RCS campaigns, and MIS reporting. Proficient in Excel, I analyze data, generate insightful reports, and optimize marketing strategies. My experience in running data on CRM systems ensures targeted marketing efforts and enhanced customer relationships. I manage end-to-end campaigns with a focus on data-driven decision-making, improving performance, and driving ROI. Passionate about continuous learning and detail-oriented, I contribute to innovative and effective marketing solutions.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"2 years 3 months \",\n            \"time_in_company\": \"2 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"CreditHaat\",\n            \"company_link\": \"https://www.linkedin.com/company/credithaat\",\n            \"company_id\": \"https://www.linkedin.com/company/74970224\",\n            \"company_domain\": \"credithaat.com\",\n            \"company_about\": \"\\\".. nearly every company will derive a significant portion of its revenue from financial services..\\\" - Angela Strange (Andreessen Horowitz)\\n\\nCreditHaat offers organizations a way to start a lending vertical with ZERO investment. \",\n            \"company_founded\": 2020,\n            \"company_size\": \"18\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Marketing Executive (CreditHaat, Size: 11-50) [2022-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Marketing Executive (CreditHaat)\",\n            \"position_2\": \"Sales Associate (TELMAX SOLUTIONS PRIVATE LIMITED)\",\n            \"position_3\": \"Customer Relationship Officer (Altruist Technologies Pvt. Ltd.)\",\n            \"position_date_1\": \"2022-11-01\",\n            \"position_date_2\": \"2022-08-01 - 2022-11-01\",\n            \"position_date_3\": \"2020-12-01 - 2022-04-01\",\n            \"education_1\": \"MIT Arts, Commerce & Science College ( MITACSC ), Mit Acsc Alandi , Computer Science\",\n            \"education_2\": \"Savitribai Phule Pune University\",\n            \"education_3\": \"Shree bhairavnath vidya Mandir & Jr collage Pabal., Higher secondary , Computer Science\",\n            \"education_date_1\": \"2017-07-01 - 2020-04-01\",\n            \"education_date_2\": \"2015-07-01 - 2017-04-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Marketing Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Huzaif\",\n            \"last_name\": \"Sayyed\",\n            \"full_name\": \"Huzaif Sayyed\",\n            \"linkedin\": \"https://www.linkedin.com/in/huzaif-sayyed-27a276188\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACwteP4BtcDg6j0p-8icnk8DT9bfu_hSL-Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"piolet sales man\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 202,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Amul (GCMMF)\",\n            \"company_link\": \"https://www.linkedin.com/company/gcmmf\",\n            \"company_id\": \"https://www.linkedin.com/company/63427\",\n            \"company_domain\": \"amul.com\",\n            \"company_about\": \"India's largest FMCG brand owned by 36 lakh farmers\",\n            \"company_founded\": null,\n            \"company_size\": \"6310\",\n            \"company_location_1\": \"Anand, Gujarat, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Anand\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"dairy product manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Sales and Marketing\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Market Specialist (Amul (GCMMF), Size: 5001-10000) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Market Specialist (Amul (GCMMF))\",\n            \"position_2\": \"Research Analyst (Media Axis Pvt Ltd)\",\n            \"position_3\": \"Sales Executive (Amazon)\",\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2021-02-01 - 2022-04-01\",\n            \"position_date_3\": \"2020-01-01 - 2021-02-01\",\n            \"education_1\": \"M.C.E.Societys Abeda Inamdar Senior College for Girls, Pune 411001, Bachlor or arts\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2016-01-01 - 2019-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Market Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nikita\",\n            \"last_name\": \"Bhagat\",\n            \"full_name\": \"Nikita Bhagat\",\n            \"linkedin\": \"https://www.linkedin.com/in/nikita-bhagat-8b1b4a234\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADqL0IUB2DSztP6L1whqSPi70h1526kcc8o,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Research Analyst\",\n            \"industry\": \"marketing services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1588,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"data,microsoft excel,microsoft office,research skills,marketing,sales & marketing,marketing strategy\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 4 months \",\n            \"time_in_company\": \"2 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"COLEDA B2B\",\n            \"company_link\": \"https://www.linkedin.com/company/coleda-pvt-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/13368402\",\n            \"company_domain\": \"coledab2b.com\",\n            \"company_about\": \"Welcome to Coleda B2B, Your Marketing Consultants. \\n\\nFounded in 2017, Coleda B2B has come a long way from its beginnings in Pune.\\n\\n\\nWe're dedicated to providing you complete solution for multiple aspects of sales and marketing with an emphasis on Lead generation, Content creation, Intent generation, Sales Pipeline Augmentation, Sales & Marketing Consultation, and Branding.\\nWe offer you expertise and experience for cost-effective, intent-based, quality guaranteed progression of your sales funnel with the help of our highly skilled and dedicated professionals under the mentorship of industry veterans.\\nWe hope you enjoy our services as much as we enjoy offering them to you. If you have any questions or comments, please don't hesitate to contact us.*\\nWe provide you expertise and experience which has birthed methodologies for cost-effective, intent-based, quality guaranteed progression of your sales pipeline. We engage with you on an omnichannel, multi-touch, track-able approach till we deliver leads of better than expected returns.\\n\\nWe understand that growth is never non-integral but true betterment lies in a mutually dependent environment of symbiosis. Our pre-sales team consists of experienced callers in the B2B market space covering varied industries and practices, we employ the most dedicated professionals with an in-depth understanding of prospecting, nurturing, negotiating, and closing.\\n\\nWith Coleda B2B you get an indefatigable partner, unceasing in the effort and uncompromising on quality.\",\n            \"company_founded\": 2017,\n            \"company_size\": \"290\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+919022455292\",\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Lead Generation,Content Creation,Intent Generation,Branding,Thought Leadership,Sales Pipeline Augmentation,Sales & Marketing Consultation,Data Enrichment,Data Management ,Appointment Generation \",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/ColedaB2B\",\n            \"keywords\": \"content creation, sales, lead generation, branding, data management, marketing consultation, thought leadership, data enrichment, appointment generation, intent generation, sales pipeline augmentation\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Research Analyst (COLEDA B2B, Size: 201-500) [2022-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Research Analyst (COLEDA B2B)\",\n            \"position_2\": \"Sales Employee (Just Dial)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-10-01\",\n            \"position_date_2\": \"2020-09-01 - 2022-07-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Nagpur University, Bachelor of Arts - BA, Business Administration and Management, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anitesh\",\n            \"last_name\": \"Chanda\",\n            \"full_name\": \"Anitesh Chanda\",\n            \"linkedin\": \"https://www.linkedin.com/in/anitesh-chanda-b2030a148\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACOkLcgB1WC_pv3JPGefvbweslHnoGqlMBs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Assistant Quality Manager\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 9191,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"campaign strategies,operations management,customer support,project management,analytical skills,customer satisfaction,team leadership,team management,email marketing,digital marketing,market research,customer relationship management (crm),marketing strategy,microsoft excel,microsoft powerpoint,microsoft word,management,leadership,customer service,demand generation,quality management\",\n            \"twitter\": \"\",\n            \"about\": \"With over 5 years of experience in Customer Service, Quality, and Training, I have a demonstrated history of working in the marketing and advertising industry. I am adept in developing and enforcing quality control measures, conducting audits, and implementing training programs to ensure compliance and high standards of quality within the organization. My skills include Microsoft Excel, Customer Service, Microsoft Word, Marketing Strategy, and Customer Relationship Management (CRM).\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Machintel\",\n            \"company_link\": \"https://www.linkedin.com/company/machintel\",\n            \"company_id\": \"https://www.linkedin.com/company/2828887\",\n            \"company_domain\": \"machintel.com\",\n            \"company_about\": \"Machintel is dedicated to delivering transformative and affordable go-to-market solutions, ensuring a strong return on investment for brands, agencies, tech platforms, and publishers.\\nWe are proud to manage over 4,000 campaigns annually, making us a trusted partner for marketing and revenue teams across 16 industries. Our customers include large enterprises in the Global 2000 and Fortune 500, mid-market companies and small-to-medium businesses.\",\n            \"company_founded\": 1999,\n            \"company_size\": \"233\",\n            \"company_location_1\": \"San Diego, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"La Jolla\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"332 franklin st #302, pune, maharashtra, india\",\n            \"company_postal_code\": \"411001\",\n            \"company_phone\": \"+1919881747050\",\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Demand Generation ,Data Science,Machine Learning ,Digital Media ,Experiential Events ,Integrated Marketing ,Marketing Strategy,Intelligence,Lead Generation\",\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/MachintelInc, https://www.facebook.com/machintel\",\n            \"keywords\": \"social media marketing, search engine optimization, lead generation, email marketing, paid advertising, content development, data services, traffic generation, conversation rate optimization, website & mobile development\",\n            \"annual_revenue\": \"4000000\",\n            \"technologies\": \"YouTube, Vimeo, Mobile Friendly, Microsoft-IIS, Google Tag Manager, Google Maps, Google Font API, Google Analytics, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Assistant Quality Manager (Machintel)\",\n            \"position_2\": \"Sr. Quality Analyst (Machintel)\",\n            \"position_3\": \"Sr.Data Analyst (Machintel)\",\n            \"position_date_1\": \"2023-08-01 - 2024-05-01\",\n            \"position_date_2\": \"2019-10-01 - 2023-09-01\",\n            \"position_date_3\": \"2018-07-01 - 2019-10-01\",\n            \"education_1\": \"Sinhgad Institute Of Management, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": \"S V Union College, Graduate, Business/Commerce, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2017-01-01 - 2018-01-01\",\n            \"education_date_2\": \"2013-04-01 - 2016-03-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Assistant Quality Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sudarshan\",\n            \"last_name\": \"Golde\",\n            \"full_name\": \"Sudarshan  Golde\",\n            \"linkedin\": \"https://www.linkedin.com/in/sudarshan-golde-9a0722214\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADY2SQgBVuq0D9ovkQz4sKvFfaNVGkLRxAg,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Representative at Vikram Tea Processor Pvt Ltd\",\n            \"industry\": \"food and beverage services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 563,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"territory management,retail sales,distributor management,branding,strategy,teamwork,sales & marketing,negotiation,pramotion ,sales,strategic planning,field operations,customer satisfaction,promotional marketing,advertising,english,communication,problem solving,presentations,marketing\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Vikram Tea\",\n            \"company_link\": \"https://www.linkedin.com/company/vikramtea\",\n            \"company_id\": \"https://www.linkedin.com/company/27767047\",\n            \"company_domain\": \"vikramtea.com\",\n            \"company_about\": \"Vikram Tea, from the house of Vikram Tea Processor Pvt. Ltd., began its journey in 1975 with the goal of bringing the best tea into every household. Vikram Tea has always strived to further perfect its quality so that you get the most wonderful tea experience. The tea creation starts with handpicking only the best tea leaves from the choicest gardens of Assam. They are selected on the basis of colour, taste, aroma, strength, appearance, and other stringent quality parameters.\",\n            \"company_founded\": 1975,\n            \"company_size\": \"220\",\n            \"company_location_1\": \"Jalna, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Jalna\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"food and beverage services\",\n            \"company_industry_2\": \"food and beverages\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"https://twitter.com/vikramteas, https://www.facebook.com/VikramTeas/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Representative (VIKRAM TEA PROCESSOR PRIVATE LIMITED, Size: 201-500) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Representative (VIKRAM TEA PROCESSOR PRIVATE LIMITED)\",\n            \"position_2\": \"Business Development Executive (Amul (GCMMF)  Human Resource Society(HRS))\",\n            \"position_3\": \"Intern (Gits Food Products Pvt.Ltd)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2023-09-01 - 2024-07-01\",\n            \"position_date_3\": \"2022-10-01 - 2022-12-01\",\n            \"education_1\": \"JSPM's Jayawantrao Sawant Institute of Management and Research, Hadapsar, Pune 411028., Master of Business Administration - MBA, Marketing/Marketing Management, General\",\n            \"education_2\": \"Marathwada Agricultural University, Parbhani, Agriculture, Agriculture, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-01-01\",\n            \"education_date_2\": \"2017-01-01 - 2021-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Representative\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Khushru\",\n            \"last_name\": \"Battiwalla\",\n            \"full_name\": \"Khushru Battiwalla\",\n            \"linkedin\": \"https://www.linkedin.com/in/khushru-battiwalla\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABihQ6ABAokpwM_HCN_Fv1CD8SCWrM1oxj0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Associate Vice President Global Sales - Absolute Reports\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1314,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"market research,management,team leadership,research,sales,analytics,marketing,email marketing,operations management,microsoft excel,microsoft word,powerpoint,photoshop,leadership,team management,training,business development,microsoft office,technical ability,strategic visionary\",\n            \"twitter\": \"\",\n            \"about\": \"My three primary sales responsibilities:\\n- Identifying new sales leads\\n- Pitching products and/or services\\n- Maintaining fruitful relationships with existing customers\\n\\nWhen it comes to generating leads, day-to-day duties typically include:\\n- Research organizations and individuals online (especially on social media) to identify new leads.\\n- Contacting potential clients via email or phone to establish rapport and set up meetings.\\n- Handling the entire sales team of 40+ members from all the regions.\\n\\nWhen it comes to the challenge of actually selling, other typical duties include:\\n- Developing quotes and proposals.\\n- Negotiating and renegotiating by phone, email, and in person.\\n- Training personnel and helping team members develop their skills.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"2 years 10 months \",\n            \"time_in_company\": \"2 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Absolute Reports\",\n            \"company_link\": \"https://www.linkedin.com/company/absolute-reports\",\n            \"company_id\": \"https://www.linkedin.com/company/7796192\",\n            \"company_domain\": \"linkedin.com\",\n            \"company_about\": \"We are one of the top market research report re-sellers in the business world, dedicated towards bringing you a perfect concoction of data parameters. Absolute Reports is based on a research that covers a magnitude of factors such as technological evolution, economic developments and a detailed study of market segments. These reports are generated by well-renowned publishers on the basis of the data acquired from extensive research and credible business statistics. Take a look at a few aspects that makes Absolute Reports an asset to your business.\\n\\nAn efficient strategy is what makes a business stand out from the crowd. A company with an excellent business plan always has the edge over the competitors in the market. It offers the companies a head start in planning their strategy. Absolute Reports is the new advent in the industry that will provide you with the lead, your business needs.\",\n            \"company_founded\": 2015,\n            \"company_size\": \"167\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"Baner Road, Icon Towers, 2nd Floor, Office No. B., Pune, Maharashtra 411045, IN\",\n            \"company_postal_code\": \"411045\",\n            \"company_phone\": \"+14242530807\",\n            \"company_industry_1\": \"information services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Market Research Reports,Business Intelligence,Market Research\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/AbsoluteReports, https://www.facebook.com/Absolute-Reports-535842769926918/\",\n            \"keywords\": \"business intelligence, market research, market research reports\",\n            \"annual_revenue\": null,\n            \"technologies\": \"Leadfeeder, Mobile Friendly, Google Font API, Google Apps, Google Analytics, Gmail, Cloudflare DNS, CloudFlare Hosting, Bootstrap Framework\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Associate Vice President Global Sales (Absolute Reports®, Size: 51-200) [2022-04-01] Working as an Associate Vice President- Global Sales, Marketing, and Promotions.\\n\\nHandling the entire Sales and Business Development Department including Managers, Assistant Managers, Team Leads, and 50+ associates who work across all time zones.\\n\\nDeveloping methods to improve the efficiency of the company’s operations based on current industry best practices. \\n\\nProviding support to other members of the management team including the Director and CEO to form competitive growth strategies.\\n\\nOverseeing the day-to-day operations of the department, including hiring new employees and managing existing staff, keeping track of monthly/quarterly sales targets of the entire organization to evaluate the performance of sales individuals.\\n\\nOversee the development and implementation of policies and procedures communicated by management. Act as a bridge between Top management and the rest of the staff.\\n\\nHandling client portfolios from huge Corporations e.g. Google (Alphabet), Microsoft, Apple, Allergan, Facebook (Meta), Intel, Bain, BASF, BCG, L.E.K., Delta Electronics, DuPont, Accenture, Samsung, Sony, Pioneer, Panasonic, LG, GE, Mitsubishi Electronics, Sandvik, Vodafone, etc.\\n\\nDealing with the decision-makers in these firms to set up meetings for introducing our market reports and understanding their requirements.\\n\\nBuilding relationships with existing clients in an attempt to increase their current spending,\\nEnsure all response documents are free from errors, professionally represent and that they address the client's questions.\\n\\nDealing with the market research studies for the following domains:\\n1.\\tChemicals and Advance Materials\\n2.\\tHealthcare\\n3.\\tFood and Beverages\\n4.\\tPower and Energy\\n5.\\tMedical Devices\\n6.\\tPharmaceutical\\n7.\\tInformation Technology and Media\\n8.\\tConsumer Goods\\n9.\\tMachinery and Equipment \\n10.\\tSemiconductors and Electronics\\n11.\\tAerospace and Defense\",\n            \"current_position_2\": \"Global Sales Manager (Fortune Business Insights, Size: 201-500) [2018-01-01] Working as a Global Sales Manager - Into Sales, Marketing and Promotions.\\nHandling a team of more than 10 members who work across all time zones.\\nHandling inquiries (25 to 30 inquiries per day) for all regions of the world \\nHandling Clients from huge Corporations e.g. Google, Microsoft, Allergan, Facebook, Intel, Bain, BASF, BCG, L.E.K., Delta Electronics, DuPont, Accenture, Samsung, Sony, Pioneer, Panasonic, LG, GE, Mitsubishi Electronics, Sandvik, Vodafone, etc.\\nDealing with the top hierarchy in these firms for the provision of excellent suitable market research reports (report costs ranging from 800 U.S.D. up to 26,000 U.S.D.)\\nBuilding relationships with existing clients in an attempt to increase their current spend,\\nEnsure all response documents are free from errors, professionally represent and that they address the client questions.\\nDealing with market research studies for the following domains:\\n1. Healthcare\\n2. Food and Beverages\\n3. Energy\\n4. Medical Devices\\n5. Pharmaceutical\\n6. Information and Telecommunication\\n9. Consumer Goods\\n10. Technology and Media\\n11. Semiconductors and Electronics\",\n            \"current_position_3\": null,\n            \"position_1\": \"Associate Vice President Global Sales (Absolute Reports®)\",\n            \"position_2\": \"Global Sales Manager (Fortune Business Insights)\",\n            \"position_3\": \"Global Sales Manager (Absolute Reports)\",\n            \"position_date_1\": \"2022-04-01\",\n            \"position_date_2\": \"2018-01-01\",\n            \"position_date_3\": \"2018-01-01 - 2022-03-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Master of Business Administration - MBA, Marketing\",\n            \"education_2\": \"Judson High School, SSC, SSC\",\n            \"education_3\": null,\n            \"education_date_1\": \"2012-01-01 - 2014-01-01\",\n            \"education_date_2\": \"2000-01-01 - 2007-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Associate Vice President Global Sales\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rohit\",\n            \"last_name\": \"Pawase\",\n            \"full_name\": \"Rohit Pawase\",\n            \"linkedin\": \"https://www.linkedin.com/in/rohit-pawase-3b4b0bb2\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABgDcHgBxo_j9U0Yld_Kv3V0tsbTXBUUpDI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Procurement Executive at Jyoti Foods\",\n            \"industry\": \"transportation, logistics, supply chain and storage\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"roohitpawse@gmail.com\",\n            \"num_of_connections\": 2950,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"statutory accounting principles (sap),key performance indicators,job costing,business process,presentations,supply,supply chain management,supply management,customer support,marketing,e-commerce,business development,leadership,sales,sales management,purchasing,vendor management,procurement,receiving ,brand management,team management,teamwork,microsoft excel,category management,inventory management,planning and pricing,brand development,brand strategy,team leadership,customer retention,communication,retail,account management,cold calling,purchase orders,purchase management,ability to adapt to change,relationship management,decision-making,time management,risk management,negotiation,management,microsoft office,public speaking,market research\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"1 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Jyoti International Foods Pvt. Ltd. (JI Foods)\",\n            \"company_link\": \"https://www.linkedin.com/company/jifoods\",\n            \"company_id\": \"https://www.linkedin.com/company/2520665\",\n            \"company_domain\": \"jifoods.in\",\n            \"company_about\": \"Jyoti International Foods Pvt. Ltd. (JI Foods) is a reckoned brand in the Indian food supply chain space. We are the preferred national supply chain partner for leading food service and HoReCa brands such as Subway, Cinepolis and Wow Momos, to name a few. Our journey started 20 years ago and over time, we have established our presence — covering 95% of the organized retail clusters in the country through DC operations in 10 states, supporting the requirements of our clients across 150+ cities — catering to 2000+ pin codes.\",\n            \"company_founded\": 2003,\n            \"company_size\": \"151\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"2a, 3rd floor, north court building, opp. joggers park, north avenue road, lane no.12, kalyani nagar, pune, maharashtra, india\",\n            \"company_postal_code\": \"411006\",\n            \"company_phone\": null,\n            \"company_industry_1\": \"truck transportation\",\n            \"company_industry_2\": \"transportation/trucking/railroad\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Supply Chain Managment,Food Distribution\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"supply chain managment & qsr operations\",\n            \"annual_revenue\": \"10000000\",\n            \"technologies\": \"reCAPTCHA, Mobile Friendly, Microsoft-IIS, Google Tag Manager, Google Apps, Google AdSense, Gmail, Bootstrap Framework, Amazon AWS, ASP.NET\",\n            \"funding_events\": \"[{\\\"id\\\":\\\"615d8f7bbe4dd3000139f9d0\\\",\\\"date\\\":\\\"2020-06-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Other\\\",\\\"amount\\\":\\\"14.1M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Convergent Finance\\\"}]\",\n            \"total_funding\": 14100000,\n            \"last_funding_round_date\": \"2020-06-01\",\n            \"last_funding_stage\": \"0\",\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Procurement Executive (Jyoti International Foods Pvt. Ltd. (JI Foods), Size: 51-200) [2023-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Procurement Executive (Jyoti International Foods Pvt. Ltd. (JI Foods))\",\n            \"position_2\": \"Key Account Manager (Dunzo)\",\n            \"position_3\": \"Post Sales Associate (Dunzo)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2022-02-01 - 2023-01-01\",\n            \"position_date_3\": \"2020-06-01 - 2022-02-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Savitribai Phule Pune University, Bachelor computer of applications\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Procurement Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sohini\",\n            \"last_name\": \"D\",\n            \"full_name\": \"Sohini D.\",\n            \"linkedin\": \"https://www.linkedin.com/in/sohini-d-28714a167\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACe1xQcB4b1uqapvDjiYi4ft5_5eHOnmFUQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Executive| MBA, Inside Sales\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3588,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"inside sales,business development,lead generation,b2b marketing,sales processes,oral communication,communication,social media,market research,convincing people,microsoft office,data profiling,team management,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Lead Generation with a demonstrated history of working in the marketing and advertising industry. Skilled in Data Profiling, Microsoft Office, Social Media, Market Research, and Convincing People. Holding a degree of Master of Business Administration - MBA focused in Human Resources Management/Personnel Administration.\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"INFUSE\",\n            \"company_link\": \"https://www.linkedin.com/company/infuse\",\n            \"company_id\": \"https://www.linkedin.com/company/10943742\",\n            \"company_domain\": \"infuse.com\",\n            \"company_about\": \"Multiple-time Inc. 5000 honoree, INFUSE is a fully integrated, data-fueled, demand generation engine that offers a host of industry-leading solutions designed to help B2B organizations drive qualified interest. We employ a holistic, omni-channel approach, which empowers us to identify, qualify, and produce actionable engagement. Supported by the latest innovations in digital marketing, we generate leads by strategically promoting content through innovative social, targeted display, mobile, and direct outreach campaigns. \",\n            \"company_founded\": 2012,\n            \"company_size\": \"785\",\n            \"company_location_1\": \"Boca Raton, Florida, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Boca Raton\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"300 Washington Street\",\n            \"company_postal_code\": \"02458\",\n            \"company_phone\": \"+16174594500\",\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"B2B Demand Generation,B2B Lead Generation,Content Syndication,Content Marketing,Account-Based Demand Generation,Predictive Demand Generation,Lead Validation,Performance Marketing,Lead Nurturing,Intent-Driven Marketing\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"https://twitter.com/INFUSEmedia_, https://www.facebook.com/INFUSEmedia-101448008894333, http://angel.co/infuse-media\",\n            \"keywords\": \"marketing, internet marketing, content marketing, performance marketing, lead nurturing, b2b lead generation, content syndication, b2b demand generation, accountbased demand generation, predictive demand generation, lead validation, intentdriven marketing\",\n            \"annual_revenue\": \"8600000\",\n            \"technologies\": \"Zendesk, WordPress.org, VueJS, SparkPost, SendInBlue, Salesforce, React Redux, React, Mobile Friendly, Microsoft Office 365, Linkedin Marketing Solutions, Hubspot, Google Tag Manager, Google Font API, Google Apps, Google AdSense, Gmail, Cloudflare DNS, CloudFlare Hosting, Atlassian Cloud, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"184988\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sr Executive (INFUSE, Size: 501-1000) [2024-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sr Executive (INFUSE)\",\n            \"position_2\": \"Sr DGE (S2W Media)\",\n            \"position_3\": \"Sr Research analyst (Flexisales Marketing Pvt. Ltd.)\",\n            \"position_date_1\": \"2024-08-01\",\n            \"position_date_2\": \"2022-05-01 - 2023-10-01\",\n            \"position_date_3\": \"2020-10-01 - 2022-04-01\",\n            \"education_1\": \"Vinayaka Mission University, Master of Business Administration - MBA, Human Resources Management/Personnel Administration, General\",\n            \"education_2\": \"BSSS College, Habibganj, Bhopal, BCA, Computer\",\n            \"education_3\": null,\n            \"education_date_1\": \"2014-01-01 - 2016-01-01\",\n            \"education_date_2\": \"2011-01-01 - 2014-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sr Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@infusemedia.com\"\n        },\n        {\n            \"first_name\": \"Rushabh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Rushabh Bulbule 🌟\",\n            \"linkedin\": \"https://www.linkedin.com/in/rushabh-bulbule-%F0%9F%8C%9F-863269152\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACSzn4sB5oGMNS7lXth9tT8kgM4OcQ1eGVA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Institutional Sales Manager at Birla Opus|B2B sales| Corporate Sales\",\n            \"industry\": \"retail\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 575,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"interpersonal communication,corporate communications,strategic communications,sales presentations,microsoft powerpoint,english,communication,research,problem solving,presentations,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \"The primary career objective of me is to gain knowledge and expertise from the organization for which I am working and to use that knowledge to shape my future so that the organization should get benefitted out of that and which would also help me to grow in professional life.\\nI'm an articulate and polished marketing major who is as comfortable in a room full of clients. I'm eager to start my career in the field and am ready to hit the ground running.\\nI am a hardworking person with an ability to communicate with others effectively. I am a reliable person. I believe in pitching in and doing what needs to be done.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 2 months \",\n            \"time_in_company\": \"2 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"GRASIM INDUSTRIES LIMITED ( ADITYA BIRLA GROUP)\",\n            \"company_link\": \"https://www.linkedin.com/company/www.grasim.com\",\n            \"company_id\": \"https://www.linkedin.com/company/82095385\",\n            \"company_domain\": \"grasim.com\",\n            \"company_about\": \"Grasim Industries Limited, a flagship company of the Aditya Birla Group, ranks amongst the top publicly listed companies in India. Incorporated in 1947, it started as a textiles manufacturer in India. Today, it has evolved into a leading diversified player with leadership presence across many sectors. It is a leading global producer of Cellulosic Fibres, Diversified Chemicals, Fashion Yarn and Fabrics producer in India. Implementing next phase of transformational growth journey, the company has entered paints business under the brand name ‘Birla Opus’. Out of the six plants to be set-up for manufacturing decorative paints across pan India locations, three plants commenced operations in Apr’24. Leveraging the Group synergies, Grasim has launched ‘Birla Pivot’, the B2B online marketplace for building materials. Through its subsidiaries, UltraTech Cement, Aditya Birla Capital and Aditya Birla Renewables, it is also India’s prominent cement producer, leading diversified financial services player and clean energy solutions player. At Grasim, there is an endeavour to create sustainable value for 45,000+ employees, 2,52,000+ shareholders, society, and customers. The company reported consolidated net revenue of ₹1,30,978 Cr. and EBITDA of ₹20,837 Cr. in FY 2024.\",\n            \"company_founded\": null,\n            \"company_size\": \"3900\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"manufacturing ,viscose,chemicals ,textiles ,fashion,livaeco,insulators,paints,Chlor-Alkali,Advanced Material,sustainability,people,technology,culture,purpose,aditya birla group,CSR,Building Materials,cement\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (GRASIM INDUSTRIES LIMITED ( ADITYA BIRLA GROUP), Size: 1001-5000) [2022-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (GRASIM INDUSTRIES LIMITED ( ADITYA BIRLA GROUP))\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2022-12-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": \"Savitribai Phule Pune University\",\n            \"education_2\": \"Indira Institute of management, Master of Business Administration - MBA, Marketing\",\n            \"education_3\": \"D. Y. Patil Pratishthans D.Y. Patil College of Engineering ,Pune, Bachelor of Engineering - BE, Mechanical Engineering\",\n            \"education_date_1\": \"2022-01-01 - 2023-06-01\",\n            \"education_date_2\": \"2015-01-01 - 2019-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Kaushil\",\n            \"last_name\": \"Patel\",\n            \"full_name\": \"Kaushil Patel\",\n            \"linkedin\": \"https://www.linkedin.com/in/kaushil-patel-476a3820b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADVeU5oBpfwRl7-YU-BNWeu044EIkzxyGKI,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales executive\",\n            \"industry\": \"travel arrangements\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 573,\n            \"location\": \"Ahmedabad, Gujarat, India\",\n            \"skills\": \"sales\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"1 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tata Riya Autolink\",\n            \"company_link\": \"https://www.linkedin.com/company/tata-riya-autolink\",\n            \"company_id\": \"https://www.linkedin.com/company/79371045\",\n            \"company_domain\": \"riyatata.com\",\n            \"company_about\": \"One of the best Tata Dealership in ahmedabad\",\n            \"company_founded\": null,\n            \"company_size\": \"43\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"motor vehicle manufacturing\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Tata Riya Autolink, Size: 11-50) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Tata Riya Autolink)\",\n            \"position_2\": \"Sales Executive (Jana Small Finance Bank)\",\n            \"position_3\": \"Operational executive (Namdev Finvest Private Limited)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2022-08-01 - 2023-12-01\",\n            \"position_date_3\": \"2022-01-01 - 2022-08-01\",\n            \"education_1\": \"Gujarat University, Bachelor of Arts - BA, Sanskrit and Classical Indian Languages, Literatures, and Linguistics\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Allan\",\n            \"last_name\": \"Solomon\",\n            \"full_name\": \"Allan Solomon\",\n            \"linkedin\": \"https://www.linkedin.com/in/allan-solomon-189b8a111\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAABwd4HkBkwq5FCnR3GWp-x4YlgnuLso07-4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Professional At Inventive\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1666,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales processes,sales operations,sales presentations,sales,business development,marketing,powerpoint,marketing strategy,sales management,business analysis,team management,crm,business strategy,account management,social networking,negotiation,hair cutting,event management,marketing communications,teamwork,market research,recruiting,coaching,dancing\",\n            \"twitter\": \"\",\n            \"about\": \"#NERVERMIND\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 3 months \",\n            \"time_in_company\": \"1 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Bython\",\n            \"company_link\": \"https://www.linkedin.com/company/bython\",\n            \"company_id\": \"https://www.linkedin.com/company/13317856\",\n            \"company_domain\": \"bython.com\",\n            \"company_about\": \"Bython’s purpose is to provide demand generation solutions that foster meaningful connections, drive tangible results, and create a positive return as we strive to be “Always On” for our customers.\\n\\nWe take a consultative approach to enterprise and agency customer with a suite of highly personalized capabilities allowing marketing and sales to take control over demand generation outcomes across campaigns. Bython is always on it helping you develop and execute campaigns your way with full transparency. Our demand generation services are bolstered by custom marketing solutions developed for our partner’s unique needs. We believe the right use of data, technology, media, and marketing at the right time has a strong ability to build and improve quality customer relationships and ensure high engagement that converts.\\n\\nFounded in 2012, Bython is a leading demand generation publishing and marketing company in Frisco, TX with a global presence in the United Kingdom, India, Mexico and APAC. We provide marketing services to enterprise and agency companies across all industries and geographies.\\n\\nIn addition, we have developed the Byonic platform that includes innovative technologies allowing the delivery of proactive B2B services for demand generation encompassing data intelligence.\",\n            \"company_founded\": 2012,\n            \"company_size\": \"51\",\n            \"company_location_1\": \"Frisco, Texas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Frisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+12142957705\",\n            \"company_industry_1\": \"marketing services\",\n            \"company_industry_2\": \"advertising services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Buyer's Journey and Content Mapping,Marketing Strategy,Digital Media,Digital Marketing,Lead Management,Traditional Content Syndication,Full Funnel Demand Generation,Account Based Marketing,media publishing,lead generation,marketing solutions\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/bythonmediainc, https://facebook.com/BythonMediaInc/\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Professional (Bython, Size: 51-200) [2023-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Professional (Bython)\",\n            \"position_2\": \"Senior Business Development Executive (Inventive)\",\n            \"position_3\": \"Sr Demand Generation Executive (Ziff Davis Performance Marketing)\",\n            \"position_date_1\": \"2023-11-01\",\n            \"position_date_2\": \"2023-05-01 - 2024-01-01\",\n            \"position_date_3\": \"2021-02-01 - 2023-05-01\",\n            \"education_1\": \"St joseph high school, bachelor, Business/Commerce, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2001-01-01 - 2012-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Professional\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Milankaur\",\n            \"last_name\": \"Tiwana\",\n            \"full_name\": \"Milankaur Tiwana\",\n            \"linkedin\": \"https://www.linkedin.com/in/milankaur-tiwana-202037213\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADXuk2IBf8xpo-NXtScc9yRMAicVEAYaDv8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Founder of MIJA BAKES | Entrepreneur\",\n            \"industry\": \"staffing and recruiting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": \"milankt6049@gmail.com\",\n            \"num_of_connections\": 728,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"microsoft powerpoint,english,project management,marketing,culinary skills\",\n            \"twitter\": \"\",\n            \"about\": \"As a Strategic Partner at HYRE, I revolutionize the hiring landscape by eliminating the uncertainties that come with recruitment. I leverage my B.A. in Hospitality Administration and my experience as a Sales Associate and an Internship Trainee to identify and attract top-tier talent for various industries, including IT and Non-IT sectors. \\n\\nI use data-driven insights and a streamlined process to ensure that my clients are fully informed and satisfied with every recruitment development. I also work with a team of professionals who understand the inner workings of successful businesses and empower them with exceptional individuals. My goal is to bridge talent and opportunity for a brighter workforce future. #RevolutionizingHiring #TopTierTalent #InnovationDriven #DataDrivenInsights #StreamlinedProcess #EmpowerYourTeam #SuccessfulBusinesses #ExceptionalIndividuals #IT #NonIT\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"1 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"HYRE\",\n            \"company_link\": \"https://www.linkedin.com/company/go-hyre\",\n            \"company_id\": \"https://www.linkedin.com/company/30236151\",\n            \"company_domain\": \"go-hyre.com\",\n            \"company_about\": \"Welcome to the official LinkedIn page of HYRE, a premier professional services firm specializing in IT and Healthcare Recruitment, Training, and Placements. With a steadfast commitment to excellence, we are dedicated to empowering individuals and organizations in their pursuit of career success.\\n\\nAt HYRE, we meticulously match exceptional talent with top-tier job opportunities, ensuring a seamless fit that drives mutual growth and success. Our comprehensive training programs, meticulously designed and delivered by industry experts, equip individuals with in-demand skills and knowledge to thrive in today's competitive landscape.\\n\\nWe offer more than just recruitment and training. Our holistic career services encompass resume writing, interview coaching, career counseling, and job placement assistance, providing comprehensive support at every step of your professional journey.\\n\\nBy following our LinkedIn page, you'll gain access to invaluable career insights, industry trends, thought leadership, and networking opportunities. Join our thriving community of professionals to stay ahead of the curve and expand your professional network.\\n\\nDiscover the difference HYRE can make in your career growth by visiting our website at www.go-hyre.com. Together, let's unlock your full potential, overcome challenges, and achieve remarkable success. \\nOur Services:\\n1) End to End Recruitment \\n2) B2B lead generation\\n3) Mass tort lead generation \\n4) Training and Placement\\n5)RCM\\n#EmpoweringCareers #ProfessionalDevelopment #JobOpportunities\",\n            \"company_founded\": null,\n            \"company_size\": \"50\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"staffing and recruiting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Recruitment,B2C,Tranning & placements,Payroll Management,Outsorcing,RPO\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Strategic Partner (HYRE, Size: 11-50) [2023-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Strategic Partner (HYRE)\",\n            \"position_2\": \"Sales Associate (Skye Business Services)\",\n            \"position_3\": \"Internship Trainee (Sheraton Grand Pune)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2021-11-01 - 2022-07-01\",\n            \"position_date_3\": \"2019-06-01 - 2019-11-01\",\n            \"education_1\": \"IIHM,Pune , B.A. in Hospitality Administration , Culinary Arts/Chef Training\",\n            \"education_2\": \"ST MIRA'S COLLEGE FOR GIRLS PUNE\",\n            \"education_3\": \"Pawar Public School - India\",\n            \"education_date_1\": \"2018-01-01 - 2021-01-01\",\n            \"education_date_2\": \"2016-08-01 - 2018-04-01\",\n            \"education_date_3\": \"2013-06-01 - 2016-04-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Strategic Partner\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marina\",\n            \"last_name\": \"Khongsai\",\n            \"full_name\": \"marina Khongsai\",\n            \"linkedin\": \"https://www.linkedin.com/in/marina-khongsai-9195b9221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADfLyOUBRI7PS3gFYEF1iUkpFcUeOCSxLTc,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"research analyst\",\n            \"industry\": \"retail office equipment\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2485,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 4 months \",\n            \"time_in_company\": \"4 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Eventbrite\",\n            \"company_link\": \"https://www.linkedin.com/company/eventbrite\",\n            \"company_id\": \"https://www.linkedin.com/company/167280\",\n            \"company_domain\": \"eventbrite.com\",\n            \"company_about\": \"A global platform that allows anyone to create, share, find and attend events that fuel their passions. For support, please visit https://bit.ly/EBhelp\",\n            \"company_founded\": 2006,\n            \"company_size\": \"1228\",\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Francisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"535 mission street, san francisco, california, usa, 94105\",\n            \"company_postal_code\": \"94105-2903\",\n            \"company_phone\": \"+18884145119\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"internet\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"event ticketing,event registration,tickets,event planning,social commerce,event technology,ticketing,event management\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"https://twitter.com/Eventbrite, https://facebook.com/Eventbrite\",\n            \"keywords\": \"events, event management, event planning, social commerce, tickets, event technology, curated web, ticketing, event ticketing, event registration\",\n            \"annual_revenue\": \"45000000\",\n            \"technologies\": \"reCAPTCHA, iTunes, YouTube, WordPress.org, Varnish, Twitter Advertising, Taboola Newsroom, Optimizely, Nginx, New Relic, NSOne, Mobile Friendly, Microsoft Office 365, Marketo, MailChimp, Hubspot, Google Tag Manager, Google Remarketing, Google Play, Google Font API, Google Dynamic Remarketing, Google Apps, Google Analytics Ecommerce Tracking, Google Analytics, Google AdWords Conversion, Google AdSense, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Eventbrite, DoubleClick Conversion, Django, CrazyEgg, Bizible, Bing Ads, Backbone JS Library, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"969\",\n            \"crunchbase_url\": null,\n            \"market_cap\": \"831.0M\",\n            \"current_position_1\": \"Sales Attendant (Eventbrite, Size: 1001-2000) [2020-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Attendant (Eventbrite)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2020-10-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Attendant\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pratik\",\n            \"last_name\": \"Naikare\",\n            \"full_name\": \"Pratik Naikare\",\n            \"linkedin\": \"https://www.linkedin.com/in/pratik-naikare-a958a4191\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC0o-xEBCiTRos6W1tDbmWsfMEsXHs0tlNo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Territory Sales Manager Aditya Birla Group(Birla Opus Paint )\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1569,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"territory account management,channel sales,dealer management,microsoft excel,digital marketing,customer relationship management (crm),growth marketing,key account relationship building,team leadership,marketing campaigns,teamwork,management,marketing,team management,advertising,presentation skills,sales\",\n            \"twitter\": \"\",\n            \"about\": \"Am flexible, articulate and committed. A strategic planner, implementer & has ability to build & develop business operations from scratch and lead teams to achieve organisation goals. Have a stated principle to be the best that I can be as a professional & being a high energy person work tirelessly with teams towards achieving it.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"9 months \",\n            \"time_in_company\": \"9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Birla Opus\",\n            \"company_link\": \"https://www.linkedin.com/company/birlaopus\",\n            \"company_id\": \"https://www.linkedin.com/company/99948820\",\n            \"company_domain\": \"\",\n            \"company_about\": \"We offer a wide range of 145+ products and 1200+ SKUs across water-based paints, enamels, wood finishes, designer finishes, waterproofing solutions, and textures. The products offered range across varied consumer segments – economy, premium, luxury, and institutional clients. We're inspiring people to create their masterpieces with 2,300+ tintable shades, including 216 iconic Indian shades.\\n \\nWe do not stop there! We provide the industry's first direct painting service - PaintCraft. Our promises are backed by six strategically located, fully automated, and state-of-the-art manufacturing plants that will take a quantum leap of 40% in addition to current industry capacity.\\n \\nTransform your world into a ‘Magnum Opus’ with the best-in-class Birla Opus Paints!\",\n            \"company_founded\": null,\n            \"company_size\": \"1493\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"chemical manufacturing\",\n            \"company_industry_2\": \"paint, coating, and adhesive manufacturing\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Territory Manager (Birla Opus, Size: 1001-2000) [2024-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Territory Manager (Birla Opus)\",\n            \"position_2\": \"Sales Associate (Asian Paints)\",\n            \"position_3\": \"Business Development Executive (Pin Click)\",\n            \"position_date_1\": \"2024-05-01\",\n            \"position_date_2\": \"2021-04-01 - 2024-03-01\",\n            \"position_date_3\": \"2020-01-01 - 2021-03-01\",\n            \"education_1\": \"Dr.D.Y.Patil Institute Of Management and Research, Master of Business Administration - MBA, Marketing/Marketing Management, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Territory Manager\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Himanshu\",\n            \"last_name\": \"Ovale\",\n            \"full_name\": \"Himanshu Ovale\",\n            \"linkedin\": \"https://www.linkedin.com/in/himanshu-ovale-1a5456191\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC0YPo0BHPzkbFHbpKAfOgwz_V9ztBSaLRU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Everything You Need To Know About Boosting Your Productivity.\",\n            \"industry\": \"information services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1607,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"b2b marketing,sales management\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Customer Service (iEnergizer)\",\n            \"position_2\": \"Senior Executive (balaji global marketing ind)\",\n            \"position_3\": \"Lead Generation Executive (SBT Research B2B)\",\n            \"position_date_1\": \"2024-08-01 - 2024-11-01\",\n            \"position_date_2\": \"2021-07-01 - 2023-11-01\",\n            \"position_date_3\": \"2021-01-01 - 2021-03-01\",\n            \"education_1\": \"Government Industrial Training Institute - India, DIPLOMA, Information & Communication Technology System Maintenance\",\n            \"education_2\": \"Jnana Sarita High School\",\n            \"education_3\": \"Vani Vidyalaya\",\n            \"education_date_1\": \"2015-08-01 - 2017-08-01\",\n            \"education_date_2\": \"2014-01-01 - 2015-01-01\",\n            \"education_date_3\": \"2009-01-01 - 2014-01-01\",\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Customer Service\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Tanvir\",\n            \"last_name\": \"Shaikh\",\n            \"full_name\": \"Tanvir Shaikh\",\n            \"linkedin\": \"https://www.linkedin.com/in/tanvir-shaikh-b23139169\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACgQkgsBAQDnhVbeIdb41ymZU3gSJO849u8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Demand Generation Executive at XDBS Corporation\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1749,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years 12 months \",\n            \"time_in_company\": \"6 years 12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"XDBS Worldwide\",\n            \"company_link\": \"https://www.linkedin.com/company/xdbs-corporation\",\n            \"company_id\": \"https://www.linkedin.com/company/13716510\",\n            \"company_domain\": \"xdbsworldwide.com\",\n            \"company_about\": \"At XDBS, we primarily work with media agencies, publishers and marketing companies looking to leverage marketing automation and digital marketing capacity and capability to execute lead generation programs. Our mission is to enable global marketing, media and technology companies realize their cross-vertical sales and marketing potential, helping them gain leadership positions in preferred markets. \\n \\nFounded in 2012, XDBS is backed by more than 2000 professionals who live and breathe B2B marketing – from demand generation and design to data and results. \\nHeadquartered in UAE, with global delivery offices across Americas, Philippines and India, we’ve built high ROI solutions to provide our clients with growth marketing solutions. \\nOur brand philosophy is to Lead. Lead forward to a greater possibility through a passionate culture that strives to deliver best client outcomes.\",\n            \"company_founded\": null,\n            \"company_size\": \"3610\",\n            \"company_location_1\": \"Dubai, Dubai, United Arab Emirates\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dubai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Demand Generation Executive (XDBS Corporation, Size: 1001-5000) [2018-02-01]\",\n            \"current_position_2\": \"Sales Man (Regal Shoes - INC5, Size: 51-200) [2017-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Demand Generation Executive (XDBS Corporation)\",\n            \"position_2\": \"Sales Man (Regal Shoes - INC5)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2018-02-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Demand Generation Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sohail\",\n            \"last_name\": \"Shk\",\n            \"full_name\": \"Sohail Shk\",\n            \"linkedin\": \"https://www.linkedin.com/in/sohail-shk-91080a223\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADgu2JwBCqz9fV33RU746DAqZHEffb_xrOM,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"HQL Executive @ SalesboxAI\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3475,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"hql,bant,marketing management,retail,lead generation,sales,business development,marketing,project plans,research,market research,data analysis,data entry,databases,customer service,communication,english,microsoft office,microsoft excel,microsoft word\",\n            \"twitter\": \"\",\n            \"about\": \"As a Lead Generation Executive at Ziff Davis Performance Marketing, I use my communication, market research, and data analysis skills to generate leads for various B2B campaigns. I have more than two years of experience in cold calling, lead generation, and customer care, working with different clients and industries. I have an Associate of Science degree in Computer Science from Anglo Urdu Boys High School & Jr. College, where I learned the basics of programming, web development, and database management. I am passionate about finding and connecting with potential customers, understanding their needs and challenges, and offering them solutions that add value to their businesses. I am always eager to learn new tools and techniques to improve my performance and efficiency. My goal is to grow as a professional and contribute to the success of Ziff Davis and its partners.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"SalesboxAI\",\n            \"company_link\": \"https://www.linkedin.com/company/salesboxai\",\n            \"company_id\": \"https://www.linkedin.com/company/3761935\",\n            \"company_domain\": \"salesbox.ai\",\n            \"company_about\": \"Drive Pipeline & Revenue Growth using SalesboxAI’s Intent-based Conversational ABM Platform & Programs\",\n            \"company_founded\": 2014,\n            \"company_size\": \"125\",\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": \"New York, New York, United States\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York,\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"75 broadway, san francisco, california, united states, 94111\",\n            \"company_postal_code\": \"94111\",\n            \"company_phone\": \"+14153614080\",\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": \"technology, information and internet\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"AI for Sales,Lead Generation,Conversational AI,Lead Engagement and Follow-up,ABM,B2B Marketing,ABX,demand generation,Pipeline Acceleration,Growth\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/salesboxai, https://www.facebook.com/AIForSales/\",\n            \"keywords\": \"enterprise software, information technology, software, lead generation, technology, retail, artificial intelligence, b2b, software as a service, crm, restaurants, customer engagement, conversational ai, b2b marketing, abm, sales prospecting, ai for sales, lead engagement & followup, abx, omni channel avatars, demand unit marketing\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"HQL Executive (SalesboxAI, Size: 51-200) [2024-12-01] Handling outbound calls on HQL and BANT campaign.\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"HQL Executive (SalesboxAI)\",\n            \"position_2\": \"Sr. Lead Generation Executive (Ziff Davis Performance Marketing)\",\n            \"position_3\": \"Lead Generation Executive (ATZ B2B)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2023-01-01 - 2024-04-01\",\n            \"position_date_3\": \"2022-02-01 - 2022-12-01\",\n            \"education_1\": \"Anglo Urdu Boys High School & Jr. College, Associate of Science - AS, Computer Science\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2016-01-01 - 2019-03-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"HQL Executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Hrithik\",\n            \"last_name\": \"Rangwani\",\n            \"full_name\": \"Hrithik Rangwani\",\n            \"linkedin\": \"https://www.linkedin.com/in/hrithik-rangwani-b7a3462bb\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEzCRw4BQJAmc7pR7EHY_luI7ORFwQM70Y8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Head of Sales and Business Development\",\n            \"industry\": \"food and beverage services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 596,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"new business development,strategic business development,sales,bdm,technical analysis,chart patterns,market research,market analysis,design,interior design,computer-aided design (cad),business development,business analysis,business-to-business (b2b),leadership,team leadership,sales management,analytical skills,collaborative problem solving,direct sales,sales operations,team management,team building,microsoft office,microsoft excel\",\n            \"twitter\": \"\",\n            \"about\": \".\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 months \",\n            \"time_in_company\": \"10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Mighty Millets\",\n            \"company_link\": \"https://www.linkedin.com/company/mightymillets\",\n            \"company_id\": \"https://www.linkedin.com/company/35587298\",\n            \"company_domain\": \"mightymillets.com\",\n            \"company_about\": \"A few years ago homemaker Meena Jain & her son, Chartered Accountant Sahil, would never have guessed that they would soon be running a company whose sole purpose is to redefine healthy living in modern day society, through deliciously nourishing snacking solutions created under their roof! But today, just like all their products, it feels like the most natural thing to have done.\\n\\nCombining a mother’s need for healthy snacking solutions, and a son’s wants for something delicious to munch on, Mighty Millets offers products that are ideal for all age groups, can be had at any time of the day, come with a hoard of nutritional benefits, and offer a variety to suit every mood and taste.\\n\\nAvid consumers of these products themselves, both Sahil, and nutritionist mom, Dt.Meena discovered a completely new meaning to the phrase “healthy lifestyle”, and are excited to share that the secret lies in keeping things really simple. Using Indian Superfoods as the core ingredients of their products, the duo works to promote the idea of wholesome wellbeing through mindful eating. \\n\\nTotally Natural | Handcrafted by nutritionist | Minimal processing |\\nNo added sugar | No preservatives | No artificial sweeteners No artificial flavours |\\n\\nToday, as they continue their journey of exploring flavours, experimenting with products, and enjoying every success and failure that comes their way, they invite you to be a part of it!\\n\\nExplore the collection directly at www.mightymillets.com\",\n            \"company_founded\": null,\n            \"company_size\": \"5\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"wellness and fitness services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Healthy snacking,Nutrition,Healthy lifestyle,diet\",\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Head of Sales and Business Development (Mighty Millets, Size: 1-10) [2024-04-01] Mighty Millets products are natural, wholesome, free from refined sugar or preservatives, handmade by a nutritionist, tasty, clean and convenient. Our products are suitable for daily healthy snacking as well as for different conditions like diabetes, obesity, blood pressure etc. as they are packed with nutrient dense superfoods!\",\n            \"current_position_2\": \"Equity Trader (Self-employed) [2022-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Head of Sales and Business Development (Mighty Millets)\",\n            \"position_2\": \"Equity Trader (Self-employed)\",\n            \"position_3\": \"Sales Associate (Mahindra Group)\",\n            \"position_date_1\": \"2024-04-01\",\n            \"position_date_2\": \"2022-01-01\",\n            \"position_date_3\": \"2023-09-01 - 2024-04-01\",\n            \"education_1\": \"INIFD Institute, B.Sc - Interior Design\",\n            \"education_2\": \"Symbiosis College of Arts & Commerce, Commerce\",\n            \"education_3\": null,\n            \"education_date_1\": \"2021-04-01 - 2022-04-01\",\n            \"education_date_2\": \"2017-06-01 - 2019-02-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Head of Sales and Business Development\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Vishakha\",\n            \"last_name\": \"\",\n            \"full_name\": \"Vishakha J\",\n            \"linkedin\": \"https://www.linkedin.com/in/vishakha-j-144214221\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADe9FMQBoKKPqwmzI8IzGpkOSgR7M1DqZE4,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Global Sales\",\n            \"industry\": \"retail\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 907,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"industrial sales,deal closure,writing,sales management,sales operations\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Amber\",\n            \"company_link\": \"https://www.linkedin.com/company/amberstudent\",\n            \"company_id\": \"https://www.linkedin.com/company/10096083\",\n            \"company_domain\": \"lnkd.in\",\n            \"company_about\": \"What started as two IIT students helping their friends find a reliable place to stay abroad, has now grown to become the world's leading student accommodation provider.\\n\\nOur mission is to create a world where geographical barriers don't hinder learning and growth. Staying true to that, we've helped over 1 million students find reliable student housing in 250+ cities across the globe.\\n\\nJoin us to reshape the student accommodation industry.\",\n            \"company_founded\": null,\n            \"company_size\": \"864\",\n            \"company_location_1\": \"Pune, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Pune\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"International students,Real estate,student,education,house hunting,startups,universities,PBSA,accommodation\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Gobal Sales Associate (Amber, Size: 501-1000) [2023-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Gobal Sales Associate (Amber)\",\n            \"position_2\": \"Business Development Associate (ImaginXP)\",\n            \"position_3\": \"Senior Sales Executive (Talentedge Education Ventures Pvt. Ltd.)\",\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2021-09-01 - 2022-03-01\",\n            \"position_date_3\": \"2020-11-01 - 2021-09-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Gobal Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rakesh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Rakesh G\",\n            \"linkedin\": \"https://www.linkedin.com/in/rakesh-g-67b038228\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADj1LL8Bw1jB5G0EbVxFSbEbOQSlL_-tFJw,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Flexisales\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 345,\n            \"location\": \"Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 months \",\n            \"time_in_company\": \"2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"IGT Solutions\",\n            \"company_link\": \"https://www.linkedin.com/company/igtsolutions\",\n            \"company_id\": \"https://www.linkedin.com/company/278880\",\n            \"company_domain\": \"igtsolutions.com\",\n            \"company_about\": \"IGT Solutions is a next-gen customer experience (CX) company, defining and delivering AI-led transformative experiences for the global and most innovative brands using digital technologies. With the combination of Digital and Human Intelligence, IGT becomes the preferred partner for managing end-to-end CX journeys across Travel and High Growth Tech industries. \\n\\nEstablished in 1998, with a 100% focus on customer experience, IGT employs more than 25,000 customer experience and technology specialists providing services to 85 marquee customers globally. IGT’s global footprint consists of 31 delivery centers in China, Colombia, Egypt, India, Indonesia, Malaysia, Philippines, Romania, South Africa, Spain, UAE, the US, and Vietnam.\\n\\nIGT is ISO 27001:2013, CMMI SVC Level 5 and ISAE-3402 compliant for IT, and COPC® Certified v6.0, ISO 27001:2013 and PCI DSS 3.2 certified for BPO processes. The organization follows Six Sigma rigor for process improvements.\",\n            \"company_founded\": null,\n            \"company_size\": \"15925\",\n            \"company_location_1\": \"Gurugram, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurugram\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"IT Consulting,TPF Outsourcing,Travel CRM,Testing,Baggage Desk,ERP,Flight Rebooking Services,ATPCO Fare Filing,Ticketing,Internet Booking Engine,eCommerce,Social Media,Mobile Solutions,Sales & Reservations,Customer Service and Support,customer experience management,Airline PSS,Contract Loading,Airline IT and BPO Solutions,artificial intelligence,rpa,robotic process automation,big data,data analytics,bpm services,Automation,customer experience,omnichannel crm,intelligent video analytics,social distancing analytics,CCTM,air cargo,logistics bpo,contactcenter,cxservices,cx,intelligent automation\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Customer Service Representative (IGT Solutions, Size: 10000+) [2024-12-01]\",\n            \"current_position_2\": \"Sales Representative (VARStreet Inc, Size: 51-200) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Customer Service Representative (IGT Solutions)\",\n            \"position_2\": \"Sales Representative (VARStreet Inc)\",\n            \"position_3\": \"Research Assistant (Flexisales Marketing Pvt. Ltd.)\",\n            \"position_date_1\": \"2024-12-01\",\n            \"position_date_2\": \"2022-06-01 - 2025-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"St. Joseph's High School\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2006-01-01 - 2020-03-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Customer Service Representative\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"sales@igtsolutions.com\"\n        },\n        {\n            \"first_name\": \"Sam\",\n            \"last_name\": \"Parker\",\n            \"full_name\": \"Sam Parker\",\n            \"linkedin\": \"https://www.linkedin.com/in/sam-parker-555b96192\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC1hqJEB-fmz7Ncdzl2W7NQCjY8rs8Fwf1w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Operations Manager at Leads & Data Zone\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 759,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years 2 months \",\n            \"time_in_company\": \"4 years 2 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Leads & Data Zone\",\n            \"company_link\": \"https://www.linkedin.com/company/leads-data-zone\",\n            \"company_id\": \"https://www.linkedin.com/company/71751549\",\n            \"company_domain\": \"leadsanddatazone.com\",\n            \"company_about\": \"Leads and Data Zone is a leader of lead generation and acquisition of targeted data. Our team's goal is to understand your needs and target market to fulfill all your needs.\",\n            \"company_founded\": null,\n            \"company_size\": \"6\",\n            \"company_location_1\": \"Nagpur, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Nagpur\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1-10\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Manager of Sales & Operations (Leads & Data Zone, Size: 1-10) [2020-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Manager of Sales & Operations (Leads & Data Zone)\",\n            \"position_2\": \"Operations Manager (3Tec Solutions)\",\n            \"position_3\": \"Team Leader Operations (3Tec Solutions)\",\n            \"position_date_1\": \"2020-12-01\",\n            \"position_date_2\": \"2020-08-01 - 2020-12-01\",\n            \"position_date_3\": \"2019-10-01 - 2020-08-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Manager of Sales & Operations\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Tejaswini\",\n            \"last_name\": \"Kasare\",\n            \"full_name\": \"Tejaswini Kasare\",\n            \"linkedin\": \"https://www.linkedin.com/in/tejaswini-kasare-b855ab205\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADQ8RtUBx9rmSvz5coCjNMUN7yESZM9WTnA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Research Analyst at Ziff Davis B2B\",\n            \"industry\": \"outsourcing and offshoring consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1557,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 9 months \",\n            \"time_in_company\": \"3 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ziff Davis B2B\",\n            \"company_link\": \"https://www.linkedin.com/company/ziff-davis-b2b\",\n            \"company_id\": \"https://www.linkedin.com/company/15079249\",\n            \"company_domain\": \"ziffdavisb2b.com\",\n            \"company_about\": \"Ziff Davis B2B is the global market leader in omni-channel B2B marketing, providing our customers with precise access to the world’s most powerful technology buyers. Our wholly-owned media network known for its thought leadership, editorial and select industry content is trusted and consumed by the decision makers and influencers our customers need to reach. As a result, we are able to leverage proprietary behavioral data, actionable intelligence, and comprehensive marketing solutions to put our customers in front of buyers at every step of the buyer’s journey.\",\n            \"company_founded\": 2005,\n            \"company_size\": \"47\",\n            \"company_location_1\": \"San Francisco, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Francisco\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": \"marketing and advertising\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Demand Generation,Lead Generation,B2B Marketing,Content Syndication,Account Based Marketing,Omni-channel Marketing,Thought Leadership,Content Creation,Highly Qualified Leads,Sales Leads,Webinars,Database Enrichment,Programmatic Display,Full Funnel Solutions,Media Network,Lead Nurturing,Content Marketing,Email Marketing,ABM,Performance Marketing\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"https://twitter.com/SpiceworksZD, https://www.facebook.com/SpiceworksZD\",\n            \"keywords\": \"content creation, lead generation, account based marketing, content marketing, performance marketing, email marketing, demand generation, thought leadership, b2b marketing, abm, lead nurturing, webinars, omnichannel marketing, content syndication, programmatic display, sales leads, database enrichment, media network, highly qualified leads, full funnel solutions\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Research Analyst (Ziff Davis B2B, Size: 11-50) [2021-05-01]\",\n            \"current_position_2\": \"Salesperson (HGS - Hinduja Global Solutions, Size: 10000+) []\",\n            \"current_position_3\": null,\n            \"position_1\": \"Research Analyst (Ziff Davis B2B)\",\n            \"position_2\": \"Salesperson (HGS - Hinduja Global Solutions)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2021-05-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Research Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Mukesh\",\n            \"last_name\": \"Mourya\",\n            \"full_name\": \"Mukesh Mourya\",\n            \"linkedin\": \"https://www.linkedin.com/in/mukesh-mourya\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACIcf3YBGjWHkOM10tjVhTzYSHtpCNjCYOo,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"ABM | MQL-HQL-SQL | Demand Generation | Lead Generation | Appointment Generation | Operations | Sales | Content Syndication |\",\n            \"industry\": \"industrial machinery manufacturing\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3214,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales prospecting,english,new business development,customer interaction,negotiation,account management,customer requirements,outbound sales,new business opportunities,saas sales,manufacturing,manufacturing process improvement,manufacturing engineering,manufacturing operations management,manufacturing operations,troubleshooting,research skills,customer communication,ownership,multitasking,business process outsourcing (bpo),objection handling (sales),key performance indicators,customer contact,skilled multi-tasker,b2b marketing strategy,marketing operations,soft skills,quick thinking,phone etiquette,time management,sales operations,marketing automation,customer satisfaction,software as a service (saas),written communication,customer experience,contact centers,active listening,problem solving,creative problem solving,sales development,teamwork,customer support,b2b marketing,content marketing,account marketing,marketing,communication,sales processes,business development,marketing strategy,inside sales,sales automation,business-to-business (b2b),sales,lead generation,market research,sales & marketing,cold calling,demand generation,microsoft office,microsoft word,microsoft excel,customer service\",\n            \"twitter\": \"\",\n            \"about\": \"As a sales professional, I excel at discovering and pursuing new sales prospects, negotiating deals and maintaining customer satisfaction. I possess excellent communication skills and take an active role in meeting business expectations and contributing to my organization’s rapid and sustainable growth.\\n- Experienced in B2B sales, new business sourcing, client acquisition, and relationship management.\\n- Experienced in identifying strategic business opportunities and developing unique value prepositions.\\n- Strong market understanding of products and services to help other businesses and organizations.\\n- 2 years of experience in sales and marketing industry.\\n- Strategically identifying potential clients to grow small to large business accounts through initiating and closing the sales on products.\\n- Conduct market research and analysis to identify trends and opportunities.\\n- United States, Canada, United Kingdom, EMEA and APAC.\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"12 months \",\n            \"time_in_company\": \"12 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Confidential\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Freelance (Confidential) [2024-02-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Freelance (Confidential)\",\n            \"position_2\": \"Customer Service Representative (Capita India)\",\n            \"position_3\": \"Sr. Executive HQL (Ziff Davis Performance Marketing)\",\n            \"position_date_1\": \"2024-02-01\",\n            \"position_date_2\": \"2023-07-01 - 2024-01-01\",\n            \"position_date_3\": \"2023-01-01 - 2023-06-01\",\n            \"education_1\": \"Modern Education Societys Ness Wadia College of Commerce,Pune 411004\",\n            \"education_2\": \"Stella Maris High School\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Freelance\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Harshada\",\n            \"last_name\": \"Gaikwad\",\n            \"full_name\": \"Harshada Gaikwad\",\n            \"linkedin\": \"https://www.linkedin.com/in/harshada-gaikwad-3a83aa187\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACwEw7ABeRzSCglwukk-qdZ1OpHfYwK-x5Y,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sr Sales Manager\",\n            \"industry\": \"real estate\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1082,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"sales,project sales,new opportunities,presentation skills,real estate\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"3 years \",\n            \"time_in_company\": \"3 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Axis Proxima\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Axis Proxima) [2022-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Salesperson (Axis Proxima)\",\n            \"position_2\": \"Salesperson (HomeComm Realty LLP)\",\n            \"position_3\": \"Project Sales Executive (Axis World )\",\n            \"position_date_1\": \"2022-01-01\",\n            \"position_date_2\": \"2022-03-01 - 2022-07-01\",\n            \"position_date_3\": \"2020-10-01 - 2022-04-01\",\n            \"education_1\": \"ST MIRA'S COLLEGE FOR GIRLS PUNE, HSC, Arts\",\n            \"education_2\": \"St patrick’s school, Ssc\",\n            \"education_3\": null,\n            \"education_date_1\": \"2011-01-01 - 2012-01-01\",\n            \"education_date_2\": \"2001-01-01 - 2010-01-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Bhushan\",\n            \"last_name\": \"Mohole\",\n            \"full_name\": \"Bhushan Mohole\",\n            \"linkedin\": \"https://www.linkedin.com/in/bhushan-mohole-205778149\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAACPjEiUBle3fRH8nHiA3bbzpX51GdFNTpDQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Orthopedic Mattresses Manufacturer.\\nPistol shooter ( sports)\\nStock market investors & Trader\",\n            \"industry\": \"wholesale\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2817,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"time management,sales management,inventory management,risk management,sales,project management,team leadership\",\n            \"twitter\": \"\",\n            \"about\": \"Owner of Yashlaxmi Pvt. Ltd. ( Chinchwad , PUNE)\",\n            \"birthday\": null,\n            \"pronouns\": \"He/Him\",\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"1 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Self-employed\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales Associate (Self-employed) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Self-employed)\",\n            \"position_2\": \"Consultant (Bajaj Allianz General Insurance)\",\n            \"position_3\": \"Business Owner (Self-Employed)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2023-09-01 - 2024-01-01\",\n            \"position_date_3\": \"1997-01-01 - 2023-09-01\",\n            \"education_1\": \"Brihan Maharashtra College of Commerce, Bachelor of Commerce - BCom, Mms\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Sahil\",\n            \"last_name\": \"Bisht\",\n            \"full_name\": \"Sahil Bisht\",\n            \"linkedin\": \"https://www.linkedin.com/in/sahil-bisht-910723239\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADtfn1wBCnLFPcI4VtKMbGyg6AWvlf18cN0,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"sales and customer service\",\n            \"industry\": \"advertising services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1054,\n            \"location\": \"Noida, Uttar Pradesh, India\",\n            \"skills\": \"customer service,customer support\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 11 months \",\n            \"time_in_company\": \"1 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"XDBS Worldwide\",\n            \"company_link\": \"https://www.linkedin.com/company/xdbs-corporation\",\n            \"company_id\": \"https://www.linkedin.com/company/13716510\",\n            \"company_domain\": \"xdbsworldwide.com\",\n            \"company_about\": \"At XDBS, we primarily work with media agencies, publishers and marketing companies looking to leverage marketing automation and digital marketing capacity and capability to execute lead generation programs. Our mission is to enable global marketing, media and technology companies realize their cross-vertical sales and marketing potential, helping them gain leadership positions in preferred markets. \\n \\nFounded in 2012, XDBS is backed by more than 2000 professionals who live and breathe B2B marketing – from demand generation and design to data and results. \\nHeadquartered in UAE, with global delivery offices across Americas, Philippines and India, we’ve built high ROI solutions to provide our clients with growth marketing solutions. \\nOur brand philosophy is to Lead. Lead forward to a greater possibility through a passionate culture that strives to deliver best client outcomes.\",\n            \"company_founded\": null,\n            \"company_size\": \"3610\",\n            \"company_location_1\": \"Dubai, Dubai, United Arab Emirates\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dubai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"senior demand generation executive (XDBS Worldwide, Size: 1001-5000) [2023-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"senior demand generation executive (XDBS Worldwide)\",\n            \"position_2\": \"Customer Service Representative (MAGICBRICKS REALTY SERVICES LIMITED)\",\n            \"position_3\": \"Sales Associate (Justdial)\",\n            \"position_date_1\": \"2023-03-01\",\n            \"position_date_2\": \"2021-04-01 - 2021-12-01\",\n            \"position_date_3\": \"2019-12-01 - 2020-12-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"senior demand generation executive\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shubham\",\n            \"last_name\": \"Bhagat\",\n            \"full_name\": \"Shubham Bhagat\",\n            \"linkedin\": \"https://www.linkedin.com/in/shubham-bhagat-539759278\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAEO-KL0BTE5kn4nIpTRTNs8H6KMLmM2NN7k,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate\",\n            \"industry\": \"outsourcing and offshoring consulting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 2966,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Leadque\",\n            \"company_link\": \"https://www.linkedin.com/company/leadqueinc\",\n            \"company_id\": \"https://www.linkedin.com/company/71628939\",\n            \"company_domain\": \"leadque.com\",\n            \"company_about\": \"We specialize in increasing a brand's growth by enhancing the accuracy and precision of marketing campaigns by using the best sales intelligence, strategies & scope for top of the line Intent and Data driven Demand.\",\n            \"company_founded\": null,\n            \"company_size\": \"40\",\n            \"company_location_1\": \"Wilmington, Delaware, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Wilmington\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"advertising services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Lead Generation, Account Based Marketing, Content Syndication, Email Marketing, Data Analytics, B2B Campaigns, Business Insights, Intent Based Marketing, Intent Data, Technology Marketing, Target Market Account Profiling, Data-Driven Marketing, Consumer Campaigns, Webinars, Strategic Sales Appointments, Lead Nurturing, and Vertical Marketing\",\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Data Analyst (Leadque ®, Size: 11-50) [2024-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Data Analyst (Leadque ®)\",\n            \"position_2\": \"Sales Associate (Samarth Properties)\",\n            \"position_3\": \"Data solutions associate (Evolve Global Corp.)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2023-11-01 - 2024-08-01\",\n            \"position_date_3\": \"2023-01-01 - 2023-10-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Data Analyst\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Parinita\",\n            \"last_name\": \"Bhosale\",\n            \"full_name\": \"Parinita Bhosale\",\n            \"linkedin\": \"https://www.linkedin.com/in/parinita-bhosale-b8586b38\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAAf1VtUBkE-r-v0eWexoIvieQAIZJ2MvQek,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Sales Associate at Diamonds International\",\n            \"industry\": \"retail luxury goods and jewelry\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 25131,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"event management,business development,hospitality industry,avaition and hospitality management,bpo,public relations,recruiting,customer satisfaction,team management,lead generation,management,competitive analysis,vendor management,new business development,operations management,microsoft office,call centers,marketing research,business analysis,outsourcing,crm,sales,market research,team leadership,branding,sales management,human resources,customer relationship management (crm),business process outsourcing (bpo),performance management,employee engagement,employee relations\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced with a demonstrated history of working in the marketing and advertising industry. Skilled in Operations Management, Sales, Customer Relationship Management (CRM), Customer Satisfaction, Avaition and Hospitality Industry.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"6 years 3 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales Associate (Diamonds International)\",\n            \"position_2\": \"Human Resources Director (DemandMatrix Inc)\",\n            \"position_3\": \"Human Resources Manager (Switznetinfo)\",\n            \"position_date_1\": \"2018-11-01 - 2020-01-01\",\n            \"position_date_2\": \"2017-02-01 - 2017-11-01\",\n            \"position_date_3\": \"2015-04-01 - 2016-04-01\",\n            \"education_1\": \"Kingfisher Institute, aviation and hospitality management.\",\n            \"education_2\": \"St Helena's High School\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        },\n        {\n            \"first_name\": \"Fardeen\",\n            \"last_name\": \"Birajdar\",\n            \"full_name\": \"Fardeen Birajdar\",\n            \"linkedin\": \"https://www.linkedin.com/in/fardeen-birajdar-014953222\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADgGdVABhDAnxaAfIHI9TBqIyOxtx41e68Q,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"SALES AND MARKETING @YES BANK LTD\",\n            \"industry\": \"financial services\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1016,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"business-to-business (b2b),client services management,business relationship management,business development,cold calling,business analytics,customer satisfaction,communication,analytical skills,attention to detail,retail,small business lending,sales management,management information systems (mis),sales & marketing,accounting,loans,credit,mortgage lending,banking,direct sales,sales process,retail sales,business analysis\",\n            \"twitter\": \"\",\n            \"about\": \"ITS WAS VERY HAPPY WORKING IN WC SEGMENT,\\nUNDER BEST LEADERS AND MENTORS, WHO ALL IN ALLIED ME IN SO GOOD WAYS, GIVING THE BEST OF BEST FOR  ORGANIZATION.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 months \",\n            \"time_in_company\": \"5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"YES BANK\",\n            \"company_link\": \"https://www.linkedin.com/company/yes-bank\",\n            \"company_id\": \"https://www.linkedin.com/company/269604\",\n            \"company_domain\": \"yesbank.in\",\n            \"company_about\": \"YES BANK is a leading Indian private sector bank committed to transforming the financial landscape of India. With over 1200 branches nationwide and a dedicated team of YES BANKers, we strive to deliver exceptional banking solutions and empower individuals, businesses and communities to thrive. \\nAt YES BANK, we believe in the power of innovation and transparency. Operating in Retail, MSME and Corporate banking sectors, we are a full service bank and offer an extensive range of financial services. We leverage cutting-edge technology & industry insights to meet the evolving needs of our diverse clientele. One in three UPI transactions in the country are processed by YES BANK.\\nDriven by our core values, we aim to build long lasting relationships with our customers and stakeholders. Our robust risk management framework ensures the safety and security of your finances, while our unwavering commitment to sustainability drives us to create a positive impact on society and the environment. \\nWe recognize the potential within each person and strive to unlock it through opportunities for growth, learning and innovation. Joining our ranks means joining a vibrant ecosystem of individuals who are passionate about making an impact and shaping the future of banking. \\nTogether, let’s create a future where your dreams can flourish and make a lasting impact.\\n\\nNote: \\nYES BANK will NEVER ask you to reveal your User ID or Password. Therefore, never disclose your credentials (User ID, Password, OTP, PIN etc.) to anyone either through mail or over phone. If you receive any mail asking you to update or authenticate your User ID or Password, please DO NOT fall into the trap of putting in your Password or OTP or PIN.\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"38754\",\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": \"Mumbai Metropolitan Region\",\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"banking\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Banking,Finance,Wealth Management,Corporate Banking,Business Banking,Retail Loans,FinTech\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Sales And Marketing Specialist (YES BANK, Size: 10000+) [2024-09-01] direct sales as in lending of working capital and other lending segment for businesses and group of companies,\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Sales And Marketing Specialist (YES BANK)\",\n            \"position_2\": \"Executive (Axis Bank)\",\n            \"position_3\": \"Senior Sales Representative (HDFC Bank)\",\n            \"position_date_1\": \"2024-09-01\",\n            \"position_date_2\": \"2020-11-01 - 2023-06-01\",\n            \"position_date_3\": \"2022-11-01 - 2023-03-01\",\n            \"education_1\": \"Savitribai Phule Pune University, Bachelor of Business Administration - BBA, Accounting\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2004-06-01 - 2015-03-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": \"amicromllp.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Sales And Marketing Specialist\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Snehal\",\n            \"last_name\": \"Abnave\",\n            \"full_name\": \"Snehal Abnave\",\n            \"linkedin\": \"https://www.linkedin.com/in/snehal-abnave-749430236\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADrLxykBbKSCX8BNhPl9EoOhBx--F-0leAU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"HR- Sr.Talent Acquisition Executive | Client Engagement |HR Operations | Talent Acquisition | IT Recruitment | Employee Engagement | Training and Development\",\n            \"industry\": \"staffing and recruiting\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 5647,\n            \"location\": \"Pune, Maharashtra, India\",\n            \"skills\": \"executive staffing,sales,team leadership,writing,editing,life sciences,healthcare,public relations,corporate communications,social media,communication,hiring dr,working with physicians,mass mailing,salesforce.com,executive search,it recruitment,bulk mailing,mass hiring,sourcing,staffing services,cold calling,human resources (hr),recruiting,hiring,social recruiting,interviewing,technical recruiting,contract recruitment,full-life cycle recruiting\",\n            \"twitter\": \"\",\n            \"about\": \"2+ Years' experience as an Associate Recruiter Human Resources with a demonstrated history of working in the education management industry and IT Industry. I Carry good Experience in Recruitment, 2 Years of Experience in IT Recruitment & C2H with IT Staffing Companies. Skilled in Screening, Team Leadership, Recruiting, Training, and Human Resources. Strong human resources professional\\nAlso have experience in Cold and bulk hiring, worked as a sales executive also and communication head\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"8 months \",\n            \"time_in_company\": \"8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Kaygen, Inc. (ZENSAR)\",\n            \"company_link\": null,\n            \"company_id\": null,\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Senior Executive Talent Acquisition (Kaygen, Inc. (ZENSAR)) [2024-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Senior Executive Talent Acquisition (Kaygen, Inc. (ZENSAR))\",\n            \"position_2\": \"Senior Talent Acquisition Executive (Honeybee Tech Solutions )\",\n            \"position_3\": \"Associate Recruiter- HR (Bohiyaanam Talent Solutions)\",\n            \"position_date_1\": \"2024-06-01\",\n            \"position_date_2\": \"2023-12-01 - 2024-06-01\",\n            \"position_date_3\": \"2022-04-01 - 2024-02-01\",\n            \"education_1\": \"ST MIRA'S COLLEGE FOR GIRLS PUNE, Master of Business Administration - MBA\",\n            \"education_2\": \"Stella Maris High School, Bachelor of Commerce - BCom, Business/Commerce, General\",\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Senior Executive Talent Acquisition\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Rai\",\n            \"last_name\": \"Sureshna\",\n            \"full_name\": \"Rai Sureshna\",\n            \"linkedin\": \"https://www.linkedin.com/in/rai-sureshna-08b092241\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAADv9dusBhpVjrz7cvQcgaxkL2GQyIBXvVIQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Working as sales person\",\n            \"industry\": \"hospitality\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 62,\n            \"location\": \"West Bengal, India\",\n            \"skills\": \"hotel management,retail sales,sales management,food and beverage operations,management,cashiering,cashiers,direct sales,sales\",\n            \"twitter\": \"\",\n            \"about\": \"I have been working as cashier at Ansar gallery for five year and I work at hotel Ravi Residency as a assistant restaurant manager for two year\",\n            \"birthday\": null,\n            \"pronouns\": \"She/Her\",\n            \"time_in_position\": \"7 years 2 months \",\n            \"time_in_company\": \"8 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Ansar Gallery\",\n            \"company_link\": \"https://www.linkedin.com/company/ansar-gallery\",\n            \"company_id\": \"https://www.linkedin.com/company/3064973\",\n            \"company_domain\": \"ansargallery.com.bh\",\n            \"company_about\": \"Ansar Gallery is one of the leading shopping malls in the Kingdom of Bahrain owned by Ansar Group based in Doha-Qatar. Ansar Gallery provides superior and professional retail services through implementation of effective Management Systems. It caters to the needs of both domestic and international customer groups. Ansar Gallery has introduced a fresh and innovative approach in consulting retails services since its establishment. Our goal is to exceed the expectations of every customer by offering outstanding customer service and satisfaction. \\r\\n\\r\\nIts 250,000 sq.ft. shopping area for modern trend shopping with four floors and 700 car space amenities. Its spacious shopping sphere is filled with a large collection of electronics and electrical products, household goods, cloths and accessories, furniture, eye wear, cosmetics, sports, stationery, sanitary wares. Also in the list are, Food courts with a big supermarket and an interesting play area for kids. Our active market segments and continuous promotional offers focus to offer solutions that will contribute to the objectives and demands of our valuable customers\",\n            \"company_founded\": null,\n            \"company_size\": \"476\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"retail\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"201-500\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Salesperson (Ansar Gallery, Size: 201-500) [2017-12-01]\",\n            \"current_position_2\": \"Retail Cashier (Ansar Gallery, Size: 201-500) [2017-01-01] Greet customers when entering or leaving establishment \\nMaintain clean and tidy check out area.\\nAbility to handle cash, credit or check transactions.\\nReporting of transactions.\\nTo make strategy’s for achieving the target.\\nTo enrolled the first citizens card.\\n\",\n            \"current_position_3\": \"Assistant Manager (Hotel Ravi Residency) [2016-01-01] Greeting customers with smiling face.\\nMaintain clean n tidy.\\nProvide customer with an enjoyable experience.\\nAttended the customer.\\nAttended the briefing.\\nGive the good service to the customer.\\nHandle the bad situation with giving good complimentary to customers.\\nAssist the customer with their complaints .\\nManaging the budgets and expenses.\\nMaintain the duty schedule.\\nMaintain the discipline \",\n            \"position_1\": \"Salesperson (Ansar Gallery)\",\n            \"position_2\": \"Retail Cashier (Ansar Gallery)\",\n            \"position_3\": \"Assistant Manager (Hotel Ravi Residency)\",\n            \"position_date_1\": \"2017-12-01\",\n            \"position_date_2\": \"2017-01-01\",\n            \"position_date_3\": \"2016-01-01\",\n            \"education_1\": \"Don Bosco High School - India, Associate of Arts - AA, Political Science and Government\",\n            \"education_2\": \"St Joseph’s high school kuresong (west bengal) India, Associate of Arts - AA, Art/Art Studies, General\",\n            \"education_3\": null,\n            \"education_date_1\": \"2013-07-01 - 2016-12-01\",\n            \"education_date_2\": \"2009-07-01 - 2011-05-01\",\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Salesperson\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Shweta\",\n            \"last_name\": \"Verma\",\n            \"full_name\": \"Shweta Verma\",\n            \"linkedin\": \"https://www.linkedin.com/in/shweta-verma-3989b5193\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAC2IOuQBA7qqNN74b0NC0yHzogm3y7UiKO8,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Pre-Sales Associate\",\n            \"industry\": \"market research\",\n            \"email\": null,\n            \"email_status\": \"\",\n            \"personal_email\": null,\n            \"num_of_connections\": 3188,\n            \"location\": \"Noida, Uttar Pradesh, India\",\n            \"skills\": \"financial accounting,tax,corporate finance,account management,accounting,financial analysis,business analysis\",\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 10 months \",\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"\",\n            \"company_link\": \"\",\n            \"company_id\": \"\",\n            \"company_domain\": \"\",\n            \"company_about\": \"\",\n            \"company_founded\": \"\",\n            \"company_size\": \"\",\n            \"company_location_1\": \"\",\n            \"company_location_2\": \"\",\n            \"company_location_3\": \"\",\n            \"company_city_1\": \"\",\n            \"company_city_2\": \"\",\n            \"company_city_3\": \"\",\n            \"company_address\": \"\",\n            \"company_postal_code\": \"\",\n            \"company_phone\": \"\",\n            \"industry_1\": \"\",\n            \"industry_2\": \"\",\n            \"industry_3\": \"\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"\",\n            \"company_size_category\": \"\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": \"\",\n            \"technologies\": \"\",\n            \"funding_events\": \"\",\n            \"total_funding\": \"\",\n            \"last_funding_round_date\": \"\",\n            \"last_funding_stage\": \"\",\n            \"alexa_ranking\": \"\",\n            \"crunchbase_url\": \"\",\n            \"market_cap\": \"\",\n            \"current_position_1\": null,\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Pre Sales Associate (MindForce Research)\",\n            \"position_2\": \"Primary Research Associate (MindForce Research)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-04-01 - 2023-08-01\",\n            \"position_date_2\": \"2021-09-01 - 2022-04-01\",\n            \"position_date_3\": null,\n            \"education_1\": \"Delhi University, Bachelor of Commerce - BCom, Business Administration and Management, General\",\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": \"2019-06-01 - 2022-06-01\",\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Pre Sales Associate\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null\n        }\n    ]\n}"},{"id":"034340e2-c081-4004-8dd7-521cab7fb1a3","name":"Get People or Company by Search Url of Linkedin, Sales Navigator and Apollo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/search/results/people/?keywords=sales-man\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/linkedin/search?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["linkedin","search"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"fe979a21-ab62-416c-8625-b0b9a5051cae"}],"id":"32ebdaaf-bd73-4c83-a819-8704d31ae598","description":"<p>Account param is optional</p>\n","_postman_id":"32ebdaaf-bd73-4c83-a819-8704d31ae598"}],"id":"5cc7b52a-d169-4995-83e5-20ecd7b01c36","_postman_id":"5cc7b52a-d169-4995-83e5-20ecd7b01c36","description":""},{"name":"Apollo","item":[{"name":"Profile Search","id":"a8f89db4-cbe7-4f46-bd90-89a54c8d66b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://app.apollo.io/#/people?page=1&sortAscending=false&sortByField=%5Bnone%5D&personTitles[]=engineer\",\n    \"with_emails\": false,\n    \"max\": 25,\n    \"page\": 1,\n    \"account\": {\n        \"email\": \"aditto2001@gmail.com\",\n        \"type\": \"apollo\",\n        \"cookie\": \"dwndvc=f5b635a5529050f1a0137755c5f93b230b3b6577143b48a8802e5d577e8c42e9; app_token=6a765c85d40d07f35a7150097e9bc757; zp_device_id=eyJfcmFpbHMiOnsibWVzc2FnZSI6IklrMVVZekZQVkdONlRYcFpNazVJZUdwbFJXUTBWa1pPYzA1WWVFUmhTRXAyWWxkV09GUlhSbXBtUkVWM1RHcEZNVXhxWkRoa1JFVjZXa1JGTVUxVVdtOU5iRGcwV2tkR2FGcHFXWGhPVkVrelRucEdabHBFYUdoTmJWSm9UVEpaTlU1SFRtc2kiLCJleHAiOiIyMDI2LTA0LTA0VDA2OjU0OjI0LjA1NFoiLCJwdXIiOiJjb29raWUuenBfZGV2aWNlX2lkIn19--b9ead023d2185d3fe45ca6ae825306a0aeee7457; intercom-device-id-dyws6i9m=7cc28d08-5d26-48e8-9c10-c5508c0dd364; dwnjrn=82ba08fd097a13b7f43d2a3d86ea64a55a2453f33fc4e6aadcfc3d1a374bf024; ZP_Pricing_Split_Test_Variant=25Q2_UC_AB59; remember_token_leadgenie_v2=eyJfcmFpbHMiOnsibWVzc2FnZSI6IklqWTJabVF5WVRrM056RXhNVFUwTURGaU1qTmlZV0pqWVY5c1pXRmtaMlZ1YVdWamIyOXJhV1ZvWVhOb0lnPT0iLCJleHAiOiIyMDI1LTEyLTE1VDEyOjMwOjA1Ljg1N1oiLCJwdXIiOiJjb29raWUucmVtZW1iZXJfdG9rZW5fbGVhZGdlbmllX3YyIn19--efaaee5bffad7010f61f87e5e6d944e851a907e3; ZP_LATEST_LOGIN_PRICING_VARIANT=25Q2_UC_AB59; zp__initial_landing_page=https://www.apollo.io/; zp__utm_medium=(none); zp__initial_utm_medium=(none); zp__utm_source=(direct); zp__initial_utm_source=(direct); __cf_bm=7iChqVXDozGc4IuhYlTcNKE6x8iRKcY_ZHEM9afHlnk-1765623017-1.0.1.1-8YXWJDaC9mxfjKHYBAXu0vhcTB4Jdl5ZDkbI1P_Xb.HyACXh1bNb2KhMDH2AC9EAjdyvwWD9cIh.uAIRNVSoxbFZ2jpJ8X5qqRjLcrXS2Ow; intercom-session-dyws6i9m=ZHBFNjVTaUloM0xRWldMZytaNWhuNldDNEt0V0RzaTdJZnVrbW5INFlkcWRNaHpTYTlFMDluTkhzaCtuNmJHUllZRDRFUzZyd1ZLdFBUclhNdVp6ekdpOVZ2Tk54TW5QcXB0bEFwdGphdjA9LS10Q3B0aExKcGZKVUhWYWZaVTBXN3ZnPT0=--16f8e2b2988692368dfa54d39bff188e8cb6fdb7; AMP_122a93c7d9=JTdCJTIyZGV2aWNlSWQlMjIlM0ElMjJjYjU0M2VmYS00MTc2LTRlNzktODYzOC1mYzYzY2IwMjNiYTklMjIlMkMlMjJ1c2VySWQlMjIlM0ElMjI2NmZkMmE5NzcxMTE1NDAxYjIzYmFiY2ElMjIlMkMlMjJzZXNzaW9uSWQlMjIlM0ExNzY1NjIzMDE5ODU1JTJDJTIyb3B0T3V0JTIyJTNBZmFsc2UlMkMlMjJsYXN0RXZlbnRUaW1lJTIyJTNBMTc2NTYyMzAzOTgwNyUyQyUyMmxhc3RFdmVudElkJTIyJTNBOTk3JTJDJTIycGFnZUNvdW50ZXIlMjIlM0EwJTdE; X-CSRF-TOKEN=eFIv16vjJ9ZKk4wlkn_L04grfRr0BShR88bBLST_fNZSyE329Wpdi-aPQr8FgkAAWU9WgFM6fpj5YSZ9HcmJsw; _leadgenie_session=y146D5WEkGXs9asH7P%2BMzCvQQ87Kp8LnhN9LjIXzGZArsNxeUB2hX7G7%2BhcJjjQtQ8Wk5%2FS%2Bf%2B66GGzF96h1AzUCGGLiXVMZgeewbb9WVJFkcjAg6i%2BnvOcqsEuPKywa%2BFywZubOC7s6UghNnHu3sf9ILtP7RO%2BW9D4%2F7SefCCZDNdFF0OGtcTgE3y%2FNv7bTzU9DlPgsceNmkuWFdHObTs2XNI%2BfRid%2F3aUUw%2FL1Z6obIKFfdeJyL%2Bc6mJljWeTFDu%2FUAo3y7kRc6U8aqmhVR2fxmdHjcwyCLzY%3D--HnexXcjET0Y%2BkKkQ--A8ZvguiObP%2FJkWXxITPJ2w%3D%3D\",\n        \"agent\": \"Mozilla/5.0...\",\n        \"identifier\": \"66fd2a9771115401b23babca\",\n        \"premium\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/apollo/search?api_key=your_api_key_here","description":"<p>Search something on linkedin or apollo and set filters, then send the url here and get all of those lead's data in json format 🤑</p>\n","urlObject":{"path":["apollo","search"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"9bab58c0-4bb5-4654-a658-f02f1797238a","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"total\": 24,\n    \"items\": [\n        {\n            \"first_name\": \"Alok\",\n            \"last_name\": \"Rai\",\n            \"full_name\": \"Alok  Rai\",\n            \"linkedin\": \"https://www.linkedin.com/in/alok-rai-51658a15b\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACZZumIBd5dAkqXoSp135J-gHOddNjkyD6s,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer\",\n            \"industry\": \"wholesale import and export\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 10579,\n            \"location\": \"Indore, Madhya Pradesh, India\",\n            \"skills\": \"teamwork,lean manufacturing,manufacturing operations management,advanced product quality planning (apqp),mechanical engineering,manufacturing engineering,automotive,manufacturing,quality assurance,continuous improvement,manufacturing operations,design for manufacturing,machining,root cause analysis,six sigma,microsoft powerpoint,microsoft excel,autocad,microsoft office,microsoft word,c (programming language),c++,ptc creo,leadership,engineering management,pfmea\",\n            \"twitter\": \"\",\n            \"about\": \"I have over 2.5 years of experience working as a Mechanical/ Quality Engineer, with nearly a year of experience in the finishing department. Fulfilled requirements of Retail and OEM customers of coated products. A highly technical professional with a wide range of experience in handling CR slitters, cut to length line, Embossing line, Profile line, and Continuous forming line on the shop floor. I directly apply Six Sigma methodologies to drive cost-saving and significant change throughout the entire organisation. I also strive to align the packing of system components for technical, economical, safety, and environmental requirements.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 3 months \",\n            \"time_in_company\": \"3 years 3 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"JSW Steel\",\n            \"company_link\": \"https://www.linkedin.com/company/jswsteel\",\n            \"company_id\": \"https://www.linkedin.com/company/3757983\",\n            \"company_domain\": \"jsw.in\",\n            \"company_about\": \"Over the last 35 years, we have partnered the country in its journey to self-reliance, by embracing sustainability, adopting cutting-edge technology and having innovation and R&D initiatives at the heart of our culture.\\nFrom humble beginnings with a single plant in 1982, we are now India's leading manufacturer of value-added and high-end steels. Our plants in Karnataka, Tamil Nadu and Maharashtra have a total capacity of 29.7 MTPA, and we are scaling up existing plants and opening new ones to take that figure to 40 MTPA. Globally, we own a plate and pipe mill in the US, and mining assets in the US, Chile and Mozambique.\\nBut we're not ones to rest on our laurels. Driven by decades of experience and a dynamic culture, we constantly seek new ways to revolutionize steelmaking.\\nTo begin with, we integrate sustainability into everything we do. We benchmark our business vision and governance systems, manufacturing and sales processes, and even our customer and community engagement initiatives, against global best-in-class standards.\\nWe bolster these sustainability initiatives, by staying on the cutting edge of technology. It's a strategy that has helped us create the largest product portfolio in India, and at the same time, become India's largest exporter of steel with a presence in more than 100 countries. Today, nearly 40% of our products are high-value steels, a figure we intend to take up to 50% soon.\\nWe’ve made this technological prowess possible with a relentless focus on innovation and R&D. It has helped us stay ahead of competition, customise our offerings as per client requirements, partner with global leaders such as JFE Steel, Marubeni Itochu Steel, Praxair and Severfield Rowen Plc. to be cost-efficient, and be seen worldwide as a purveyor of high-end, value-added steel.\\n\",\n            \"company_founded\": 1982,\n            \"company_size\": null,\n            \"company_location_1\": \"Mumbai, Maharashtra, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mumbai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+912242861000\",\n            \"company_industry_1\": \"mining\",\n            \"company_industry_2\": \"mining and metals\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Energy,Infrastructure,Cement,IT,Foundation\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/jswsteel, https://www.facebook.com/JSWSteelOfficial\",\n            \"keywords\": \"energy, infrastructure, it, cement, foundation\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (JSW Steel) [2021-11-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (JSW Steel)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-11-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nitesh\",\n            \"last_name\": \"Malhotra\",\n            \"full_name\": \"Nitesh Malhotra\",\n            \"linkedin\": \"https://www.linkedin.com/in/niteshmalhotra\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer @ Zoom | Ex- Morgan Stanley, Oracle, Société Générale\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"https://twitter.com/nitesh13\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 6 months \",\n            \"time_in_company\": \"3 years 6 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Zoom\",\n            \"company_link\": \"https://www.linkedin.com/company/zoom\",\n            \"company_id\": \"https://www.linkedin.com/company/2532259\",\n            \"company_domain\": \"zoom.com\",\n            \"company_about\": \"Bring teams together, reimagine workspaces, engage new audiences, and delight your customers –– all on the Zoom AI-first work platform you know and love. 💙\\n\\nZoomies help people stay connected so they can get more done together. We set out on a mission to make video communications frictionless and secure by building the world’s best video product for the enterprise, but we didn’t stop there. With products like AI Companion, Team Chat, Contact Center, Phone, Events, Rooms, Webinar, Contact Center and more, we bring innovation to a wide variety of customers, from the conference room to the classroom, from doctor’s offices to financial institutions to government agencies, from global brands to small businesses.\\n\\nWe do what we do because of our core value of Care: care for our community, our customers, our company, our teammates, and ourselves. Our global employees help our customers meet happier, communicate better, and create meaningful connections the world over. Zoomies are problem-solvers and self-starters, working hard to get results and moving quickly to design solutions with our customers and users in mind. Here, you’ll work across teams to dig deep into impactful projects that are changing the way people communicate, and find room to grow with opportunities to stretch your skills and advance your career in a diverse, inclusive environment. \\n\\nLearn more about careers at Zoom by visiting our careers site: https://careers.zoom.us/home\",\n            \"company_founded\": null,\n            \"company_size\": \"11235\",\n            \"company_location_1\": \"San Jose, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Jose\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Mobile Collaboration,Audio Conferencing,Video Conferencing,Online Meetings,Web Conferencing,Cloud Meetings,Webinar\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Zoom) [2021-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Zoom)\",\n            \"position_2\": \"Senior Software Engineer (Capital One)\",\n            \"position_3\": \"Senior Software Engineer (Société Générale)\",\n            \"position_date_1\": \"2021-08-01\",\n            \"position_date_2\": \"2018-04-01 - 2021-08-01\",\n            \"position_date_3\": \"2017-08-01 - 2018-04-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@zoom.us\"\n        },\n        {\n            \"first_name\": \"Harikumar\",\n            \"last_name\": \"Patnana\",\n            \"full_name\": \"Harikumar Patnana\",\n            \"linkedin\": \"https://www.linkedin.com/in/harikumar-patnana-a921a1140\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Design Engineer for Highways & Airports (18500+ Connections)\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years \",\n            \"time_in_company\": \"2 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"WSP in India\",\n            \"company_link\": \"https://www.linkedin.com/company/wsp-consultants-india-ltd\",\n            \"company_id\": \"https://www.linkedin.com/company/1412607\",\n            \"company_domain\": \"wsp.com\",\n            \"company_about\": \"What if you could do valuable work with kinds of people who make it the best work for your life.\\n\\nWith us, you can.\\n\\nAt WSP, you can shape built natural environments and the future of those that use them.\\n\\nJoin our global team of 73,000 including 4000 in India and you'll get the opportunities to do the kind of work the world needs - and you'll find the culture and people that make it the best work of your life.\\n\\nImagine a better future for us all - and a better future for you.\",\n            \"company_founded\": null,\n            \"company_size\": \"2788\",\n            \"company_location_1\": \"Noida, Uttar Pradesh, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Noida\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"professional services\",\n            \"company_industry_2\": \"civil engineering\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Buildings,Industrial,Infrastructure,Energy,Transportation,Environment,Construction Management,Design & Engineering,Program Management,Strategic Consulting,and Operations & Maintenance,Technology,IT\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (WSP in India) [2024-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (WSP in India)\",\n            \"position_2\": \"Engineer (WSP in India)\",\n            \"position_3\": \"Engineer III in Aviation (Pavements/Aircraft Traffic Fleet Mix/Drainage/Geometric Design Engineer) (AECOM)\",\n            \"position_date_1\": \"2024-01-01\",\n            \"position_date_2\": \"2023-01-01 - 2024-01-01\",\n            \"position_date_3\": \"2022-10-01 - 2022-12-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Amit\",\n            \"last_name\": \"Upadhyay\",\n            \"full_name\": \"Amit Upadhyay\",\n            \"linkedin\": \"https://www.linkedin.com/in/amit-upadhyay-57158463\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"ENGINEER at TVS Electronics\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"12 years 7 months \",\n            \"time_in_company\": \"12 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"TVS Electronics\",\n            \"company_link\": \"https://www.linkedin.com/company/tvs-electronics\",\n            \"company_id\": \"https://www.linkedin.com/company/166548\",\n            \"company_domain\": \"tvs-e.in\",\n            \"company_about\": \"At TVS Electronics, our driving philosophy is one of evolution: infinite evolution.\\n \\nThis is best exemplified by our journey. We began as a pure-play products company and have today transformed into a customer-centric solutions organization. All this because we keep pace with a world whose needs and demands are constantly evolving.\\n \\nAs we foray into a new era, we have taken customer focus a step further, bringing in a whole array of cutting-edge solutions that are generations ahead of the competition.\\n \\nIn addition to our legacy products such as printers, keyboards, mice and Point-Of-Sale solutions, we provide complete service solutions covering the after-sales lifecycle of products. Allowing consumers to adopt TVS-E as the definitive choice for all their technology needs.\\n \\nOur entire solutions stack includes:\\n \\n•\\tPoint of Sale solutions for the burgeoning retail industry with an extensive nation-wide network.\\n\\n•\\tTransaction automation solution for Banking, Insurance and PSU Sectors as well.\\n\\n•\\tRepair Engineering Solutions including, Walk-in Centres, Repair Centres, Resident Engineering Model, and On-Site Service\\n\\n•\\tInstallation and Demo Solutions\\n\\n•\\tGadget and Appliance Protection Plans reaching end consumers as well\\n\\n•\\tParts Management Solutions\\n\\n•\\te-Recycling for product end of Life, and\\n\\n•\\te-Auctioning, to help clients realize residual value for used assets\\n \\nInvesting in a talent pool with domain-specific expertise, allows us to enjoy an undue advantage, in pushing for healthy growth and profitability.\",\n            \"company_founded\": 1986,\n            \"company_size\": \"1987\",\n            \"company_location_1\": \"Chennai, Tamil Nadu, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Chennai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"plot no-34 developed plots s phase, chennai, tn, india\",\n            \"company_postal_code\": \"600101\",\n            \"company_phone\": \"+914442005200\",\n            \"company_industry_1\": \"computers and electronics manufacturing\",\n            \"company_industry_2\": \"information technology and services\",\n            \"company_industry_3\": \"it services and it consulting\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Chosen “Service Partner” for leading players in IT, Telecom & Consumer Electronics,Service network -  >5000 towns, 1000+ Engineers,Online Auction services - http://www.auctionindia.com/,Manufacturers in Point of sales, Printers & Keyboards\",\n            \"company_size_category\": \"1001-2000\",\n            \"social_fields\": \"https://facebook.com/TVS-Electronics-150506701638929/\",\n            \"keywords\": \"consumer electronics, telecom, keyboards, printers, chosen service partner for leading players in it, service network  5000 towns, 1000 engineers, online auction services http, wwwauctionindiacom, manufacturers in point of sales\",\n            \"annual_revenue\": \"10000000\",\n            \"technologies\": \"YouTube, WordPress.org, VueJS, Ubuntu, Route 53, Outlook, Mobile Friendly, Microsoft Office 365, MailChimp SPF, Google Tag Manager, Google Font API, Google Apps, Gmail, Freshdesk, Bootstrap Framework, Apache, Amazon CloudFront, Amazon AWS\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"ENGINEER (TVS Electronics) [2012-07-01]\",\n            \"current_position_2\": \"Mobile Repair Engineer (Nokia care india) [2010-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"ENGINEER (TVS Electronics)\",\n            \"position_2\": \"Mobile Repair Engineer (Nokia care india)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2012-07-01\",\n            \"position_date_2\": \"2010-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"ENGINEER\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Jac\",\n            \"last_name\": \"Stein\",\n            \"full_name\": \"Jac Stein\",\n            \"linkedin\": \"https://www.linkedin.com/in/jac-wm-stein-08aba364\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"ENG Engineer at Univision Communications Inc.\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"11 years 7 months \",\n            \"time_in_company\": \"11 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Univision\",\n            \"company_link\": \"https://www.linkedin.com/company/univision\",\n            \"company_id\": \"https://www.linkedin.com/company/5775\",\n            \"company_domain\": \"univision.com\",\n            \"company_about\": \"As the most-watched network among U.S. Hispanics, Univision is home to the leading Spanish-language content across news, sports, music and entertainment. Its award-winning news division is dedicated to informing its audience daily, with shows like “Despierta America,” its flagship morning show, “Noticiero Univision” with Jorge Ramos and Ilia Calderon, “Al Punto” and “Aqui y Ahora.” With a robust sports portfolio, the network is home to Liga MX, the most-watched soccer league in the U.S., Liga MX Femenil, UEFA Champions League, 2025 Gold Cup and other soccer leagues and competitions. Univision’s entertainment slate includes live talk shows “El Gordo y La Flaca” and “Desiguales,” scripted title “La Historia de Juana” set to premiere this fall, the reality competition “¿Quién es la Máscara?”, and fan-favorite dramas like “La Rosa de Guadalupe.” Celebrating the biggest moments in Latin music, the network is home to the top award shows for U.S. Hispanics, including Premio Lo Nuestro, PremiosJuventud and the Latin GRAMMYs.\",\n            \"company_founded\": null,\n            \"company_size\": \"5228\",\n            \"company_location_1\": \"Miami, Florida, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Miami\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"radio and television broadcasting\",\n            \"company_industry_2\": \"broadcast media production and distribution\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Spanish-Language Media Company,Digital,Marketing Services,Research,broadcast,news,entertainment,sports\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"ENG Engineer (Univision Communications Inc.) [2013-07-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"ENG Engineer (Univision Communications Inc.)\",\n            \"position_2\": \"Broadcast Television Maintenance Engineer (Fox Television)\",\n            \"position_3\": \"Broadcast Television Maintenance Engineer (Univision Communications, Inc.)\",\n            \"position_date_1\": \"2013-07-01\",\n            \"position_date_2\": \"2005-03-01 - 2013-07-01\",\n            \"position_date_3\": \"1988-03-01 - 2005-03-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"ENG Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Chi\",\n            \"last_name\": \"Ren\",\n            \"full_name\": \"Chi Ren\",\n            \"linkedin\": \"https://www.linkedin.com/in/chi-ren-47924766\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"engineer engineer engineer at Tsinghua Tongfang\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Tsinghua Tongfang\",\n            \"company_link\": \"https://www.linkedin.com/company/tsinghua-tongfang\",\n            \"company_id\": \"https://www.linkedin.com/company/306993\",\n            \"company_domain\": \"thtf.com.cn\",\n            \"company_about\": \"A IT Company in Beijing\",\n            \"company_founded\": 1997,\n            \"company_size\": \"757\",\n            \"company_location_1\": \"China\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"27-1 Wangzhuang Road\",\n            \"company_postal_code\": \"100088\",\n            \"company_phone\": \"+861082399765\",\n            \"company_industry_1\": \"it services and it consulting\",\n            \"company_industry_2\": \"internet\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"https://facebook.com/thtf.com.cn\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"engineer engineer engineer (Tsinghua Tongfang) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"engineer engineer engineer (Tsinghua Tongfang)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"engineer engineer engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anam\",\n            \"last_name\": \"Shaikh\",\n            \"full_name\": \"Anam Shaikh\",\n            \"linkedin\": \"https://www.linkedin.com/in/anam-shaikh-05b313185\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Senior Sales Engineer\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 11 months \",\n            \"time_in_company\": \"2 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Imdaad Group\",\n            \"company_link\": \"https://www.linkedin.com/company/imdaad\",\n            \"company_id\": \"https://www.linkedin.com/company/337567\",\n            \"company_domain\": \"imdaad.ae\",\n            \"company_about\": \"Imdaad is a Dubai-based group of companies that provides integrated, sustainable facilities management services that enhance operational efficiencies of physical assets. Established in 2007, Imdaad’s suite of complete turnkey solutions includes Integrated FM, Hard FM, HomePro home maintenance, Vision Safety fire prevention, Isnaad soft services, Farz recycling plant, and Nigma lifts and automation solutions.  Imdaad also provides Environmental Services such as solid waste, wastewater management, and power rentals. Imdaad’s intelligent platform for facilities management, Imtedaad, provides real-time insights on the performance and trends of interconnected assets and ecosystems to offer recommendations for predictive maintenance and corrective actions.\\n\\nHeadquartered in Dubai, Imdaad’s regional presence includes offices, branches and joint ventures across the UAE, Oman and Egypt. Imdaad’s personalized business model is based on providing cost-effective and sustainable services, Imdaad has grown to become the partner of choice for customers in various industries. The company’s multicultural workforce comprises more than 9,000 skilled employees, representing over 45 nationalities.\",\n            \"company_founded\": null,\n            \"company_size\": \"3771\",\n            \"company_location_1\": \"Dubai, Dubai, United Arab Emirates\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Dubai\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"facilities services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Integrated Facilities Management,Soft Services & Recycling,Waste Management,Power Generator rentals,Smart FM,Energy Management\",\n            \"company_size_category\": \"1001-5000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Imdaad Group) [2022-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Imdaad Group)\",\n            \"position_2\": \"Engineer (Al Mawazeen Soil Testing Lab)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-03-01\",\n            \"position_date_2\": \"2017-01-01 - 2019-12-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@imdaad.ae\"\n        },\n        {\n            \"first_name\": \"Jayshree\",\n            \"last_name\": \"Gupta\",\n            \"full_name\": \"Jayshree Gupta\",\n            \"linkedin\": \"https://www.linkedin.com/in/jayshree-gupta-87607b1aa\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADDGphoBjzXQJyD56nwvbLzkosPOhjyJIUE,NAME_SEARCH,HJYC\",\n            \"open\": \"true\",\n            \"premium\": \"true\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Gold Medalist@BV'23 (IT)|| Engineer @Google || Harvard WEAmplify Scholar'23 || Ex-Summer Intern at Google'22 || Beta-MLSA||Jaipur Chapter Lead @GirlScript || Microsoft AzDev Lead || Google Cloud Facilitator'22\",\n            \"industry\": \"it services and it consulting\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 8159,\n            \"location\": \"Jaipur, Rajasthan, India\",\n            \"skills\": \"freelance,mysql,haskell,php,cascading style sheets (css),python (programming language),javascript,object-oriented programming (oop),c (programming language),c++,leadership,microsoft powerpoint,microsoft word,microsoft excel,good listener,owasp,sql,kali linux,communication,presentation skills,presentations,problem solving,turbo c++,turbo c,poster design,engineering,marketing,graphic design,data structures,database management system (dbms),azure developer league: data science and ai,microsoft azure,azure functions\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Campus Ambassador with a demonstrated history of working in the e-learning industry. Skilled in Microsoft Word, Turbo C, C++, Communication, and OWASP. Strong education professional with a Bachelor of Technology - BTech focused in Information Technology from Banasthali Vidyapith. I am very keen to learn and eager to gain knowledge and experience.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"3 years 10 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Google\",\n            \"company_link\": \"https://www.linkedin.com/company/google\",\n            \"company_id\": \"https://www.linkedin.com/company/1441\",\n            \"company_domain\": \"goo.gle\",\n            \"company_about\": \"A problem isn't truly solved until it's solved for all. Googlers build products that help create opportunities for everyone, whether down the street or across the globe. Bring your insight, imagination and a healthy disregard for the impossible. Bring everything that makes you unique. Together, we can build for everyone.\\n\\nCheck out our career opportunities at goo.gle/3DLEokh\",\n            \"company_founded\": null,\n            \"company_size\": \"178126\",\n            \"company_location_1\": \"Mountain View, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mountain View\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"search,ads,mobile,android,online video,apps,machine learning,virtual reality,cloud,hardware,artificial intelligence,youtube,software\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Google) [2023-07-01]\",\n            \"current_position_2\": \"Azure-Dev Lead, Jaipur (Azure Developer Community) [2021-10-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Google)\",\n            \"position_2\": \"Azure-Dev Lead, Jaipur (Azure Developer Community)\",\n            \"position_3\": \"Research Project Intern (CSIR-CEERI)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2021-10-01\",\n            \"position_date_3\": \"2023-02-01 - 2023-06-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"The\",\n            \"last_name\": \"Engineers\",\n            \"full_name\": \"The Engineers\",\n            \"linkedin\": \"https://www.linkedin.com/in/the-zimbabwe-institution-of-engineers-04b651206\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"The Institution of Engineers\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"-\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"63 years \",\n            \"time_in_company\": \"63 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"The Zimbabwe Institution of Engineers\",\n            \"company_link\": \"https://www.linkedin.com/company/the-zimbabwe-institution-of-engineers\",\n            \"company_id\": \"https://www.linkedin.com/company/75723756\",\n            \"company_domain\": \"\",\n            \"company_about\": \"The Zimbabwe Institution of Engineers (ZIE) is a multi-disciplinary Institution covering all aspects of engineering in Zimbabwe. Its operation and membership are regulated by an Act of Parliament but the institution is a private body made up of its members. It is a learned Society similar in many ways to the Professional Institutions in other countries.\",\n            \"company_founded\": 1952,\n            \"company_size\": \"18\",\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"civil engineering\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"11-50\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (the zimbabwe institution of engineers) [1962-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (the zimbabwe institution of engineers)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"1962-01-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pierre\",\n            \"last_name\": \"Siqueira\",\n            \"full_name\": \"Pierre Siqueira\",\n            \"linkedin\": \"https://www.linkedin.com/in/pierre-ribeiro-de-siqueira-52047ab8\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer of Cia. San. Bás. Est. SP - Sabesp\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"33 years \",\n            \"time_in_company\": \"33 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Sabesp\",\n            \"company_link\": \"https://www.linkedin.com/company/sabespcia\",\n            \"company_id\": \"https://www.linkedin.com/company/19125\",\n            \"company_domain\": \"sabesp.com.br\",\n            \"company_about\": \"Sabesp is a mixed capital company that was founded in 1973 and is currently responsible for supplying water and collecting and treating sewage in the 375 municipalities of São Paulo state. \\n\\nIt is considered one of the world’s largest sanitation companies in terms of population served. It supplies 27.9 million people with water and provides sewage collection services to 21.5 million people.\\n\\nSabesp is responsible for around 27% of the investments in basic sanitation in Brazil. Between 2017 and 2021, it plans to invest approximately R$13.9 billion, focused on expanding water availability and security, without jeopardizing the improvements to sewage collection and treatment ratios.\\n\\nIn partnership with private companies, Sabesp also provides water and sewage services in another four municipalities, Mogi-Mirim, Castilho, Andradina and Mairinque. \\n\\nAs for water recycling from sewage treatment, Sabesp produces, supplies and directly sells the product through its own stations and as a partner in Aquapolo Ambiental, which supplies the Capuava Petrochemical Complex.\\n\\nIn addition, in the non-domestic sewage segment, the Company is a partner of Estre Ambiental in Attend Ambiental and it has recently created Paulista Geradora de Energia S.A. in the electricity segment, in partnership with Tecniplan Engenharia and Servtec.\\n\\nThe Company also provides advisory services on the rational use of water, planning and commercial, financial and operational management, currently operating in Panama, Honduras and Nicaragua, in partnership with Latin Consult in the first two countries.\\n\\nThe Company’s shares – all common and voting  – are traded in the Novo Mercado segment of the São Paulo Securities, Commodities and Futures Exchange (BM&FBovespa) under the ticker SBSP3 and on the New York Stock Exchange (NYSE), in the form of American Depositary Receipts (Level III ADRs), under the ticker SBS. The Company continues to be listed in the main BM&FBovespa indices.\",\n            \"company_founded\": 1973,\n            \"company_size\": null,\n            \"company_location_1\": \"Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"São Paulo\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"300 rua costa carvalho, são paulo, state of são paulo, brazil\",\n            \"company_postal_code\": \"05429-130\",\n            \"company_phone\": \"+551133888247\",\n            \"company_industry_1\": \"environmental services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Water,sewage,environmental\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://twitter.com/sabesp, https://facebook.com/SabespOficial\",\n            \"keywords\": \"water, environmental, sewage\",\n            \"annual_revenue\": \"3421640000\",\n            \"technologies\": \"reCAPTCHA, WordPress.org, Mobile Friendly, Liferay, Google Tag Manager, Google Maps, Google Analytics, Facebook Like Button, Bootstrap Framework, VueJS, Outlook, Microsoft-IIS, Microsoft Office 365, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"22716\",\n            \"crunchbase_url\": null,\n            \"market_cap\": \"10.1B\",\n            \"current_position_1\": \"Mechanical Engineer (Cia. Saneamento Básico do Estado de São Paulo - Sabesp) [1992-01-01]\",\n            \"current_position_2\": \"Engineer (Cia. Saneamento Básico do Estado de São Paulo - Sabesp) [1992-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Mechanical Engineer (Cia. Saneamento Básico do Estado de São Paulo - Sabesp)\",\n            \"position_2\": \"Engineer (Cia. Saneamento Básico do Estado de São Paulo - Sabesp)\",\n            \"position_3\": \"Engenheiro Mecânico Junior (Urba-Brosol)\",\n            \"position_date_1\": \"1992-01-01\",\n            \"position_date_2\": \"1992-01-01\",\n            \"position_date_3\": \"1990-01-01 - 1992-06-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Mechanical Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nicolae\",\n            \"last_name\": \"Militaru\",\n            \"full_name\": \"Nicolae Militaru\",\n            \"linkedin\": \"https://www.linkedin.com/in/nicolae-militaru-4a7692120\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer @NXM @Pragosa\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 7 months \",\n            \"time_in_company\": \"1 years 7 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"NXM-RO\",\n            \"company_link\": \"https://www.linkedin.com/company/nxm-ro\",\n            \"company_id\": \"https://www.linkedin.com/company/102384174\",\n            \"company_domain\": \"\",\n            \"company_about\": null,\n            \"company_founded\": 2023,\n            \"company_size\": null,\n            \"company_location_1\": null,\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": null,\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": null,\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (NXM-RO) [2023-07-01]\",\n            \"current_position_2\": \"Engineer (Pragosa) [2020-03-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (NXM-RO)\",\n            \"position_2\": \"Engineer (Pragosa)\",\n            \"position_3\": \"Engineer (AECOM)\",\n            \"position_date_1\": \"2023-07-01\",\n            \"position_date_2\": \"2020-03-01\",\n            \"position_date_3\": \"2019-07-01 - 2020-03-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Harsh\",\n            \"last_name\": \"Mishra\",\n            \"full_name\": \"Harsh Mishra\",\n            \"linkedin\": \"https://www.linkedin.com/in/harshcasper\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAClB-0UBCCDTL6JisYkFSK2ZDXPY8Z2GJbs,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer @ LocalStack • GSoC '21, GSoD '21 • AWS Community Builder\",\n            \"industry\": \"software development\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": \"erbeusgriffincasper@gmail.com\",\n            \"num_of_connections\": 13898,\n            \"location\": \"Darjeeling, West Bengal, India\",\n            \"skills\": \"localstack,devops,full-stack development,amazon web services (aws),machine learning,social media,web design,web content writing,algorithms,data structures,object-oriented programming (oop),software project management,writing,software development,agile methodologies,front-end development,node.js,javascript,python (programming language),c (programming language),google cloud platform (gcp),c++,microsoft excel,microsoft word,microsoft powerpoint,java,html5,cascading style sheets (css),microsoft office,flask,nosql,react.js,aws lambda,git,mongodb,maven,django,microsoft azure,representational state transfer (rest),linux,public speaking,training,teamwork,english,back-end web development,web application development,microservices\",\n            \"twitter\": \"https://twitter.com/harsh_casper\",\n            \"about\": \"▶️ You can reach out to me at erbeusgriffincasper@gmail.com\\n▶️ Find me on Github @harshcasper and Twitter at @harsh_casper\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 8 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"LocalStack\",\n            \"company_link\": \"https://www.linkedin.com/company/localstack-cloud\",\n            \"company_id\": \"https://www.linkedin.com/company/74027874\",\n            \"company_domain\": \"localstack.cloud\",\n            \"company_about\": \"At LocalStack, we provide the #1 platform for local cloud development & testing, offering the most advanced cloud emulation for AWS services. Our aim is to assist individual cloud developers and enterprises in becoming solution nimble, optimizing costs, reducing contention, and delivering resilient and secure value to their customers.\\n\\nLocalStack is ideal for designing and testing highly resilient and secure solutions on your local machine before live deployment. Our platform facilitates integration testing of cloud solutions both locally and in CI/CD environments, enhancing developer velocity and feature quality.\\n\\nWith LocalStack, you fully emphasize on black-box solution tests that fully exercise the inputs and outputs of your system, rather than solely focusing on unit tests.\\n\\nOur solution also enables rapid design and development of sophisticated cloud solutions with little to no changes needed for IaC pipelines. In addition, by emulating cloud services locally, LocalStack enables additional features and workflows that are not feasible on the cloud, such as local chaos engineering, IAM security testing, team collaboration, and more!\",\n            \"company_founded\": null,\n            \"company_size\": \"64\",\n            \"company_location_1\": \"Zurich, Zurich, Switzerland\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Zurich\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"information technology and services\",\n            \"company_industry_2\": \"software development\",\n            \"company_industry_3\": \"computer software\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"cloud computing,developer tooling,digital transformation,amazon web services,microsoft azure,continuous integration,devops\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"digital transformation, cloud computing, devops, microsoft azure, amazon web services, continuous integration, developer tooling\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": \"502540\",\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Open Source Engineer (LocalStack, Size: 51-200) [2022-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Open Source Engineer (LocalStack)\",\n            \"position_2\": \"Software Development Engineer (HackerRank)\",\n            \"position_3\": \"Software Engineer (Nethermind)\",\n            \"position_date_1\": \"2022-06-01\",\n            \"position_date_2\": \"2022-01-01 - 2022-06-01\",\n            \"position_date_3\": \"2021-11-01 - 2022-01-01\",\n            \"education_1\": \"Sathyabama Institute of Science & Technology, Chennai, Bachelor of Engineering - BE, Computer Science and Engineering\",\n            \"education_2\": \"Holy Mission Senior Secondary School, Muzaffarpur, Higher Secondary School Certification\",\n            \"education_3\": \"Holy Child School, Jalpaiguri, Secondary School Certification\",\n            \"education_date_1\": \"2018-08-01 - 2022-07-01\",\n            \"education_date_2\": \"2016-01-01 - 2018-01-01\",\n            \"education_date_3\": \"2007-01-01 - 2016-01-01\",\n            \"website_1\": \"harshcasper.com\",\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Open Source Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@localstack.cloud\"\n        },\n        {\n            \"first_name\": \"Rajnish\",\n            \"last_name\": \"Singh\",\n            \"full_name\": \"Rajnish Singh\",\n            \"linkedin\": \"https://www.linkedin.com/in/rajnish-singh-6784a014b\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Asst. Engineer \\n(MBA, B.Tech)\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 8 months \",\n            \"time_in_company\": \"3 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Cube Construction Engineering Ltd.\",\n            \"company_link\": \"https://www.linkedin.com/company/cube-construction-engineering-ltd.\",\n            \"company_id\": \"https://www.linkedin.com/company/954291\",\n            \"company_domain\": \"ccel.in\",\n            \"company_about\": \"Check out company's website.\\nhttp://www.ccel.in\\n\",\n            \"company_founded\": null,\n            \"company_size\": null,\n            \"company_location_1\": \"Vadodara, Gujarat, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Vadodara\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+912653533563\",\n            \"company_industry_1\": \"construction\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Check out company's website.,Check out company's website.,Check out company's website.,Check out company's website.\",\n            \"company_size_category\": \"Self-employed\",\n            \"social_fields\": \"https://www.facebook.com/Cube-Construction-Engg-Ltd-699181020175520/\",\n            \"keywords\": \"check out companys website\",\n            \"annual_revenue\": null,\n            \"technologies\": \"YouTube, Mobile Friendly, Microsoft-IIS, Google Font API, Facebook Widget, Facebook Login (Connect), ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Cube Construction Engineering Ltd.) [2021-06-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Cube Construction Engineering Ltd.)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": \"2021-06-01\",\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Khaled\",\n            \"last_name\": \"Ahmed\",\n            \"full_name\": \"Khaled Ahmed\",\n            \"linkedin\": \"https://www.linkedin.com/in/khaled-asaad-ahmed-6490941a\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer at Dar Al Handasah\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Dar\",\n            \"company_link\": \"https://www.linkedin.com/company/dar-al-handasah\",\n            \"company_id\": \"https://www.linkedin.com/company/17301\",\n            \"company_domain\": \"dar.com\",\n            \"company_about\": \"Dar is one of the world’s leading consultancies, providing design, planning, engineering, sustainability consulting, digital solutions and services, and project management for buildings, cities, transportation, civil infrastructure, water, and the environment.\\n\\nWe are a global community of talented and innovative engineers, planners, economists, architects, sustainability specialists, digital experts, designers, project management specialists, construction management professionals, and multidisciplinary experts. Together, we take on the world’s most exciting and ambitious projects in order to nurture sustainable development, empower and connect communities, create more and better opportunities, and enhance lives.\\n\\nDar has over 9,000 professionals in 54 offices across the Middle East, Africa, Asia, and Europe. Collectively, our teams have delivered over 4,500 projects, worth more than US$540 billion, for more than 950 clients around the world.\\n\\nDar is the founding member of Sidara, a global collective of the world’s brightest and best planners, designers, engineers, and consultants who have come together on a shared mission: to advocate for the world as we would for our own home.\\n\\nFor us, that means taking on projects with courage and resilience, bravely setting up a home where others won’t go, intertwining ourselves with the communities we create for, and navigating immense complexity and ambiguity to empower our clients, craft solutions for the world’s most critical challenges, and deliver projects that elevate how people live, connect communities, and inspire global impact, all while showcasing and honoring the unique cultures we serve.\\n\\nDar and its sister companies under the Sidara Collaborative can offer a broad and integrated range of highly specialised and world-class services—from architecture and design, engineering, and project management to digital strategy, sustainability consulting, and energy innovation - under one umbrella. \",\n            \"company_founded\": null,\n            \"company_size\": \"12707\",\n            \"company_location_1\": \"Beirut, Beirut Governorate, Lebanon\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Beirut\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"design services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Construction Engineering Consultancy,Architecture,Engineering,Planning and Urban Design,Transportation,Water,Environment,Infrastructure,Structures,Landscape Architecture,Economics,Geotechnical Engineering,Civil Engineering,ICT,Energy,Electrical Engineering and Telecommunication,Mechanical Engineering and Industry,Bridges and Special Structure,Project Management and Contracts,Quality Management\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Dar Al Handasah) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Dar Al Handasah)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": \"info@dar.com\"\n        },\n        {\n            \"first_name\": \"Vinith\",\n            \"last_name\": \"\",\n            \"full_name\": \"Vinith \",\n            \"linkedin\": null,\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAAJ6K_YB8GafWqFoycMkb9BfopQJWaQLC-w,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"ML / science @ Roblox\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"3 years 11 months \",\n            \"time_in_company\": \"3 years 11 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Roblox\",\n            \"company_link\": \"https://www.linkedin.com/company/roblox\",\n            \"company_id\": \"https://www.linkedin.com/company/147977\",\n            \"company_domain\": \"roblox.com\",\n            \"company_about\": \"Roblox's vision is to reimagine the way people come together. Our mission is to connect a billion people with optimism and civility.\\n\\nWhat is Roblox?\\n\\nRoblox is a platform where people come together virtually to share experiences. Every day, tens of millions of people from around the world come to Roblox to learn, work, play, connect, communicate, and socialize in immersive digital experiences all built by a global community of creators.\\n\\nPowered by Creators\\n\\nRoblox is powered by a global community of millions of developers and creators who produce their own immersive multiplayer experiences each month using Roblox Studio, our intuitive desktop design tool. Any experience imaginable can be created on Roblox.\\n\\nHow Popular?\\n\\nRoblox is ranked as one of the top entertainment platforms for audiences under the age of 18 based on average monthly visits and time spent (Comscore). Our popularity is driven purely by the community with millions of people signing up through word of mouth every month.\",\n            \"company_founded\": null,\n            \"company_size\": \"9133\",\n            \"company_location_1\": \"San Mateo, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Mateo\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"User-generated content,Virtual building,Physics,Social gaming,Mobile gaming,Game-development tools,Scalability,Cloud,Social Network,Consumer Product,Distributed Systems,Computer Graphics,Rendering,MMO,Instant Messaging,Virtual Reality\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Roblox) [2021-03-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Roblox)\",\n            \"position_2\": \"Manager, Artwork and Video Data Science (Netflix)\",\n            \"position_3\": \"Senior Data Scientist (Netflix)\",\n            \"position_date_1\": \"2021-03-01\",\n            \"position_date_2\": \"2018-09-01 - 2021-03-01\",\n            \"position_date_3\": \"2016-07-01 - 2018-09-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Christian\",\n            \"last_name\": \"Ocanas\",\n            \"full_name\": \"Christian Ocanas\",\n            \"linkedin\": \"https://www.linkedin.com/in/christian-ocanas-5868352a\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Coiled Tubing Engineer at Cudd Pressure Control\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"4 years \",\n            \"time_in_company\": \"4 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"CUDD Pressure Control\",\n            \"company_link\": \"https://www.linkedin.com/company/cudd-pressure-control\",\n            \"company_id\": \"https://www.linkedin.com/company/9588998\",\n            \"company_domain\": \"cuddpressure.com\",\n            \"company_about\": \"Providing innovative solutions for today’s well challenges. From a simple completion job to a complex well intervention, Cudd Pressure Control strives to deliver superior planning, design, and execution.\",\n            \"company_founded\": null,\n            \"company_size\": \"200\",\n            \"company_location_1\": \"Spring, Texas, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"The Woodlands  \",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"oil and gas\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (CUDD PRESSURE CONTROL) [2021-01-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (CUDD PRESSURE CONTROL)\",\n            \"position_2\": \"District Engineer (Pioneer Energy Services)\",\n            \"position_3\": \"Field Engineer (Schlumberger)\",\n            \"position_date_1\": \"2021-01-01\",\n            \"position_date_2\": \"2017-03-01 - 2019-08-01\",\n            \"position_date_3\": \"2015-02-01 - 2017-03-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Prabhat\",\n            \"last_name\": \"Sharma\",\n            \"full_name\": \"Prabhat  Sharma\",\n            \"linkedin\": \"https://www.linkedin.com/in/prabhatkumarsharma\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACLXQYUBY-ll-GbwdrymgA1kZUlnxFhA_aU,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"SWE @Mathworks | Ex- Zomato | IIT JAMMU | M.Tech |  C | C++ | Javascript | MERN | PHP | Python | Go\",\n            \"industry\": \"software development\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 5637,\n            \"location\": \"Bengaluru, Karnataka, India\",\n            \"skills\": \"communication,kanban,continuous build,visual studio,unit testing,agile development,elastic stack (elk),go (programming language),php,microservices,python (programming language),high performance computing (hpc),openstack,ubuntu,internet of things (iot),industrial relations,team leadership,event management,team building,pug,bootstrap,react native,gitlab,simulink,matlab,html,web development,cascading style sheets (css),front-end development,data structures,algorithms,linux,python,javascript,jquery,d3.js,node.js,mongodb,ruby on rails,git,react.js,mern stack,graphql,full-stack development,express.js,gnu/linux,c++,software development,computer vision,deep learning,machine learning\",\n            \"twitter\": \"\",\n            \"about\": \"I am a Computer Science Graduate, and I have experience working with startups and developing web solutions. I have completed several Internships and have been working as a freelance for the past two years.\\n\\nI am looking for 𝗦𝗗𝗘  / 𝗗𝗮𝘁𝗮 𝗦𝗰𝗶𝗲𝗻𝗰𝗲 𝗢𝗽𝗽𝗼𝗿𝘁𝘂𝗻𝗶𝘁𝗶𝗲𝘀. My focus is always on learning new things, and \\\"I am having a problem-solving attitude and focused towards my Work\\\" are reviews of my previous employers.\\n\\nI am continuously active on open source and open source events. \\nHere is my GitHub profile: https://www.github.com/prabhat04011998\\n\\n𝗠𝘆 𝗦𝗸𝗶𝗹𝗹𝘀 𝗕𝘂𝗰𝗸𝗲𝘁 𝗵𝗮𝘃𝗶𝗻𝗴.\\n𝟭) 𝗝𝗮𝘃𝗮𝘀𝗰𝗿𝗶𝗽𝘁(𝗠𝗘𝗥𝗡)\\n𝟮) 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 / 𝗔𝗽𝗮𝗰𝗵𝗲 / 𝗛𝗲𝗿𝗼𝗸𝘂 𝗲𝘁𝗰.\\n𝟯) 𝗔𝗣𝗜𝘀 /𝗚𝗿𝗮𝗽𝗵𝗾𝗹 / 𝗦𝗤𝗟 / 𝗠𝗼𝗻𝗴𝗼𝗱𝗯 / 𝗣𝗼𝘀𝘁𝗴𝗿𝗲𝗦𝗤𝗟 \\n𝟰) 𝗖/𝗖++/𝗣𝗛𝗣/𝗣𝘆𝘁𝗵𝗼𝗻\\n𝟱) 𝗗𝗮𝘁𝗮 𝗦𝘁𝗿𝘂𝘁𝘂𝗿𝗲𝘀 / 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀 / 𝗢𝗽𝗲𝗿𝗮𝘁𝗶𝗻𝗴 𝗦𝘆𝘀𝘁𝗲𝗺𝘀 / 𝗖𝗼𝗺𝗽𝘂𝘁𝗲𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸𝘀 & 𝗦𝗲𝗰𝘂𝗿𝗶𝘁𝘆\\n𝟔) 𝐌𝐚𝐜𝐡𝐢𝐧𝐞 𝐥𝐞𝐚𝐫𝐧𝐢𝐧𝐠 / 𝐂𝐨𝐦𝐩𝐮𝐭𝐞𝐫 𝐕𝐢𝐬𝐢𝐨𝐧 / 𝐃𝐞𝐞𝐩 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠\\n\\nProfiles:\\n\\nCodechef:- https://www.codechef.com/users/prabhat_411998\\nGeeksForGeeks:- https://auth.geeksforgeeks.org/user/prabhatkumarsharma/practice/\\nLeetcode:- https://leetcode.com/prabhat409/\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 6 months \",\n            \"time_in_company\": \"2 years 8 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"MathWorks\",\n            \"company_link\": \"https://www.linkedin.com/company/the-mathworks_2\",\n            \"company_id\": \"https://www.linkedin.com/company/1194036\",\n            \"company_domain\": \"mathworks.com\",\n            \"company_about\": \"MathWorks is the leading developer of mathematical computing software. Engineers and scientists worldwide rely on its products to accelerate the pace of discovery, innovation, and development. \\n\\nMATLAB, the language of technical computing, is a programming environment for algorithm development, data analysis, visualization, and numeric computation. Simulink is a graphical environment for simulation and Model-Based Design for multidomain dynamic and embedded systems. MATLAB and Simulink are also fundamental teaching and research tools in the world's universities and learning institutions.\\n \\nFounded in 1984, MathWorks employs more than 6000 people in 16 countries, with headquarters in Natick, Massachusetts, USA.\",\n            \"company_founded\": null,\n            \"company_size\": \"7513\",\n            \"company_location_1\": \"Natick, Massachusetts, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Natick\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (MathWorks) [2023-08-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (MathWorks)\",\n            \"position_2\": \"Research Assistant (Indian Institute of Technology Jammu)\",\n            \"position_3\": \"Software Engineer (Zomato)\",\n            \"position_date_1\": \"2023-08-01\",\n            \"position_date_2\": \"2020-09-01 - 2023-07-01\",\n            \"position_date_3\": \"2022-08-01 - 2023-01-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Anagh\",\n            \"last_name\": \"\",\n            \"full_name\": \"Anagh \",\n            \"linkedin\": \"https://www.linkedin.com/in/anaghgs\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Qualcomm | Tech Startup Enthusiast | IIITA\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"1 years 2 months \",\n            \"time_in_company\": \"5 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Qualcomm\",\n            \"company_link\": \"https://www.linkedin.com/company/qualcomm\",\n            \"company_id\": \"https://www.linkedin.com/company/2017\",\n            \"company_domain\": \"qualcomm.com\",\n            \"company_about\": \"Delivering intelligent computing everywhere.\",\n            \"company_founded\": null,\n            \"company_size\": \"44193\",\n            \"company_location_1\": \"San Diego, California, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Diego\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"telecommunications\",\n            \"company_industry_2\": \"wireless services\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Semiconductors,Wireless,Mobile,Networking,Wi-Fi,Small Cells,Wireless Power,Augmented Reality,Location Services,Internet of Things,Automotive,5G,PC computing,Bluetooth\",\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Qualcomm) [2023-12-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Qualcomm)\",\n            \"position_2\": \"Engineer (Qualcomm)\",\n            \"position_3\": \"Associate Engineer (Qualcomm)\",\n            \"position_date_1\": \"2023-12-01\",\n            \"position_date_2\": \"2021-11-01 - 2023-12-01\",\n            \"position_date_3\": \"2020-06-01 - 2021-11-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Marco\",\n            \"last_name\": \"Argenti\",\n            \"full_name\": \"Marco Argenti\",\n            \"linkedin\": \"https://www.linkedin.com/in/marcoargenti\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACoAAAABklwB7nMQvysbJrKOq4mTsiwbx7YrdWE,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer at Goldman Sachs\",\n            \"industry\": \"financial services\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 1147,\n            \"location\": \"New York, New York, United States\",\n            \"skills\": \"mobile devices,mobile applications,telecommunications,start-ups,management,e-commerce,wireless,online marketing,mobile content,leadership,mobile internet,product management,entrepreneurship,mobile payments,strategic partnerships,mobile technology,vas,mobile marketing,strategy,mobile commerce,mobile communications,go-to-market strategy,digital strategy,product marketing,mobile advertising,digital media,business development\",\n            \"twitter\": \"https://twitter.com/marcoargenti\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"5 years 4 months \",\n            \"time_in_company\": \"5 years 4 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Goldman Sachs\",\n            \"company_link\": \"https://www.linkedin.com/company/goldman-sachs\",\n            \"company_id\": \"https://www.linkedin.com/company/1382\",\n            \"company_domain\": \"goldmansachs.com\",\n            \"company_about\": \"At Goldman Sachs, we believe progress is everyone’s business. That’s why we commit our people, capital and ideas to help our clients, shareholders and the communities we serve to grow.\\nFounded in 1869, Goldman Sachs is a leading global investment banking, securities and investment management firm. Headquartered in New York, we maintain offices in all major financial centers around the world. \\n\\nMore about our company can be found at www.goldmansachs.com\\n\\nFor insights on developments currently shaping markets, industries and the global economy, subscribe to BRIEFINGS, a weekly email from Goldman Sachs. Copy and paste this link into your browser to sign up: http://link.gs.com/Qxf3\\n\\ngs.com/social-media-disclosures\",\n            \"company_founded\": null,\n            \"company_size\": \"58817\",\n            \"company_location_1\": \"New York, New York, United States\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"New York\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"financial services\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"10000+\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Goldman Sachs) [2019-10-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Goldman Sachs)\",\n            \"position_2\": \"VIce President, Technology (Amazon Web Services (AWS))\",\n            \"position_3\": \"SVP, Developer Experience (Nokia)\",\n            \"position_date_1\": \"2019-10-01\",\n            \"position_date_2\": \"2013-09-01 - 2019-09-01\",\n            \"position_date_3\": \"2011-04-01 - 2013-09-01\",\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Roberto\",\n            \"last_name\": \"Junior\",\n            \"full_name\": \"Roberto Junior\",\n            \"linkedin\": \"https://www.linkedin.com/in/roberto-junior-86158a2a0\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer at Eletrobras\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Eletrobras\",\n            \"company_link\": \"https://www.linkedin.com/company/eletrobras\",\n            \"company_id\": \"https://www.linkedin.com/company/42210\",\n            \"company_domain\": \"eletrobras.com\",\n            \"company_about\": \"Somos líderes em geração e transmissão de energia elétrica no país e contribuímos para que a matriz energética brasileira seja uma das mais limpas e renováveis do mundo. Também atuamos nos segmentos de comercialização e eficiência energética, além de programas como o Procel, o Luz para Todos e o Proinfa.​\\n\\nMaior companhia do setor elétric​o da América Latina, adotamos estratégias voltadas para governança e compliance, excelência operacional e disciplina financeira e, por meio de nossas empresas e de nosso centro de pesquisas, estamos presentes em todas as regiões do Brasil.​\\n\\n====================================================================\\n​\\nWe are leaders in electric power generation and transmission in the country and we contribute to making the Brazilian energy​ matrix one of the cleanest and most renewable in the world. We also operate in the segments of commercialization and energy efficiency, as well as programs such as Procel, Luz para Todos (Light for All) and Proinfa.       \\n\\nThe largest company in the electric sector in Latin America, we adopt strategies focused on governance and compliance, operational ​excellence and financial discipline and, through our companies and our research center, we are present in all regions of Brazil.\",\n            \"company_founded\": 1962,\n            \"company_size\": \"5079\",\n            \"company_location_1\": \"Rio de Janeiro, Rio de Janeiro, Brazil\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Rio de Janeiro\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"409 avenida presidente vargas, rio de janeiro, rj, brazil\",\n            \"company_postal_code\": \"20071-003\",\n            \"company_phone\": \"+552125145891\",\n            \"company_industry_1\": \"renewable energy power generation\",\n            \"company_industry_2\": \"renewable energy semiconductor manufacturing\",\n            \"company_industry_3\": \"electric power generation\",\n            \"domain_status\": \"\",\n            \"company_specialties\": \"energia,energia renovável,energia limpa,brasil,energy,renewable energy,clean energy,brazil\",\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"https://twitter.com/Eletrobras, https://facebook.com/Eletrobras\",\n            \"keywords\": \"energy, renewable energy, clean energy, brazil, energia, energia renovavel, brasil, energia limpa\",\n            \"annual_revenue\": \"5552366000\",\n            \"technologies\": \"Microsoft Sharepoint, Outlook, Microsoft-IIS, ASP.NET\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": \"15.0B\",\n            \"current_position_1\": \"Engineer (Eletrobras) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Eletrobras)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Aditya\",\n            \"last_name\": \"Atri\",\n            \"full_name\": \"Aditya Atri\",\n            \"linkedin\": \"https://www.linkedin.com/in/aditya-atri-a00a94124\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Engineer at Urban Company | NSIT\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": null,\n            \"time_in_company\": \"\",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Urban Company\",\n            \"company_link\": \"https://www.linkedin.com/company/urbancompany\",\n            \"company_id\": \"https://www.linkedin.com/company/31274049\",\n            \"company_domain\": \"urbancompany.com\",\n            \"company_about\": \"Vision: Empower millions of professionals worldwide to deliver services at home like never experienced before\\n\\nFounded in November 2014, Urban Company is Asia’s largest technology marketplace for home services. The company offers services such as beauty & spa at home, cleaning, plumbing, carpentry, appliance repair, painting, etc. through its mobile app & website. It operates in 50+ cities in India, the UAE, Singapore & The Kingdom of Saudi Arabia. It has a partner network of over 42,000 hand-picked service professionals transforming them into organized & high-quality micro-entrepreneurs. This full-stack approach helps the company live up to its promise of delivering high-quality, delightful services at home. \\n\\n\\n\\n\\n\\n\",\n            \"company_founded\": null,\n            \"company_size\": \"7594\",\n            \"company_location_1\": \"Gurgaon, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurgaon\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"technology, information and internet\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": null,\n            \"company_size_category\": \"5001-10000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (Urban Company) []\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (Urban Company)\",\n            \"position_2\": null,\n            \"position_3\": null,\n            \"position_date_1\": null,\n            \"position_date_2\": null,\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Varun\",\n            \"last_name\": \"P\",\n            \"full_name\": \"Varun P.\",\n            \"linkedin\": \"https://www.linkedin.com/in/varunprashar5\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAu15ZUB44duda_w819zDFiz9cKaSiGiKyQ,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"AI Consultant | AI Agents | RAG Apps | Chatbots | Generative AI\",\n            \"industry\": \"software development\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": \"varunprashar5@gmail.com\",\n            \"num_of_connections\": 4119,\n            \"location\": \"Chandigarh, Chandigarh, India\",\n            \"skills\": \"javascript,react.js,node.js,redux.js,express.js,amazon web services (aws),microservices,typescript,mongodb,mysql,front-end development,back-end web development,serverless computing,github,code review,architecture,team leadership,professional mentoring,problem solving,angularjs\",\n            \"twitter\": \"\",\n            \"about\": \"- Around a decade of experience in Software development. \\n- Proved to be a core developer with in-depths knowledge.\\n- Very specific and give attention to detail while choosing tech, approach or design pattern. \\n- Solves complex problems with efficient and working solutions.\\n\\nAreas of Expertise & Focus:\\n- Javascript Expert\\n- Engineering Leadership\\n- Individual Contributor\\n- Tech Architect\\n- Code Reviews & Design Patterns\\n\\nMy technical toolbox includes:\\n- Backend techs: NodeJS & Express\\n- Frontend techs: React, ESNext, Typescript\\n- MicroServices Architecture\\n- Serverless\\n- AWS Cloud\\n- MySql & MongoDB\\n\\nMy Leadership toolbox includes:\\n- Building high performance teams\\n- Ability to mentor, influence, motivate and lead the team\\n- Extreme Ownership\\n- Building & Improving processes\\n- Assist team members in solving problems & utilizing productive programming techniques\\n\\nIn case I miss to reply you on linkedIn then do send me an email at varunprashar5@gmail.com\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"10 years 9 months \",\n            \"time_in_company\": \"10 years 9 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"VT Netzwelt\",\n            \"company_link\": \"https://www.linkedin.com/company/vt-netzwelt\",\n            \"company_id\": \"https://www.linkedin.com/company/5008596\",\n            \"company_domain\": \"vtnetzwelt.com\",\n            \"company_about\": \"Why Should You Choose Us As Your Software Development Company?\\n\\nSince 2013, VT Netzwelt has become a globally recognized provider of high-quality web, mobile, and e-commerce applications. With over 150 full-time experts in India, Germany, and the US, we are dedicated to creating innovative solutions for complex technical challenges and enabling clients to fully embrace their digital transformation.\\n\\nOur clients include stock market-listed companies, leading MNCs as well as innovative early-stage startups. All of whom share our unwavering commitment to stringent quality standards, agile processes, sustainable solutions, and technical excellence.\\n\\n150 full-time experts\\n700+ Projects delivered successfully\\n270+ Clients Globally\\n11+ Years of experience \\n4+ Worldwide Offices\\n99% Successful client retention\\n\\nWe Provide Agile Software Development Services\\n\\nWe apply industry-leading, best-in-class software development methodologies, and engineering practices.\\n\\nCertified Team\\n\\nOur team members are true experts in their fields with numerous renowned specialist certifications (e.g. Adobe Certified Experts, Aws Certified Solutions Architect, Shopify Experts, Scrum, Project Management, QA, etc)\\n\\nOur Software Development Services\\niOS App development\\nAndroid app development\\nMagento development\\nCross-platform app development\\nMEAN and MERN stack development \\nNode.js development\\nFlutter app development\\nReact Native app development\\nPWA development\\nFuchsia app development\\nFirebase app development\\nSalesforce consulting services\\nShopify development\\nGenerative AI\\nSmart AI Assistants and Chatbot\\nAI Product Development\\nAWS AI Services\\nQuality Assurance (QA) Services\\nBusiness Analysis Services\\nProject Consulting Services\\n\\nIndustries We Serve As A Premium IT Service Provider\\n\\nWe specialize in providing tailored technological solutions for a variety of industries, including healthcare IT services, retail and e-commerce, banking, finance, manufacturing, education, and e-learning. \",\n            \"company_founded\": 2013,\n            \"company_size\": \"151\",\n            \"company_location_1\": \"Sahibzada Ajit Singh Nagar, Punjab, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Mohali\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": \"+916464800248\",\n            \"company_industry_1\": \"software development\",\n            \"company_industry_2\": null,\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Web Development,App Development,E-Commerce Systems,Quality Assurance,Android App development,iPhone App development,Wearable Technology,Enterprise Mobility, App design,Magento development,PWA development,Shopify development,AI Development,Generative AI Development,AI Product Development,AWS AI Services,Business Analysis,Digital Marketing Services,Flutter app development,Node.js development,React Native app development\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/vtnetzwelt, https://www.facebook.com/vtnetzwelt, http://angel.co/vt-netzwelt\",\n            \"keywords\": \"\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (VT Netzwelt Pvt Ltd) [2014-05-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (VT Netzwelt Pvt Ltd)\",\n            \"position_2\": \"Software Engineer (Clerisy Solutions Private Limited)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2014-05-01\",\n            \"position_date_2\": \"2013-08-01 - 2014-06-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Pietro\",\n            \"last_name\": \"Donati\",\n            \"full_name\": \"Pietro Donati\",\n            \"linkedin\": \"https://www.linkedin.com/in/pietro-donati-04468ab8\",\n            \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABkEU7QB9fLO9nvOjAik5wewb6y3lzR2WtA,NAME_SEARCH,HJYC\",\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"CEO @ Universal Pack\",\n            \"industry\": \"packaging and containers manufacturing\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": 9469,\n            \"location\": \"Rimini, Emilia-Romagna, Italy\",\n            \"skills\": \"management,microsoft excel,negotiation,business strategy,product development,autocad,engineering,new business development,customer service,english,ptc creo,vertical multilane packaging machine,sachet,stickpack,pouches\",\n            \"twitter\": \"\",\n            \"about\": \"Experienced Engineer with a demonstrated history of working in the machinery industry. Strong engineering professional skilled in AutoCAD, Negotiation, Microsoft Excel, Customer Service, and PTC Creo.\",\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"18 years \",\n            \"time_in_company\": \"19 years \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"Universal Pack - Sachet and stick machinery\",\n            \"company_link\": \"https://www.linkedin.com/company/universal-pack\",\n            \"company_id\": \"https://www.linkedin.com/company/7163400\",\n            \"company_domain\": \"universalpack.it\",\n            \"company_about\": \"\\nIn 1965, Universal Pack enters the world of automatic packaging machines. In almost 60 years, we have developed innovative solutions for a constantly growing sector, upon which we have left a tangible mark by creating the most effective technologies for packaging and becoming the leading manufacturer of automatic vertical sachet and stick-pack machines and lines.\\n\\nPrecision, efficiency, reliability and mechanical durability are the characteristics for which we are known, all around the world. Our packaging machines and complete lines for primary and secondary packaging can produce sachets sealed on all 4 sides, shaped, stick-packs and boxes, from flat blank as well as pre-glued cartons.\\n\\nWe design, manufacture and assemble all types of machines at our factory in Italy: automatic vertical sachet machines, standard machines, customized stand-alone machines with ad hoc dosing systems, modular lines and integrated lines for the primary and secondary packaging sector, to package many products with the most varied chemical-physical characteristics.\\n\\nWe can be considered as a single supplier for complete automatic lines, offering the design solution that best suits your needs.\\n\\nThanks to the careful selection and testing of high-quality materials and precision finishing, we produce high quality equipment corresponding to GMP standards. Packaging project requirements are carefully examined by a team of experts in close collaboration with the customer, to identify the best technical solution allowing to achieve competitive advantages.\\n\\nIn almost 60 years we have gained the experience and knowledge necessary to produce machines for all industry sectors: food, pharmaceutical, nutraceutical, chemical and cosmetics.\",\n            \"company_founded\": 1965,\n            \"company_size\": \"81\",\n            \"company_location_1\": \"San Giovanni in Marignano, Emilia-Romagna, Italy\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"San Giovanni in Marignano\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": \"425 Via Vivare\",\n            \"company_postal_code\": \"47842\",\n            \"company_phone\": \"+390541955276\",\n            \"company_industry_1\": \"machinery manufacturing\",\n            \"company_industry_2\": \"machinery\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Complete lines for packaging,Pharmaceutical packaging,Food packaging,Cosmetics packaging,Chemicals packaging,Packaging,Stick-pack,Sachet,Carton,Packaging solutions,Flexible packaging,Packaging technology,sachet machine,stickpack machine,packaging line,packaging machinery,High-speed sachet,sustainable packaging\",\n            \"company_size_category\": \"51-200\",\n            \"social_fields\": \"https://twitter.com/upack1965, https://www.facebook.com/UniversalPacksrl\",\n            \"keywords\": \"packaging, food packaging, packaging solutions, flexible packaging, packaging machinery, pharmaceutical packaging, packaging technology, carton, sachet, cosmetics packaging, sachet machine, stickpack, stickpack machine, complete lines for packaging, chemicals packaging, packaging line\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (UNIVERSAL PACK) [2007-01-01]\",\n            \"current_position_2\": \"Administrator (UNIVERSAL PACK) [2006-01-01]\",\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (UNIVERSAL PACK)\",\n            \"position_2\": \"Administrator (UNIVERSAL PACK)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2007-01-01\",\n            \"position_date_2\": \"2006-01-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        },\n        {\n            \"first_name\": \"Nagendra\",\n            \"last_name\": \"Rana\",\n            \"full_name\": \"Nagendra Rana\",\n            \"linkedin\": \"https://www.linkedin.com/in/nagendra-rana-287a3430a\",\n            \"sales_navigator\": null,\n            \"open\": \"false\",\n            \"premium\": \"false\",\n            \"open_to_work\": \"false\",\n            \"headline\": \"Ex. Motherson ! FCC CLUTCH Process Engineering\",\n            \"industry\": \"\",\n            \"email\": \"\",\n            \"email_status\": \"verified\",\n            \"personal_email\": null,\n            \"num_of_connections\": null,\n            \"location\": null,\n            \"skills\": null,\n            \"twitter\": \"\",\n            \"about\": null,\n            \"birthday\": null,\n            \"pronouns\": null,\n            \"time_in_position\": \"2 years 5 months \",\n            \"time_in_company\": \"2 years 5 months \",\n            \"changed_job\": \"false\",\n            \"job_details\": null,\n            \"latest_post\": null,\n            \"company_name\": \"FCC CLUTCH INDIA PVT LTD\",\n            \"company_link\": \"https://www.linkedin.com/company/fcc-clutch\",\n            \"company_id\": \"https://www.linkedin.com/company/13233055\",\n            \"company_domain\": \"fcc-india.com\",\n            \"company_about\": \"FCC is the only clutch assembly manufacturer that maintains comprehensive product development and manufacturing systems encompassing everything from development of friction material to assembly. Based on this only FCC can provide world-class products to the market. FCC realizes the significance of conducting trial event manufacturing, testing and on through production start. FCC can quickly respond to its customer's requests and propose better products beyond expectations at competitive prices.\\r\\n\\r\\nFCC continues to develop new technology in the automotive field with the highest priority being on friction material. FCC has an extensive friction material catalog that covers automotive, powersports and power equipment. FCC continues to develop new friction materials for future applications. FCC has the ability to develop and produce a custom friction material to be used within a customer requested specific product.\\r\\n\\r\\n\\r\\nMotorcycles Clutches \\r\\n1.\\tWet-type multi-disc clutches for dual clutch transmissions\\r\\n2.\\tWet-type multi-disc assisted and slipper clutches\\r\\n3.\\tWet-type centrifugal clutches\\r\\n4.\\tDry centrifugal clutches\\r\\n5.\\tPulleys for belt converters\\r\\n6.\\tClutches for racing\\r\\n\\r\\nAutomobiles Clutches\\r\\n1.\\tWet-type multi-disc double clutches (6,200 to 6,700 cc)\\r\\n2.\\tWet-type multi-disc type triple clutches (3,200 to 3,500 cc)\\r\\n3.\\tWet-type multi-disc type double clutches (660 to 3,500 cc)\\r\\n\\r\\nCVT clutches\\r\\n1.\\tStarting clutches for CVTs (1,100 to 1,700 cc)\\r\\n2.\\tForward clutches (2,000 to 2,400 cc)\\r\\n\\r\\nTorque Convertor Lockup Clutches \\r\\n1.\\tLockup clutches for torque converters (660 to 3,500 cc)\\r\\n2.\\tLockup clutches for torque converters (3,000 to 3,700 cc)\\r\\n\\r\\n\\r\\nManual Transmission Clutches\\r\\n1.\\tPush-type dry single-disc clutches (660 to 2,400 cc)\\r\\n2.\\tPull-type dry single-disc clutches (2,200 cc)\\r\\n\\r\\n\\r\\nClutches for 4WD Vehicles\\r\\n•\\t4WD changeover differential clutches (1,300 to 3,000 cc)\\r\\n\\r\\n\\r\\nGeneral Purpose Clutches \\r\\n•\\tFCCTRAC®\\r\\n•\\tHydraulic Static Transmission (HST)\",\n            \"company_founded\": 1939,\n            \"company_size\": \"899\",\n            \"company_location_1\": \"Gurugram, Haryana, India\",\n            \"company_location_2\": null,\n            \"company_location_3\": null,\n            \"company_city_1\": \"Gurugram\",\n            \"company_city_2\": null,\n            \"company_city_3\": null,\n            \"company_address\": null,\n            \"company_postal_code\": null,\n            \"company_phone\": null,\n            \"company_industry_1\": \"motor vehicle manufacturing\",\n            \"company_industry_2\": \"automotive\",\n            \"company_industry_3\": null,\n            \"domain_status\": \"\",\n            \"company_specialties\": \"Motorcycles Clutches,Multi-disc clutches,Wet-type centrifugal clutches,Dry centrifugal clutches,Pulleys for belt converters,Clutches for racing,Wet-type multi-disc double clutches (6,200 to 6,700 cc),Wet-type multi-disc type triple clutches\",\n            \"company_size_category\": \"501-1000\",\n            \"social_fields\": \"\",\n            \"keywords\": \"motorcycles clutches, multidisc clutches, wettype centrifugal clutches, dry centrifugal clutches, pulleys for belt converters, clutches for racing, wettype multidisc double clutches 6, 200 to 6, 700 cc, wettype multidisc type triple clutches\",\n            \"annual_revenue\": null,\n            \"technologies\": \"\",\n            \"funding_events\": null,\n            \"total_funding\": null,\n            \"last_funding_round_date\": null,\n            \"last_funding_stage\": null,\n            \"alexa_ranking\": null,\n            \"crunchbase_url\": null,\n            \"market_cap\": null,\n            \"current_position_1\": \"Engineer (FCC CLUTCH INDIA PVT LTD) [2022-09-01]\",\n            \"current_position_2\": null,\n            \"current_position_3\": null,\n            \"position_1\": \"Engineer (FCC CLUTCH INDIA PVT LTD)\",\n            \"position_2\": \"Engineer (Samvardhana Motherson Group)\",\n            \"position_3\": null,\n            \"position_date_1\": \"2022-09-01\",\n            \"position_date_2\": \"2019-01-01 - 2022-09-01\",\n            \"position_date_3\": null,\n            \"education_1\": null,\n            \"education_2\": null,\n            \"education_3\": null,\n            \"education_date_1\": null,\n            \"education_date_2\": null,\n            \"education_date_3\": null,\n            \"website_1\": null,\n            \"website_2\": null,\n            \"website_3\": null,\n            \"phone_number_1\": null,\n            \"phone_number_2\": null,\n            \"phone_number_3\": null,\n            \"emails\": null,\n            \"position\": \"Engineer\",\n            \"filtered\": \"FALSE\",\n            \"filter_message\": null,\n            \"company_email\": null\n        }\n    ]\n}"},{"id":"a216b482-b9d9-439c-8d05-d236699265b3","name":"Apollo Leads Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://app.apollo.io/#/people?page=1&sortAscending=false&sortByField=%5Bnone%5D&personTitles[]=engineer\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": {\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"apollo\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/apollo/search?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["apollo","search"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"a8f89db4-cbe7-4f46-bd90-89a54c8d66b2"},{"name":"Company Search","id":"c6c2f163-beb2-4fc6-a075-8be1ce4a2480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://app.apollo.io/#/companies?sortAscending=false&sortByField=recommendations_score&organizationLocations[]=Germany&page=1\",\n    \"with_emails\": true,\n    \"max\": 25,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/apollo/search?api_key=your_api_key_here","description":"<p>Search something on linkedin or apollo and set filters, then send the url here and get all of those lead's data in json format 🤑</p>\n","urlObject":{"path":["apollo","search"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"45dc83db-9946-40cf-b469-2dc10ef0cf91","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 25,\n  \"items\": [\n    {\n      \"company_name\": \"BKash Limited\",\n      \"company_link\": \"https://www.linkedin.com/company/bkash-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/2259381\",\n      \"company_domain\": \"bkash.com\",\n      \"company_about\": \"bKash Limited (bKash) is a Bank-led Mobile Financial Service Provider in Bangladesh operating under the license and approval of the Central Bank (Bangladesh Bank) as a subsidiary of BRAC Bank Limited. bKash provides safe, convenient and easy ways to make payments and money transfer services via mobile phones to both the unbanked and the banked people of Bangladesh. At present, bKash is one of the leading Mobile Financial Services Provider in the world. bKash started as a joint venture between BRAC Bank Limited, Bangladesh and Money in Motion LLC, USA in 2010. In April 2013, International Finance Corporation (IFC), a member of the World Bank Group, became an equity partner and in March 2014, Bill & Melinda Gates Foundation became the investor of the company. In April 2018, Ant Financial (Ali Pay), an affiliate of globally reputed Alibaba Group, became an investor in bKash. The ultimate objective of bKash is to ensure access to a broader range of financial services for the people of Bangladesh. It has a special focus to serve the low income masses of the country to achieve broader financial inclusion by providing services that are convenient, affordable and reliable.\",\n      \"company_founded\": 2010,\n      \"company_size\": \"4497\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"shadhinata tower 1 bir sreshtha shaheed jahangir gate, dhaka cantonmenttso, dhaka, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+88029894916\",\n      \"company_industry_1\": \"financial services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Mobile Financial Services,Payment System Operator\",\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"https://twitter.com/bkash_ltd, https://www.facebook.com/bkashlimited/\",\n      \"keywords\": \"mobile financial services & payment system operator\",\n      \"annual_revenue\": \"119400000\",\n      \"technologies\": \"reCAPTCHA, YouTube, VueJS, Outlook, Mobile Friendly, Google Tag Manager, Google Analytics, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Drupal, Cloudflare DNS, CloudFlare Hosting, Apache\",\n      \"funding_events\": \"[{\\\"id\\\":\\\"63156f9b10dd6a00012574d9\\\",\\\"date\\\":\\\"2021-11-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Other\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"SoftBank Vision Fund 2, Money in Motion LLC, International Finance Corporation, Bill & Melinda Gates Foundation, Alipay Singapore E-Commerce Private Limited\\\"}]\",\n      \"total_funding\": null,\n      \"last_funding_round_date\": \"2021-11-01\",\n      \"last_funding_stage\": \"0\",\n      \"alexa_ranking\": \"32786\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Vacancy Announcement\",\n      \"company_link\": \"https://www.linkedin.com/company/vacancy-announcement-in-bd\",\n      \"company_id\": \"https://www.linkedin.com/company/30238443\",\n      \"company_domain\": \"vainbd.com\",\n      \"company_about\": \"We are VACANCY ANNOUNCEMENT IN BD, Short form named as VAINBD, which was founded by Mr. Abu Jafar (Prince Jafar) in 20 March 2016. Since the inauguration moment, we have been working for Bangladeshi Job Market.\\nAs you know, we started our Professional work throw Social Media (Facebook). Basically, we are Job AD posting Platform. We have tremendous positive response both from Employers and Job Seekers. In our Official Facebook Group we have almost 250,000 Real Subscribers and at Official Facebook Page We have almost 150,000 Real Subscribers.! Besides, we have been maintaining Official LinkedIn Page & Group also.\\nIn addition, Good news is that, soon we are going to inaugurate Official Job Portal also.\\nOur Maximum followers are staying at Dhaka City including other cities also and on average Maximum are High Qualified who are belong to reputed and well known universities in Bangladesh and overseas also.\\nFor your kind consideration, it has to inform you that, since the inaugurate moment almost 100,000+ (1 lac+) Job Seekers (Fresher to Top Level) got their Dream Job throw VAINBD Professional Platform.\\nAs a result huge no of Job Seekers are following us. So far we know on average almost about 10 lac people have been connecting with us.\\nDirectly-Indirectly almost 700+ Companies (including Top-level Renowned Companies also) have been using our Platform.\\nYou know very well that, in our country almost 40 lac-educated people are unemployed. For Social Responsibilities we have fixed plan to work on this Sector and help the unemployed people professionally. \\n\\nVAINBD Goal:\\nTo build a professional network between Employers and Job Seekers. Consequently, from both side Employers, Job Seekers and as Third Party (VAINBD) all will be benefited. \",\n      \"company_founded\": 2016,\n      \"company_size\": \"63\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"human resources services\",\n      \"company_industry_2\": \"human resources\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Career Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/career-bangladesh\",\n      \"company_id\": \"https://www.linkedin.com/company/31066464\",\n      \"company_domain\": \"careerban.blogspot.com\",\n      \"company_about\": \"''Career Bangladesh'' is a Human Resource consultancy page . Our mission is to provide guidance among the freshers and professionals who want to develop themselves in their career path .Stay with us and support us to make better platform for searching jobs . Guide us through comment .\\n\\nPlease Follow US on \\nLinkedin- www.linkedin.com/company/31066464\\nTwitter- www.twitter.com/CareerBanglade1\\nFacebook- www.facebook.com/career.ban/\\nInstagram- www.instagram.com/career.bangladesh/\\n\\n\\n** For promotional and Business activities please email us :\\n''careerbanyt@gmail.com''\\n\\n** If you want to sponsor / promote your product in our page  please email us .\\nদেশে এবং বিদেশী সকল প্রতিষ্ঠান (নতুন , পুরাতন ) , স্টার্ট আপ বিজনেস হোল্ডার , ফ্রিল্যান্সার দের অবগতির জন্ন জানাচ্ছি যে , আমাদের পেইজের যব পোস্ট এর কমেন্টে কেউ আপনাদের বিজনেস প্রমোশন কমেন্ট করবেন না । আপনাদের বিজনেস প্রোমোশন করতে হলে পেইজের এডমিন কে অবগত করুন । আমাদের পেইজের স্পন্সরশীপ খোলা আছে তাই আপনার প্রতিষ্ঠান এর প্রোমোশন করতে হলে স্পন্সরশীপ নিতে হবে । বর্তমানে ৩ , ৬ , ৯ এবং ১২ মাসের প্যাকেজ রয়েছে তাই আপনার ব্যাবসার ভালো সুন্দর প্রোমোশন করতে চাইলে আমাদের এডমিন কে ইমেইল করুন । এডুকেশনাল , আইটি , ই- কমার্স প্রতিষ্ঠান দের অগ্রাধিকার দেয়া হবে ।\\nধন্যবাদ\\nE-Mail - careerbanyt@gmail.com\\nThanks\",\n      \"company_founded\": 2019,\n      \"company_size\": \"455\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"human resources\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Grameenphone Ltd\",\n      \"company_link\": \"https://www.linkedin.com/company/grameenphone-ltd\",\n      \"company_id\": \"https://www.linkedin.com/company/14043\",\n      \"company_domain\": \"grameenphone.com\",\n      \"company_about\": \"The right and contemporary use of technology is key to the progress of a nation. Keeping this in mind, Grameenphone always brings future-proof technology in order to facilitate your progress. The possibilities in this new world are immense and someone as bright as you should be the forerunner in leading the change. At the end of the day, Grameenphone believes, individual progresses eventually accumulate in progress of a nation. \\r\\n\\r\\nA career at Grameenphone is about going beyond your ability to help society move ahead. Challenges here are met not by individuals but by teams – teams that live by the values, strives to innovate & are always ready to take on the challenge of creating winning solutions. Armed with the most employee friendly policies of the country and avant-garde infrastructure, the Grameenphone employees are relentless in their mission to help the customers to reap the benefit of staying connected. \\r\\n\\r\\nIn Grameenphone, we believe in the power of people to transform the society for the better. So we are dedicated to build and develop supreme talents that are at par with its unyielding growth. So explore your opportunities with Grameenphone today if you are ready to Go Beyond.\",\n      \"company_founded\": null,\n      \"company_size\": \"6731\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"telecommunications\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"GSM Mobile Operator\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Roaming Tours & Travels\",\n      \"company_link\": \"https://www.linkedin.com/company/roamingbd\",\n      \"company_id\": \"https://www.linkedin.com/company/68150909\",\n      \"company_domain\": \"roamingbd.com\",\n      \"company_about\": \"Your Trusted Travelling Partner\\n\",\n      \"company_founded\": 2020,\n      \"company_size\": \"108\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+880 9611-677800\",\n      \"company_industry_1\": \"travel arrangements\",\n      \"company_industry_2\": \"staffing and recruiting\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Travel Agents,Travelling Partners,Travel & Tourism,Dream Travellers\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"https://www.facebook.com/roaming2023\",\n      \"keywords\": \"information technology, international jobs, apparel fashion, garments textile, garments textile & apparel fashion\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Job Vacancy in Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/job-vacancy-in-bangladesh\",\n      \"company_id\": \"https://www.linkedin.com/company/31254704\",\n      \"company_domain\": \"\",\n      \"company_about\": \"We want to Help People to find Jobs and a future! Follow this Page for daily job updates!\\n\\n🌐 Welcome to \\\"Job Vacancy in Bangladesh\\\" – Your Gateway to Career Opportunities! 🚀 Discover a world of possibilities with our CV/Resume Writing, Headhunting, Job Placement, Job Posting, and Promotion & Advertising services. 📝✨ Our platform connects talented individuals with exciting job prospects, offering expertly crafted resumes and personalized job placement services. Employers, amplify your reach with strategic Job Posting and elevate your brand through targeted Promotion & Advertising. 📣 Join us in shaping successful careers and fostering dynamic collaborations in Bangladesh's vibrant job market! \",\n      \"company_founded\": null,\n      \"company_size\": \"127\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"human resources\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Ayman Sadiq\",\n      \"company_link\": \"https://www.linkedin.com/company/ayman-sadiq\",\n      \"company_id\": \"https://www.linkedin.com/company/37466906\",\n      \"company_domain\": \"10ms.io\",\n      \"company_about\": \"Ayman Sadiq is the founder & CEO of 10 Minute School. This is the largest online education platform in Bangladesh which teaches more than 250,000 students every single day, that too completely free of cost.\\n\\n10 Minute School has won many global accolades and a few to be mentioned would be The GLOMO Award in World Mobile Congress & The APICTA Award which is also known as the Oscars of ICT.\\n\\nAyman received The Queen’s Leader Award 2018 for creating access to quality education for millions of students in Bangladesh. He is also a One Young World ambassador & he recently got enlisted in the prestigious Forbe’s 30 Under 30 list.\",\n      \"company_founded\": null,\n      \"company_size\": \"188\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"online media\",\n      \"company_industry_2\": \"online audio and video media\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"YouTube, WordPress.org, Mobile Friendly, Google Tag Manager, Google Font API, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Cloudflare DNS, CloudFlare Hosting, Bootstrap Framework\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"BD Jobs Careers\",\n      \"company_link\": \"https://www.linkedin.com/company/bd-jobs-careers\",\n      \"company_id\": \"https://www.linkedin.com/company/13227771\",\n      \"company_domain\": \"bdjobscareers.com\",\n      \"company_about\": \"BD Jobs Careers, is one of the best and truthful Jobs and Education portal in Bangladesh. Our main aim is to help the unemployed people who find dream jobs and connect them with the fast leading companies in the country. Because we know that, there are a lot of educated people are without a job in Bangladesh. They are always searching new jobs in daily newspapers, But a newspaper is not enough for the job seeker. As a daily newspaper can’t publish all Bangladeshi job and the arrangement info for people  as a result, the peoples want to find a gorgeous way to seeking an all in one job site in online. \\r\\n\\r\\nOur website up to date, category wise latest sharing information always helps jobs seeking people through the everyday jobs circulation news bulletin.  Not only that, BD Jobs Careers, also helps employers who need human resource for their organization and career, build up resources, tips and tricks on education, public results and many more which help to get a dream job also help in your shine future. Just connect with us.\",\n      \"company_founded\": 2016,\n      \"company_size\": \"233\",\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"road no-1/b, house no-20, nikunju-2, uttra, bangladesh., dhaka, dhaka 1230, bd\",\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"education administration programs\",\n      \"company_industry_2\": \"government administration\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"\",\n      \"keywords\": \"bd jobs today news, government job circular news, private job circular news, public exam result, career guideline & tips & tricks, private companies circular news, daily news papers jobs news\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"150347\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Meghna Group of Industries (MGI)\",\n      \"company_link\": \"https://www.linkedin.com/company/mgi\",\n      \"company_id\": \"https://www.linkedin.com/company/2160763\",\n      \"company_domain\": \"mgi.org\",\n      \"company_about\": \"MGI represents an enterprise and brand with 48 years of national and global experience. It currently operates more than 54 industrial units, houses over 50,000 employees, 6,650 distributors, and 15,000 suppliers under its umbrella, and achieves an annual turnover of approximately $3.0 billion.\\n\\nThe history of one of Bangladesh’s largest leading conglomerates, Meghna Group of Industries (MGI) can be traced all the way back to 1976 when its predecessor operated under the name of Kamal Trading Company. The conglomerate itself has humble origins and began its life as Meghna Vegetable Oil Industries Ltd. in 1989 on a small patch of land in Meghnaghat, Narayanganj.\\n\\nThe secret to the success and vast expansion of MGI has been diversification and the group has entered a broad array of different markets and industries including Fast Moving Consumer Goods (FMCG), building materials, pulp and paper, LPG, feeds, fiber, power plants, shipping, seeds crushing, chemicals, shipbuilding, dockyard, securities, insurance, media, and aviation. The product range of MGI today is truly impressive and the conglomerate markets most of its products under the recognizable brand names of \\\"Fresh\\\", \\\"No.1\\\", \\\"Actifit\\\", \\\"Pure\\\" and \\\"Meghnacem Deluxe\\\". The result of this level of reach and diversification has been that within Bangladesh one in every two households uses MGI products and internationally MGI has a substantial presence in the UK, Middle East, Southeast Asia, Europe, South Africa, and North and South America.\",\n      \"company_founded\": 1976,\n      \"company_size\": \"4072\",\n      \"company_location_1\": \"Gulshan, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Gulshan-1\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+19144286500\",\n      \"company_industry_1\": \"manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Manufacturing,FMCG,Building Materials,Shipping,Trading,Economic Zones,Chemicals,Pulp and Paper\",\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Career Opportunity in Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/career-opportunity-in-bd\",\n      \"company_id\": \"https://www.linkedin.com/company/71432328\",\n      \"company_domain\": \"\",\n      \"company_about\": \"We, Career Opportunity in Bangladesh simply known as COiB, is an Independent recruiting firm. You probably wondering what services do we offer. Keep reading, you will know shortly. \\n\\nWe offer our services for two different group of people. \\nFirstly, for the people who are searching for independent recruiter who can recruit, source talent for your company on your behalf. If you fall in this group then the service we offer is given below:\\n1. CV sourcing \\n2. CV shortlisting\\n3. Head hunting\\n4. Talent sourcing \\n\\nIf these services are paid or non-paid depend on which service/s you choose.\\n\\nPeople who are seeking job, we support them every way possible. Our services:\\n1. ATS Readable Resume\\n2. CV & Cover Letter \\n3. BD Jobs & LinkedIn Profile Development\\n\\nThese all are paid services. Although price depends on some variables i.e. experience, we offer these services at very low cost(as per market standard). \\n\\nN.B. We believe every individual is different. So, we don't use any template for resume or CV and make them with great care.\\n\\nApart from these services, we share non-paid job advertisements from our page.\\n\\nIf you have any queries regarding these services, feel free to knock us anytime.  \\nKeep us in your prayers. And stay with Career opportunity in Bangladesh. \\n\\nThank you.\",\n      \"company_founded\": 2020,\n      \"company_size\": \"249\",\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"staffing and recruiting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"\",\n      \"keywords\": \"executive search, recruiting, talent acquisition, training development, resume writing, job portal, freelance recruitment, vacancy announcement, freelance head hunting, bdjobs & linkedin profile developer\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"BRAC\",\n      \"company_link\": \"https://www.linkedin.com/company/brac\",\n      \"company_id\": \"https://www.linkedin.com/company/2967972\",\n      \"company_domain\": \"brac.net\",\n      \"company_about\": \"Building a world free from all forms of exploitation and discrimination where everyone has the opportunity to realise their potential.\",\n      \"company_founded\": 1972,\n      \"company_size\": \"12107\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"75 bir uttam ak khandakar road, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8802222281265\",\n      \"company_industry_1\": \"non-profit organizations\",\n      \"company_industry_2\": \"nonprofit organization management\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Disaster Management and Climate Change,Agriculture and Food Security,Community Empowerment,Education,Health,Human Rights and Legal Aid Services,Economic Development,Microfinance,Skills Development,Urban Development,Migration,Water Sanitation and Hygiene\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"https://twitter.com/BRACworld, https://facebook.com/BRACWorld, http://angel.co/brac-1\",\n      \"keywords\": \"education, urban development, health, microfinance, economic development, migration, skills development, community empowerment, ict4 d, agriculture & food security, water sanitation & hygiene, disaster management & climate change, human rights & legal aid services\",\n      \"annual_revenue\": \"6056000\",\n      \"technologies\": \"YouTube, WordPress.org, VueJS, Rackspace MailGun, Pardot, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Cloud Hosting, Google Apps, Gmail, Easy Digital Downloads, DNS Made Easy, Bootstrap Framework, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"295821\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@brac.net\"\n    },\n    {\n      \"company_name\": \"10 Minute School\",\n      \"company_link\": \"https://www.linkedin.com/company/10ms\",\n      \"company_id\": \"https://www.linkedin.com/company/13403202\",\n      \"company_domain\": \"10minuteschool.com\",\n      \"company_about\": \"10 Minute School is the largest education technology company in Bangladesh with over 4.7 million+ users.\\n\\nToday, we teach over 10 million+ students every day across all our platforms, employ over 300 people around Bangladesh and work with over 500+ educators and 2,500+ collaborators. \\n\\nWith over 40 million students in Bangladesh, 10 Minute School envisions a world where no geographical and economic barriers can stop access to quality education. If you believe everyone deserves the best education possible, join us!\\n\\n10 Minute School offers individuals the chance to work with a dream team of talented and driven engineers, product managers, content experts, marketers, and more with the chance to grow professionally and personally under some of the best mentors. There are opportunities to lead impactful projects that make a difference in the lives of millions of students every day. With competitive salaries, benefits, and a culture that promotes a growth mindset, we welcome people who want to create an impact with their work.\\n\\nWe want to ensure everyone can learn anything they want from anywhere in the world. If you want to be a part of this revolution, we welcome you to the largest EdTech in Bangladesh.\\n\\nTo join us, visit our career page: \\nhttps://10ms.io/linkedin-career01 \\n\\nCall us at 16910 for further queries.\",\n      \"company_founded\": 2015,\n      \"company_size\": \"5241\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"49 kawran bazar road, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8801892698507\",\n      \"company_industry_1\": \"e-learning providers\",\n      \"company_industry_2\": \"e-learning\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Online Education ,Online Live Class,SmartBooks,Interactive Videos ,Video, Quiz,Courses,Interactive Books,Online Exam\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"https://www.facebook.com/10minuteschool/\",\n      \"keywords\": \"video, courses, interactive books, online education, quiz, interactive videos, smartbooks, online live class\",\n      \"annual_revenue\": null,\n      \"technologies\": \"Mixpanel, Google Apps, Gmail, Cloudflare DNS, CloudFlare Hosting, CloudFlare\",\n      \"funding_events\": \"[{\\\"id\\\":\\\"62295d657badf300014cc5d6\\\",\\\"date\\\":\\\"2022-01-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Seed\\\",\\\"amount\\\":\\\"2M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Sequoia Capital\\\\u2019s Surge\\\"}]\",\n      \"total_funding\": 2000000,\n      \"last_funding_round_date\": \"2022-01-01\",\n      \"last_funding_stage\": \"0\",\n      \"alexa_ranking\": \"25050\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@10minuteschool.com\"\n    },\n    {\n      \"company_name\": \"BEXIMCO Group\",\n      \"company_link\": \"https://www.linkedin.com/company/beximcogroup\",\n      \"company_id\": \"https://www.linkedin.com/company/53188818\",\n      \"company_domain\": \"beximco.com\",\n      \"company_about\": \"The BEXIMCO Group is the largest private-sector group in Bangladesh. BEXIMCO was founded in the 1970s by two brothers – Ahmed Sohail Fasihur Rahman and Salman Fazlur Rahman. Since the early days, the Group has evolved from being primarily a commodities trading company to a leading, diversified group with a presence in industry sectors that account for nearly 75% of Bangladesh's GDP. BEXIMCO's corporate mission is \\\"Taking Bangladesh to the world\\\".\\n\\nAs BEXIMCO has grown over the years, the flagship platform now has operations and investments across a wide range of industries including textiles, pharmaceuticals, PPE, ceramics, real estate development, construction, trading, marine food, information and communication technologies, media, DTH, financial services, and energy. The Group sells its products and services in the domestic Bangladesh market as well as international markets. BEXIMCO is the largest employer in the private sector in Bangladesh and employs over 70,000 people worldwide.\\n\\nThe BEXIMCO name has now become one of the most recognizable brand names in Bangladesh. It is synonymous with innovation, trust, and quality. The Group consists of four publicly traded and seventeen privately held companies. The publicly traded companies are Bangladesh Export Import Company Limited, Beximco Pharmaceuticals Limited, Shinepukur Ceramics Limited, and Beximco Synthetics Limited. The total revenue of the group stands in excess of a Billion US Dollars per year.\\n\\nIn recent times BEXIMCO has launched its newest Vertical, the BEXIMCO PPE Division which is responsible for producing the highest grade of internationally certified PPE products for medical use.\\n\\nBEXIMCO intends to leverage its market position and global scale, further diversify operations into highly profitable sectors, capitalize on the domestic growth opportunity and selectively pursue international opportunities going forward.\",\n      \"company_founded\": 1972,\n      \"company_size\": \"1326\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"house 17, road 02, dhanmondi r/a, dhaka, bd\",\n      \"company_postal_code\": \"1216\",\n      \"company_phone\": \"+880 2-58815747\",\n      \"company_industry_1\": \"executive offices\",\n      \"company_industry_2\": \"executive office\",\n      \"company_industry_3\": \"import and export\",\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Textile,Pharmaceuticals,PPE,Ceramics,Real Estate & Trading,ICT,Media,DTH,Financial Services,Energy,Travel & Tourism\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"https://twitter.com/beximco_group, https://facebook.com/thebeximcogroup\",\n      \"keywords\": \"real estate, financial services, trading, energy, media, travel, tourism, pharmaceuticals, ppe, ceramics, ict, textile, travel tourism, dth, real estate trading\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"Mobile Friendly, Google Tag Manager, Google Maps (Non Paid Users), Google Maps, Google Font API, Google Apps, Gmail, Bootstrap Framework, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"PRAN-RFL Group\",\n      \"company_link\": \"https://www.linkedin.com/company/pranrflgroup\",\n      \"company_id\": \"https://www.linkedin.com/company/1202793\",\n      \"company_domain\": \"pranfoods.net\",\n      \"company_about\": \"PRAN RFL Group, one of the most reputed conglomerates in Bangladesh, is in market since 1981. It started mainly with Foundry business and gradually diversified to Light Engineering, PVC Fittings, Plastics, Food and Beverage and Agro-Processing. It has it's marketing and selling network in 145 countries as of date.Group directly employs over 1,25,000 people and another 15,00,000 over people subsists on PRAN-RFL Group.\",\n      \"company_founded\": 1981,\n      \"company_size\": \"14692\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+88029881792\",\n      \"company_industry_1\": \"food and beverage services\",\n      \"company_industry_2\": \"food and beverages\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Plastics,Electronics,Dairy\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"https://twitter.com/prangroup, https://facebook.com/PRAN.MKTG\",\n      \"keywords\": \"electronics, plastics, dairy\",\n      \"annual_revenue\": null,\n      \"technologies\": \"reCAPTCHA, Outlook, Nginx, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Maps, Drupal, DigitalOcean, Bootstrap Framework\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Robi Axiata PLC.\",\n      \"company_link\": \"https://www.linkedin.com/company/robi-axiata-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/1113717\",\n      \"company_domain\": \"robi.com.bd\",\n      \"company_about\": \"Robi Axiata PLC. (Robi) is a subsidiary company of the Asian telecom giant, Axiata Group Berhad, based in Malaysia. The other shareholder in the entity is Bharti Airtel International (Singapore) Pte Ltd.\\n\\nRobi is the second largest mobile network operator in Bangladesh with 46.88 Mn subscribers as of end of December 2018. The company commenced operation in 1997 as Telekom Malaysia International (Bangladesh) with the brand name ‘Aktel’. In 2010, it was rebranded as ‘Robi’ and the company changed its name to Robi Axiata Limited. \\n\\nFollowing the merger with Airtel Bangladesh, the merged company, Robi Axiata Limited (Robi) started its commercial operation on 16 November 2016. As of now, this is the biggest ever merger of the country and first ever merger in the mobile telecom sector of Bangladesh.\\n\\nRobi was the first operator to introduce GPRS and 3.5G services in the country. It is the first company to launch 4.5G service in all the 64 districts of the country. In fact, this landmark milestone was achieved on the first day of the commercial launch of the service by Robi on 20 February 2018. By the end of 2018, Robi created the largest 4.5G network of the country with nearly 7,400 sites covering 99 per cent of the thanas of the country.\\n\\nRobi also proudly claims to have the widest international roaming coverage with 398 operators across 182 countries with widest 4G roaming footprint in 29 countries with 40 operators.\\n\\nThe company has introduced many first of its kind digital services in the country and has been the pioneer for paving the way in taking mobile financial services to the under-served communities in the rural and semi-urban areas. It is the only mobile operator to have successfully conducted the trial run of 5G and Voice over LTE technology on its 4.5G network.\\n\\nMore: https://www.robi.com.bd/en/corporate/company-profile\",\n      \"company_founded\": null,\n      \"company_size\": \"5161\",\n      \"company_location_1\": \"Bangladesh\",\n      \"company_location_2\": \"Tejgaon Thana, Dhaka, Bangladesh\",\n      \"company_location_3\": null,\n      \"company_city_1\": \"Tejgaon\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"telecommunications\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Provide affordable, available and according to customer need telecom solutions.,The first mobile operator to introduce GPRS and 3.5G services in Bangladesh,Signatory to the GSMA Humanitarian Connectivity Charter,Signatory to the GSMA Connected Women,Winner of GLOMO Award for Best Mobile Innovation for Education and Learning,First to introduce internet.org (aka Free Basics by Facebook) in Bangladesh,Country's #1 Digital Lifestyle Network\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Job Announcement in Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/job-announcement-in-bangladesh\",\n      \"company_id\": \"https://www.linkedin.com/company/33450862\",\n      \"company_domain\": \"\",\n      \"company_about\": \"Job Announcement in Bangladesh is a Non-Profit Company. Actually, we will help people to find new job and improve their skills. And all the services here free. \\nWe Collect job post from many Website and Facebook Group and Job portals. \\n\\nপ্রকাশিত যেকোনো চাকরি সংক্রান্ত তথ্য নিয়োগকারী প্রতিষ্ঠান কর্তৃক দেওয়া হয়ে থাকে। প্রকাশিত যেকোনো ধরণের চাকরি তথ্য/বিজ্ঞাপন বা নিয়োগ-প্রক্রিয়ার দায়-দায়িত্ব স্ব-স্ব নিয়োগকারী প্রতিষ্ঠানের। এ সংক্রান্ত কোনো অসত্য বা অসম্পূর্ন তথ্য অথবা আর্থিক লেনদেনের দায় Vacancy Announcement in BD-এর নয়।\\n\\n\\n✍ Services: \\n-------------------\\n☑ Job AD\\n☑ Head Hunting\\n☑ Job Placement\\n☑ Profile Make \\n----------------------------------------------\\n✈ FREE Profile Review\\n✈ Professional CV Writing \\n✈ LinkedIn Profile Make \\n✈ BD JOBS Profile Make \\n✈ Personal Website (Info) Portfolio Make \\n☑ Skill Development Training\\n☑ Career Counseling\\n☑ Career News\\n----------------------------------------\\nThanks for visiting our Profile, Terms and Conditions and related matters.\",\n      \"company_founded\": 2018,\n      \"company_size\": \"292\",\n      \"company_location_1\": \"Kushtia District, Khulna, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Mirpur\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"human resources services\",\n      \"company_industry_2\": \"human resources\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Easy,Vacancy Announcement in BD,New Job,Bangladesh new job\",\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"\",\n      \"keywords\": \"new job, easy, vacancy announcement in bd, bangladesh new job\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Nagad\",\n      \"company_link\": \"https://www.linkedin.com/company/mynagad\",\n      \"company_id\": \"https://www.linkedin.com/company/14470157\",\n      \"company_domain\": \"nagad.com.bd\",\n      \"company_about\": \"Nagad, the Digital Financial Service of Bangladesh Post Office, operated by Nagad Ltd., aims to spearhead the DFS revolution in Bangladesh.\\n\",\n      \"company_founded\": 2018,\n      \"company_size\": \"1284\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"36 kemal ataturk avenue, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"financial services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Digital Financial Service\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"https://www.facebook.com/MyNagad/\",\n      \"keywords\": \"digital financial service\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"reCAPTCHA, WordPress.org, Route 53, Outlook, Mobile Friendly, Google Tag Manager, Google Play, Google Font API, Google Analytics, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Apache, Amazon AWS\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"478532\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"ACI Motors Ltd.\",\n      \"company_link\": \"https://www.linkedin.com/company/acimotors\",\n      \"company_id\": \"https://www.linkedin.com/company/30957181\",\n      \"company_domain\": \"acimotors-bd.com\",\n      \"company_about\": \"ACI Motors started its journey on November, 2007 with a goal of providing complete farm mechanization solution for the farmers. The business was initiated to reduce the cost of production, as well as reduce the drudgery of farmers. Starting with Sonalika Tractor in 2007, ACI Motors is now the number 1 farm mechanization company in Bangladesh. \\n\\nSince its starting as a distributor of Farming Modernization Machineries in 2007, ACI Motors has been successfully distributing high quality construction equipment, the world famous YAMAHA motorbike and world-class commercial vehicle FOTON. In continuation to this, YORPOWER Limited, a first class UK based diesel generator.\",\n      \"company_founded\": 2007,\n      \"company_size\": \"836\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"16533\",\n      \"company_industry_1\": \"motor vehicle manufacturing\",\n      \"company_industry_2\": \"automotive\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Automobiles,Farm Mechanization\",\n      \"company_size_category\": \"501-1000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"automobiles, farm mechanization, automobiles & farm mechanization\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"YouTube, ShareThis, Netlify, Mobile Friendly, Google Tag Manager, Google Plus, Google Font API, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Cloudflare DNS, CloudFlare Hosting\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Banglalink\",\n      \"company_link\": \"https://www.linkedin.com/company/banglalink\",\n      \"company_id\": \"https://www.linkedin.com/company/6660\",\n      \"company_domain\": \"banglalink.net\",\n      \"company_about\": \"Launched in February 2005, with over 41 million subscribers over a decade, Banglalink was the catalyst in making mobile telephony an affordable option for consumers in Bangladesh. The initial success of Banglalink was based on a simple mission: “Bringing mobile telephony to the masses”.\\n\\nFueled with the strong core values of Customer-obsessed, Entrepreneurial, Innovative, Collaborative & Truthful, Banglalink is now working relentlessly to bring digital world to every customer to build a true digital Bangladesh, moving away from the traditional mobile operator to a tech company.\\n\\nWith customer experience being Banglalink’s core focus, digitalization has become a necessity to update the way customers engage, communicate, operate, and offer services from traditional way of business to Digital/Online.\\nBanglalink provides equal opportunities to employees and has always shown zero tolerance for any non-compliance activity. Banglalink’s HQ became the first certified Green Office by World Wide Fund for Nature (WWF) in Bangladesh. The company has relatively a flat organization which enables employees to collaborate and work closer across the organization.\\n\\nBanglalink Digital Communications Limited is a fully owned company of Telecom Ventures Ltd. which is a 100% owned subsidiary of Global Telecom Holding. VEON owns 51.9% shares of global telecom holding following a business combination in April 2011, between VEON ltd. (then VimpelCom) and wind telecom s.p.a. VEON is a NASDAQ and Euronext Amsterdam-listed global provider of connectivity, with the ambition to lead the personal internet revolution for the 240 million+ customers it currently serves, and many others in the years to come. It offers services to customers in 12 markets including Russia, Italy, Algeria, Pakistan, Uzbekistan, Kazakhstan, Ukraine, Bangladesh, Kyrgyzstan, Tajikistan, Armenia and Georgia. VEON operates under the “Beeline”, “Kyivstar”, “WIND”, “Jazz”, “banglalink”, and “Djezzy” brands.\",\n      \"company_founded\": 2005,\n      \"company_size\": \"5475\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"4 bir uttam mir shawkat sarak, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8801911304121\",\n      \"company_industry_1\": \"telecommunications\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Telecommunication,GSM,Internet,Mobile Internet,Mobile Telephone,Best Value For Money,Best mobile network in Bangladesh,4G,41 million subscribers,Digital Operator,Inclusive Workplace,Top 5 Employer of Choice,Digital & AI Services\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"https://twitter.com/banglalinkmela, https://facebook.com/banglalinkmela\",\n      \"keywords\": \"internet, telecommunication, mobile internet, 4g, gsm, 3g, mobile telephone, best value for money, fastest 3g for all, best mobile network in bangladesh, 32 million subscribers\",\n      \"annual_revenue\": \"500000000\",\n      \"technologies\": \"React Redux, Outlook, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, DoubleClick, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"88542\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Berger Paints Bangladesh Limited\",\n      \"company_link\": \"https://www.linkedin.com/company/berger-paints-bangladesh-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/3727010\",\n      \"company_domain\": \"bergerbd.com\",\n      \"company_about\": \"Berger Paints is one of the oldest names in the paint industry, yet, it is one of the most technologically advanced companies in the country. It is constantly striving for innovating superior quality products and services. With more than 250 years of rich heritage, Berger manufactures world class paints for all kinds of substrates and also provides unparallelled services.\\r\\n\\r\\nBerger’s inception was laid out in 1760 by a German national named Louis Berger, who started dye and pigment making business in England. Louis involved his family into the business and eventually changed the status of the company to Louis Berger & Sons Limited. The company grew and expanded rapidly with a strong reputation for excellence in innovation and entrepreneurship. In the initial years, Louis successfully refined the process of manufacturing Prussian blue, a deep blue dye. This dye was widely used for the uniforms of many European armies of that time. Production of dyes and pigments evolved into production of paints and coatings, which till today, remains the core business of Berger. The company grew rapidly, by establishing branches all over the world and through mergers and acquisitions with other leading paint and coating manufacturing companies. Berger Paints started ‘painting’ Bangladesh since independence. Over the past few decades, Berger has evolved and transformed itself in becoming the leading paint solution provider in the country with a diversified product range that caters to all your painting needs.\",\n      \"company_founded\": 1970,\n      \"company_size\": \"1500\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"house-8,road, 2,sector-3 uttara,dhaka-1230 bangladesh, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+88028953665\",\n      \"company_industry_1\": \"chemical manufacturing\",\n      \"company_industry_2\": \"chemicals\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Decorative Paints,Painting Tools,Construction Chemicals,Industrial & Marine Paints,Textile Paints,Woodcoating,Adhesives,Auto Colors,Pre-Treatment Chemicals\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"https://twitter.com/bergerpaintsbd, https://www.facebook.com/bergerbd\",\n      \"keywords\": \"adhesives, industrial, construction chemicals, decorative paints, painting tools, marine paints, textile paints, woodcoating, auto colors, pretreatment chemicals\",\n      \"annual_revenue\": \"475000\",\n      \"technologies\": \"reCAPTCHA, WordPress.org, Woo Commerce, Outlook, OpenSSL, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Font API, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, Bootstrap Framework, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Bdjobs.com\",\n      \"company_link\": \"https://www.linkedin.com/company/mybdjobs\",\n      \"company_id\": \"https://www.linkedin.com/company/10183686\",\n      \"company_domain\": \"bdjobs.com\",\n      \"company_about\": \"Established in 2000, Bdjobs.com Limited operates the largest online employment exchange of Bangladesh. www.bdjobs.com is the largest job portal in the country and also one of the most visited web sites in Bangladesh. It is also among the top five (5) visited job portal in South Asia. \\n\\nVision: The vision of the company is to try bringing Internet technology in the mainstream business and economic life of the society.\\n\\nHighlights \\n\\n\\tIn the last eighteen (18) years of operation, over 1,000,000 professionals have found suitable employment for themselves through our services in 18,000+ organizations, both in Bangladesh and other parts of the world. \\n\\n\\tThe online CV database of Bdjobs.com hosts structured CVs of over 1,900,000 professionals. This is the largest electronic database of professionals in the country. \\n\\n\\tThe site has a user base of over 2,500,000 visitors. Every day 150,000+ people visit www.bdjobs.com, making it the most popular local website in the country  The monthly page view of the site is over 40 million. \\n\\n\\tThe site displays more than 4,000 job advertisements in any point of time.\\n\\n\\tSo far, our training department has organized training programs to train (in different professional skills & tracks) to over 50,000 professionals from over 5,000 organizations. Currently we are the largest corporate training provider in the country.\\n\",\n      \"company_founded\": 2000,\n      \"company_size\": \"829\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8809117179\",\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Job Portal,Job Search,Online Test,Video Interview,Video CV,Talent Search,Recruitment Center,Custom Application System\",\n      \"company_size_category\": \"501-1000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"job portal & job search\",\n      \"annual_revenue\": \"10000000\",\n      \"technologies\": \"YouTube, Mobile Friendly, Microsoft-IIS, Linkedin Widget, Linkedin Login, Lever, Google Tag Manager, Google Plus, Google Play, Google Maps (Non Paid Users), Google Maps, Google Font API, Google Analytics, Google AdSense, Facebook Widget, Facebook Login (Connect), Facebook Custom Audiences, DoubleClick, Bootstrap Framework, Ad Unit 728 x 90, Ad Unit 320 x 50, Ad Unit 300 x 600, Ad Unit 300 x 250, Ad Unit 160 x 600, Active Campaign, ASP.NET\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"11262\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Jobs Garments/Textiles/Buying And Merchandising\",\n      \"company_link\": \"https://www.linkedin.com/company/jobs-garments-textiles-buying-and-merchandising\",\n      \"company_id\": \"https://www.linkedin.com/company/30192274\",\n      \"company_domain\": \"\",\n      \"company_about\": \"Message to our WhatsApp number to give any job circular in RMG sector.Number +8801814104783\",\n      \"company_founded\": null,\n      \"company_size\": \"4319\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"textile manufacturing\",\n      \"company_industry_2\": \"textiles\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Best Quotes For You\",\n      \"company_link\": \"https://www.linkedin.com/company/best-quotes-for-you\",\n      \"company_id\": \"https://www.linkedin.com/company/71046287\",\n      \"company_domain\": \"google.com\",\n      \"company_about\": \"We are striving to deliver the best quotes from writers, poets, politicians, business leaders, artists, celebrities and anonymous people of the world.\\n\\nWe always try to present the interesting quotes and sayings in an attractive way.\\n\\nWe are sure these quotes will touch your mind and motivate, inspire and encourage you to lead a successful and happy life. \\n\\nPlease submit your favorite quote and contact us with any questions. We'd love to hear it from you. Let us know what inspires you in the comment. \",\n      \"company_founded\": 2020,\n      \"company_size\": \"42\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka \",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"public relations and communications services\",\n      \"company_industry_2\": \"public relations and communications\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Public Relations & Communications,Motivation,Inspiration,Hope,Team Building,Counseling,Business Development,Mentoring,Growth Seminars,Coaching,Free Thinking,Entrepreneurship,Freelancing,Zoom Conferencing,Innovation,People Building\",\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"\",\n      \"keywords\": \"public relations, business development, innovation, coaching, mentoring, communications, inspiration, team building, motivation, entrepreneurship, freelancing, counseling, hope, zoom conferencing, public relations communications, people building, growth seminars, free thinking\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Vacancy Announcement BD\",\n      \"company_link\": \"https://www.linkedin.com/company/vacancyannouncementbd\",\n      \"company_id\": \"https://www.linkedin.com/company/19023836\",\n      \"company_domain\": \"pub.ac.bd\",\n      \"company_about\": null,\n      \"company_founded\": 2019,\n      \"company_size\": \"23\",\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"uttara, dhaka 1230, bd\",\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"information technology and services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"\",\n      \"keywords\": \"jobs, career development, career, career tips, job portal, career counselling, cv, govt jobs, job news, interview tips, employment exchange, cv database, private jobs, interview guides, vacancy announcement, bdjobs, cv writing tips, job portal bangladesh, vacancy announcement bd, vacancy announcement in bd\",\n      \"annual_revenue\": \"0\",\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Walton Group\",\n      \"company_link\": \"https://www.linkedin.com/company/walon-group\",\n      \"company_id\": \"https://www.linkedin.com/company/10338568\",\n      \"company_domain\": \"waltongroup.com\",\n      \"company_about\": \"WALTON Group of Industries was founded in 1977 as a trading company. Over the next three decades the group diversified into steel, textiles, electronics and automobiles. Walton entered into the steel industry in late 1970s and the electronics and automobiles in early 2000s, these areas would drive it's subsequent growth. Since 2000s Walton has expanded towards electronics and automobiles and these became it's most important sources of income.\",\n      \"company_founded\": 1977,\n      \"company_size\": \"4000\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"10 dilkusha road, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8809606555555\",\n      \"company_industry_1\": \"appliances, electrical, and electronics manufacturing\",\n      \"company_industry_2\": \"electrical/electronic manufacturing\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"https://twitter.com/Walton_Group, https://www.facebook.com/Waltonbd\",\n      \"keywords\": \"\",\n      \"annual_revenue\": \"5000000000\",\n      \"technologies\": \"The Trade Desk, ShareThis, Mixpanel, Google Tag Manager, Facebook Custom Audiences, ElasticEmail, Cloudflare DNS, CloudFlare Hosting, Outlook, OpenSSL, OpenCart, Mobile Friendly, Microsoft Office 365, JQuery 2.1.1, Google Plus, Google Font API, Google Analytics, Facebook Widget, Facebook Login (Connect), Bootstrap Framework, Apache, Amazon AWS\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"35322\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    }\n  ]\n}"},{"id":"a99b443e-f3a6-40c3-9929-119ba08ec21f","name":"Apollo Company Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://app.apollo.io/#/companies?sortAscending=false&sortByField=recommendations_score&organizationLocations[]=Germany&page=1\",\n    \"with_emails\": true,\n    \"max\": 25,\n    \"page\": 1,\n    \"account\": {\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"apollo\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/apollo/search?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["apollo","search"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"c6c2f163-beb2-4fc6-a075-8be1ce4a2480"}],"id":"fae56711-1574-475e-a97c-0f9a36a8d2be","description":"<p>Account param is required for Apollo Scraping</p>\n","_postman_id":"fae56711-1574-475e-a97c-0f9a36a8d2be"},{"name":"Sales Navigator","item":[{"name":"Profile Search","id":"71f0188f-3320-4735-b53e-49e3242a3012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/sales/search/people?query=(recentSearchParam%3A(doLogHistory%3Atrue)%2CspellCorrectionEnabled%3Atrue%2Ckeywords%3Amarketer)\",\n    \"with_emails\": false,\n    \"max\": 25,\n    \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/sn/search?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","v1","sn","search"],"host":["app","scrupp","com"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"593314d8-08cb-4b56-aa10-7ef7ea010317","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 25,\n  \"items\": [\n    {\n      \"first_name\": \"Abubakar\",\n      \"last_name\": \"Siddique\",\n      \"full_name\": \"Abubakar Siddique\",\n      \"linkedin\": \"https://www.linkedin.com/in/abubakar-siddique-18036632\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAbQ03ABwKVpW9Ci6RmLSUbXD7Xv_3imPQM,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Transforming Organizations through Strategic HR & People Analytics | Driving Talent Management & Operational Excellence at SEBPO.\",\n      \"industry\": \"it services and it consulting\",\n      \"email\": \"abubakar@sebpo.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 5323,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"strategic human resources leadership,hr technology implementation,organizational development (od),analytical skills,agile methodologies,people management,change management,talent management,technical recruiting,organizational development,human resources (hr),workforce planning,human resource development,strategic hr,contingency staffing,hris,hr software,conflict management,succession planning,movement analysis,employee relations,performance management,hr policies,management,performance appraisal,interviews,personnel management,team management,sourcing,talent acquisition,recruiting,human resources,employee engagement,interviewing,human resources information systems (hris),payroll,analytics,negotiation,strategic thinking,communication,policy development,interpersonal skills,emotional intelligence\",\n      \"twitter\": \"\",\n      \"about\": \"With over 10 years of HR expertise, I specialize in transforming organizations through strategic HR and people analytics. As the HR Manager at SEBPO, I have successfully led key initiatives that have aligned company objectives with innovative HR/OD strategies. My work has resulted in measurable improvements in employee engagement, talent retention, and organizational performance.\\n\\nMy passion lies in creating agile HR solutions that drive business growth and foster a positive workplace culture. Notable achievements include leading a full-spectrum job analysis project using the Hay Grading System and spearheading the implementation of Oracle HCM, resulting in streamlined operations and enhanced decision-making.\\n\\nI am continuously learning and applying new tools to optimize HR functions and deliver value to the organization. Let's connect to discuss the latest trends in HR, or explore collaboration opportunities.\\n\\nFeel free to reach out if you’re looking for a strategic HR partner to drive transformation and operational excellence at abubakar123020@gmail.com\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years 4 months \",\n      \"time_in_company\": \"4 years 8 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"SEBPO\",\n      \"company_link\": \"https://www.linkedin.com/company/sebpo-us\",\n      \"company_id\": \"https://www.linkedin.com/company/388035\",\n      \"company_domain\": \"sebpo.com\",\n      \"company_about\": \"SEBPO is the go-to global business outsourcing partner for companies looking for a better way to work. Our innovative approach and expert teams are designed to give clients a competitive advantage. We offer flexible, customized solutions to help scale operations, control costs, and optimize processes. Last year, SEBPO Teams executed client tasks with a 99.75% average accuracy rate.\\n\\nOur people-first approach and pursuit of excellence have yielded consistent recognition as one of the “5000 Fastest-Growing Private Companies in America” by Inc. and as a Top Global Outsourcing Company (GO100) by the International Association of Outsourcing Professionals (IAOP). Founded nearly two decades ago, SEBPO is committed to improving the lives of employees and their communities. We are the largest employer of BPO professionals in Bangladesh, with nearshore operations in El Salvador and established leadership and program support in the United States. For more information, please visit SEBPO.com.\",\n      \"company_founded\": null,\n      \"company_size\": \"1247\",\n      \"company_location_1\": \"Marlton, New Jersey, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Marlton\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"outsourcing and offshoring consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Digital Advertising Operations,Business Process Outsourcing,Media Planning,Creative Services,Ad Operations,Data Solutions,Quality Assurance,Customer Support,Back-Office Processing\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (SEBPO, Size: 1001-2000) [2023-10-01] Highlighted Projects-\\n1. Led a comprehensive job analysis project utilizing the Hay Grading System, resulting in the development of a clear, structured job framework that improved role clarity, alignment, and compensation benchmarking across the organization.\\n2. Played a key role in the Oracle HCM implementation, streamlining HR processes across 3 regions, which led to a 20% improvement in data accuracy and a 30% reduction in administrative tasks.which led to a 20% improvement in data accuracy and a 30% reduction in administrative tasks.\\n\\nKey Result Area-\\n1. Led the Bulk and Technical Recruitment team, achieving a 15% reduction in hiring time while maintaining a 95% offer-to-acceptance ratio. This effort contributed to a 10% year-over-year increase in company growth.\\n\\n2. Implemented a comprehensive employee engagement strategy that improved the annual eNPS score from 55 to 65 within a year, leading to higher employee satisfaction and retention.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (SEBPO)\",\n      \"position_2\": \"Deputy Manager, HR and OD (eGeneration)\",\n      \"position_3\": \"Deputy Manager Human Resources (SEBPO)\",\n      \"position_date_1\": \"2023-10-01\",\n      \"position_date_2\": \"2022-07-01 - 2023-09-01\",\n      \"position_date_3\": \"2021-06-01 - 2022-07-01\",\n      \"education_1\": \"Jagannath University, Dhaka, Master of Business Administration (MBA), Human Resources Management\",\n      \"education_2\": \"Jagannath University, Dhaka, Bachelor of Business Administration (BBA), Management Studies\",\n      \"education_3\": \"Tejgaon College, Higher Secondary School Certificate, Science\",\n      \"education_date_1\": \"2012-01-01 - 2013-01-01\",\n      \"education_date_2\": \"2006-01-01 - 2011-01-01\",\n      \"education_date_3\": \"2004-01-01 - 2005-12-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"abubakar@sebpo.com\",\n      \"position\": \"HR Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Aklima\",\n      \"last_name\": \"Yesmin\",\n      \"full_name\": \"Aklima Yesmin, PHRi™\",\n      \"linkedin\": \"https://www.linkedin.com/in/aklima-yesmin-phri%E2%84%A2-a036ab41\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAjS0eMB6fMOuCZ0YJ8x9zmbX0ewzw18soU,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Head of HR & Administration ,HRCI(USA)PHRi™, Certified HR Reporting Specialist,Brac University\\nLean Six Sigma Black Belt \\nThomas International PPA Practitioner\",\n      \"industry\": \"retail apparel and fashion\",\n      \"email\": \"aklima.yesmin@coats.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 8939,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"microsoft power bi,industrial relations,confidentiality,applicant tracking systems,security information and event management (siem),regulatory compliance,budget forecasting,strategic human resources leadership,human resources (hr),strategic human resource planning,human resource development,training & development,training delivery,human resources,recruiting,training,policy,strategic planning,hr policies,project management,employment law,public relations,management consulting,corporate law,brand management,onboarding,human resources information systems (hris),microsoft office,team management,management,organizational development,leadership,performance appraisal,negotiation,employee engagement,personnel management,english,linkedin learning,linkedin recruiter,linkedin sales insights,linkedin campaign manager,mercer mobility management platform\",\n      \"twitter\": \"\",\n      \"about\": \"Key Expertise:\\nTalent Acquisition\\nLocal & International Recruitment \\nOrganization Policy,Bangladesh Labor Law and rule \\nService Rule \\nEmployee life-cycle\\nHRIS,SAP,Microsoft Teams, G-Suite\\nSAP Success Factor\\nPower BI\\nPay-roll /Employee Tax\\nTalent development\\nStakeholders management\\nAdministration\\nFactory Administration \\nSocial Compliance \\nStatuary Compliance \\nEmployee Engagement\\nHR Shared Service\\nProject Management\\nExpat Management\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Coats\",\n      \"company_link\": \"https://www.linkedin.com/company/coats\",\n      \"company_id\": \"https://www.linkedin.com/company/7838\",\n      \"company_domain\": \"coats.com\",\n      \"company_about\": \"Coats is a world leader in thread manufacturing and structural components for apparel and footwear, as well as an innovative pioneer in performance materials. These critical solutions are used to create a wide range of products, including ones that provide safety and protection for people, data, and the environment. Headquartered in the UK, Coats is a FTSE250 company and a FTSE4Good Index constituent. Revenues in 2022 were $1.6bn.\\n\\nTrusted by the world's leading companies to deliver vital, innovative, and sustainable solutions, Coats provides value-adding products including apparel, accessory and footwear threads, structural components for footwear and accessories, fabrics, yarns, and software applications. Customer partners include companies from the apparel, footwear, automotive, telecoms, personal protection, and outdoor goods industries.\\n\\nWith a proud heritage dating back more than 250 years and spirit of evolution to constantly stay ahead of changing market needs, Coats has operations across some 50 countries with a workforce of over 17,000, serving its customers worldwide.\\n\\nCoats connects talent, textiles, and technology, to make a better and more sustainable world. Worldwide, there are three dedicated Coats Innovation Hubs, where experts collaborate with partners to create the materials and products of tomorrow. It participates in the UN Global Compact and is committed to Science Based sustainability targets for 2030 and beyond, with a goal of achieving net-zero by 2050. Coats is also committed to achieving its goals in Diversity, Equity & Inclusion, workplace health & safety, employee & community wellbeing, and supplier social performance.\",\n      \"company_founded\": null,\n      \"company_size\": \"4640\",\n      \"company_location_1\": \"London, England, United Kingdom\",\n      \"company_location_2\": \"Moorgate, England, United Kingdom\",\n      \"company_location_3\": null,\n      \"company_city_1\": \"London\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"textile manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Thread and yarns,Consumer textile crafts,Product and service solutions for the apparel and footwear industries,Composite innovations\",\n      \"company_size_category\": \"1001-5000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Human Resources Manager (Coats, Size: 1001-5000) [2024-07-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Human Resources Manager (Coats)\",\n      \"position_2\": \"General Manager,Human Resources and Administration (r-pac International)\",\n      \"position_3\": \"People (HR) Business Partner,BD&PK (European Multinational ) (BESTSELLER)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2021-07-01 - 2024-07-01\",\n      \"position_date_3\": \"2018-10-01 - 2021-07-01\",\n      \"education_1\": \"BRAC University, Master of Business Administration - MBA\",\n      \"education_2\": \"HR Certification Institute, Professional in Human Resources – International™ (PHRi™), Human Resources\",\n      \"education_3\": \"AIHR | Academy to Innovate HR, HR Metrics & Dashboarding, HR\",\n      \"education_date_1\": \"2021-01-01 - 2023-01-01\",\n      \"education_date_2\": \"2019-01-01 - 2023-01-01\",\n      \"education_date_3\": \"2021-11-01 - 2022-11-01\",\n      \"website_1\": \"kiabiasia.com\",\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"aklima.yesmin@coats.com\",\n      \"position\": \"Human Resources Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": \"marketing@coats.com\"\n    },\n    {\n      \"first_name\": \"Arshad\",\n      \"last_name\": \"Mahmood\",\n      \"full_name\": \"Arshad Mahmood\",\n      \"linkedin\": \"https://www.linkedin.com/in/arshadmahmoodhr\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACVUrccB4dQLrbQ0FQvRA_rOilTqZOhg4nE,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager - HR & Admin at BestinBrands Private Limited\",\n      \"industry\": \"food and beverage services\",\n      \"email\": \"arshad@best-inbrands.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 14732,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"team management,people management,stakeholder management,cultural diversity,talent management,hiring,hr policies,teamwork,interviewing,onboarding,recruimement,group work,creative problem solving,team motivation,hr consulting,public relations,business development,recruiting,human resources (hr),administrative tasks,microsoft office,microsoft word,microsoft excel,microsoft powerpoint,human resources information systems (hris),team leadership,interpersonal communication,leadership,english,high performance driving,bangla,hindi,insurance planning\",\n      \"twitter\": \"\",\n      \"about\": null,\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years \",\n      \"time_in_company\": \"3 years 12 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Bestinbrands\",\n      \"company_link\": \"https://www.linkedin.com/company/bestinbrands\",\n      \"company_id\": \"https://www.linkedin.com/company/13754371\",\n      \"company_domain\": \"best-inbrands.com\",\n      \"company_about\": \"BestinBrands Private Limited started its operation in Bangladesh in 1999 under the name of Prestige Bengal Ltd. \\n\\nToday BestinBrands is recognized as the leading distributor and omni-channel beauty retailer in Bangladesh. \\nIt is the sole distributor of more than 100 international brands across four core categories: \\n\\nNiche Fragrances such as By Kilian, Acqua Di Parma, Penhaligon's, Amouage and more.\\n\\nPrestige fragrances with Giorgio Armani, YSL, Bvlgari, Givenchy, Narciso Rodriguez, Carolina Herrera, Paco Rabanne and many more.\\n\\nSkincare and Make-up: Clarins, Natura Bisse, Dr. Barbara Sturm and more\\n\\nHome Fragrances - Yankee candles and Woodwick\\n\\nFood & Beverage - Haribo and Barilla. \\n\\nThe main mission of BestinBrands is to connect international brands to Bangladesh thanks to its strong partnership with local retailers and institutions. \\nBestinBrands is commited to build and sustain the growth of the brands locally with an omni-channel approach including strong marketing and sales support. \\nThe premium and efficient distribution network includes Yellow, Unimart, Ecstasy, Banglashoppers, Rainbow Pink City and its own beauty concept store Sundora with physical stores and online platform www.Sundora.com.bd.\\n\\nBestinBrands has a workforce of over 152 employees to ensure brands are imported, distributed and marketed efficiently and to provide its consumers with a comprehensive brand experience.\\n\",\n      \"company_founded\": 1999,\n      \"company_size\": \"103\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Banani\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"wholesale luxury goods and jewelry\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"beauty ,fragrances,cosmetics,fmcg,food,distribution,bangladesh,luxury\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager - HR & Admin (Bestinbrands, Size: 51-200) [2024-01-01] ✓ Responsible for HR & Admin operation\\n✓ Working as 'Team Lead' of HR & Admin department.\\n✓ Assisting “Group HR” regarding HR & Admin related works\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager - HR & Admin (Bestinbrands)\",\n      \"position_2\": \"Assistant Manager - HR & Admin | Team Lead (Bestinbrands)\",\n      \"position_3\": \"Senior Executive - HR & Admin (Bestinbrands)\",\n      \"position_date_1\": \"2024-01-01\",\n      \"position_date_2\": \"2022-11-01 - 2024-01-01\",\n      \"position_date_3\": \"2022-01-01 - 2022-10-01\",\n      \"education_1\": \"North South University, Master of Business Administration - MBA, Human Resource Management \",\n      \"education_2\": \"Bangladesh Institute of Management (BIM), Post-Graduate Diploma in Human Resource Management\",\n      \"education_3\": \"North South University, Bachelor of Business Administration - BBA, Human Resource Management\",\n      \"education_date_1\": \"2023-08-01 - 2026-12-01\",\n      \"education_date_2\": \"2021-03-01 - 2022-09-01\",\n      \"education_date_3\": \"2013-01-01 - 2018-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"arshad@best-inbrands.com\",\n      \"position\": \"Manager - HR & Admin\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Fariha\",\n      \"last_name\": \"Ahmed\",\n      \"full_name\": \"Fariha Ahmed, CHRG\",\n      \"linkedin\": \"https://www.linkedin.com/in/fariha-ahmed-chrg-0b0910164\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACdKPYQBOZ0A6ce8ng-WQ7YHWWn471yDzlE,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"true\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager, Human Resources & Culture at Pathao\",\n      \"industry\": \"technology, information and internet\",\n      \"email\": \"fariha.ahmed@pathao.com\",\n      \"email_status\": \"verified\",\n      \"personal_email\": null,\n      \"num_of_connections\": 9896,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"hr operations,strategic collaboration,reference checking,social media communications,content management,talent management,recruiting,employee engagement,hr policies,employer branding,proficient computing skills,flexible and adaptible,interpersonal communication,time management,decision-making,conflict resolution,event management,ability to work under pressure,flexibility and adaptibility,profecient computing skills,management,communication,data analytics,hr business partnering,goal setting,objectives and key results (okrs),microsoft excel\",\n      \"twitter\": \"\",\n      \"about\": \"Experienced in successfully coordinating full-cycle organizational recruitment processes, including manpower planning, strategic candidate sourcing, interviewing and negotiating. Additionally, proven talents in the fields of Employer Branding, Organizational Development and Employee Engagement.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"2 years \",\n      \"time_in_company\": \"4 years 3 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Pathao\",\n      \"company_link\": \"https://www.linkedin.com/company/pathao\",\n      \"company_id\": \"https://www.linkedin.com/company/10325813\",\n      \"company_domain\": \"pathao.com\",\n      \"company_about\": \"Pathao is the fastest growing technology company in Bangladesh solving some of the country’s most challenging problems in logistics and transportation. We are dreamers, scientists, operators, and entrepreneurs. Our culture is progressive, non-hierarchical, meritocratic, and collegial. We are looking for high achievers who will go above and beyond their job descriptions to fulfil a shared vision. If you are entrepreneurial, seek to change society with technology, and want to super-charge your career out of the regular 9 to 5, then Pathao is the place for you.\",\n      \"company_founded\": 2015,\n      \"company_size\": \"1550\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"house 12, road 2/3, banjani, dhaka division, bd, 1209\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+88009678100800\",\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"E-Commerce,Logistics,Last-Mile Logistics,Home Delivery,Transportation\",\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"http://twitter.com/PathaoBD, http://facebook.com/PathaoBD, http://angel.co/pathao\",\n      \"keywords\": \"information technology, consumer internet, internet, ecommerce, logistics, e-commerce, automotive, payments, transportation, lastmile logistics, home delivery\",\n      \"annual_revenue\": \"5500000\",\n      \"technologies\": \"iTunes, Zendesk, WordPress.org, VueJS, Sendgrid, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Login (Connect), Cloudflare DNS, CloudFlare Hosting, Bootstrap Framework\",\n      \"funding_events\": \"[{\\\"id\\\":\\\"618bc291437378000162fa2e\\\",\\\"date\\\":\\\"2021-03-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Other\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":null,\\\"investors\\\":\\\"Startup Bangladesh Ltd.\\\"},{\\\"id\\\":\\\"5ae3112aa3ae614e06cb402c\\\",\\\"date\\\":\\\"2018-04-27T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series A\\\",\\\"amount\\\":\\\"10M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/techcrunch.com\\\\/2018\\\\/04\\\\/27\\\\/bangladeshs-version-of-go-jek-raises-over-10m-in-a-round-led-by-go-jek\\\\/\\\",\\\"investors\\\":\\\"GO-JEK\\\"},{\\\"id\\\":\\\"59cbbd05a6da980d70abc566\\\",\\\"date\\\":\\\"2017-11-29T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Series A\\\",\\\"amount\\\":\\\"2M\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/futurestartup.com\\\\/2017\\\\/11\\\\/29\\\\/pathao-reportedly-raised-us2m-go-jek-others\\\\/?utm_content=buffer45e6a&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\\\",\\\"investors\\\":\\\"Go-Jek\\\"},{\\\"id\\\":\\\"59e65ceba6da98ba37f64386\\\",\\\"date\\\":\\\"2016-11-01T00:00:00.000+00:00\\\",\\\"type\\\":\\\"Seed\\\",\\\"amount\\\":\\\"825K\\\",\\\"currency\\\":\\\"$\\\",\\\"news_url\\\":\\\"https:\\\\/\\\\/tracxn.com\\\\/d\\\\/companies\\\\/pathao.com\\\",\\\"investors\\\":\\\"\\\"}]\",\n      \"total_funding\": 12825000,\n      \"last_funding_round_date\": \"2021-03-01\",\n      \"last_funding_stage\": \"0\",\n      \"alexa_ranking\": \"62530\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager - HR & Culture (Pathao, Size: 1001-2000) [2023-01-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager - HR & Culture (Pathao)\",\n      \"position_2\": \"Deputy Manager (Pathao)\",\n      \"position_3\": \"Assistant Manager-HR (Pathao)\",\n      \"position_date_1\": \"2023-01-01\",\n      \"position_date_2\": \"2022-01-01 - 2023-03-01\",\n      \"position_date_3\": \"2020-11-01 - 2021-12-01\",\n      \"education_1\": \"North South University, Master of Business Administration - MBA, Human Resources Management and Services\",\n      \"education_2\": \"BRAC University, Bachelor of Business Administration - BBA, Human Resources Management and Services\",\n      \"education_3\": null,\n      \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n      \"education_date_2\": \"2012-01-01 - 2016-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"fariha.ahmed@pathao.com\",\n      \"position\": \"Manager - HR & Culture\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": \"contact@pathao.com\"\n    },\n    {\n      \"first_name\": \"Faruk\",\n      \"last_name\": \"Ahmed\",\n      \"full_name\": \"Faruk Ahmed\",\n      \"linkedin\": \"https://www.linkedin.com/in/faruk-ahmed-du\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACDavggBOEtig3GX_krXn-JXxR0rduikIL8,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager, Human Resources at BRAC | Ex-City Bank Ltd. | Empathetic HR Generalist | Talent Acquisition | Talent Management | Competency Framework | HR Operations | People Advocacy | Tech-Savvy | PGDHRM, MBA, BBA\",\n      \"industry\": \"non-profit organizations\",\n      \"email\": \"faruk.ahmed@brac.net\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 4507,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"offboarding,pip,employee wellness programs,onboarding,hr budgeting,leadership,teamwork,analytical skills,business acumen,recruitment and selection,people advocacy,implementation of policies,recruitment & selection ,hr operations,hr business partnering,safeguarding,data analytics,od intervention,learning and development,recruitment and selection ,talent management,advanced microsoft excel - dashboard reporting ,data analysis,human resources,retail,strategic planning,performance management,hr policies,business strategy,sales,strategic human resource planning,compensation & benefits,hr transformation,microsoft excel,microsoft word,microsoft powerpoint,management information systems (mis),human resources information systems (hris),employee relations,customer service,performance appraisal,team management,employee engagement,negotiation,organizational development,personnel management,training & development,team leadership,public speaking,communication,problem solving,interpersonal skills,compensation planning,hr metrics,hr strategy\",\n      \"twitter\": \"\",\n      \"about\": \"Experienced and results-oriented HR professional with a rich background spanning ten years across the dynamic landscapes of banking and international development sectors. Currently positioned as the Manager, Human Resources at BRAC, a globally renowned development organization renowned for its impactful initiatives.\\nIn my role, I orchestrate and implement comprehensive HR strategies and initiatives that are deeply entrenched in the organization's overarching vision and mission. My expertise lies in a plethora of HR domains, including but not limited to recruitment and selection, meticulous onboarding processes, astute talent assessment methodologies, robust performance management frameworks, and innovative employee engagement strategies. My forte extends into the realms of HR compliance and safeguarding, wherein I ensure adherence to regulatory standards while fostering a safe and inclusive workplace culture.\\nA cornerstone of my professional ethos lies in leveraging data analytics and dashboard reporting to derive actionable insights, thereby facilitating informed decision-making processes. Proficiency in Excel, Power BI, HRIS, and ERP platforms further empowers me to drive efficiency and efficacy across HR operations.\\nAt the helm of two adept HR teams, I am committed to their continual growth and development, nurturing a culture of excellence and collaboration. My leadership style is characterized by transparent communication, strategic visioning, and a steadfast commitment to fostering a conducive work environment where every individual feels empowered to thrive.\\nBeyond the confines of my immediate responsibilities, I prioritize cultivating collaborative relationships with stakeholders across the organization. By aligning HR initiatives with broader organizational goals, I strive to be an instrumental catalyst in propelling business growth and fostering a culture of innovation and inclusivity.\\nMy career aspiration is anchored in a profound desire to lead transformative change, contributing measurably to business outcomes while serving as a trusted HR partner. I am deeply passionate about creating environments that inspire individual commitment and collective success, firmly believing that empowered people are the cornerstone of organizational triumph.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"8 years 3 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"BRAC\",\n      \"company_link\": \"https://www.linkedin.com/company/brac\",\n      \"company_id\": \"https://www.linkedin.com/company/2967972\",\n      \"company_domain\": \"brac.net\",\n      \"company_about\": \"Building a world free from all forms of exploitation and discrimination where everyone has the opportunity to realise their potential.\",\n      \"company_founded\": 1972,\n      \"company_size\": \"12107\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"75 bir uttam ak khandakar road, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8802222281265\",\n      \"company_industry_1\": \"non-profit organizations\",\n      \"company_industry_2\": \"nonprofit organization management\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Disaster Management and Climate Change,Agriculture and Food Security,Community Empowerment,Education,Health,Human Rights and Legal Aid Services,Economic Development,Microfinance,Skills Development,Urban Development,Migration,Water Sanitation and Hygiene\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"https://twitter.com/BRACworld, https://facebook.com/BRACWorld, http://angel.co/brac-1\",\n      \"keywords\": \"education, urban development, health, microfinance, economic development, migration, skills development, community empowerment, ict4 d, agriculture & food security, water sanitation & hygiene, disaster management & climate change, human rights & legal aid services\",\n      \"annual_revenue\": \"6056000\",\n      \"technologies\": \"YouTube, WordPress.org, VueJS, Rackspace MailGun, Pardot, Mobile Friendly, Microsoft Office 365, Google Tag Manager, Google Cloud Hosting, Google Apps, Gmail, Easy Digital Downloads, DNS Made Easy, Bootstrap Framework, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": \"295821\",\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager, Human Resources (BRAC, Size: 10000+) [2024-07-01]  Lead the field based recruitment & selection\\n Lead the safer recruitment practices\\n HR Policy compliance monitoring\\n HR Service quality monitoring\\n Oversee Payroll and Final payment \\n Facilitation of PIP \\n Capacity building of Sr. Officer and Deputy Manager, HR\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager, Human Resources (BRAC)\",\n      \"position_2\": \"Deputy Manager, Human Resources (BRAC)\",\n      \"position_3\": \"Senior Human Resources Officer, Human Resource Division (BRAC)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2022-10-01 - 2024-06-01\",\n      \"position_date_3\": \"2019-03-01 - 2022-09-01\",\n      \"education_1\": \"University of Dhaka, Master of Business Administration (MBA), Accounting & Information Systems (AIS)\",\n      \"education_2\": \"American International University-Bangladesh, Post Graduate Diploma in Human Resource Management (PGDHRM) , Human Resource Management \",\n      \"education_3\": \"University of Asia Pacific, Bachelor of Business Administration (BBA), Finance & Accounting\",\n      \"education_date_1\": \"2013-01-01 - 2017-01-01\",\n      \"education_date_2\": \"2020-01-01 - 2020-01-01\",\n      \"education_date_3\": \"2008-01-01 - 2012-01-01\",\n      \"website_1\": \"brac.net\",\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"faruk.ahmed@brac.net\",\n      \"position\": \"Manager, Human Resources\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": \"info@brac.net\"\n    },\n    {\n      \"first_name\": \"Fatema\",\n      \"last_name\": \"Tanbeer\",\n      \"full_name\": \"Fatema Farhana Tanbeer\",\n      \"linkedin\": \"https://www.linkedin.com/in/fatema-farhana-tanbeer-bb239249\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAozYTYBsGvCNGxLdyO1QevViuLKUcKSkrw,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager, HR & Finance at Divine IT Limited\",\n      \"industry\": \"human resources services\",\n      \"email\": \"fatema@divineit.net\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 1570,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"human resources,recruiting,performance appraisal,microsoft office,employee training,team management,human resources (hr),digital transformation,talent management,hr transformation,hr strategy,team building,teamwork,strategic human resource planning,employee engagement,accountability,communication,microsoft powerpoint,presentations,time management\",\n      \"twitter\": \"\",\n      \"about\": \"Experienced in Human Resources Development with a demonstrated history of working in the Software Industry. Skilled in Recruiting Human Resources, Employee Training, Performance Appraisal & Final Settlement. A Human Resources professional with a Post Graduate Diploma focused in Human Resources Management from Bangladesh Institute of Human Resource Management (BIHRM) and ACMP 4.0 from Institute of Business Administration (IBA), DU & General Member of Bangladesh Society for Human Resource (BSHRM).\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"6 years \",\n      \"time_in_company\": \"13 years \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Divine IT Limited\",\n      \"company_link\": \"https://www.linkedin.com/company/divineitlimited\",\n      \"company_id\": \"https://www.linkedin.com/company/1172257\",\n      \"company_domain\": \"divineit.net\",\n      \"company_about\": \"Divine IT Limited is leading IT advancement contributor in Bangladesh specialized in ERP, EAM, SCM and Unified Messaging Solution. Divine IT Limited offers elevated business automation with professional services of outstanding quality, competence, performance and objectivity. Founded on the principle “Customer-Commitment-Technology”, Divine IT Limited has assisted clients in the implementation and integration, development of custom applications, business to business interfaces/application and optimization of applications utilizing custom modelling.\",\n      \"company_founded\": 2005,\n      \"company_size\": \"225\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"34 gausul azam avenue, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8801730071001\",\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": \"computer software\",\n      \"domain_status\": \"\",\n      \"company_specialties\": \"PrismERP,LinesPay HRM,Centroid LC,Core4Switch,Sphere Accounting,Python,Java,PrismVAT,PrismATS\",\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"https://twitter.com/divineit, https://www.facebook.com/divineit/\",\n      \"keywords\": \"java, python, php, prismerp, linespay hrm, centroid lc, core4switch, sphere accounting\",\n      \"annual_revenue\": \"35000000\",\n      \"technologies\": \"reCAPTCHA, VueJS, Nginx, Mobile Friendly, MailJet, Google Tag Manager, Google Play, Google Apps, Gmail, Django\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager, HR & Finance (Divine IT Limited, Size: 201-500) [2019-01-01] •\\tConduct HR Planning\\n•\\tDeal with recruitment & selection processes \\n•\\tDevelop policies & procedures\\n•\\tAlign HR strategies with business strategies\\n•\\tInitiate & supervise KPI based Performance Management \\n•\\tMaintain employee relations & grievances \\n•\\tConduct TNA & implement Annual Training Plan (ATP)\\n•\\tManage compensation & benefits issues \\n•\\tSupervise & take action against disciplinary issues\\n•\\tPerform General HR operations  \",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager, HR & Finance (Divine IT Limited)\",\n      \"position_2\": \"Assistant Manager, HRD (Divine IT Limited)\",\n      \"position_3\": \"Sr. Executive, HRD (Divine IT Limited)\",\n      \"position_date_1\": \"2019-01-01\",\n      \"position_date_2\": \"2015-01-01 - 2018-12-01\",\n      \"position_date_3\": \"2012-01-01 - 2014-12-01\",\n      \"education_1\": \"Institute of Business Administration, University of Dhaka, ACMP 4.0: Advanced Certificate for Management Professionals\",\n      \"education_2\": \"Bangladesh Institute of Human Resource Management (BIHRM), Post Graduate Diploma, Human Resources Management\",\n      \"education_3\": \"International Islamic University Chittagong, Master of Arts - MA, English Language and Literature\",\n      \"education_date_1\": \"2020-01-01 - 2020-01-01\",\n      \"education_date_2\": \"2018-01-01 - 2018-01-01\",\n      \"education_date_3\": \"2010-01-01 - 2011-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"fatema@divineit.net\",\n      \"position\": \"Manager, HR & Finance\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Hafiz\",\n      \"last_name\": \"Imtiaj\",\n      \"full_name\": \"Hafiz Imtiaj\",\n      \"linkedin\": \"https://www.linkedin.com/in/hafiz-imtiaj\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAApbyoABRd7RAgTWtb3GesM9lsJLcPDUEcM,NAME_SEARCH,HJYC\",\n      \"open\": \"true\",\n      \"premium\": \"true\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Head of Human Resources, SHRM CP\",\n      \"industry\": \"technology, information and internet\",\n      \"email\": \"hafiz@beximco.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 2624,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"procurement,purchase agreements,customer service,data analysis,sales management,revenue generation,customer relationship management (crm),regulatory compliance,sap erp,talent scouting,hr strategy,human capital,compensation planning,coaching,global talent acquisition,data entry,business strategy,budgeting,recruiting,hr consulting,leadership,policy analysis,persuasion,human resources (hr),human resources information systems (hris),total rewards strategies,labor and employment law,strategic planning,project management,communication,business communications,hospitality management,training & development,hr policies,fluent english,microsoft office,opera,fidelio,fidelity,c++,mathematica,numerical analysis,people management,team leadership,situational leadership,micros,employee training,management,english,teamwork,negotiation,performance management,personnel management,organizational development,training,human resources,team management,hris,employee relations,talent management,digital transformation\",\n      \"twitter\": \"\",\n      \"about\": \"At Beximco Holdings Ltd, our collective efforts are reshaping HR strategy to prioritize exceptional talent acquisition and management. Through these initiatives, we're building a robust workforce that is central to achieving our far-reaching goals across diverse group entities. My leadership in HR has been instrumental in instituting a pioneering succession planning process, advancing management readiness by a significant margin.\\n\\nPreviously, as a Senior Manager at SMC Enterprise, my tenure was marked by the successful implementation of comprehensive HR operations that bolstered the company's mission and strategic direction. Our team facilitated a marked improvement in talent acquisition efficiency, resulting in optimized hiring processes and a strong alignment of the workforce with the company's vision. These achievements reflect our unwavering commitment to enhancing employee engagement and fostering enduring professional relationships.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years 8 months \",\n      \"time_in_company\": \"1 years 8 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Beximco Holdings Ltd.\",\n      \"company_link\": \"https://www.linkedin.com/company/beximco-holdings-ltd\",\n      \"company_id\": \"https://www.linkedin.com/company/14651646\",\n      \"company_domain\": \"beximco.com\",\n      \"company_about\": \"Beximco Holdings Limited is a concern of the BEXIMCO Group. The BEXIMCO Group is the largest private-sector group in Bangladesh. BEXIMCO was founded in the 1970s by two brothers – Ahmed Sohail Fasihur Rahman and Salman Fazlur Rahman. Since the early days, the Group has evolved from being primarily a commodities trading company to a leading, diversified group with a presence in industry sectors that account for nearly 75% of Bangladesh's GDP. BEXIMCO's corporate mission is \\\"Taking Bangladesh to the world\\\".\\n\\nAs BEXIMCO has grown over the years, the flagship platform now has operations and investments across a wide range of industries including textiles, pharmaceuticals, PPE, ceramics, real estate development, construction, trading, marine food, information and communication technologies, media, DTH, financial services, and energy. The Group sells its products and services in the domestic Bangladesh market as well as international markets. BEXIMCO is the largest employer in the private sector in Bangladesh and employs over 70,000 people worldwide.\\n\\nThe BEXIMCO name has now become one of the most recognizable brand names in Bangladesh. It is synonymous with innovation, trust, and quality. The Group consists of four publicly traded and seventeen privately held companies. The publicly traded companies are Bangladesh Export Import Company Limited, Beximco Pharmaceuticals Limited, Shinepukur Ceramics Limited, and Beximco Synthetics Limited. The total revenue of the group stands in excess of a Billion US Dollars per year.\\n\\nIn recent times BEXIMCO has launched its newest Vertical, the BEXIMCO PPE Division which is responsible for producing the highest grade of internationally certified PPE products for medical use.\\n\\nBEXIMCO intends to leverage its market position and global scale, further diversify operations into highly profitable sectors, capitalize on the domestic growth opportunity and selectively pursue international opportunities going forward.\",\n      \"company_founded\": null,\n      \"company_size\": \"80\",\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"executive offices\",\n      \"company_industry_2\": \"import and export\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"General Manager and Head of HR (Beximco Holdings Ltd., Size: 51-200) [2023-06-01] Beximco Holding is the corporate headquarters of Beximco Group. It is one of the largest business conglomerates in Bangladesh. \\n\\nAs the Head of HR, I am leading HR function of the Corporate Headquarter along with some business entities like Aviation, ICT, Real Estate, Travel Agency, etc. focusing on establishing effective HR strategy and tailormade HR practices to support business objectives.\\n\\n- Review and develop HR policies and ensure implementation.\\n- Strategize and implement organizational restructuring processes. \\n- Ensure effective talent acquisition & retention processes. \\n- Oversee performance management activities.\\n- Plan and implement learning and development initiatives. \\n- Designed and Implemented succession planning resulting in 10% increase in internal promotions.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"General Manager and Head of HR (Beximco Holdings Ltd.)\",\n      \"position_2\": \"Senior Manager - Human Resources (SMC Enterprise Limited)\",\n      \"position_3\": \"Senior Manager, HR (Partex Star Group)\",\n      \"position_date_1\": \"2023-06-01\",\n      \"position_date_2\": \"2017-09-01 - 2023-06-01\",\n      \"position_date_3\": \"2016-01-01 - 2017-09-01\",\n      \"education_1\": \"University of Wales, Master of Business Administration (MBA), Human Resources Management\",\n      \"education_2\": \"Bangladesh Institute of Management, PGDHRM, Human Resources Management\",\n      \"education_3\": \"Ealing, Hammersmith & West London College, Post Graduate Diploma, Management Studies\",\n      \"education_date_1\": \"2009-01-01 - 2010-01-01\",\n      \"education_date_2\": \"2012-01-01 - 2013-01-01\",\n      \"education_date_3\": \"2007-01-01 - 2008-01-01\",\n      \"website_1\": \"newtonskills.com\",\n      \"website_2\": \"kazifarms.com\",\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"hafiz@beximco.com\",\n      \"position\": \"General Manager and Head of HR\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Hasinur\",\n      \"last_name\": \"Rahman\",\n      \"full_name\": \"Hasinur  Rahman\",\n      \"linkedin\": \"https://www.linkedin.com/in/hasinur-rahman-a7663b121\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAB4sGzoBrw-Rk1Bdq2t5DYam4ykkCKgZsek,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR Professional | HR Operations | Payroll Management | Talent Management| Manpower Budgeting| Fund Management| Income Tax Management| HR Generalist | MBA-IBA, JU\",\n      \"industry\": \"retail apparel and fashion\",\n      \"email\": \"hasinur.rahman@sqgc.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 3600,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"manpower optimization ,job satisfaction,staff communication,compensation planning,insurance policies,job analysis,critical thinking,employee engagement,resource planning,skilled multi-tasker,performance reviews,talent acquisitions ,employee relations,people management,personal income tax returns preparation ,income tax management ,performance management,recruitment ,recruitment & selection ,hr policies,hr budgeting,talent management,microsoft office,team leadership,team management,organization skills,time management,hr policy formulation,recruitment & selection,target orientation,presentation skills,leadership,teamwork,problem solving,human resources (hr),compensation & benefits,communication,interpersonal skills,interviewing,soft skills,microsoft powerpoint,analytical skills,labor and employment law,human resources information systems (hris),hr operations,payroll,onboarding,human resource development,hr management,payroll management,payroll taxes\",\n      \"twitter\": \"\",\n      \"about\": \"HR Professional with 6+ years of experience in hiring and onboarding, payroll, HR operations, performance management. Reliable, knowledgeable and highly organized team player with excellent communication. Highly proficient in HRIS & Payroll Software.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"4 months \",\n      \"time_in_company\": \"4 years 3 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"SQ Group\",\n      \"company_link\": \"https://www.linkedin.com/company/sq-group\",\n      \"company_id\": \"https://www.linkedin.com/company/3595536\",\n      \"company_domain\": \"sqgc.com\",\n      \"company_about\": \"Q Collection, based in Singapore, is the parent company of the manufacturing entities collectively known as SQ Group in Bangladesh. As a leading global apparel manufacturing conglomerate, SQ is driven by a passion for innovation, sustainability, and excellence. With a rich heritage spanning 30 years, we operate through three dynamic business clusters: SQ Celsius (Knitwear), SQ Birichina (Lingerie & Activewear), and SQ Hues (Vertical Integration). Our commitment to sustainability is reflected in our LEED-certified facilities and ESG-focused operations. Our team of over 18,000 dedicated employees deliver high-quality products and services, guided by Q Collection's strategic vision of excellence and commitment to shaping the future of apparel manufacturing.\",\n      \"company_founded\": 1993,\n      \"company_size\": \"1280\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"apparel and fashion\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"1001-2000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"Ubuntu, Outlook, Mobile Friendly, JQuery 1.11.1, Google Analytics, Cloudflare DNS, CloudFlare Hosting\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager, Human Resources (SQ Group, Size: 1001-2000) [2024-10-01] • Reviewing company-wise employee information database, seeking clarifications and directing changes as required\\n• Validating final payout for different departments and units and \\n• Calculating applicable tax deduction calculations , maternity benefit calculation, layoff calculation if any\\n• Conducting overall recruitment process and assisting in completing the selection process as per the planned schedule.\\n• Maintaining all unit personnel file details in HRMS .\\n• Maintaining annual performance appraisal process to ensure employee & manager aligned with all the goal agreement & goal achievement \\n• Leading compensation surveys, benchmark best practices, fine-tune existing HR-related systems and/or propose new initiatives to strengthen company's market position.\\n• Overseeing the HR Operation related support to internal customer of Human Resources Department regarding ID Cards, Certificates, Letters and Health and Life Insurance.\\n• Preparing and maintaining end to end payroll for 1100+ management staffs through KORMEE.\\n• Acting as single point of contact for all the payroll & tax related queries, provide labor law related support to internal stakeholders.\\n• Analyzing, preparing, finalizing Manpower budget at start of FY year as per requirement.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager, Human Resources (SQ Group)\",\n      \"position_2\": \"Assistant Manager, Human Resources (SQ Group)\",\n      \"position_3\": \"Senior Executive,  Human Resources (SQ Group)\",\n      \"position_date_1\": \"2024-10-01\",\n      \"position_date_2\": \"2023-01-01 - 2024-11-01\",\n      \"position_date_3\": \"2020-11-01 - 2022-12-01\",\n      \"education_1\": \"Institute of Business Administration, Jahangirnagar University, Master of Business Administration - MBA, Human Resource Management\",\n      \"education_2\": \"East West University, Bachelor of Business Administration - BBA, Human Resources Management \",\n      \"education_3\": null,\n      \"education_date_1\": \"2018-01-01 - 2020-01-01\",\n      \"education_date_2\": \"2013-01-01 - 2017-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"hasinur.rahman@sqgc.com\",\n      \"position\": \"Manager, Human Resources\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Md\",\n      \"last_name\": \"Hoque\",\n      \"full_name\": \"Md. Kadimul Hoque\",\n      \"linkedin\": \"https://www.linkedin.com/in/k-h-shafin-a0b09a203\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADPN0isBdmdXtVnPxBkR8oT9b8iveMC0pjQ,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Hiring Tech Talents | Certified HR Generalist | Certified Performance Management Professional\",\n      \"industry\": \"human resources services\",\n      \"email\": \"hoque.m@riseuplabs.com\",\n      \"email_status\": \"accept-all\",\n      \"personal_email\": null,\n      \"num_of_connections\": 17706,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"talent mapping,it recruitment,international recruitment,recruitment,artificial intelligence (ai),chrg,competency modeling,hr policy formulation,behavioral interviewing,hr strategy,personnel management,hr metrics,applicant tracking systems,interviewing,competency based interviewing,telephone interviewing,personnel selection,candidate selection,hr policies,hr operations,hr solutions,process improvement,workforce planning,human resources (hr),recruiting,performance management,compensation,payroll,hr management,exit interviews,grievances,information technology,employee benefits design,joining formalities,exit formalities,employer branding,employee engagement,employee wellness programs,human resources information systems (hris),insurance agency management,team building facilitation,gratuity,microsoft office,adobe illustrator,adobe photoshop,sound design,executive search,administration,staffing ,html5,cascading style sheets (css),jquery,sublime text,technical recruiting\",\n      \"twitter\": \"\",\n      \"about\": \"As a tech-focused HR professional, Mr. KH Shafin has had the privilege of shaping tech startups and contributing to several multinational IT companies. His experience spans tech recruitment, performance management, talent mapping, and employee engagement, where he has excelled in creating and executing plans aligned with organizational objectives. He is also skilled in promoting diversity and inclusion in the workplace and utilizing data analytics to enhance HR decision-making and optimize processes. Mr. KH Shafin is committed to staying updated on technological advancements and trends to ensure that HR practices not only support but also enhance the integration of business functions within technology and innovation sectors.\\n\\nMr. KH Shafin holds an MBA in Human Resources Management from North South University, where he graduated with honors and received the Leadership Award for his academic and extracurricular achievements. Additionally, he has multiple HR certifications, including CHRG, Competency Modeling, and Internal Auditor, demonstrating his commitment to continuous learning and professional development. Passionate about leveraging technology and data to improve HR practices and outcomes, Mr. KH Shafin is always eager to explore new trends and challenges in the field. His goal is to contribute to the growth and success of an organization that values innovation, diversity, and excellence.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"9 months \",\n      \"time_in_company\": \"9 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Riseup Labs\",\n      \"company_link\": \"https://www.linkedin.com/company/riseuplabs\",\n      \"company_id\": \"https://www.linkedin.com/company/1077312\",\n      \"company_domain\": \"riseuplabs.com\",\n      \"company_about\": \"Riseup Labs is an ISO 9001 & 27001 certified next-generation global IT service and technology solution provider company that helps enterprises reimagine their business and navigate their digital transformation. We harness the power of web 3.0, automation, analytics, IoT, cloud and emerging technologies to design & develop innovative, intelligent, sustainable solutions and services.\\n\\nWe are  a purpose-driven and outcome-based technology partner that enables 100+ clients in more than 20 countries to adapt to digital transformation and make them successful. Our mission is to help enterprises achieve their business objectives by providing IT services & technology solutions.\\n\\nWith over 13 years of experience in managing 700+ projects and working with global enterprises, like - UNICEF, UNDP, USAID, FAO, WHO, ATEC, BBC, Fhi360, Axiata, Murka, Safe-Guard, Swiss Marketing Systems, we expertly steer our clients through their digital journey. We partner with enterprises to simplify, strengthen and transform their business.\\n\\nWe ensure the highest level of certainty and satisfaction through a deep-set commitment to our clients and comprehensive industry expertise. To offer enterprises the maximum benefit of technologies, Riseup Labs offers an integrated portfolio of products, solutions and services through four different segments. These are: Consulting & Design (CD), Engineering & Development (ED), Managed Services (MS) and R&D Services (RD).\\n\\nOur specialties include AI & ML, Network Operation, Software Development, Blockchain Development, Metaverse Development, Game Development, Mobile App Development, Web Development, Augmented Reality Development, Virtual Reality Development, Mixed Reality Development, Extended Reality Development, BPO, Quality Assurance, IT Enabled Services (ITES), Simulation Services, Capacity Building for IT, Resource Augmentation, IT Staff Augmentation, outstaffing, BPO Voice and Non-voice Services, and many more.\",\n      \"company_founded\": 2009,\n      \"company_size\": \"266\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"floor-b6, plot-35, sonargaon janapath road, sector-07, uttara, dhaka 1230, bangladés\",\n      \"company_postal_code\": \"1230\",\n      \"company_phone\": \"+8801759747387\",\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Game Development,Mobile App Development,Web Development,AR Solutions,VR Solutions,MR Solutions,XR Solutions,Multimedia Content Development,Outsourcing Services,IT Enabled Services (ITES),Automation Services,Simulation Services,Capacity Building for IT,Capacity Building for ITES,Augmented Reality Solutions,Virtual Reality Solutions,Mixed Reality Solutions,Extended Reality Solutions,IT Solutions,Software Solutions,Resource Augmentation,IT Staff Augmentation,Resource Outsourcing,Hire Developer,Outstaffing,Remote Support,Hire Dedicated IT Team,Engineering & Development (ED),Managed Services (MS),R&D Services (RD),Web 3.0, Automation, Analytics,IoT,Cloud,AI&ML,Network Operation,Software Development,Blockchain Development,Metaverse Development,Outsourcing Services,BPO,Quality Assurance,Simulation Services,Consulting & Design (CD),BPO Voice and Non-voice Services\",\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"https://twitter.com/riseuplabs, https://www.facebook.com/riseuplabs\",\n      \"keywords\": \"web development, automation services, software solutions, game development, outsourcing services, mobile app development, it solutions, mr solutions, simulation services, ar solutions, augmented reality solutions, it enabled services, vr solutions, xr solutions, multimedia content development, capacity building for it, capacity building for ites, virtual reality solutions, mixed reality solutions, extended reality solutions\",\n      \"annual_revenue\": \"35000000\",\n      \"technologies\": \"reCAPTCHA, YouTube, WordPress.org, Trustpilot, React, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect), Facebook Comments, Cloudflare DNS, CloudFlare Hosting, BuddyPress, Bootstrap Framework, Atlassian Cloud\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"People and Culture Manager (Riseup Labs, Size: 201-500) [2024-05-01] 1.Partner with internal stakeholders to develop and execute employer branding initiatives, including employee referral programs, employer branding campaigns, and recruitment events.\\n2.Assist in the development and implementation of diversity and inclusion initiatives to ensure a diverse and inclusive workforce.\\n3.Develop and implement innovative and effective talent acquisition strategies to attract top tier candidates across all levels and departments within the organization.\\n4.Build and maintain a robust talent pipeline through proactive sourcing efforts, networking, and engaging with passive candidates\\n5.Collaborate closely with hiring managers to understand their talent needs and develop tailored recruitment plans to meet those needs.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"People and Culture Manager (Riseup Labs)\",\n      \"position_2\": \"Human Resources Manager (BJIT)\",\n      \"position_3\": \"Senior Human Resources Manager (Spring Rain Pvt Ltd)\",\n      \"position_date_1\": \"2024-05-01\",\n      \"position_date_2\": \"2024-01-01 - 2024-05-01\",\n      \"position_date_3\": \"2019-12-01 - 2023-12-01\",\n      \"education_1\": \"North South University, Master of Business Administration - MBA, Human Resources Management\",\n      \"education_2\": \"North South University, Bachelor's degree, Human Resources Management/Personnel Administration, General\",\n      \"education_3\": null,\n      \"education_date_1\": \"2017-09-01 - 2021-04-01\",\n      \"education_date_2\": \"2011-01-01 - 2016-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": \"giighire.com\",\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"hoque.m@riseuplabs.com\",\n      \"position\": \"People and Culture Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Raisa\",\n      \"last_name\": \"Ishmam\",\n      \"full_name\": \"Raisa Ishmam\",\n      \"linkedin\": \"https://www.linkedin.com/in/raisa-ishmam-674350109\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABtIDLgB8eU-PbpC2Y1CknfJsr3KmbjIjOE,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR Manager at Robi | HRBP at Avery Dennison | HR Enthusiast | Recruitment Specialist| Internationally Certified Teachers' Trainer| Corporate English Trainer\",\n      \"industry\": \"retail apparel and fashion\",\n      \"email\": \"ishmam@robi.com.bd\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 13008,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"employee training,hr policies,talent management,compensation structures,compensation,microsoft office,research,teaching,english,public speaking,business strategy,market research,strategic planning,management,business development,leadership,customer service,team management,team leadership,negotiation,communication,recruiting,relationship building,presentation skills,education,presentations,teamwork,marketing,candidate selection,teacher training,interviewing,human resources (hr),job postings,strategy,training & development\",\n      \"twitter\": \"\",\n      \"about\": \"- Currently working as HR Business Partner and Talent Acquisition Lead for Avery Dennison Bangladesh - a fortune 500 company which is a multinational manufacturing company specialized in the design and manufacture of wide variety of labeling and functional materials. \\n- Worked as Senior Executive for  HR Department at Fiber@Home Ltd and then got promoted to Assistant Manager.\\n- Diverse experiences in working for  HR Department in Fortune 500 company, largest logistic conglomerate Company in Bangladesh, Best Tobacco Company in Bangladesh and renowned English Medium schools. \\n-Gained practical experience in Overall Human Resources which includes Talent Acquisition (Employee Selection, Recruitment, Training, On-boarding), Learning and Development, employee engagement, employer branding, DE&I, Organizational Development ,HR business partnering and Succession Planning. \\n-Besides, I also have work experience in New business development, Operation Management, Research and Development, Training and Develppment and Stakeholder Management, and creating business opportunity for business expansion and public relations.\\n-Worked in couple of renowned English Medium Schools and also achieved international certification in Teaching and Training from Cambridge and achieved Advanced Certificate for Management Professional (ACMP) which is equivalent to  PGD from Institute of Business Administration (IBA) on Industry 4.0 Revolution.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Robi Axiata PLC.\",\n      \"company_link\": \"https://www.linkedin.com/company/robi-axiata-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/1113717\",\n      \"company_domain\": \"robi.com.bd\",\n      \"company_about\": \"Robi Axiata PLC. (Robi) is a subsidiary company of the Asian telecom giant, Axiata Group Berhad, based in Malaysia. The other shareholder in the entity is Bharti Airtel International (Singapore) Pte Ltd.\\n\\nRobi is the second largest mobile network operator in Bangladesh with 46.88 Mn subscribers as of end of December 2018. The company commenced operation in 1997 as Telekom Malaysia International (Bangladesh) with the brand name ‘Aktel’. In 2010, it was rebranded as ‘Robi’ and the company changed its name to Robi Axiata Limited. \\n\\nFollowing the merger with Airtel Bangladesh, the merged company, Robi Axiata Limited (Robi) started its commercial operation on 16 November 2016. As of now, this is the biggest ever merger of the country and first ever merger in the mobile telecom sector of Bangladesh.\\n\\nRobi was the first operator to introduce GPRS and 3.5G services in the country. It is the first company to launch 4.5G service in all the 64 districts of the country. In fact, this landmark milestone was achieved on the first day of the commercial launch of the service by Robi on 20 February 2018. By the end of 2018, Robi created the largest 4.5G network of the country with nearly 7,400 sites covering 99 per cent of the thanas of the country.\\n\\nRobi also proudly claims to have the widest international roaming coverage with 398 operators across 182 countries with widest 4G roaming footprint in 29 countries with 40 operators.\\n\\nThe company has introduced many first of its kind digital services in the country and has been the pioneer for paving the way in taking mobile financial services to the under-served communities in the rural and semi-urban areas. It is the only mobile operator to have successfully conducted the trial run of 5G and Voice over LTE technology on its 4.5G network.\\n\\nMore: https://www.robi.com.bd/en/corporate/company-profile\",\n      \"company_founded\": null,\n      \"company_size\": \"5161\",\n      \"company_location_1\": \"Bangladesh\",\n      \"company_location_2\": \"Tejgaon Thana, Dhaka, Bangladesh\",\n      \"company_location_3\": null,\n      \"company_city_1\": \"Tejgaon\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"telecommunications\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Provide affordable, available and according to customer need telecom solutions.,The first mobile operator to introduce GPRS and 3.5G services in Bangladesh,Signatory to the GSMA Humanitarian Connectivity Charter,Signatory to the GSMA Connected Women,Winner of GLOMO Award for Best Mobile Innovation for Education and Learning,First to introduce internet.org (aka Free Basics by Facebook) in Bangladesh,Country's #1 Digital Lifestyle Network\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager - Culture and Employee Experience (Robi Axiata Limited, Size: 5001-10000) [2024-07-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager - Culture and Employee Experience (Robi Axiata Limited)\",\n      \"position_2\": \"HR Business Partner- Commercial and Talent Acquisition Specialist (Avery Dennison)\",\n      \"position_3\": \"Corporate English Trainer (New Era)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2022-09-01 - 2024-07-01\",\n      \"position_date_3\": \"2021-12-01 - 2022-12-01\",\n      \"education_1\": \"North South University, Master of Business Administration - MBA, Human Resource Management\",\n      \"education_2\": \"Independent University, Bangladesh, Bachelor of Business Administration (BBA), Bachelors of Business Administration (Major- Marketing, Minor- Media and Communication)\",\n      \"education_3\": \"Maple Leaf International School, O levels and Alevels, Economics, Accounting.\",\n      \"education_date_1\": \"2020-01-01 - 2022-01-01\",\n      \"education_date_2\": \"2014-01-01 - 2017-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"ishmam@robi.com.bd\",\n      \"position\": \"HR Manager - Culture and Employee Experience\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Jabiul\",\n      \"last_name\": \"Hasan\",\n      \"full_name\": \"Jabiul Hasan\",\n      \"linkedin\": \"https://www.linkedin.com/in/jabiul-hasan-842706278\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEO8gTIBlEODWtiy_7dq63OJE8cHJGg_K0I,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Digital Marketing | Social Media Marketing | Facebook Marketing | Google ads | SEO | PPC\",\n      \"industry\": \"marketing services\",\n      \"email\": \"jhasan@avalonorganics.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 48,\n      \"location\": \"Comilla District, Chattogram, Bangladesh\",\n      \"skills\": \"digital marketing media,online data entry,data entry,marketing campaigns,analytic reporting,data analysis,custom facebook pages,digital marketing,search engines,off-page seo,laptops,lead generation,keyword research,facebook ads manager,search engine optimization (seo),google ads,facebook ads,youtube video seo\",\n      \"twitter\": \"\",\n      \"about\": \"Hi, I’m Jabiul Hasan,\\nI am a professional Digital Marketer with 3+ years of experience in Social Media and Search Engine Marketing. I have deep experience creating and managing campaigns on various platforms, such as Facebook Ads, Instagram Ads, and PPC campaigns on Google Ads. As well as I’m also an expert in Google Tag Manager and Google Analytics 4.\\n\\nI perform the following activities in Digital Marketing Services:\\n Social Media Marketing\\n Facebook Ads Campaign\\n Facebook Pixel\\n Facebook Conversion API\\n Instagram Ads\\n Search Engine Marketing\\n Google Ads Campaign\\n Google PPC Ads\\n Google Shopping Ads\\n Google Conversion Tracking\\n Google Tag Manager\\n Google Analytics 4\\n Keyword Research\\n SEO\\nB2B lead generation\\n B2C lead generation\\n\\nI am available to chat at your convenience and look forward to connecting with you to see how we can work together to achieve your business objectives. I look forward to working with you.\\n\\nThanks for reviewing my profile.\\nJabiul Hasan\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"2 years \",\n      \"time_in_company\": \"2 years \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Angar Prod s.r.l.\",\n      \"company_link\": null,\n      \"company_id\": null,\n      \"company_domain\": \"\",\n      \"company_about\": null,\n      \"company_founded\": null,\n      \"company_size\": null,\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": null,\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": null,\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"Self-employed\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Office Worker (Angar Prod s.r.l.) [2023-01-01]\",\n      \"current_position_2\": \"HR Manager (Avalon Organics, Size: 11-50) [2022-09-01]\",\n      \"current_position_3\": \"facebook ads managemant (Freelance) [2021-01-01] Hello, I am Jabiul Hasan. I'm a digital marketer with 3 years of experience in Social Media Marketing and Lead Generation. Specialties: Facebook ads, Facebook Marketing, Facebook campaigning,  Facebook Retargeting, Lead Generation, Instagram and Google ads.\\nI am looking forward to working with you...\",\n      \"position_1\": \"Office Worker (Angar Prod s.r.l.)\",\n      \"position_2\": \"HR Manager (Avalon Organics)\",\n      \"position_3\": \"facebook ads managemant (Freelance)\",\n      \"position_date_1\": \"2023-01-01\",\n      \"position_date_2\": \"2022-09-01\",\n      \"position_date_3\": \"2021-01-01\",\n      \"education_1\": \"Comilla University\",\n      \"education_2\": null,\n      \"education_3\": null,\n      \"education_date_1\": null,\n      \"education_date_2\": null,\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"jhasan@avalonorganics.com\",\n      \"position\": \"Office Worker\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Kazi\",\n      \"last_name\": \"Ahmed\",\n      \"full_name\": \"Kazi Rumana Ahmed\",\n      \"linkedin\": \"https://www.linkedin.com/in/kazi-rumana-ahmed-044142267\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAEFWjbQBlXpZ7xcUtQXqv9PFuuYkwNrpMG0,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"true\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager HR & Admin at Fakir Technologies Ltd.\",\n      \"industry\": \"technology, information and internet\",\n      \"email\": \"kazi.ahmed@fakirtechnologies.com\",\n      \"email_status\": \"\",\n      \"personal_email\": \"iamrumana.kazi@gmail.com\",\n      \"num_of_connections\": 1027,\n      \"location\": \"Dhaka, Dhaka, Bangladesh\",\n      \"skills\": \"service delivery,presentations,disciplinaries,business continuity,budget constraints,bengali,labor and employment law,compensation,contract management,resource management,grievances,employee recognition,screening resumes,bangla,internal communications,teamwork,leadership,communication training,staff relations,pressure situations,correspondences,office operations,benefits administration,workforce planning,incentive programs,hr analytics,job fairs,administrative assistance,compensation planning,compensation management,creative ideation,problem solving,management consulting,c-level,business performance management,salary,early-stage startups,conflict resolution,operations management,operations administration,key performance indicators,policy development,administrative organization,administration,office management,bill processing,accounting,new hire orientations,payroll software,strategic human resource planning,job evaluation,planning budgeting & forecasting,financial accounting,office administration,applicant tracking systems,employee engagement,performance appraisal,onboarding,succession planning,compensation & benefits,job description development,payroll taxes,recruitment advertising,human resources (hr),hr policies,human resources information systems (hris),hr management,recruiting,hr operations,hr software,hr,contract recruitment,talent management,corporate recruiting,payroll processing,payroll administration,payroll management,requirements analysis\",\n      \"twitter\": \"\",\n      \"about\": \"I have worked from root level of Organization's Manpower planning, Talent acquisition experience, Compensation benefit, Employee engagement activity, Business Development, I made my way into HR with picking up insights into working with diverse stakeholders along the journey. From bringing in customer support experience to recruiting senior AI/ML engineers, I've been involved in talent acquisition, compensation, employee engagement, retention strategies, performance reviews, budgeting, and keeping the office running smoothly. On top of that, I've managed administrative tasks and led teams, including handling office funds. And Business Development, I made my way into HR, picking up insights into working with diverse stakeholders along the journey. From bringing in customer support to recruiting senior AI/ML engineers, I've been involved in talent acquisition, compensation, employee engagement, retention strategies, performance reviews, budgeting, and keeping the office running smoothly. On top of that, I've managed administrative tasks and led teams, including handling office funds. Starting out in Marketing and Business Development, I made my way into HR, picking up insights into working with diverse stakeholders along the journey. From bringing in customer support to recruiting senior AI/ML engineers, I've been involved in talent acquisition, compensation, employee engagement, retention strategies, performance reviews, budgeting, and keeping the office running smoothly. On top of that, I've managed administrative tasks and led teams, including handling office funds., picking up insights into working with diverse stakeholders along the journey. From bringing in customer support to recruiting senior AI/ML engineers, I've been involved in talent acquisition, compensation, employee engagement, retention strategies, performance reviews, budgeting, and keeping the office running smoothly. On top of that, I've managed administrative tasks and led teams, including handling office funds. which started from hiring customer support executive to Senior/ Mid level Front end, Bank end, AI/ML engineers. My focus was not just with Talent acquisition, It expands to Compensation and benefits management, Employee engagement activities, Retention plan, Overall Performance Evaluation, Annual manpower budgeting, Office management(Hybrid & Onsite). Also have to include overall administrative tasks and team management including office Fund management.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Fakir Technologies Limited\",\n      \"company_link\": \"https://www.linkedin.com/company/fakir-technologies-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/91426805\",\n      \"company_domain\": \"fakirtechnologies.com\",\n      \"company_about\": \"A concern of one of the leading conglomerates in the nation, Fakir Fashion started with a vision and commitment to become the Market Leader in the Enterprise IT and Energy Storage & Conversion solutions industry and Revolutionizing the industry by bringing cutting edge technologies from edge to cloud solutions. We tailor enterprise IT solutions to connect, protect, analyze, and act on business data and applications while maximizing ROI.\",\n      \"company_founded\": null,\n      \"company_size\": \"28\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"it system data services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager, Human Resources Management & Administration (Fakir Technologies Limited, Size: 11-50) [2024-07-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager, Human Resources Management & Administration (Fakir Technologies Limited)\",\n      \"position_2\": \"Manager Hr & Admin (Infolytx)\",\n      \"position_3\": \"Assistant Manager, Human Resources & Administration (Asrotex Group)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2020-04-01 - 2024-06-01\",\n      \"position_date_3\": \"2017-05-01 - 2020-03-01\",\n      \"education_1\": \"State University of Bangladesh, Executive MBA, Human Resources Management and Services\",\n      \"education_2\": \"State University of Bangladesh, Bachelor of Business Administration - BBA, Major: Marketing & Minor: Finance\",\n      \"education_3\": null,\n      \"education_date_1\": \"2014-03-01 - 2015-11-01\",\n      \"education_date_2\": \"2005-07-01 - 2008-08-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"kazi.ahmed@fakirtechnologies.com\",\n      \"position\": \"Manager, Human Resources Management & Administration\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Kazi\",\n      \"last_name\": \"Asaduzzaman\",\n      \"full_name\": \"Kazi Asaduzzaman\",\n      \"linkedin\": \"https://www.linkedin.com/in/kazi-asaduzzaman-468679148\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAACOxvlABGt_Ou4GK76UlIFFV70W0fXzJp7s,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Technical Recruiter | Functional HR  | Training & Development  | KPI Management\",\n      \"industry\": \"it services and it consulting\",\n      \"email\": \"kazi@fairpattern.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 935,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"training,team leadership,sop development,operations management,franchise consulting,people management,training & development,people development,p&l management,health & safety,leadership,technical recruiting,hr policies,compensation & benefits,performance management,talent management,talent acquisition ,kpi implementation\",\n      \"twitter\": \"\",\n      \"about\": \"HR Professional, Technical Recruiter, Talent Acquisition\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"6 months \",\n      \"time_in_company\": \"6 months \",\n      \"changed_job\": \"true\",\n      \"job_details\": \"FairPattern.com hired Kazi as a Manager-HR & Admin 4 months ago from Sundarban Courier Service (Pvt) Ltd.\",\n      \"latest_post\": null,\n      \"company_name\": \"FairPattern.com\",\n      \"company_link\": \"https://www.linkedin.com/company/fair-pattern\",\n      \"company_id\": \"https://www.linkedin.com/company/1321958\",\n      \"company_domain\": \"fairpattern.com\",\n      \"company_about\": \"Contact US: 1.800.906.1656\\r\\nWeb: www.FairPattern.com\\r\\n\\r\\nGetting your technology landscape right has never been more important than now in this digital age, where seconds count and innovation is crucial. Fair Pattern can help support IT projects through its significant consulting experience in areas such as: Microsoft SharePoint, iOS, Android, Salesforce CRM and Marketing Cloud, and Microsoft Dynamics CRM 365. \\r\\n\\r\\nAt Fair Pattern, we have strong credentials in this field, which we combine with many years of experience. Our team has 15 years of experience in mobile and web development, as well as six years’ experience in delivering cutting-edge mobile app projects for mid-to-large size companies, both on iOS and Android platforms.\\r\\n\\r\\nFair Pattern offers consultants to your business that have subject matter expertise in a broad range of areas and that can bring an objective eye to your most critical IT projects. Our consultants, web developers, and project managers have experience in delivering projects using cutting-edge Open Source, iOS, Android, Microsoft, Java and more.\",\n      \"company_founded\": 2010,\n      \"company_size\": \"32\",\n      \"company_location_1\": \"New York, New York, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"New York\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"1460 broadway, new york, ny 10036, us\",\n      \"company_postal_code\": \"10036\",\n      \"company_phone\": \"+18009061656\",\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"IT Staffing,Mobile App Development,Web Development,IT Solutions,Sharepoint,Sales Force Cloud,Offshore Resources,Microsoft Dynamics,Asp.Net,Java,PHP Laravel,iOS\",\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"https://twitter.com/FairPattern#, https://www.facebook.com/fairpatternNY, http://angel.co/fair-pattern\",\n      \"keywords\": \"web development, finance, financial services, java, ios, banking, sharepoint, mobile app development, it staffing, it solutions, aspnet, microsoft dynamics, php laravel, offshore resources, sales force cloud\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager-HR & Admin (FairPattern.com, Size: 11-50) [2024-08-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager-HR & Admin (FairPattern.com)\",\n      \"position_2\": \"Manager, HR & Admin (Sundarban Courier Service (Pvt) Ltd)\",\n      \"position_3\": \"Head Of Operations (SSBD Transporter Ltd.)\",\n      \"position_date_1\": \"2024-08-01\",\n      \"position_date_2\": \"2021-07-01 - 2024-07-01\",\n      \"position_date_3\": \"2020-10-01 - 2021-04-01\",\n      \"education_1\": \"Ulster University, Master's degree, Organizational Leadership\",\n      \"education_2\": \"McDonald's University, Associate Degree, QSR Operation \",\n      \"education_3\": \"East West University, Bachelor's Degree, Marketing\",\n      \"education_date_1\": \"2011-01-01 - 2012-01-01\",\n      \"education_date_2\": \"2009-01-01 - 2009-01-01\",\n      \"education_date_3\": \"2004-01-01 - 2007-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"kazi@fairpattern.com\",\n      \"position\": \"Manager-HR & Admin\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Md\",\n      \"last_name\": \"Rana\",\n      \"full_name\": \"Md. Afzal Hossain Rana\",\n      \"linkedin\": \"https://www.linkedin.com/in/md-afzal-hossain-rana-b363a1b9\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABkm6xoBxaC87mMJ6SoeExaqZ4ZIuL6oKw0,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager - Human Resources at AKSID Corporation Ltd\\n|| KPI & KRA Specialist || OD || L&D || People & Culture||\\nMBA, LLB, PGDHRM(UIU), HRMC (IBA-DU), \\nIFADian, Ex-Ha-Meem, Ex-PRAN-RFL Group\\nFMCG|RMG|IT| Building Chemical\",\n      \"industry\": \"engineering services\",\n      \"email\": \"md@aksidcorp.com\",\n      \"email_status\": \"verified\",\n      \"personal_email\": null,\n      \"num_of_connections\": 12900,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"microsoft office,management,teamwork,analysis,labor law,performance management system,crisis communications,compensation & benefits,human resources (hr),e-learning,hr transformation,microsoft excel,microsoft word,powerpoint,linkedin learning,team leadership,team management,time management,training & development,organizational development,conflict management,communication,personal development,decision-making,coaching,employee relations,mentoring,emotional intelligence,talent management,problem solving,leadership,payroll administration,productivity improvement,organizational culture,people analytics,hr strategy,strengths development,life skills,employee learning & development,high potential development,virtual office,virtual teams,organization & administration ,hiring & recruiting ,reporting, documentation & hris,policy/procedure creation & enforcement ,strategic planning, pms,employee development planning,business development,strategic planning\",\n      \"twitter\": \"\",\n      \"about\": \"Career Summary: \\n•\\tWorking as Manager, Human Resources at AKSID Corporation Ltd(Country Distributor of SIKA chemical)  & has 14 years 02 months of practical experience in the field of HRM, Talent Acquisition, Training & Development, compensation & benefit, & strategic business planning & execution. \\n•\\tA Growth Centric business leader, with a variable record of successful business development through rich capability in the distribution setup & also experienced in managing complex business by developing relationships, convincing & executing strategic business development plans & achieving the final targets. \\n•\\tA result-oriented HR & Admin professional, driven by the desire to excel in business by utilizing new concepts, along with expertise in business planning, positioning & channel development \\n•\\tEstablished track record of consistently utilizing human resources with maximum efficiency, reduced grievance, improved employee satisfaction & productivity & overall business growth & profitability.\\n\\nCareer Objective: Leading HR in a methodical & organized way & establishing a collaborative working environment for the sustainable development of the company. \\n\\nWorking Experience: \\n1.       Organization Name: AKSID Corporation Limited (Country Distributor of SIKA AG)\\nDesignation: Manager- Human Resource Management\\nDuration: From January 24 to till now\\n\\n2.\\tOrganization Name: IFAD Group (IFAD Multi Products Ltd & IFAD Homecare Ltd) \\nDesignation 1: Deputy Manager- Human Resource Management\\n(Promoted from Assistant Manager-HR after 03 Y)\\nDuration: From May’17 to till now\\n\\n3.\\tOrganization Name: Ha-Meem Group (Ashulia Zone - Central) \\nDesignation 1: In Charge (HRM & Admin – Central)\\nDuration: From Nov’15 to Apr’17\\n\\n4.\\tOrganization Name: PRAN-RFL Group. (Chorka Textile Ltd) \\nDesignation 1: Sub Assistant Manager\\nDuration: From Feb’14 to Nov’15\\n\\n5.\\tOrganization Name: Helix IT Solution, USA-Based E-Commerce Management Services \\nDesignation 1: Sr. Executive (Training & Development)\\nDuration: From Sept’10 to Jan’14\\n\\nAcademic Qualification:\\n•       HRMC from the Institute of Business Administration (IBA), University of Dhaka.\\n•\\tL.L.B under National University from Mirpur Law College (02 Part Complete) in 2018\\n•\\tMBA in Management Studies from Jagannath University with a CGPA of 3.36 on a scale of 4 in 2010 \\n•\\tBBS in Management Studies from Jagannath University with 2nd Class (58%) in 2008\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years \",\n      \"time_in_company\": \"1 years \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"AKSID Corporation Limited\",\n      \"company_link\": \"https://www.linkedin.com/company/aksid\",\n      \"company_id\": \"https://www.linkedin.com/company/13291838\",\n      \"company_domain\": \"aksidcorp.com\",\n      \"company_about\": \"AKSID Corporation Limited was established in 2008. We are the leader in specialty construction solutions and products in Bangladesh. AKSID is the Pro dealer and Certified Applicator for Sika in Bangladesh. We have offices and representatives in Dhaka and Chittagong. Aksid is trained and Certified by Sika to apply construction solutions in Bangladesh.\\n\\nQuality Policy\\n\\nKnowledgeable staff\\nHigh quality products and solutions\\nConsistent standards and application\\nExcellent customer service\\nTimely Delivery\\nContinuous improvement\\nEnvironmental Policy\\n\\nAKSID constantly encourages staff, partners and our clients to make informed decision and be proactive when it comes to thinking about the environment.\\nWe strive to be a leader in innovation to protect against harmful chemicals and construction malpractice which leads to waste and endangerment of the environment.\\nAKSID believes in education and leading by example to make sure Bangladesh stays beautiful.\",\n      \"company_founded\": null,\n      \"company_size\": \"133\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"construction\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Distributor,Flooring ,Construction,Infrastructure ,Concrete,Construction Engineering ,Shell Bitumen,Construction Chemical\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"https://www.facebook.com/aksidcorp\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager - Human Resources (AKSID Corporation Limited, Size: 51-200) [2024-01-01] ➤ Collaborate with the Managing Director to develop and implement HR strategies that align with the organization's goals and objectives.\\n\\n➤ Manage a team of HR professionals, providing guidance and support as needed to ensure that they meet their individual and team goals.\\n\\n➤ Lead recruitment efforts, including sourcing and hiring top talent, conducting interviews, negotiating job offers, and managing the onboarding process.\\n\\n➤ Develop and implement performance management processes that support employee development and align with organizational goals.\\n\\n➤ Develop and implement training programs that enhance employee skills and knowledge.\\n\\n➤ Develop and implement organizational development initiatives that foster a positive work culture and increase employee engagement.\\n\\n➤ Oversee HR operations, including payroll processing, HRIS management, and employee relations.\\n\\n➤ Oversee the day-to-day operations of the HR department, ensuring that all HR services are delivered effectively and efficiently.\\n\\n➤ Manage employee engagement initiatives, including employee surveys, recognition programs, and other initiatives designed to enhance the employee experience.\\n\\n➤ Ensure that compensation and benefits programs are competitive and align with industry standards and organizational objectives.\\n\\n➤ Develop and analyze HR metrics to identify areas for improvement and ensure that HR initiatives are data-driven.\\n\\n➤ Stay current on HR best practices and industry trends, recommending and implementing changes as needed.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager - Human Resources (AKSID Corporation Limited)\",\n      \"position_2\": \"Deputy Manager- HR (IFAD Multi Products Limited)\",\n      \"position_3\": \"Assistant Manager - HR (IFAD Multi Products Limited)\",\n      \"position_date_1\": \"2024-01-01\",\n      \"position_date_2\": \"2020-05-01 - 2023-12-01\",\n      \"position_date_3\": \"2017-05-01 - 2020-04-01\",\n      \"education_1\": \"Jagannath University, Dhaka, Master of Business Administration - MBA, Management Studies\",\n      \"education_2\": \"Jagannath University, Dhaka, Bachelor's degree, Management\",\n      \"education_3\": \"National University | Bangladesh, Bachelor of Laws - LLB, Law\",\n      \"education_date_1\": \"2002-01-01\",\n      \"education_date_2\": null,\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"md@aksidcorp.com\",\n      \"position\": \"Manager - Human Resources\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Md\",\n      \"last_name\": \"Islam\",\n      \"full_name\": \"Md. Ohidul Islam\",\n      \"linkedin\": \"https://www.linkedin.com/in/md-ohidul-islam-44a58746\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAmyFboBVKSuvnOJkeWIFPecBPijclg6l4Q,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Talent Acquisition|| HR Operations|| KPI based Performance Management||\",\n      \"industry\": \"software development\",\n      \"email\": \"md@stitelnetworks.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 13944,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"kpi,kpi implementation,hr policy formulation,problem solving,analytical skills,understanding others,committed to professionalism,outstanding time management skills,efficiency,better observational learner,high observation skills,better convincing power,public speaking,microsoft office,microsoft excel,microsoft word,powerpoint,customer service,teamwork,photoshop,english,employee relations,time management,labor law 2006,leadership,market research,team leadership,personnel management,hr policies,team management,performance management,management,recruiting\",\n      \"twitter\": \"\",\n      \"about\": \"To take up a challenging Career growth with honesty, loyalty, Good relationship and best performance, and translate my Experience, knowledge, skills and abilities into value for an Organization.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"7 months \",\n      \"time_in_company\": \"7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"BroTecs Technologies Ltd.\",\n      \"company_link\": \"https://www.linkedin.com/company/brotecs-technologies\",\n      \"company_id\": \"https://www.linkedin.com/company/965070\",\n      \"company_domain\": \"brotecs.com\",\n      \"company_about\": \"Brotecs is the FIRST and ONLY Research & Development company in Bangladesh that innovates and develops Satellite & Aviation Communication Software Products & Solutions.\\n\\nBrotecs Technologies, an ISO 9001:2015 (QMS) and ISO/IEC 27001:2013 (ISMS) certified R&D and Software Development Company, brings over 16+ years of software development experience to the table. With our highly experienced, dedicated engineering team, Brotecs leads the market by designing and developing unified converged communication technologies and satellite communication solutions for the Business Aviation industry. Moreover, Brotecs has a track record of working with public and private-sector clients to develop cutting-edge technology solutions in Telecommunication, Healthcare, Agriculture, IoT, Cyber Security, AI/Machine Learning, and Cloud Solutions. \\n\\nWe offer technological development and support to companies ranging from promising Start-ups to Fortune 500 companies. Our solutions integrate across all customer interaction points while leveraging a single platform to reduce and simplify costs that can meet increasingly shrinking budgets.\",\n      \"company_founded\": 2006,\n      \"company_size\": null,\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+16024107728\",\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": \"information technology and services\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Design and Development on Aviation Communication Product,Converged Networking Product,Voice/Data Communication Protocol,Mobile Application,Wireless Product,Financial Transaction System Integration,Device Driver,IP Telephony,Embedded Solution\",\n      \"company_size_category\": \"Self-employed\",\n      \"social_fields\": \"https://twitter.com/brotecs, http://www.facebook.com/brotecs\",\n      \"keywords\": \"mobile application, voice, ip telephony, embedded solution, device driver, wireless product, design & development on aviation communication product, converged networking product, data communication protocol, financial transaction system integration\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (BroTecs Technologies Ltd., Size: Self-employed) [2024-07-01] Develop and implement HR policies that align with company goals and legal requirements.\\nLead the recruitment process, including job postings, interviews, and onboarding.\\nIdentify, reach and engage candidates aggresively who best align with specific position requirements to ensure an optimal fit for each role.\\nDrive performance management efforts by overseeing evaluations, setting KPIs, and providing feedback.\\nFacilitate employee relations by addressing concerns and resolving workplace conflicts.\\nCoordinate training and development programs to enhance employee skills and career growth.\",\n      \"current_position_2\": \"HR Manager (Stitel Networks, LLC., Size: Self-employed) [2024-07-01]\",\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (BroTecs Technologies Ltd.)\",\n      \"position_2\": \"HR Manager (Stitel Networks, LLC.)\",\n      \"position_3\": \"Deputy Manager Admin & HR (Monico Technologies Ltd.)\",\n      \"position_date_1\": \"2024-07-01\",\n      \"position_date_2\": \"2024-07-01\",\n      \"position_date_3\": \"2018-01-01 - 2024-07-01\",\n      \"education_1\": \"United International University, Bachelor of Business Administration (B.B.A.), Major in HRM\",\n      \"education_2\": \"Birsreshtha Munshi Abdur Rauf Rifles College, Business Studies\",\n      \"education_3\": \"B.C.S.I.R. High School, Business Studies\",\n      \"education_date_1\": \"2009-01-01 - 2013-01-01\",\n      \"education_date_2\": \"2006-01-01 - 2008-01-01\",\n      \"education_date_3\": \"2004-01-01 - 2006-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"md@stitelnetworks.com, md@brotecs.com\",\n      \"position\": \"HR Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Minhuz\",\n      \"last_name\": \"Uddin\",\n      \"full_name\": \"Minhuz Uddin\",\n      \"linkedin\": \"https://www.linkedin.com/in/minhuz-uddin-b73a1057\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAwS_4cB8OpVfMYHOiwkR1V19_rcOcLGHXk,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager, People & Culture\",\n      \"industry\": \"apparel manufacturing\",\n      \"email\": \"minhuz.uddin@hoplun.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 6995,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"administration,new hires,textile manufacturing,attention to detail,legal matters,labor and employment law,blue collar recruitment,hr project management,management systems,apparel,employee learning & development,human resources information systems (hris),problem solving,analytical skills,communication,talent management,performance management ,negotiation,report writing,communication skills,presenter,powerpoint,microsoft excel,microsoft office,training,entrepreneurship,management consulting,business intelligence,internet,internal communications,presentations,leadership,analysis,teamwork,project planning,team leadership,performance management,recruiting,presentation skills,organizational development,business strategy,hr management,corporate communications,job description development,microsoft powerpoint,employee engagement,training & development,strategic planning,performance appraisal,human resource development,strategic human resource planning,management,workforce planning,decision-making,critical thinking,personality styles,team motivation,financial literacy,instructional design,training delivery,delegation,diversity, equity, and inclusion (dei) initiative implementation,lead change,artificial intelligence for business,chatgpt,productivity improvement,ai productivity,self-motivation,self mastery,emotional intelligence,change management,change readiness,employee handbooks,career management,high potential development,succession planning,employee coaching,continuous improvement,self-regulation,career transitioning,conflict resolution,interpersonal communication,interpersonal skills,executive presentation skills,executive coaching,performance improvement,organizational leadership,meeting facilitation,management style,lean six sigma,grit,resiliency,wellness,constructive feedback,accountability,personal development,ethical leadership,business ethics,microsoft copilot,strategic influence\",\n      \"twitter\": \"\",\n      \"about\": \"I am a seasoned HR professional with extensive experience in Organisational Development, KPI Implementation, Talent Management, HRIS and Sustainability. I hold a BBA Degree on Management and MBA in Human Resource Management, and my passion lies in helping organisations achieve their business goals through effective people management strategies.\\n\\nI have developed a comprehensive skill set that includes talent acquisition, employee engagement, training and development, change management, process improvement, and leadership development. Throughout my career, I have worked with a diverse range of industries, including the RMG industry, where I gained valuable insights into the unique challenges and opportunities facing this sector.\\n\\nI have also contributed to business transformation initiatives, leading cross-functional teams to drive change and deliver results. I am an idea generator and a strong advocate for innovation, believing that creative thinking and problem-solving can lead to breakthrough solutions. In addition, I am a coach & mentor, having helped individuals and teams realize their potential and achieve their goals. If you are looking for a consultant who can bring a wealth of experience and expertise to your organization in HR, L&D, PMS, HR Analytics, Business Transformation, Idea Generation, Coaching, and the investment in RMG industry, Sustainability I am here to help. Contact me to learn more about how I can assist you in achieving your business goals\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"11 months \",\n      \"time_in_company\": \"11 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Hop Lun\",\n      \"company_link\": \"https://www.linkedin.com/company/hop-lun\",\n      \"company_id\": \"https://www.linkedin.com/company/457695\",\n      \"company_domain\": \"hoplun.com\",\n      \"company_about\": \"Hop Lun is a leading international fashion lingerie and swimwear company headquartered in Hong Kong. Since 1992, we have been steadfast in our commitment to delivering top-quality fashion lingerie and swimwear to major retailers worldwide.\\n\\nWith a dedicated workforce of over 28,000 employees, we operate 10 strategically located manufacturing facilities in Bangladesh, China, and Indonesia. Supported by a centralized Development & Operations Centre (formerly PPO) and logistics centre in South China, we ensure efficient processes and timely delivery of our products.\\n\\nIn September 2022, Hop Lun achieved a significant milestone as Platinum Equity acquired a majority interest in our company, further solidifying our position for accelerated success. We take immense pride in our dedication to excellence and look forward to continuing to provide fashionable and high-quality lingerie and swimwear to customers around the world.\",\n      \"company_founded\": 1992,\n      \"company_size\": \"941\",\n      \"company_location_1\": \"Kowloon, Hong Kong SAR\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Kowloon\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"33/f wing hong st, hong kong, kowloon, hong kong\",\n      \"company_postal_code\": null,\n      \"company_phone\": \"+85223599568\",\n      \"company_industry_1\": \"textile manufacturing\",\n      \"company_industry_2\": \"textiles\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Underwear,Apparel,Garment Manufacturer,Wholesale,Lingerie,Intimates,ODM,OEM,Design,Product Development,Loungewear, Sportswear ,Swimwear\",\n      \"company_size_category\": \"501-1000\",\n      \"social_fields\": \"https://facebook.com/hoplunin/\",\n      \"keywords\": \"ecommerce, design, product development, wholesale, apparel, oem, odm, lingerie, underwear, loungewear, fast fashion, d2c, intimates, garment manufacturer\",\n      \"annual_revenue\": \"583000000\",\n      \"technologies\": \"Outlook, Mobile Friendly, MailChimp SPF, Google Tag Manager, Google Maps, Apache\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"People and Culture Manager (Hop Lun, Size: 501-1000) [2024-03-01] Support in development and implementation of HR policies and procedures, periodic review of policies and recommend new policies, approaches, and procedures. \\nResponsible for recruitment, Job description creation, workforce planning and maintain adequate staffing in accordance with approved manpower budget.\\nResponsible for onboarding process and providing recommendations on improving new joiners experience working closely with the People & Culture team. \\nImplement the performance management process and provide recommendations on how to continuously improve the process.\\nIdentifying training needs of management and non-management employees and conduct different training coordination with global P&C team. \\nHandle staffing issues, such as mediating disputes, handling grievances and directing disciplinary procedures as guided for the workers.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"People and Culture Manager (Hop Lun)\",\n      \"position_2\": \"Freelance Consultant (Third Bridge Group Limited)\",\n      \"position_3\": \"HR Manager (Pacific Jeans)\",\n      \"position_date_1\": \"2024-03-01\",\n      \"position_date_2\": \"2023-03-01 - 2024-03-01\",\n      \"position_date_3\": \"2023-09-01 - 2024-02-01\",\n      \"education_1\": \"University of Dhaka, Master of Business Administration (M.B.A.), Business Administration and Management, General\",\n      \"education_2\": \"University of Dhaka, Bachelor's Degree, Business Administration and Management, General\",\n      \"education_3\": \"BRAC University, Post-Graduate Diploma, Knitwear Management \",\n      \"education_date_1\": \"2013-01-01 - 2014-01-01\",\n      \"education_date_2\": \"2009-01-01 - 2012-01-01\",\n      \"education_date_3\": \"2021-11-01 - 2022-11-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"minhuz.uddin@hoplun.com\",\n      \"position\": \"People and Culture Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Moumita\",\n      \"last_name\": \"Bepary\",\n      \"full_name\": \"Moumita Bepary\",\n      \"linkedin\": \"https://www.linkedin.com/in/moumita-bepary-7647691a5\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAC_9CvwBa1XvoFdYgF_9QGvD33lvUeiF3dk,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Manager-HR, Shakti Foundation for Disadvantaged Women, PGD in HRM\",\n      \"industry\": \"non-profit organizations\",\n      \"email\": \"moumita.bepary@shakti.org.bd\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 881,\n      \"location\": \"Dhaka, Dhaka, Bangladesh\",\n      \"skills\": \"labour law,labour act,compensation & benefits,leave policy,diciplinary actions and  procedures,pf and gratuity,employee separation,hrbp,tax calculation,tax exemption,income tax,human resource planning,confidentiality,recruitment and selection ,human resources information systems (hris),strategic human resource planning,human resource development,hris,recruitment and selection,confidentiality ,organizational development,kpi design,performance management system,hr leadership,health and safety at workplace,business accumen,succession planning,kpi implementation,hr reporting,competency mapping,business acumen,analysis and evaluation,conflict resolution,program management,leadership,multitasking,analytical skills,organization skills,human resources (hr),interpersonal skills,employee relations,team building,communication,teaching,assistant teaching,management,public speaking,web content writing,research,teamwork,microsoft office,strategic planning\",\n      \"twitter\": \"\",\n      \"about\": null,\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years 6 months \",\n      \"time_in_company\": \"2 years 6 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Shakti Foundation for Disadvantaged Women\",\n      \"company_link\": \"https://www.linkedin.com/company/sfdwbd\",\n      \"company_id\": \"https://www.linkedin.com/company/31300125\",\n      \"company_domain\": \"shakti.org.bd\",\n      \"company_about\": \"Shakti Foundation is a non-government organization committed to the economic and social empowerment of disadvantaged women across Bangladesh. It believes in realizing the potential of women to become strong, independent members of their communities. Shakti began its mission with urban microfinance programs and strategically expanded its service network to reach remote rural areas. Over the years, it has widened its range of development services to include basic health care and education, agro-business growth, solar power, skills training and advocacy. Shakti was founded in April 1992 and now serves almost 500,000 households within 54 districts of Bangladesh. \",\n      \"company_founded\": null,\n      \"company_size\": \"452\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"non-profit organizations\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"sfdw,shakti,shakti_foundation\",\n      \"company_size_category\": \"201-500\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager HR (Shakti Foundation for Disadvantaged Women, Size: 201-500) [2023-08-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager HR (Shakti Foundation for Disadvantaged Women)\",\n      \"position_2\": \"Senior Officer (HR) (Shakti Foundation for Disadvantaged Women)\",\n      \"position_3\": \"Query Manager (MadMen Digital)\",\n      \"position_date_1\": \"2023-08-01\",\n      \"position_date_2\": \"2022-08-01 - 2023-08-01\",\n      \"position_date_3\": \"2021-04-01 - 2021-09-01\",\n      \"education_1\": \"East West University, MA in English, Literature\",\n      \"education_2\": \"East West University, Bachelor of Arts - BA, English Language and Literature/Letters\",\n      \"education_3\": null,\n      \"education_date_1\": \"2021-01-01 - 2022-01-01\",\n      \"education_date_2\": \"2017-01-01 - 2021-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"moumita.bepary@shakti.org.bd\",\n      \"position\": \"Manager HR\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Neepa\",\n      \"last_name\": \"Das\",\n      \"full_name\": \"Neepa Rani Das\",\n      \"linkedin\": \"https://www.linkedin.com/in/neepa-rani-das-785116b0\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABeCidUBNnm8m5oRhXgbRGffb6kEZy8SIcw,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"PepsiCo-TCPL | Human Resources Manager | Ex Himalaya, Bikroy, Gildan | HRBP | HR Operations | FMCG | Plant | Sales | Depot\",\n      \"industry\": \"food and beverage services\",\n      \"email\": \"neepa@transcombd.com\",\n      \"email_status\": \"\",\n      \"personal_email\": \"raniju.dna@gmail.com\",\n      \"num_of_connections\": 4522,\n      \"location\": \"Gulshan, Dhaka, Bangladesh\",\n      \"skills\": \"project planning,sap,management,business planning,strategic planning,quantitative research,business strategy,online research,marketing,microsoft office,powerpoint,spss,stata,microsoft excel,microsoft word,microsoft powerpoint,teamwork,public speaking,team management,team leadership,training,leadership,qualitative research,eviews 7.0,financial statement analysis,financial variance analysis,marketing communications\",\n      \"twitter\": \"\",\n      \"about\": \"CAREER SUMMARY:\\n\\n•\\tBusiness Graduate from IBA, Jahangirnagar University with more than 8 years of experience in Business, Number, HR Analytics and People Operation\\n•\\tProven track record in HR Field Operation & Stakeholder Management for over 08 years\\n•\\tWorked with KPI, Metrics, Performance Development and analytics in HR\\n•\\tDealt with performance-based PMS with more than 400 field executives\\n•\\tDesigned and implemented learning and development projects from yearly PMS\\n•\\tProven track in business-driven approach, number and analysis-oriented presentations and people-passionate attitude\\n\\nSPECIALIZATION:\\n\\n•\\tHR Business Partnering\\n•\\tChange Management/HR Transformation\\n•\\tKPI & Competency based PMS\\n•\\tManpower budgeting\\n•\\tHR Policy, Process & Systems Design and safeguarding\\n•\\tTalent Acquisition, Management & Succession Planning\\n•\\tKnowledge of Bangladesh Labor Law\\n•\\tCoaching, Learning & Talent Development\\n•\\tCompensation & Benefits\\n•\\tEmployee Engagement\\n•\\tEmployee Grievance Handling\\n•\\tHRIS, ERP\\n\\nKEY ACHIEVEMENTS:\\n\\n•\\tBrought about transformational change in the organization by designing and delivering significant People Transformation Program\\n•\\tDesigned 35+ Job Descriptions for Executives and Managers including 5 HoDs \\n•\\tInitiated Performance Management System (PMS) in the Country Office\\n•\\tChanged third-party payroll operation with 69% cost reduction during COVID\\n•\\tUpon Sourcing and analyzing Channel Effectiveness, reduced recruitment cost by 80% and closed hiring 5 HoD level positions during pandemic\\n•\\tIntroduced Provident Fund & Gratuity Scheme for Bangladesh Office with 15% cost reduction in vendor management\\n•\\tEnacted the HR policies and aligned with Bangladesh Labor Law 2006 & Labor Rules 2015 by introducing Service Rules.\\n•\\tDesigned and implemented Yearly Training Calendar (Jan-Dec’21) for employees with more than 45 hours of Internal/sales training\\n•\\tDeveloped Leave Management System in SAP Success factors for Bangladesh Office \\n•\\tManagement of employee on boarding as well as Expat hiring: E-VISA, Work permit, Security clearance handling & Exit formalities\\n•\\tConstantly developing and maneuvering HR Branding activities in university campus, Job Fair\\n•\\tRegularly managing Third-party vendors/ Payroll/TADA\\n•\\tConducting Employee Engagement & Wellbeing programs with 80% employee satisfaction as per survey\\n\\nTRAINING:\\n\\nBangladesh Labor Law & Rules-2015, HR Planning, Change Management, Conflict Management, Succession Planning, KPI based Performance Management, Balanced Scorecard, Talent Management, Talent Mapping and Benchmarking, Job Analysis & Job Evaluation.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"2 years 3 months \",\n      \"time_in_company\": \"2 years 3 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"PepsiCo - Transcom Consumer Products Ltd.\",\n      \"company_link\": \"https://www.linkedin.com/company/transcom-consumer-products-limited\",\n      \"company_id\": \"https://www.linkedin.com/company/9494895\",\n      \"company_domain\": \"transcombd.com\",\n      \"company_about\": \"Transcom Consumer Products Limited (TCPL) is PepsiCo’s first snacks franchise in the world. TCPL spreads the goodness of world-standard PepsiCo snacks across Bangladesh, produced at the state-of-the-art plant in Bogura. TCPL manufactures a range of lip-smacking flavors of Kurkure such as Cream and Onion, Spicy Chicken among others, packages Quaker Oats and also makes world’s no. 01 snacks brand Lay’s available to consumers.\",\n      \"company_founded\": null,\n      \"company_size\": \"155\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\\n\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"Gulshan 2, Dhaka, , BD\",\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"manufacturing\",\n      \"company_industry_2\": \"mechanical or industrial engineering\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"CPG,FMCG,Snacks,PepsiCo,Bangladesh\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"fmcg, snacks, cpg, bangladesh, pepsico\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Human Resources Manager (Head Office | Plant | Sales | Depot) (PepsiCo - Transcom Consumer Products Ltd., Size: 51-200) [2022-11-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Human Resources Manager (Head Office | Plant | Sales | Depot) (PepsiCo - Transcom Consumer Products Ltd.)\",\n      \"position_2\": \"Human Resources Manager (Himalaya Bangladesh)\",\n      \"position_3\": \"Sr. Executive (HR Generalist) (Bikroy)\",\n      \"position_date_1\": \"2022-11-01\",\n      \"position_date_2\": \"2018-10-01 - 2022-11-01\",\n      \"position_date_3\": \"2018-01-01 - 2018-10-01\",\n      \"education_1\": \"IBA, Jahangirnagar University, Master of Business Administration - MBA, Finance, Marketing & HR\",\n      \"education_2\": \"IBA, Jahangirnagar University, Bachelor of Business Administration - BBA, Finance, Marketing & HR\",\n      \"education_3\": null,\n      \"education_date_1\": null,\n      \"education_date_2\": null,\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"neepa@transcombd.com\",\n      \"position\": \"Human Resources Manager (Head Office | Plant | Sales | Depot)\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Pikanul\",\n      \"last_name\": \"Hassan\",\n      \"full_name\": \"Pikanul Hassan Nayem\",\n      \"linkedin\": \"https://www.linkedin.com/in/pikanul-hassan-nayem\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABREPsoBQFonirHFAwtIZzC_tXwl0qwWZkU,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR and Learning & Development Professional | Recruiter | Founder & Lead Trainer of Career Lead\",\n      \"industry\": \"non-profit organizations\",\n      \"email\": \"pikanul@stafflinebangladesh.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 15380,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"employee engagement,compensation management,personnel management,problem solving,budgeting,human resources information systems (hris),relationship building,talent management,human resources,microsoft office,customer service,management,microsoft excel,leadership,training,microsoft word,recruiting,powerpoint,research,contract recruitment,hr management,teamwork,interviews,employee relations,team management,negotiation,performance appraisal,team leadership,performance management,business development,strategic planning,interviewing,human resources (hr),microsoft powerpoint\",\n      \"twitter\": \"\",\n      \"about\": \"Has more than 9 years of quality work experience & worked with multinational companies (Corporate) & international NGOs in the field of Human Resources & Learning & Development. HR Generalist and L&D Specialist with progressive experience in Learning & Development, Staff Capacity Development, Creating Training Modules, Facilitating Training, Talent Management, Performance Management, National & International Staff Recruitment, Compensation & Benefits, Developing & Implementing Policy, HR Administration. Skilled at building relationships & trust with employees across all levels of an organization & conflict management.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years \",\n      \"time_in_company\": \"1 years \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Staffline Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/staffline-bangladesh\",\n      \"company_id\": \"https://www.linkedin.com/company/89692282\",\n      \"company_domain\": \"stafflinebangladesh.com\",\n      \"company_about\": \"Staffline is the leading HR & Staffing management service company in Bangladesh working with topnotch local conglomerates, FMCG, fortune 100 enlisted companies, International NGOs, INGO, etc.\\nWe provide Recruiting, Headhunting, Manpower Outsourcing, Contingent Workforce, Outstaffing, Payroll Management, Expatriate Management, Work Visas, Business Visas, Immigration, PEO, EOR, Global Mobility Services, 360-degree HR services, etc.\\n\\n•\\tExecutive Search, Recruiting \\n•\\tHeadhunting & Outstaffing\\n•\\tContingent Workforce \\n•\\tPayroll Management\\n•\\tManpower Out Souring\\n•\\tExpatriate Management\\n•\\tImmigration Consultancy\\n•\\tWork Visa, Business & Family Visa\\n•\\tForeign Company/Office Setup\\n\\n\\n•\\tPEO & EOR service\\n•\\tGlobal Mobility Service\\n•\\tVAT, Tax & Audit\\n•\\tMerger & Acquisition\\n•\\tManagement Consultancy\\n•\\tBackground Verification\\n•\\tC&B (salary survey)\\n•\\tOD &Training, Labor\\n•\\tTalent Acquisition & 360 degrees HR\\n\",\n      \"company_founded\": null,\n      \"company_size\": \"17\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"human resources services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (Talent Acquisition Specialist) (Staffline Bangladesh, Size: 11-50) [2024-01-01] 1.⁠ ⁠𝐇𝐑 & 𝐒𝐭𝐚𝐟𝐟𝐢𝐧𝐠: Executive Search, RPO, Recruiting & Headhunting, Staffing, Remote Hiring, IT & Tech Hiring, Onshore & Offshore Staffing.\\n2.⁠ ⁠𝐏𝐚𝐲𝐫𝐨𝐥𝐥 𝐌𝐚𝐧𝐚𝐠𝐞𝐦𝐞𝐧𝐭: Payroll, PEO, EOR, AOR, GEO, Global Mobility, Out staffing, Contingent Workforce, Outsourcing, Secondment Service\\n3.⁠ ⁠𝐄𝐱𝐩𝐚𝐭𝐫𝐢𝐚𝐭𝐞 𝐌𝐚𝐧𝐚𝐠𝐞𝐦𝐞𝐧𝐭-Immigration & Visa, Work Permit Visa, Employment Visa, Expat Staffing\\n4.⁠ ⁠𝐇𝐑 𝐀𝐝𝐯𝐢𝐬𝐨𝐫𝐲: FDI, M&A, Labor Law, Salary & Benefits, Background Verification, HR Policy, HR Audit Assessment Centre, Training\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (Talent Acquisition Specialist) (Staffline Bangladesh)\",\n      \"position_2\": \"HR Professional (Terre des hommes foundation)\",\n      \"position_3\": \"Human Resources Officer (Social Assistance and Rehabilitation for the Physically Vulnerable (SARPV))\",\n      \"position_date_1\": \"2024-01-01\",\n      \"position_date_2\": \"2023-12-01 - 2024-11-01\",\n      \"position_date_3\": \"2023-09-01 - 2023-12-01\",\n      \"education_1\": \"American International University-Bangladesh, Master of Business Administration (MBA), Human Resources Management/Personnel Administration, General\",\n      \"education_2\": \"American International University-Bangladesh, Bachelor of Business Administration (BBA), Human Resources Management\",\n      \"education_3\": null,\n      \"education_date_1\": \"2016-01-01 - 2017-01-01\",\n      \"education_date_2\": \"2012-01-01 - 2015-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": \"pikanulhassannayem.com\",\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"pikanul@stafflinebangladesh.com\",\n      \"position\": \"HR Manager (Talent Acquisition Specialist)\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Pinky\",\n      \"last_name\": \"Saha\",\n      \"full_name\": \"Pinky Saha\",\n      \"linkedin\": \"https://www.linkedin.com/in/pinkysaha\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAA7tPOMBzXL1kfYg2hRJwIC4Hou2dW-MCUE,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Recruitment | HRTech | SaaS | ATS (Pro HR)\",\n      \"industry\": \"software development\",\n      \"email\": \"pinky.saha@repliq.dev\",\n      \"email_status\": \"\",\n      \"personal_email\": \"pink17saha@gmail.com\",\n      \"num_of_connections\": 15723,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"key performance indicators,hr strategy,kpi dashboards,attendance management,hris database management,training & development,strategic human resources leadership,problem solving,leadership,performance appraisal,organizational development,compensation & benefits,hr policies,strategic planning,business strategy,payroll,human resources,recruiting,employment law,performance management,new hire orientations,screening resumes,market research,human resources (hr),microsoft office,employee relations,sourcing,employee engagement,management,team management,personnel management,communication,interviewing,teamwork,team leadership,negotiation,social inclusion,mindfulness,talent management\",\n      \"twitter\": \"\",\n      \"about\": \"At REPLIQ, our team embraces a culture of excellence in HR management, aligning organizational objectives with our employees' growth and potential. With an MBA from Jagannath University, my leadership in recruitment, training, and performance management has been instrumental in fostering a positive and dynamic work environment. \\n\\nPreviously steering HR at Expressions Ltd., I cultivated interpersonal relationships and employed HR best practices that supported the company's strategic vision. My dedication lies in leveraging HR strategies to enhance operational efficiency and employee satisfaction.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"1 years 6 months \",\n      \"time_in_company\": \"1 years 6 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"REPLIQ\",\n      \"company_link\": \"https://www.linkedin.com/company/repliqlimited\",\n      \"company_id\": \"https://www.linkedin.com/company/86811712\",\n      \"company_domain\": \"repliq.dev\",\n      \"company_about\": \"We are your product team in the cloud. We focus primarily on Python / Django and React.js / Next.js\",\n      \"company_founded\": null,\n      \"company_size\": \"29\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"information technology and services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Django REST Framework,Expo,React Native,React.js,Next.js,Django\",\n      \"company_size_category\": \"11-50\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (REPLIQ, Size: 11-50) [2023-08-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (REPLIQ)\",\n      \"position_2\": \"Manager, HR (EXPRESSIONS LTD)\",\n      \"position_3\": \"Assistant Manager, HR (EUR Service (BD) Ltd.)\",\n      \"position_date_1\": \"2023-08-01\",\n      \"position_date_2\": \"2021-09-01 - 2023-07-01\",\n      \"position_date_3\": \"2019-05-01 - 2021-09-01\",\n      \"education_1\": \"Jagannath University, Dhaka, Master of Business Administration (M.B.A.), Human Resources Management\",\n      \"education_2\": \"Jagannath University, Dhaka, Bachelor of Business Administration (BBA), Management Studies\",\n      \"education_3\": null,\n      \"education_date_1\": \"2013-01-01 - 2014-01-01\",\n      \"education_date_2\": \"2008-01-01 - 2013-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": \"prohr.io\",\n      \"website_2\": \"repliq.dev\",\n      \"website_3\": \"prohr.io\",\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"pinky.saha@repliq.dev\",\n      \"position\": \"HR Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Radhia\",\n      \"last_name\": \"Sultana\",\n      \"full_name\": \"Radhia Sultana\",\n      \"linkedin\": \"https://www.linkedin.com/in/radhia-sultana-080ba067\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAA48XmABdPScsiOnMvt62hsOUFgAuW1S78Q,NAME_SEARCH,HJYC\",\n      \"open\": \"true\",\n      \"premium\": \"true\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR Manager | HRBP | HR Generalist | HR Consultant | Freelance Recruitment | Global Staffing | Staff Augmentation | Administration | L&D | Strategic Planning | HRIS | HRMS | PMS | Employee Engagement | ERP | KPI/KRA\",\n      \"industry\": \"non-profit organizations\",\n      \"email\": \"radhia_sultana@caritasbd.org\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 9250,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"training and development (hr),strategic human resources leadership,human resources information systems (hris),hr transformation,senior professional in human resources (sphr),team management,strategic planning,teamwork,leadership,hr policies,hr consulting,hr management,hr strategy,hr project management,human resources,strategic human resource planning,human resource development,employee training,presentation skills,new hire orientations,employee orientations,target orientation,orientation programs,business development,leadership development,curriculum development,organizational development,staff development,paperwork,employee relations,employment law,employee engagement,employee benefits design,employee wellness,employment practices liability,employee recognition,employee surveys,employee learning & development,employee wellness programs,positive employee relations,employee rewards programs,employee turnover,leave administration,leave management,team motivation,motivational speaking,performance motivation,motivational interviewing,recruiting,personnel selection,labor relations,traditional labor law,employee motivation,labor law - bangladesh,effort appraisal\",\n      \"twitter\": \"\",\n      \"about\": \"As the Manager of HR at Caritas Bangladesh, which is a member of Caritas International, one of the global NGOs, I oversee and execute various HR and Administrative functions to support the organization's growth and development. I have a PGD in HRM from the Bangladesh Institute of Management, an LLB from Ideal Law College, Dhaka, as well as a BBS and MBS degree in Management.\\n\\nWith more than 12 years of experience in HR and Administration, I have successfully developed and implemented HR processes, policies, and strategies that enhance employee engagement, performance management, talent acquisition, learning and development, reward and recognition, and organizational and people branding. I have also managed HR and Administration activities such as documentation, reporting, salary administration, compensation and benefits, leave management, fire, health and safety management, and grievance handling in my overall career. I am proficient in using HRIS, ERP, and KPI tools to monitor and evaluate HR and Administration outcomes and metrics. I am passionate about creating a positive and productive work environment for the employees and the organization.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"4 months \",\n      \"time_in_company\": \"4 months \",\n      \"changed_job\": \"true\",\n      \"job_details\": \"Caritas Bangladesh hired Radhia as a Manager (HR) 2 months ago from INTELLIER LIMITED.\",\n      \"latest_post\": null,\n      \"company_name\": \"Caritas Bangladesh\",\n      \"company_link\": \"https://www.linkedin.com/company/caritasbd\",\n      \"company_id\": \"https://www.linkedin.com/company/97207419\",\n      \"company_domain\": \"caritasbd.org\",\n      \"company_about\": \"Caritas is a Latin word. Literally it means \\\"charity\\\" or universal love.\\n\\nCaritas was founded in 1967 as the eastern branch of Caritas Pakistan. Following the cyclone of November 1970 it was re-organised and became known as CORR (Christian Organisation for Relief and Rehabilitation) and took on the character of a national organisation on January 13, 1971. The name Caritas was re-introduced in 1976.\\n\\nCaritas Bangladesh has its Central Office in Dhaka. There are eight Regional (or Diocesan) Offices in Barisal, Chittagong, Dhaka, Dinajpur, Khulna, Mymensingh,Rajshahi and Sylhet. In all these places Caritas is operational in Integrated Development, Disaster Management and Human Resource Development, under a central management. Caritas restricts itself at present to 200 upazilas (sub-districts) for integrated human development work. During emergencies, such as natural disasters, Caritas is operational in any part of the country.\\n\\nCaritas Bangladesh is a member of the Caritas Internationalis, a confederation of 165 Caritas Member Organisations over 200 countries and territories.\",\n      \"company_founded\": null,\n      \"company_size\": \"136\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"non-profit organizations\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager (HR) (Caritas Bangladesh, Size: 51-200) [2024-10-01] 1. Recruitment and Selection\\n2. Performance Assessment\\n3. Training and Development\\n4. Compensation and Benefits\\n5. Employee Relations and Legal Compliance\\n6. Communication and Reporting\\n7. Monitoring and Supervision\\n8. General HRD\\n9. Representation\\n10. Others\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Manager (HR) (Caritas Bangladesh)\",\n      \"position_2\": \"Manager, HR & Administration (INTELLIER LIMITED)\",\n      \"position_3\": \"Manager, HR and Administration (Promoted from Deputy Manager in January, 2022) (Allone Softtech Limited)\",\n      \"position_date_1\": \"2024-10-01\",\n      \"position_date_2\": \"2022-01-01 - 2024-09-01\",\n      \"position_date_3\": \"2019-08-01 - 2022-01-01\",\n      \"education_1\": \"Bangladesh Institute of Management, PGD, Human Resources Management\",\n      \"education_2\": \"Govt. Titumir College, M.B.S, Management\",\n      \"education_3\": \"Siddheswari Girls' College, National University, B.B.S, Management\",\n      \"education_date_1\": \"2016-01-01 - 2017-01-01\",\n      \"education_date_2\": \"2011-01-01 - 2012-01-01\",\n      \"education_date_3\": \"2007-01-01 - 2011-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"radhia_sultana@caritasbd.org\",\n      \"position\": \"Manager (HR)\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Md\",\n      \"last_name\": \"Rana\",\n      \"full_name\": \"Md. Sohel Rana\",\n      \"linkedin\": \"https://www.linkedin.com/in/md-sohel-rana-45752b21b\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAADdt2sMBIIPrx2MAD8b0g8Djes-roZYtXoY,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR & Admin Manager, Technext\",\n      \"industry\": \"software development\",\n      \"email\": \"rana@technext.it\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 338,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": null,\n      \"twitter\": \"\",\n      \"about\": null,\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"5 years \",\n      \"time_in_company\": \"5 years \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Technext\",\n      \"company_link\": \"https://www.linkedin.com/company/technextlimited\",\n      \"company_id\": \"https://www.linkedin.com/company/3158231\",\n      \"company_domain\": \"technext.it\",\n      \"company_about\": \"Since 2012, TECHNEXT has been helping startups & businesses design better products, websites, web & mobile apps and data-driven services to achieve their goals.\\n\\nWe've helped 100+ startups & businesses to build their web & mobile applications, UX/UI consulting and digital solutions.\\n\\nCurrently, I am helping founders hire great software engineers in a day from a pool of great talents.\\n\\nWe've built a few in-house brands & services we have built in the past few years.\\n\\nServices: \\nUI/UX Design\\nUser Research\\nUser Experience Design\\nUI Design\\nBranding \\n\\nWeb Application Development with the following technologies\\n- Node JS\\n- React JS\\n- Laravel \\n- Vue JS\\n- AWS\\n- TypeScript\\n- Javascript \\n- Shopify\\n- WordPress\\n\\nMobile Application Development with the following technologies\\n- Flutter\\n- Native iOS\\n- Native Android \\n\\nResource as a Service\\n- Any company can hire our excellent software engineers for monthly basis\\n\\n\\nProducts we've built\\n\\n1. ThemeWagon, Inc - https://themewagon.com/ \\nThe #1 Collection of Free and Premium Web Templates (Shop).\\n\\nIt's 30 premium templates and 1200+ free high quality HTML5 Bootstrap templates.\\nEvery month 1M+ visitors visit ThemeWagon.\\n\\nWe built it with WordPress & WooCommerce with Stripe & PayPal payment gateway integration.\\n\\n\\n2. MailBluster - https://mailbluster.com/ \\nEmail marketing software (SaaS) via AmazonSES.\\nWe built MailBluster on top of cutting-edge technology to deliver marketing emails at scale and at a cheap cost.\\n\\n600M+ emails have been sent so far by our 14,402 Customers.\\n\\nWe used Node JS, Express JS, React JS, MySQL, AWS Lambda.\\n\\n\\n3. Graduate Network - https://gradnet.io/ \\nAlumni Engagement & mentoring software (SaaS) for alumni association, university, community & corporate.\\n\\nWe developed it with React JS, Laravel.\\n\\nIt's alumni directory, mentoring, job portal, business directory, event ticketing, fundraising, membership fee, online election and analytics\",\n      \"company_founded\": 2012,\n      \"company_size\": \"82\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": \"+8801731045458\",\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Web Application Development,SAAS,Mobile App,React JS,Node JS,Vue JS,JavaScript,TypeScript,Laravel,WordPress,Webflow,UI Design,User Research,UX Design,Next JS\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"https://twitter.com/TechnextLimited, https://www.facebook.com/TechnextLimited/\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Human Resources Manager (Technext, Size: 51-200) [2020-01-01]\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"Human Resources Manager (Technext)\",\n      \"position_2\": null,\n      \"position_3\": null,\n      \"position_date_1\": \"2020-01-01\",\n      \"position_date_2\": null,\n      \"position_date_3\": null,\n      \"education_1\": null,\n      \"education_2\": null,\n      \"education_3\": null,\n      \"education_date_1\": null,\n      \"education_date_2\": null,\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"rana@technext.it\",\n      \"position\": \"Human Resources Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Md\",\n      \"last_name\": \"Rinku\",\n      \"full_name\": \"Md. Hasan Rinku\",\n      \"linkedin\": \"https://www.linkedin.com/in/md-hasan-rinku-18ba6038\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAAAf8nvsBYCG-cbM-q0wg7arRLEeiOY39Ng0,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR Profession | Talent Acquisition | Tech Recruiter | HRIS l People & Culture | Employee Engagement | Employee Branding | HR Operations | HR Business Partner | Non-Tech Recruiter\",\n      \"industry\": \"financial services\",\n      \"email\": \"rinku@tallykhata.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 29945,\n      \"location\": \"Dhaka, Bangladesh\",\n      \"skills\": \"people and culture,talent acquisition,hr operations,employer branding,recruitment & selection,human resources information systems (hris),performance management,program management,payroll,policy,recruiting,temporary placement,administration,hr policies,hris,management,employee relations,team leadership,performance appraisal,time management,employee engagement,team management,interviewing,personnel management,hris database management,exit interviews,leave management,attendance management,human resources (hr)\",\n      \"twitter\": \"\",\n      \"about\": \"As an experienced HR professional, I have spent more than a decade of my career developing and implementing effective talent acquisition strategies, HR policies and procedures, and employee engagement programs. In my current role as a Talent Acquisition Manager at TallyKhata, I am responsible for leading the recruitment process, developing hiring strategies, creating a candidate pool, and ensuring that the best talent is hired for the organization. I have also successfully executed various employee engagement events and ensured smooth HR operations including new hire employee onboarding, employee separations file management, exit interview, leave management, and attendance management.\\n\\nBefore TallyKhata, I worked as an Assistant Manager of HR at SureCash where I coordinated and executed overall recruitment processes, maintained the work structure by updating job requirements, managed and utilized the CV bank, and enforced management guidelines by preparing and recommending HR policies and procedures. As a Senior Executive HR, I was responsible for managing the recruitment, selection, and placement process while ensuring the maintenance of all HRIS reports and preparing and issuing job contract/appointment letters.\\n\\nThroughout my career, I have developed skills in people and culture, talent acquisition, HR operations, employer branding, HRIS, policy, employee engagement, leave management, and attendance management. My passion for HR and my desire to make a positive impact on organizations and their employees have been the driving force behind my work. I am always looking for new challenges and opportunities to grow in the field of HR.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"2 years 5 months \",\n      \"time_in_company\": \"5 years 9 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"TallyKhata\",\n      \"company_link\": \"https://www.linkedin.com/company/tallykhata\",\n      \"company_id\": \"https://www.linkedin.com/company/56407263\",\n      \"company_domain\": \"tallykhata.com\",\n      \"company_about\": \"TallyKhata is a leading fintech company in Bangladesh. We provide an app to small shops in Bangladesh. Shops use this app to record their transactions. They also receive payment from customers of 34 banks and wallets using a single QR code. Merchants can also receive quick business loans from our bank partners directly from the app.\\n\\nWith one million monthly active users, this is the #1 digital financial service for small businesses in Bangladesh. We operate our digital wallet service using a license from Bangladesh Bank. \\n\\nTallyKhata aims to help small businesses in Bangladesh grow, and impact the lives of millions of families.\",\n      \"company_founded\": 2014,\n      \"company_size\": \"199\",\n      \"company_location_1\": \"Dhaka, Dhaka, Bangladesh\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dhaka\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": \"51b kemal ataturk avenue, dhaka, dhaka division, bangladesh\",\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"financial services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Bookkeeping App,Digital Wallet,Digital Credit,Digital MSME Platform\",\n      \"company_size_category\": \"51-200\",\n      \"social_fields\": \"\",\n      \"keywords\": \"digital wallet, digital credit, bookkeeping app, digital msme platform\",\n      \"annual_revenue\": null,\n      \"technologies\": \"WordPress.org, Nginx, Mobile Friendly, Google Tag Manager, Google Play, Google Apps, Gmail, Facebook Widget, Facebook Login (Connect)\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"HR Manager (TallyKhata, Size: 51-200) [2022-09-01] Strategic Talent Acquisition:\\n Developed and executed effective talent acquisition strategies to attract every tier\\ncandidates.\\n Proven ability to create candidate pools in advance and implement innovative hiring\\nmethods.\\n\\nComprehensive HR Operations Expertise:\\n Proficient in HR operations, including onboarding, exit interviews, leave management,\\nand attendance management.\\n Experienced in maintaining employee personal files and managing HRIS reports.\\n\\nEmployee Engagement Leadership:\\n Successfully orchestrated various employee engagement events to enhance workplace\\nmorale.\\n Adept at fostering a culture of inclusion and involving employees in their work.\\n\\nPolicy Development and HR Compliance:\\n Demonstrated skill in drafting HR policies and procedures.\\n Knowledgeable about labor laws and experienced in ensuring HR compliance.\\n\\nHRIS and Administrative Proficiency:\\n Competent in Human Resources Information Systems (HRIS) for streamlined HR\\nprocesses.\\n Experienced in handling payroll, preparing various HR-related letters, and maintaining\\npersonnel files.\",\n      \"current_position_2\": null,\n      \"current_position_3\": null,\n      \"position_1\": \"HR Manager (TallyKhata)\",\n      \"position_2\": \"Assistant Manager Human Resources, SureCash (TallyKhata)\",\n      \"position_3\": \"Senior Executive HR (SureCash)\",\n      \"position_date_1\": \"2022-09-01\",\n      \"position_date_2\": \"2019-05-01 - 2022-08-01\",\n      \"position_date_3\": \"2015-12-01 - 2019-04-01\",\n      \"education_1\": \"Institute of Business Administration, University of Dhaka, Human Resource Management Competencies (HRMC)\",\n      \"education_2\": \"Bangladesh Institute of Management (BIM), PGDHRM\",\n      \"education_3\": \"Southeast University, Master of Business Administration (MBA), Human Resources Management\",\n      \"education_date_1\": \"2017-01-01 - 2017-01-01\",\n      \"education_date_2\": \"2014-01-01 - 2015-01-01\",\n      \"education_date_3\": \"2012-01-01 - 2013-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"rinku@tallykhata.com\",\n      \"position\": \"HR Manager\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Samiha\",\n      \"last_name\": \"Ali\",\n      \"full_name\": \"Samiha Ali\",\n      \"linkedin\": \"https://www.linkedin.com/in/samiha-ali-21856990\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABNN3_QBviXi2LyR_HDmE-WReZoXEsEK2Tk,NAME_SEARCH,HJYC\",\n      \"open\": \"true\",\n      \"premium\": \"true\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"Sr. People Manager @ Aggreko | SHRM-CP, Strategic HR, L&D, Recruitment\",\n      \"industry\": \"human resources services\",\n      \"email\": \"samiha.ali@aggreko.com\",\n      \"email_status\": \"\",\n      \"personal_email\": null,\n      \"num_of_connections\": 630,\n      \"location\": \"Dhaka, Dhaka, Bangladesh\",\n      \"skills\": \"performance management,strategic human resources leadership,employee learning & development,onboarding,hr management,human resource development,compensation & benefits,strategy,human resources information systems (hris),hr policies,training and development (hr),workforce planning,hr strategy,human resources (hr),training & development,human resources,employee relations,english,microsoft office,recruiting,powerpoint,microsoft word,microsoft excel,outlook,leadership,talent management,payroll,new hire orientations,teamwork,hr consulting\",\n      \"twitter\": \"\",\n      \"about\": \"I am a multi-faceted human resources leader with 10+ years of professional experience. Recognized for demonstrating a natural aptitude for spearheading training and coaching programs, I have a verifiable history of contributing directly to all areas of human resources and taking on progressive responsibilities throughout my career. Professional focal points include payroll functions, policies and compliance, organizational change, content design and facilitation, success and workforce planning, benefits and compensation management, and numerous facets of team and operations leadership excellence. \\n\\nI am always eager to learn new skills and technologies and to collaborate with cross-functional and multicultural teams.\\n\\nSince 2019, I have also served as the company’s Human Resources Manager and Learning Lead. In this capacity, I administer programs and modules focusing on performance improvement. My efforts have earned recognition and honours, particularly the New Joiner induction program, HR for Non-HR program & Leadership excellence training. In addition, I liaise with senior leadership and departmental teams to ensure operational efficiency.\\n\\nColleagues describe me as a conscientious, compassionate, and dynamic HR leader, known for expertly balancing company expectations while fostering employee growth.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"2 years \",\n      \"time_in_company\": \"8 years 7 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Aggreko\",\n      \"company_link\": \"https://www.linkedin.com/company/aggreko\",\n      \"company_id\": \"https://www.linkedin.com/company/13151\",\n      \"company_domain\": \"aggreko.com\",\n      \"company_about\": \"Welcome to the Aggreko LinkedIn page. \\n\\nAs the global leader in temporary power, temperature control and energy solutions, we enable our customers to achieve their goals through a range of innovative, flexible, class-leading modular solutions. \\n\\nUtilising the latest technologies, we combine innovative thinking with our sector knowledge to deliver the best results, where, when and for as long as needed.\\n\\nAre you thinking about a career at Aggreko? \\n\\nWorking at Aggreko is more than just a job. We care about the people who work with us and want to ensure that our employees have a fulfilling career, work in a safe environment, are happy and share our values. We encourage all our employees to expand their skills and knowledge, so you are able to grow and become the future of our business.\\n\\nWe welcome employees from all backgrounds, disciplines and abilities, to assist us in achieving our global goals. So are you ready to join a team of great people? Get in touch. \",\n      \"company_founded\": null,\n      \"company_size\": \"7931\",\n      \"company_location_1\": \"Dumbarton, Scotland, United Kingdom\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dumbarton\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"utilities\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Power Generation,Temperature Control,Cooling Towers,Power Plants,Loadbanks,Diesel Generators,Gas Generators,Transformers,Chillers,Industrial Air Conditioners,Rental Power,Temporary power,Industrial Heaters,Spot Coolers,Industrial Chillers\",\n      \"company_size_category\": \"5001-10000\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Sr. People Manager - Bangladesh & India (Aggreko, Size: 5001-10000) [2023-01-01]\",\n      \"current_position_2\": \"HR Manager-Bangladesh & Asia L&D Lead (Aggreko, Size: 5001-10000) [2021-01-01]\",\n      \"current_position_3\": \"HR Manager (Aggreko, Size: 5001-10000) [2019-04-01]\",\n      \"position_1\": \"Sr. People Manager - Bangladesh & India (Aggreko)\",\n      \"position_2\": \"HR Manager-Bangladesh & Asia L&D Lead (Aggreko)\",\n      \"position_3\": \"HR Manager (Aggreko)\",\n      \"position_date_1\": \"2023-01-01\",\n      \"position_date_2\": \"2021-01-01\",\n      \"position_date_3\": \"2019-04-01\",\n      \"education_1\": \"University of Wollongong in Dubai, Masters, Strategic Human Resource Management\",\n      \"education_2\": \"East West University, Bachelor of Business Administration (BBA), Finance and HRM\",\n      \"education_3\": null,\n      \"education_date_1\": \"2012-01-01 - 2013-01-01\",\n      \"education_date_2\": \"2006-01-01 - 2010-01-01\",\n      \"education_date_3\": null,\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"samiha.ali@aggreko.com\",\n      \"position\": \"Sr. People Manager - Bangladesh & India\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    },\n    {\n      \"first_name\": \"Shamsul\",\n      \"last_name\": \"Shahriar\",\n      \"full_name\": \"Shamsul Huq Bin Shahriar, CHRG, CHRBP, CHRODP\",\n      \"linkedin\": \"https://www.linkedin.com/in/shamsul-huq-bin-shahriar-chrg-chrbp-chrodp-583926b3\",\n      \"sales_navigator\": \"https://www.linkedin.com/sales/lead/ACwAABgp6bMBj4OSI9konpGDdO-C894YBTQkLSM,NAME_SEARCH,HJYC\",\n      \"open\": \"false\",\n      \"premium\": \"false\",\n      \"open_to_work\": \"false\",\n      \"headline\": \"HR Operations | Learning & Development- Training | Organisational Development | e-learning | HR Planning| KPI | SOP | Recruitment | Head Hunting| Talent Management | Employee Relation\",\n      \"industry\": \"media production\",\n      \"email\": \"shamsul@expressionsltd.com\",\n      \"email_status\": \"\",\n      \"personal_email\": \"shahriarhuq@gmail.com\",\n      \"num_of_connections\": 11418,\n      \"location\": \"Bangladesh\",\n      \"skills\": \"personnel management,strategy,human resource development,customer relationship management (crm),business development,analytical skills,negotiation,business-to-business (b2b),interpersonal skills,strategic human resource planning,human resources information systems (hris),organizational development,human resources (hr),employee learning & development,market planning,organization skills,english,employee engagement,recruiting,training and development (hr),global talent acquisition,talent management,succession planning,knowledge acquisition,skill development,hr operations,change management,budgeting,communication,microsoft word,microsoft excel,microsoft office,powerpoint,leadership,strategic planning,microsoft powerpoint,public speaking,research,team leadership,team building,customer service,management,training,market research,qualitative research,quantitative research,case study research methodology,qualitative marketing research,social media,teamwork\",\n      \"twitter\": \"\",\n      \"about\": \"HR Professional with extensive experience across multinational companies, group of companies, local organizations, and HR consultancy firms. Expertise in organizational design and development, learning and development, organizational restructuring, employee engagement and relations, and employer branding. Strong track record in delivering strategic HR solutions to enhance organizational performance and foster a positive work culture. Skilled in facilitating impactful learning initiatives and driving talent development.\",\n      \"birthday\": null,\n      \"pronouns\": null,\n      \"time_in_position\": \"11 months \",\n      \"time_in_company\": \"11 months \",\n      \"changed_job\": \"false\",\n      \"job_details\": null,\n      \"latest_post\": null,\n      \"company_name\": \"Expressions Ltd\",\n      \"company_link\": \"https://www.linkedin.com/company/expressions-ltd-bd\",\n      \"company_id\": \"https://www.linkedin.com/company/104165443\",\n      \"company_domain\": \"expressionsltd.com\",\n      \"company_about\": null,\n      \"company_founded\": null,\n      \"company_size\": \"2\",\n      \"company_location_1\": null,\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": null,\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"advertising services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"1-10\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"current_position_1\": \"Manager - Human Resource & Administration (Expressions Ltd, Size: 1-10) [2024-03-01]\",\n      \"current_position_2\": \"Independent Researcher (Business, Social Science and Sustainable Development  Sector ) [2016-03-01]\",\n      \"current_position_3\": null,\n      \"position_1\": \"Manager - Human Resource & Administration (Expressions Ltd)\",\n      \"position_2\": \"Independent Researcher (Business, Social Science and Sustainable Development  Sector )\",\n      \"position_3\": \"Assistant Manager - Organisation Design & Development | Human Resources (Dekko Legacy Group)\",\n      \"position_date_1\": \"2024-03-01\",\n      \"position_date_2\": \"2016-03-01\",\n      \"position_date_3\": \"2023-01-01 - 2024-02-01\",\n      \"education_1\": \"East West University, Bachelor’s Degree, Business Administration, Major in Marketing And Human Resource Management\",\n      \"education_2\": \"Dhaka City College, Higher Secondary School Certificate , Business studies \",\n      \"education_3\": \"Government Science College, Secondary School Certificate, Science\",\n      \"education_date_1\": \"2013-01-01 - 2017-01-01\",\n      \"education_date_2\": \"2009-01-01 - 2011-01-01\",\n      \"education_date_3\": \"2001-01-01 - 2009-01-01\",\n      \"website_1\": null,\n      \"website_2\": null,\n      \"website_3\": null,\n      \"phone_number_1\": null,\n      \"phone_number_2\": null,\n      \"phone_number_3\": null,\n      \"emails\": \"shamsul@expressionsltd.com\",\n      \"position\": \"Manager - Human Resource & Administration\",\n      \"filtered\": \"FALSE\",\n      \"filter_message\": null,\n      \"company_email\": null\n    }\n  ]\n}"},{"id":"1943cdae-06c0-4bab-afd0-e6a2898465e4","name":"Sales Navigator Profile Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/sales/search/people?query=(recentSearchParam%3A(id%3A4267281236%2CdoLogHistory%3Atrue)%2Cfilters%3AList((type%3ACURRENT_TITLE%2Cvalues%3AList((id%3A45%2Ctext%3AHuman%2520Resources%2520Manager%2CselectionType%3AINCLUDED)))%2C(type%3AREGION%2Cvalues%3AList((id%3A106215326%2Ctext%3ABangladesh%2CselectionType%3AINCLUDED)))))&sessionId=Z%2FIMq3DcTXKAygsX55OerQ%3D%3D\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/sn/search?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["sn","search"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"71f0188f-3320-4735-b53e-49e3242a3012"},{"name":"Company Search","id":"2f16c15c-fd6f-42c4-97eb-33685db15a60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/sales/search/company?query=(filters%3AList((type%3ABUYER_INTENT_RELATION%2Cvalues%3AList((id%3ABIR%2Ctext%3AModerate%2520or%2520high%2520intent%2CselectionType%3AINCLUDED)))%2C(type%3ACOMPANY_HEADCOUNT%2Cvalues%3AList((id%3AI%2Ctext%3A10%252C001%252B%2CselectionType%3AINCLUDED)))))&sessionId=Z%2FIMq3DcTXKAygsX55OerQ%3D%3D&viewAllFilters=true\",\n    \"with_emails\": true,\n    \"max\": 25,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/sn/search?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["sn","search"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"fd648359-6f1f-469b-8ea7-ca06c32ba098","name":"Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 25,\n  \"items\": [\n    {\n      \"company_name\": \"Cardinal Health\",\n      \"company_link\": \"https://www.linkedin.com/company/cardinal-health\",\n      \"company_id\": \"https://www.linkedin.com/company/2162\",\n      \"company_domain\": \"cardinalhealth.com\",\n      \"company_about\": \"Cardinal Health is a distributor of pharmaceuticals, a global manufacturer and distributor of medical and laboratory products, and a provider of performance and data solutions for healthcare facilities. With more than 50 years in business, operations in more than 30 countries and approximately 48,000 employees globally, we are moving healthcare forward. \\n\\n \\nDisclaimer: LinkedIn is a third-party site unaffiliated with Cardinal Health. Cardinal Health is not responsible for the privacy or security policies or practices on LinkedIn or on any of the third-party websites that we may link to through LinkedIn. You should carefully review the privacy and security practices of LinkedIn and linked third-party websites. We do not necessarily endorse any information found here nor are we responsible for the accuracy of any information, opinions, claims, or advice found here or shared here by our followers. By posting content, ideas, or pictures, you grant Cardinal Health a non-exclusive, royalty-free, perpetual, and worldwide license to use your content and any images posted by you, including the rights to copy, distribute, transmit, display, reproduce, edit, translate, and reformat, and incorporate into a collective work. Cardinal Health reserves all rights relating to the company's LinkedIn account, including removing postings and prohibiting individuals from participating on the page.\",\n      \"company_founded\": null,\n      \"company_size\": \"30874\",\n      \"company_location_1\": \"Dublin, Ohio, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dublin\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"hospitals and health care\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"healthcare services,supply chain,pharmaceutical distribution,medical product distribution,operating room products,patient safety,direct-to-home medical supplies distribution\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@cardinalhealth.com\"\n    },\n    {\n      \"company_name\": \"AT&T\",\n      \"company_link\": \"https://www.linkedin.com/company/att\",\n      \"company_id\": \"https://www.linkedin.com/company/1052\",\n      \"company_domain\": \"att.com\",\n      \"company_about\": \"We understand that our customers want an easier, less complicated life.  \\n \\nWe’re using our network, labs, products, services, and people to create a world where everything works together seamlessly, and life is better as a result.  How will we continue to drive for this excellence in innovation?\\n \\nWith you.\\n \\nOur people, and their passion to succeed, are at the heart of what we do. Today, we’re poised to connect millions of people with their world, delivering the human benefits of technology in ways that defy the imaginable.\\n \\nWhat are you dreaming of doing with your career?\\n  \\nFind stories about our talent, career advice, opportunities, company news, and innovations here on LinkedIn.\\n \\nTo learn more about joining AT&T, visit: http://www.att.jobs\\n\\nWe provide in some of our posts links to articles or posts from third-party websites unaffiliated with AT&T.  In doing so, AT&T is not adopting, endorsing or otherwise approving the content of those articles or posts.  AT&T is providing this content for your information only.\",\n      \"company_founded\": null,\n      \"company_size\": \"175364\",\n      \"company_location_1\": \"Dallas, Texas, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dallas\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"telecommunications\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Wireless Services,U-Verse,Enterprise Applications & Managed Hosting Solutions\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@att.com\"\n    },\n    {\n      \"company_name\": \"Wells Fargo\",\n      \"company_link\": \"https://www.linkedin.com/company/wellsfargo\",\n      \"company_id\": \"https://www.linkedin.com/company/1235\",\n      \"company_domain\": \"wellsfargo.com\",\n      \"company_about\": \"Wells Fargo & Company (NYSE: WFC) is a diversified, community-based financial services company with approximately $1.9 trillion in assets. Wells Fargo’s vision is to satisfy our customers’ financial needs and help them succeed financially. Founded in 1852 and headquartered in San Francisco, Wells Fargo provides banking, investment and mortgage products and services, as well as consumer and commercial finance, through more than 7,300 locations, 12,000 ATMs, the internet (wellsfargo.com) and mobile banking, and has offices in over 40 countries and territories to support customers who conduct business in the global economy. With approximately 250,000 team members, Wells Fargo serves one in three households in the United States. Wells Fargo & Company was ranked No. 41 on Fortune’s 2022 rankings of America’s largest corporations. News, insights and perspectives from Wells Fargo are also available at Wells Fargo Stories. \\n\\nRelevant military experience is considered for veterans and transitioning service men and women. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, status as a protected veteran, or any other legally protected characteristic.© 2016 Wells Fargo Bank, N.A. All rights reserved. Member FDIC.\",\n      \"company_founded\": null,\n      \"company_size\": \"194221\",\n      \"company_location_1\": \"San Francisco, California, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"San Francisco\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"financial services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Business Banking,Wholesale banking,Mortgage,Consumer Finance,Commercial Finance\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@wellsfargo.com\"\n    },\n    {\n      \"company_name\": \"Microsoft\",\n      \"company_link\": \"https://www.linkedin.com/company/microsoft\",\n      \"company_id\": \"https://www.linkedin.com/company/1035\",\n      \"company_domain\": \"microsoft.com\",\n      \"company_about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity, it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. \\n\\nMicrosoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n      \"company_founded\": null,\n      \"company_size\": \"227525\",\n      \"company_location_1\": \"Redmond, Washington, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Redmond\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Business Software,Developer Tools,Home & Educational Software,Tablets,Search,Advertising,Servers,Windows Operating System,Windows Applications & Platforms,Smartphones,Cloud Computing,Quantum Computing,Future of Work,Productivity,AI,Artificial Intelligence,Machine Learning,Laptops,Mixed Reality,Virtual Reality,Gaming,Developers,IT Professional\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"support@microsoft.com\"\n    },\n    {\n      \"company_name\": \"GE\",\n      \"company_link\": \"https://www.linkedin.com/company/ge\",\n      \"company_id\": \"https://www.linkedin.com/company/1015\",\n      \"company_domain\": \"ge.com\",\n      \"company_about\": \"A new era is here, and we want you to be a part of it. We will now be sharing our content on our respective GE Aerospace and GE Vernova pages. Be sure to follow each to keep up with the future of aviation and energy.  \\n\\n\",\n      \"company_founded\": null,\n      \"company_size\": \"74371\",\n      \"company_location_1\": \"Boston, Massachusetts, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Boston\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"industrial machinery manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Oil & Gas,Healthcare,Intelligent Platforms,Renewable Energy,Transportation,Aviation,Digital,Lighting,Power,Energy Management\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"marketing@ge.com\"\n    },\n    {\n      \"company_name\": \"Foxconn\",\n      \"company_link\": \"https://www.linkedin.com/company/foxconn\",\n      \"company_id\": \"https://www.linkedin.com/company/5930\",\n      \"company_domain\": \"foxconn.com\",\n      \"company_about\": \"Established in Taiwan in 1974, Hon Hai Technology Group (Foxconn) (2317: Taiwan) is the world’s largest electronics manufacturer. Foxconn is also the leading technological solution provider, and it continuously leverages its expertise in software and hardware to integrate its unique manufacturing systems with emerging technologies. By capitalizing on its expertise in Cloud Computing, Mobile Devices, IoT, Big Data, AI, Smart Networks, and Robotics / Automation, the Group has expanded not only its capabilities into the development of electric vehicles, digital health and robotics, but also three key technologies –AI, semiconductors and new-generation communications technology – which are key to driving its long-term growth strategy and the four core product pillars: Consumer Products, Enterprise Products, Computing Products and Components and Others. In 2021, Hon Hai's annual revenue reached NT$5.99 trillion. \\n\\nThe company has established R&D and manufacturing centers in other markets around the world including China, India, Japan, Vietnam, Malaysia, Czech Republic, U.S. and more. With a focus on research and development, the company owns more than 54,253 patents. In addition to maximizing value-creation for customers who include many of the world’s leading technology companies, Foxconn is also dedicated to championing environmental sustainability in the manufacturing process and serving as a best-practices model for global enterprises. \\n \\nThe company has received widespread international accolades and recognition since its establishment. The company ranked 22nd on the Fortune Global 500 rankings in 2021 and 25th in the Top 100 Digital Companies in the Forbes ranking of the World’s Best Employers in 2019. Moreover, on Forbes’ World’s Best Employers 2021 rankings, the company ranked 1st in Taiwan. Foxconn is also the only Taiwanese ​private company awarded for 5 consecutive years of Clarivate Top 100 Global Innovators (2018 - 2022). \",\n      \"company_founded\": null,\n      \"company_size\": \"75228\",\n      \"company_location_1\": \"United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": null,\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"appliances, electrical, and electronics manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"design,ODM,OEM,EMS,5G,8K,IoT,AI,工业互联网,智能制造,电子商务\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"contact@foxconn.com\"\n    },\n    {\n      \"company_name\": \"General Motors\",\n      \"company_link\": \"https://www.linkedin.com/company/general-motors\",\n      \"company_id\": \"https://www.linkedin.com/company/1472\",\n      \"company_domain\": \"gm.com\",\n      \"company_about\": \"General Motors’ vision is to create a world with Zero Crashes, Zero Emissions and Zero Congestion, and we have committed ourselves to leading the way toward this future. Today, we are in the midst of a transportation revolution, and we have the ambition, the talent and the technology to realize the safer, better and more sustainable world we want. As an open, inclusive company, we’re also creating an environment where everyone feels welcomed and valued for who they are. One team, where all ideas are considered and heard, where everyone can contribute to their fullest potential, with a culture based in respect, integrity, accountability and equality. Our team brings wide-ranging perspectives and experiences to solving the complex transportation challenges of today and tomorrow.\\n\\nFor information on the GM Privacy Statement, please visit http://www.gm.com/privacy-statement.html\",\n      \"company_founded\": null,\n      \"company_size\": \"88819\",\n      \"company_location_1\": \"Detroit, Michigan, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Detroit\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"motor vehicle manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Cars,Trucks,Manufacturing,Automotive,Vehicles,Transportation,engineering,information technology,electrification,software,AI\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@gm.com\"\n    },\n    {\n      \"company_name\": \"Citi\",\n      \"company_link\": \"https://www.linkedin.com/company/citi\",\n      \"company_id\": \"https://www.linkedin.com/company/11448\",\n      \"company_domain\": \"citigroup.com\",\n      \"company_about\": \"Citi's mission is to serve as a trusted partner to our clients by responsibly providing financial services that enable growth and economic progress. Our core activities are safeguarding assets, lending money, making payments and accessing the capital markets on behalf of our clients. We have 200 years of experience helping our clients meet the world's toughest challenges and embrace its greatest opportunities. We are Citi, the global bank – an institution connecting millions of people across hundreds of countries and cities.\\n\\nFor information on Citi’s commitment to privacy, visit on.citi/privacy.\",\n      \"company_founded\": null,\n      \"company_size\": \"190026\",\n      \"company_location_1\": \"New York, New York, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"New York\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"financial services\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Banking,Commercial Banking,Investment Banking,Wealth Management,Credit Cards,Capital Markets,Equity and Fixed Income Research,Consumer Lending,Cash Management,Transaction Services\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@citigroup.com\"\n    },\n    {\n      \"company_name\": \"The Home Depot\",\n      \"company_link\": \"https://www.linkedin.com/company/the-home-depot\",\n      \"company_id\": \"https://www.linkedin.com/company/1534\",\n      \"company_domain\": \"homedepot.com\",\n      \"company_about\": \"The Home Depot, the world’s largest home improvement specialty retailer, values and rewards dedicated, knowledgeable, and experienced professionals.\\n\\nWe operate more than 2,300 retail stores in all 50 states, the District of Columbia, Puerto Rico, the U.S. Virgin Islands, Guam, Canada, and Mexico. All of our associates have one thing in mind — helping our customers build and improve their homes. \\n\\nJoin The Home Depot team today and see for yourself why we are consistently ranked as a top Fortune 500 company.\",\n      \"company_founded\": null,\n      \"company_size\": \"133496\",\n      \"company_location_1\": \"Atlanta, Georgia, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Atlanta\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"retail\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"retail,home improvement,customer service\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@homedepot.com\"\n    },\n    {\n      \"company_name\": \"Walmart\",\n      \"company_link\": \"https://www.linkedin.com/company/walmart\",\n      \"company_id\": \"https://www.linkedin.com/company/2646\",\n      \"company_domain\": \"bit.ly\",\n      \"company_about\": \"Sixty years ago, Sam Walton started a single mom-and-pop shop and transformed it into the world’s biggest retailer. Since those founding days, one thing has remained consistent: our commitment to helping our customers save money so they can live better. Today, we’re reinventing the shopping experience and our associates are at the heart of it. When you join our Walmart family of brands, you’ll play a crucial role in shaping the future of retail, improving millions of lives around the world. \\n\\nWe are ecstatic to have been named a Great Place to Work® Certified May 2023 – May 2024, Disability: IN 2023 Best Places to Work, and Fast Company 100 Best Workplaces for Innovators 2023.\\n\\nThis is that place where your passions meet purpose. Join our family and build a career you’re proud of.\",\n      \"company_founded\": null,\n      \"company_size\": \"352334\",\n      \"company_location_1\": \"Bentonville, Arkansas, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Bentonville\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"retail\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Technology,Transportation,Logistics,Merchandising,Marketing,Operations,Health & Wellness,eCommerce,Management\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Cisco\",\n      \"company_link\": \"https://www.linkedin.com/company/cisco\",\n      \"company_id\": \"https://www.linkedin.com/company/1063\",\n      \"company_domain\": \"cisco.com\",\n      \"company_about\": \"Cisco is the worldwide technology leader that securely connects everything to make anything possible. Our purpose is to power an inclusive future for all by helping our customers reimagine their applications, power hybrid work, secure their enterprise, transform their infrastructure, and meet their sustainability goals. \",\n      \"company_founded\": null,\n      \"company_size\": \"87077\",\n      \"company_location_1\": \"San Jose, California, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"San Jose\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Networking,Wireless,Security,Unified Communication,Cloud,Collaboration,Data Center,Virtualization,Unified Computing Systems,Artificial Intelligence,Observability,Sustainability,Computing,Software,Services (CX)\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Chevron\",\n      \"company_link\": \"https://www.linkedin.com/company/chevron\",\n      \"company_id\": \"https://www.linkedin.com/company/2192\",\n      \"company_domain\": \"chevron.com\",\n      \"company_about\": \"Our greatest resource is our people. Their ingenuity, creativity and collaboration have met the complex challenges of energy’s past. Together, we’ll take on the future.\\n\\nWe support the LinkedIn Terms of Use (User Agreement), and we expect visitors to our page to do the same. \\n\\nWe encourage open, lively conversation with a few simple rules: \\n--We reserve the right to correct factual errors. \\n--We will reply to comments when appropriate.\\n--If we disagree with other opinions, we will do so respectfully.\\n--You may not post anything that is spam or that is abusive, profane, or defamatory toward a person, entity, belief, or symbol.\\n--We will delete any posts that contain personal information such as email addresses, phone numbers and physical addresses, and other third party intellectual property material, when that information does not belong to the author of the post. \\n--You may not post job listings for non-Chevron positions.\\n--While we support lively, open discussion, we reserve the right to delete comments.\",\n      \"company_founded\": null,\n      \"company_size\": \"47977\",\n      \"company_location_1\": \"San Ramon, California, United States\",\n      \"company_location_2\": \"Houston, Texas, United States\",\n      \"company_location_3\": null,\n      \"company_city_1\": \"Houston\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"oil and gas\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Crude Oil & Natural Gas Production,Liquefied Natural Gas,Refining,Motor & Jet Fuel,Lubricants, Additives and Petrochemicals Marketing,Energy & Supply Trading,Energy Technologies,Energy Efficiency Solutions,Pipelines,Shipping,Renewable Fuels,New Energies\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"sales@chevron.com\"\n    },\n    {\n      \"company_name\": \"UnitedHealth Group\",\n      \"company_link\": \"https://www.linkedin.com/company/unitedhealth-group\",\n      \"company_id\": \"https://www.linkedin.com/company/1720\",\n      \"company_domain\": \"unitedhealthgroup.com\",\n      \"company_about\": \"UnitedHealth Group is a health care and well-being company with a mission to help people live healthier lives and help make the health system work better for everyone.\\n\\nWe are 340,000 colleagues in two distinct and complementary businesses working to help build a modern, high-performing health system through improved access, affordability, outcomes and experiences.\\n\\nOptum delivers care aided by technology and data, empowering people, partners and providers with the guidance and tools they need to achieve better health. UnitedHealthcare offers a full range of health benefits, enabling affordable coverage, simplifying the health care experience and delivering access to high-quality care.\\n\\nWe work with governments, employers, partners and providers to care for 147 million people and share a vision of a value-based system of care that provides compassionate and equitable care.\\n\\nAt UnitedHealth Group, our mission calls us, our values guide us and our diverse culture connects us as we seek to improve care for the consumers we are privileged to serve and their communities.\\n\\nClick below to search careers or join our social communities: \\n\\n• Search & apply for careers at careers.unitedhealthgroup.com/\\n\\n• Follow us on Twitter at twitter.com/UnitedHealthGrp\\n\\n• Follow and like us on Facebook at facebook.com/unitedhealthgroup\\n\\n• Follow us on Instagram at instagram.com/unitedhealthgroup\\n\\nMore about UnitedHealth Group can be found at unitedhealthgroup.com/\",\n      \"company_founded\": null,\n      \"company_size\": \"78800\",\n      \"company_location_1\": \"United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": null,\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"hospitals and health care\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Health Care,Wellness and Health Management,Retiree Solutions,Information Technology\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Bank of America\",\n      \"company_link\": \"https://www.linkedin.com/company/bank-of-america\",\n      \"company_id\": \"https://www.linkedin.com/company/1123\",\n      \"company_domain\": \"bankofamerica.com\",\n      \"company_about\": \"Bank of America is one of the world's largest financial institutions, serving individuals, small- and middle-market businesses and large corporations with a full range of banking, investing, asset management and other financial and risk management products and services. The company serves approximately 56 million U.S. consumer and small business relationships. It is among the world's leading wealth management companies and is a global leader in corporate and investment banking and trading.\\n\\nThis LinkedIn company page is moderated. For more information, please visit: https://bit.ly/32FDdQr.\\n\\nFor account issues, please visit: https://bit.ly/2GeTIeP.\",\n      \"company_founded\": null,\n      \"company_size\": \"164206\",\n      \"company_location_1\": \"Charlotte, North Carolina, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Charlotte\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"banking\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Financial Services\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"support@bankofamerica.com\"\n    },\n    {\n      \"company_name\": \"Apple\",\n      \"company_link\": \"https://www.linkedin.com/company/apple\",\n      \"company_id\": \"https://www.linkedin.com/company/162479\",\n      \"company_domain\": \"apple.com\",\n      \"company_about\": \"We’re a diverse collective of thinkers and doers, continually reimagining what’s possible to help us all do what we love in new ways. And the same innovation that goes into our products also applies to our practices — strengthening our commitment to leave the world better than we found it. This is where your work can make a difference in people’s lives. Including your own.\\n\\nApple is an equal opportunity employer that is committed to inclusion and diversity. Visit apple.com/careers to learn more.\",\n      \"company_founded\": null,\n      \"company_size\": \"165922\",\n      \"company_location_1\": \"Cupertino, California, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Cupertino\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"computers and electronics manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Innovative Product Development,World-Class Operations,Retail,Telephone Support\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@apple.com\"\n    },\n    {\n      \"company_name\": \"Amazon\",\n      \"company_link\": \"https://www.linkedin.com/company/amazon\",\n      \"company_id\": \"https://www.linkedin.com/company/1586\",\n      \"company_domain\": \"aboutamazon.com\",\n      \"company_about\": \"Amazon is guided by four principles: customer obsession rather than competitor focus, passion for invention, commitment to operational excellence, and long-term thinking. We are driven by the excitement of building technologies, inventing products, and providing services that change lives. We embrace new ways of doing things, make decisions quickly, and are not afraid to fail. We have the scope and capabilities of a large company, and the spirit and heart of a small one.\\n\\nTogether, Amazonians research and develop new technologies from Amazon Web Services to Alexa on behalf of our customers: shoppers, sellers, content creators, and developers around the world.\\n\\nOur mission is to be Earth's most customer-centric company. Our actions, goals, projects, programs, and inventions begin and end with the customer top of mind.\\n\\nYou'll also hear us say that at Amazon, it's always \\\"Day 1.\\\"​ What do we mean? That our approach remains the same as it was on Amazon's very first day - to make smart, fast decisions, stay nimble, invent, and focus on delighting our customers.\",\n      \"company_founded\": null,\n      \"company_size\": \"506491\",\n      \"company_location_1\": \"Seattle, Washington, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Seattle\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"software development\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"e-Commerce,Retail,Operations,Internet\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Verizon\",\n      \"company_link\": \"https://www.linkedin.com/company/verizon\",\n      \"company_id\": \"https://www.linkedin.com/company/1103\",\n      \"company_domain\": \"verizon.com\",\n      \"company_about\": \"We get you. \\nYou want more out of a career. A place to share your ideas freely — even if they’re daring or different. Where the true you can learn, grow, and thrive. You’ll find all that here.\\n\\nBecause we empower you.\\nWe power and empower how people live, work and play by connecting them to what brings them joy. The same is true inside our walls. We do what we love  — driving innovation, creativity, and impact in the world.\\n\\nAnd wherever you go, we got your back.\\nThis is a team sport. Our V Team is a community of people who anticipate, lead, and believe that listening is where learning begins. In crisis and in celebration, we come together— lifting our communities and building trust in how we show up, everywhere & always. \\n\\nWant in? Join the V Team Life.\",\n      \"company_founded\": null,\n      \"company_size\": \"95050\",\n      \"company_location_1\": \"Basking Ridge, New Jersey, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Basking Ridge\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Telecommunications Global Leader,Information Technology Global Provider,Entertainment Services,Global Security Solutions Provider\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"support@verizon.com\"\n    },\n    {\n      \"company_name\": \"Costco Wholesale\",\n      \"company_link\": \"https://www.linkedin.com/company/costco-wholesale\",\n      \"company_id\": \"https://www.linkedin.com/company/163225\",\n      \"company_domain\": \"costco.com\",\n      \"company_about\": \"Costco Wholesale is a multibillion dollar global retailer with warehouse club operations in 11 countries. We are the recognized leader in our field, dedicated to quality in every area of our business and respected for our outstanding business ethics. Despite our large size and rapid international expansion, we continue to provide an atmosphere in which our employees thrive and succeed. \\n\\nIf you are an ambitious, energetic person who enjoys a fast-paced team environment filled with challenges and opportunities, you've come to the right place. Our successful employees are service-oriented with integrity and commitment toward a common goal of excellence. Costco offers great jobs, great pay, great benefits and a great place to work.\\n\\nLike us on Facebook: www.facebook.com/Costco\\nFollow us on Pinterest: www.pinterest.com/Costco\",\n      \"company_founded\": null,\n      \"company_size\": \"75855\",\n      \"company_location_1\": \"Seattle, Washington, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Seattle\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"retail\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Retail,Merchandising,Operations,E-commerce,Travel\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Ford Motor Company\",\n      \"company_link\": \"https://www.linkedin.com/company/ford-motor-company\",\n      \"company_id\": \"https://www.linkedin.com/company/1483\",\n      \"company_domain\": \"ford.com\",\n      \"company_about\": \"We don't just make history -- we make the future. Ford put the world on wheels over a century ago, and our teams are re-inventing icons and creating groundbreaking connected and electric vehicles for the next century. We believe in serving our customers, our communities, and the world. If you do, too, come move the world and make the future with us.\\n\\nFord is a global company with shared ideals and a deep sense of family. From our earliest days as a pioneer of modern transportation, we have sought to make the world a better place – one that benefits lives, communities and the planet. We are here to provide the means for every person to move and pursue their dreams, serving as a bridge between personal freedom and the future of mobility. In that pursuit, our 186,000 employees around the world help to set the pace of innovation every day. \\n\\nPrivacy Policy: https://www.ford.com/help/privacy/\",\n      \"company_founded\": null,\n      \"company_size\": \"130555\",\n      \"company_location_1\": \"Dearborn, Michigan, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Dearborn\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"motor vehicle manufacturing\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Automotive,Financial Services,Mobility\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@ford.com\"\n    },\n    {\n      \"company_name\": \"Boeing\",\n      \"company_link\": \"https://www.linkedin.com/company/boeing\",\n      \"company_id\": \"https://www.linkedin.com/company/1384\",\n      \"company_domain\": \"boeing.com\",\n      \"company_about\": \"As a leading global aerospace company, Boeing develops, manufactures and services commercial airplanes, defense products and space systems for customers in more than 150 countries. As a top U.S. exporter, the company leverages the talents of a global supplier base to advance economic opportunity, sustainability and community impact. Boeing’s diverse team is committed to innovating for the future, leading with sustainability, and cultivating a culture based on the company’s core values of safety, quality and integrity.\\n\\nExplore career opportunities: boeing.com/careers\\n\\nBoeing is an Equal Opportunity Employer. Employment decisions are made without regard to race, color, religion, national origin, gender, sexual orientation, gender identity, age, physical or mental disability, genetic factors, military/veteran status or other characteristics protected by law.\\n\",\n      \"company_founded\": null,\n      \"company_size\": \"118805\",\n      \"company_location_1\": \"Arlington, Virginia, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Arlington\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"aviation and aerospace component manufacturing\",\n      \"company_industry_2\": \"aviation and aerospace\",\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"Kroger\",\n      \"company_link\": \"https://www.linkedin.com/company/kroger\",\n      \"company_id\": \"https://www.linkedin.com/company/4914\",\n      \"company_domain\": \"thekrogerco.com\",\n      \"company_about\": \"At Kroger, we believe no matter who you are or how you like to shop, everyone deserves affordable, easy-to-enjoy, fresh food. This idea is embodied in our simple tagline—Fresh for Everyone™.  \\n\\nKroger ranks as one of the world’s largest retailers. We are nearly half a million associates across 2,800 stores in 35 states operating two dozen grocery retail brands and 34 manufacturing and 44 distribution locations, all dedicated to living our Purpose: to Feed the Human Spirit™. Together, we serve more than 11 million customers daily in our stores and online through convenient e-commerce options like pickup, ship and delivery, serving America through food inspiration and uplift. \\n\\nCustomers love Our Brands, including the popular Kroger®, Private Selection® and Simple Truth® brands. Our own manufacturing plants produce many of Our Brands products, including breads, dairy products, meat and thousands of grocery items. \\n\\nWe also believe in and are committed to doing our part to create #ZeroHungerZeroWaste communities by 2025. \\n\\nTo learn more about us or apply for a job, visit TheKrogerCo.com. \",\n      \"company_founded\": null,\n      \"company_size\": \"88100\",\n      \"company_location_1\": \"Cincinnati, Ohio, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Cincinnati\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"retail\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Grocery,Grocery Manufacturing,General Merchandise,Retail,Distribution,e-Commerce Shopping,In-store Shopping,Delivery\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"McKesson\",\n      \"company_link\": \"https://www.linkedin.com/company/mckesson\",\n      \"company_id\": \"https://www.linkedin.com/company/1900\",\n      \"company_domain\": \"bit.ly\",\n      \"company_about\": \"Welcome to the official LinkedIn page for McKesson Corporation. We're an impact-driven healthcare organization dedicated to “Advancing Health Outcomes For All.”\\n\\nAs a global healthcare company, we touch virtually every aspect of health. Our leaders empower our people to lead with a growth mindset and deliver excellence for our customers, partners, and the wellbeing of people, everywhere. We work with biopharma companies, care providers, pharmacies, manufacturers, governments, and others to deliver insights, products and services that make quality care more accessible and affordable. Delivering better health outcomes for our employees, our communities, and our environment. Every day, we strive to inspire and enable people to reach their full potential.\\n\\nTo learn more about how #TeamMckesson helps improve care in every setting, visit: https://bit.ly/3xadvB0\",\n      \"company_founded\": null,\n      \"company_size\": \"21463\",\n      \"company_location_1\": \"Irving, Texas, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Irving\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"hospitals and health care\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Pharmaceutical Distribution,HealthCare IT,Practice Management,Supply Chain Management,Medication Adherence,Pharmacy Management,Medical Supplies,Oncology Medicine,Pharmacy Technology\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"IBM\",\n      \"company_link\": \"https://www.linkedin.com/company/ibm\",\n      \"company_id\": \"https://www.linkedin.com/company/1009\",\n      \"company_domain\": \"ibm.com\",\n      \"company_about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you.\\n\\nWe're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n      \"company_founded\": null,\n      \"company_size\": \"327492\",\n      \"company_location_1\": \"Armonk, New York, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Armonk, New York\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"Cloud,Mobile,Cognitive,Security,Research,Watson,Analytics,Consulting,Commerce,Experience Design,Internet of Things,Technology support,Industry solutions,Systems services,Resiliency services,Financing,IT infrastructure\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": null\n    },\n    {\n      \"company_name\": \"ExxonMobil\",\n      \"company_link\": \"https://www.linkedin.com/company/exxonmobil\",\n      \"company_id\": \"https://www.linkedin.com/company/1689\",\n      \"company_domain\": \"exxonmobil.com\",\n      \"company_about\": \"The need for energy is universal. That's why ExxonMobil scientists and engineers are pioneering new research and pursuing new technologies to reduce emissions while creating more efficient fuels. \\n\\nWe're committed to responsibly meeting the world's energy needs.\\n\\nWe aim to achieve #netzero emissions from our operated assets by 2050 (for Scope 1 and 2 greenhouse gas emissions) and are taking a comprehensive approach to create emission-reduction roadmaps for major operated assets. \\n\\nFind us also on:\\nYouTube.com/ExxonMobil\\n\\nFind our latest Privacy Policy at https://corporate.exxonmobil.com/Global-legal-pages/privacy-policy\\n\\nSee our terms and conditions at https://corporate.exxonmobil.com/global-legal-pages/terms-and-conditions \\n\\nFind resources on our GHG emission reduction efforts here: https://corporate.exxonmobil.com/resources\\n \",\n      \"company_founded\": null,\n      \"company_size\": \"60115\",\n      \"company_location_1\": \"United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": null,\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"oil and gas\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": \"oil,gas,petroleum,refining,chemicals\",\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@exxonmobil.com\"\n    },\n    {\n      \"company_name\": \"HP\",\n      \"company_link\": \"https://www.linkedin.com/company/hp\",\n      \"company_id\": \"https://www.linkedin.com/company/5390798\",\n      \"company_domain\": \"hp.com\",\n      \"company_about\": \"We believe growth and fulfillment through technology is the Future of Work. Our vision is to deliver intelligent solutions that enable growth and more fulfilling work experiences wherever work gets done.\\n\\nOur technology – a product and service portfolio of personal systems, printers, and 3D printing solutions – was created to inspire our vision and we are doing everything in our power across climate action, human rights, and digital equity to make it so.\\n\\nWe believe thoughtful ideas can come from anyone, anywhere, at any time. And all it takes is one to change the world.\\n\",\n      \"company_founded\": null,\n      \"company_size\": \"185235\",\n      \"company_location_1\": \"Palo Alto, California, United States\",\n      \"company_location_2\": null,\n      \"company_location_3\": null,\n      \"company_city_1\": \"Palo Alto\",\n      \"company_city_2\": null,\n      \"company_city_3\": null,\n      \"company_address\": null,\n      \"company_postal_code\": null,\n      \"company_phone\": null,\n      \"company_industry_1\": \"it services and it consulting\",\n      \"company_industry_2\": null,\n      \"company_industry_3\": null,\n      \"domain_status\": \"\",\n      \"company_specialties\": null,\n      \"company_size_category\": \"10000+\",\n      \"social_fields\": \"\",\n      \"keywords\": \"\",\n      \"annual_revenue\": null,\n      \"technologies\": \"\",\n      \"funding_events\": null,\n      \"total_funding\": null,\n      \"last_funding_round_date\": null,\n      \"last_funding_stage\": null,\n      \"alexa_ranking\": null,\n      \"crunchbase_url\": null,\n      \"market_cap\": null,\n      \"company_email\": \"info@hp.com\"\n    }\n  ]\n}"},{"id":"8cf988b0-d7f5-4432-b681-18ee9618d362","name":"Apollo Company Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://www.linkedin.com/sales/search/company?query=(filters%3AList((type%3ABUYER_INTENT_RELATION%2Cvalues%3AList((id%3ABIR%2Ctext%3AModerate%2520or%2520high%2520intent%2CselectionType%3AINCLUDED)))%2C(type%3ACOMPANY_HEADCOUNT%2Cvalues%3AList((id%3AI%2Ctext%3A10%252C001%252B%2CselectionType%3AINCLUDED)))))&sessionId=Z%2FIMq3DcTXKAygsX55OerQ%3D%3D&viewAllFilters=true\",\n    \"with_emails\": true,\n    \"max\": 25,\n    \"page\": 1,\n    \"account\": { // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/sn/search?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["sn","search"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 765\n}"}],"_postman_id":"2f16c15c-fd6f-42c4-97eb-33685db15a60"}],"id":"3082f8b9-d9ad-45ff-9f04-536942e8681e","description":"<p>Account param is optional</p>\n","_postman_id":"3082f8b9-d9ad-45ff-9f04-536942e8681e"},{"name":"Linkedin Actions (Invite, Message etc)","item":[{"name":"Invite","item":[{"name":"Send Invite","id":"e44cbcbb-4d31-4fb5-ad88-d453cbe8b016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"send_invite\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","urlObject":{"path":["api","v1","linkedin","action"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"34168430-b4a9-49ed-9080-ee062b5f1cb5","name":"Send Invite Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"send_invite\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":{"raw":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["api","v1","linkedin","action"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Action process started\",\n    \"process_id\": \"126\"\n}"}],"_postman_id":"e44cbcbb-4d31-4fb5-ad88-d453cbe8b016"}],"id":"45dae899-44a3-42f1-aff2-84099365f9ee","description":"<p>Credit Cost = 15 per contact</p>\n","_postman_id":"45dae899-44a3-42f1-aff2-84099365f9ee"},{"name":"Message","item":[{"name":"Send Message","id":"5d97cfa2-9340-4b6f-b59a-e1876999b5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"send_message\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"account_url\": \"https://www.linkedin.com/in/sender-profile\",\n    \"message\": \"Hello, I'd like to connect!\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","urlObject":{"path":["api","v1","linkedin","action"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"42cdca6f-4a34-49ad-8a7a-6e2dd0a2fc2f","name":"Send Message Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"send_message\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"account_url\": \"https://www.linkedin.com/in/sender-profile\",\n    \"message\": \"Hello, I'd like to connect!\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":{"raw":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["api","v1","linkedin","action"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Action process started\",\n    \"process_id\": \"123\"\n}"}],"_postman_id":"5d97cfa2-9340-4b6f-b59a-e1876999b5a6"}],"id":"94896492-4719-41dc-aa07-16d115850da3","description":"<p>Credit Cost = 25 per contact</p>\n","_postman_id":"94896492-4719-41dc-aa07-16d115850da3"},{"name":"Like","item":[{"name":"Like Latest Post","id":"740ec790-41b6-48b8-8f02-aefdcecb3376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"like_post\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","urlObject":{"path":["api","v1","linkedin","action"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"61973ef8-aa02-4701-adc1-5a9a71afb161","name":"Like Latest Post","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"like_post\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}"},"url":{"raw":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["api","v1","linkedin","action"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Action process started\",\n    \"process_id\": \"125\"\n}"}],"_postman_id":"740ec790-41b6-48b8-8f02-aefdcecb3376"}],"id":"dafb6e15-db99-4965-9bfc-6cb952b915d0","description":"<p>Credit Cost = 20 per contact</p>\n","_postman_id":"dafb6e15-db99-4965-9bfc-6cb952b915d0"},{"name":"Comment","item":[{"name":"Warm Comment On Latest the Post","id":"d5d0a0dd-ca95-4a39-8d0f-d2aadbf532a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"comment_profile\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"message\": \"Great post! Thanks for sharing.\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","urlObject":{"path":["api","v1","linkedin","action"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"8335fe51-b862-4dd0-9a28-8d3f26f08c1d","name":"Get People or Company by Search Url of Linkedin, Sales Navigator and Apollo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"action\": \"comment_profile\",\n    \"contacts\": [\n        \"https://www.linkedin.com/in/target-profile\",\n        \"https://www.linkedin.com/in/target-profile-2\"\n    ],\n    \"li_at\": \"LINKEDIN_SESSION_TOKEN\",\n    \"message\": \"Great post! Thanks for sharing.\",\n    \"user_agent\": \"Mozilla/5.0... (Optional)\",\n    \"proxy\": \"username:password@host:port (Optional)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/api/v1/linkedin/action?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["api","v1","linkedin","action"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Allow","value":"POST"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:43:23 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Action process started\",\n    \"process_id\": \"124\"\n}"}],"_postman_id":"d5d0a0dd-ca95-4a39-8d0f-d2aadbf532a8"}],"id":"f533a69a-f521-4c27-83a2-f215af2c4bc9","description":"<p>Credit Cost = 25 per contact</p>\n","_postman_id":"f533a69a-f521-4c27-83a2-f215af2c4bc9"}],"id":"280a0ccd-e6bc-46d1-9848-99529583b4c6","description":"<p>Send invites, messages, like and comment on latest post etc.</p>\n","_postman_id":"280a0ccd-e6bc-46d1-9848-99529583b4c6"},{"name":"Tasks","item":[{"name":"Check Task Status","id":"82b015fb-599f-4947-9ba5-dc67303aa507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.scrupp.com/api/v1/task/your_process_id/status?api_key=your_api_key_here","description":"<p>Scrupp API has a 100 requests per minute rate limit. If you exceed this limit, you'll receive a 429 (Too Many Requests) error. The limit resets every minute. Apps should implement delays between requests to avoid hitting this limit.</p>\n","urlObject":{"path":["task","your_process_id","status"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"e2a7b688-f476-43df-a324-0bb96091bb34","name":"Check Task Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://app.scrupp.com/api/v1/task/70/status?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","70","status"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:26:50 GMT"},{"key":"Allow","value":"GET"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:26:50 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ready\",\n    \"records\": 2000,\n    \"process_id\": \"70\",\n    \"cost\": 2000\n}"}],"_postman_id":"82b015fb-599f-4947-9ba5-dc67303aa507"},{"name":"Check Bulk Task Status (Up to 50 Tasks)","id":"6bf860cf-0c52-4473-9c80-bc5c96575500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"task_ids\": [process_id_1, process_id_2, process_id_3...]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/tasks/status?api_key=your_api_key_here","description":"<h2 id=\"get-up-to-50-tasks-status-using-this-endpoint\">Get Up to 50 task's status using this endpoint</h2>\n<p>Scrupp API has a 100 requests per minute rate limit. If you exceed this limit, you'll receive a 429 (Too Many Requests) error. The limit resets every minute. Apps should implement delays between requests to avoid hitting this limit.</p>\n","urlObject":{"path":["tasks","status"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"db58cc21-ed70-4fa3-aea2-413d09b8be82","name":"Check Bulk Task Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"task_ids\": [process_id_1, process_id_2, process_id_3...]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/task/70/status?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","70","status"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:26:50 GMT"},{"key":"Allow","value":"GET"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:26:50 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"tasks\": [\n    {\n      \"process_id\": 43,\n      \"status\": \"ready\",\n      \"records\": 1,\n      \"cost\": 2\n    },\n    {\n      \"process_id\": 48,\n      \"status\": \"ready\",\n      \"records\": 1,\n      \"cost\": 2\n    },\n    {\n      \"process_id\": 44,\n      \"status\": \"ready\",\n      \"records\": 1,\n      \"cost\": 2\n    },\n    {\n      \"process_id\": 42,\n      \"status\": \"ready\",\n      \"records\": 2,\n      \"cost\": 4\n    },\n    {\n      \"process_id\": 47,\n      \"status\": \"ready\",\n      \"records\": 1,\n      \"cost\": 2\n    },\n    {\n      \"process_id\": 25,\n      \"status\": \"ready\",\n      \"records\": 2,\n      \"cost\": 4\n    },\n    {\n      \"process_id\": 24,\n      \"status\": \"ready\",\n      \"records\": 2,\n      \"cost\": 4\n    },\n    {\n      \"process_id\": 26,\n      \"status\": \"ready\",\n      \"records\": 2,\n      \"cost\": 4\n    },\n    {\n      \"process_id\": 41,\n      \"status\": \"ready\",\n      \"records\": 24,\n      \"cost\": 48\n    },\n    {\n      \"process_id\": 49,\n      \"status\": \"ready\",\n      \"records\": 1,\n      \"cost\": 1\n    }\n  ],\n  \"total_tasks\": 10\n}"}],"_postman_id":"6bf860cf-0c52-4473-9c80-bc5c96575500"},{"name":"Get Task Data","id":"7e65426d-1f6b-46a6-b8d6-cd46410c3ffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.scrupp.com/api/v1/task/your_process_id/data?api_key=your_api_key_here","description":"<p>Scrupp API has a 100 requests per minute rate limit. If you exceed this limit, you'll receive a 429 (Too Many Requests) error. The limit resets every minute. Apps should implement delays between requests to avoid hitting this limit.</p>\n","urlObject":{"path":["task","your_process_id","data"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"43d81049-aafd-438e-8df5-d2268b550c50","name":"Get Task Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.scrupp.com/api/v1/task/70/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","70","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, private"},{"key":"Date","value":"Tue, 07 Jan 2025 12:28:04 GMT"},{"key":"Allow","value":"GET"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Expires","value":"Tue, 07 Jan 2025 12:28:04 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"input\": {\n            \"url\": \"https://www.linkedin.com/company/microsoft\"\n        },\n        \"id\": \"microsoft\",\n        \"name\": \"Microsoft\",\n        \"country_code\": \"US,AU,CA,FR,DE,JP,GB,DK,BE,FI,IT,KR,NL,NO,ES,SE,CH,BR,CN,IN,MX,RU,ZA,TR,AT,HK,IE,IL,NZ,PL,PT,SA,SG,SK,TW,AE,AR,CL,CO,EG,ID,MY,PH,RO,TH\",\n        \"locations\": [\n            \"1 Microsoft Way Redmond, Washington 98052, US\",\n            \"1 Denison Street North Sydney, NSW 2060, AU\",\n            \"1950 Meadowvale Blvd Mississauga, Ontario L5N 8L9, CA\",\n            \"39, Quai du Président Roosevelt Issy-les-Moulineaux, Île-de-France 92130, FR\",\n            \"Walter-Gropius-Straße 5 München, 80807, DE\",\n            \"2-16-3 Konan Minato-ku, Tokyo 108-0075, JP\",\n            \"Thames Valley Park Drive Reading, Berkshire RG6 1WG, GB\",\n            \"Kanalvej 7 2800 Kongens Lyngby, DK\",\n            \"Luchthavenlaan 1k Zaventem, Flemish Region 1930, BE\",\n            \"Keilalahdentie 2-4 Espoo, 02150, FI\",\n            \"Viale Pasubio, 21 Milan, Lombardy 20154, IT\",\n            \"50, Jongro 1-gil Jongno-gu, Seoul, KR\",\n            \"Evert van de Beekstraat 354 Schiphol, North Holland 1118 CZ, NL\",\n            \"Dronning Eufemia gate 71 Oslo, 0194, NO\",\n            \"Paseo del Club Deportivo, 1 Centro Empresarial La Finca - Edificio 1 Pozuelo de Alarcón, 28223, ES\",\n            \"Regeringsgatan 25 Stockholm, 111 53, SE\",\n            \"8058 Zürich-Flughafen The Circle 02 Zürich, CH\",\n            \"Av. President Juscelino Kubitscheck, 1909 Sao Paulo, 04551-065, BR\",\n            \"海淀区，丹棱街5号 中国, 100080, CN\",\n            \"DLF Building No.5 (Epitome), Cyber City, DLF Phase III Gurgaon, 122002, IN\",\n            \"Av. Vasco de Quiroga 3200 Col. Centro de Ciudad Santa Fe Del Álvaro Obregón, 01210, MX\",\n            \"Ул. Крылатская, 17 Москва, 121614, RU\",\n            \"3012 William Nicol Drive Johannesburg, Gauteng 2191, ZA\",\n            \"Aydın Sokak No:7 Bellevue Residences, Levent Mahallesi İstanbul, 34340, TR\",\n            \"Am Europlatz 3 Vienna, 1120, AT\",\n            \"100 Cyberport Road 15/F, Cyberport 2 Hong Kong, HK\",\n            \"One Microsoft Place South County Business Park Leopardstown, Dublin 18 D18, IE\",\n            \"רחוב הפנינה 2 רעננה, 43107, IL\",\n            \"22 Viaduct Harbour Avenue Auckland, NZ\",\n            \"Al. Jerozolimskie 195a Warszawa, 02-222, PL\",\n            \"Rua do Fogo de Santelmo, Lote 2.07.02 Lisboa, 1990 – 110, PT\",\n            \"The Business Gate, Building A2 Airport Road, Cordobah Riyadh, 11552, SA\",\n            \"182 Cecil Street #13-01 Frasers Tower Singapore, 069547, SG\",\n            \"Pradiareň 1900 Svätoplukova 2A Bratislava, 821 08, SK\",\n            \"Zhongxiao East Road Section 5 No. 68 Xinyi District, Taipei City, TW\",\n            \"Sheikh Zayed Road Dubai Internet City, Building No 8 Dubai, 52244, AE\",\n            \"1106 Federal Capital Bouchard 710 Buenos Aires, AR\",\n            \"Av. Vitacura 6844 Santiago, CL\",\n            \"Calle 92 # 11 – 51 Bogota, CO\",\n            \"Kilo 28, Cairo/Alex Desert Road Abou Rawash Cairo, EG\",\n            \"Jl. Jend. Sudirman Kav. 52-53 Jakarta Stock Exchange Building Tower II Jakarta, 12190, ID\",\n            \"No. 211, Jalan Tun Sambanthan Menara Shell Kuala Lumpur, 50470, MY\",\n            \"Ayala Avenue cor Edsa, Brgy. San Lorenzo, 11F, One Ayala East Tower Makati City, 1223, PH\",\n            \"Bulevardul Iuliu Maniu nr. 6P Clădirea Campus 6.2 București, 061103, RO\",\n            \"87/2 ถนนวิทยุ แขวงลุมพินี ตึก CRC Tower ออลซีซันส์เพลส เขตปทุมวัน กรุงเทพฯ, 10330, TH\"\n        ],\n        \"followers\": 24400459,\n        \"employees_in_linkedin\": 244172,\n        \"about\": \"Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesn’t just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters. Microsoft operates in 190 countries and is made up of approximately 228,000 passionate employees worldwide.\",\n        \"specialties\": \"Business Software, Developer Tools, Home & Educational Software, Tablets, Search, Advertising, Servers, Windows Operating System, Windows Applications & Platforms, Smartphones, Cloud Computing, Quantum Computing, Future of Work, Productivity, AI, Artificial Intelligence, Machine Learning, Laptops, Mixed Reality, Virtual Reality, Gaming, Developers, and IT Professional\",\n        \"company_size\": \"10,001+ employees\",\n        \"organization_type\": \"Public Company\",\n        \"industries\": \"Software Development\",\n        \"website\": \"https://news.microsoft.com/\",\n        \"crunchbase_url\": \"https://www.crunchbase.com/organization/microsoft?utm_source=linkedin&utm_medium=referral&utm_campaign=linkedin_companies&utm_content=profile_cta_anon&trk=funding_crunchbase\",\n        \"company_id\": \"1035\",\n        \"employees\": [\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/D5603AQHW7wKzPb3DAg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1718221341641?e=2147483647&v=beta&t=1Fuwf5T2Z3QNe6XvFlJRvkKQ88IFenXaxnHT-HdZvvI\",\n                \"link\": \"https://www.linkedin.com/in/reidhoffman?trk=org-employees\",\n                \"subtitle\": \"Co-Founder, LinkedIn & Inflection AI. Author of Superagency. Investor at Greylock.\",\n                \"title\": \"Reid Hoffman Reid Hoffman is an Influencer\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/C5603AQFZ0N2KnYx_xA/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1591250168260?e=2147483647&v=beta&t=vyiQxd3EhalYOebpvv6IpkSlpiw_y7EaGPGGDn1jB_U\",\n                \"link\": \"https://www.linkedin.com/in/nparekh?trk=org-employees\",\n                \"subtitle\": \"General Manager, Copilot Accelerator (AI-First Enterprise Apps)\",\n                \"title\": \"Nikesh Parekh\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/C4E03AQGZ52Sh18jKBg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1516155560702?e=2147483647&v=beta&t=jFXs5rph504_KbYqD3ij9WSQzSa4oQQqsnn9tuyzdF4\",\n                \"link\": \"https://www.linkedin.com/in/timbakke?trk=org-employees\",\n                \"subtitle\": \"Content Lead, Modern Workplace and Business Applications at Microsoft\",\n                \"title\": \"Tim Bakke\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/D5603AQHjarjIA2QIWg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1704436793457?e=2147483647&v=beta&t=myJ7aodOZCxYtr4U6i-2K7Zssjlj6ArNGkZBEb4IbJ4\",\n                \"link\": \"https://www.linkedin.com/in/gabeck?trk=org-employees\",\n                \"subtitle\": \"Product Management & Engineering Leader\",\n                \"title\": \"Gabriel Coelho-Kostolny\"\n            }\n        ],\n        \"headquarters\": \"Redmond, Washington\",\n        \"image\": \"https://media.licdn.com/dms/image/v2/D4E3DAQEUkZbJj8QJxw/image-scale_191_1128/image-scale_191_1128/0/1726517853814/microsoft_cover?e=2147483647&v=beta&t=uqv0e_DE7Lk7L5O7FFQ7AXR_YfOP0x-VAfpmdQw-iiw\",\n        \"logo\": \"https://media.licdn.com/dms/image/v2/C560BAQE88xCsONDULQ/company-logo_200_200/company-logo_200_200/0/1630652622688/microsoft_logo?e=2147483647&v=beta&t=tFMvsiq1cV6uLHTcCcyUcD0xb9yzN2izNZpjmVTVzWc\",\n        \"similar\": [\n            {\n                \"Links\": \"https://www.linkedin.com/company/google?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Google\",\n                \"location\": \"Mountain View, CA\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/amazon?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Amazon\",\n                \"location\": \"Seattle, WA\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/apple?trk=similar-pages\",\n                \"subtitle\": \"Computers and Electronics Manufacturing\",\n                \"title\": \"Apple\",\n                \"location\": \"Cupertino, California\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/ibm?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"IBM\",\n                \"location\": \"Armonk, New York, NY\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/meta?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Meta\",\n                \"location\": \"Menlo Park, CA\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/deloitte?trk=similar-pages\",\n                \"subtitle\": \"Business Consulting and Services\",\n                \"title\": \"Deloitte\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/netflix?trk=similar-pages\",\n                \"subtitle\": \"Entertainment Providers\",\n                \"title\": \"Netflix\",\n                \"location\": \"Los Gatos, CA\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/oracle?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"Oracle\",\n                \"location\": \"Austin, Texas\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/linkedin?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"LinkedIn\",\n                \"location\": \"Sunnyvale, CA\"\n            },\n            {\n                \"Links\": \"https://ie.linkedin.com/company/accenture?trk=similar-pages\",\n                \"subtitle\": \"Business Consulting and Services\",\n                \"title\": \"Accenture\"\n            }\n        ],\n        \"url\": \"https://www.linkedin.com/company/microsoft\",\n        \"updates\": [\n            {\n                \"likes_count\": 2453,\n                \"text\": \"From creating meal plans to making history more accessible, discover how AI is turning the once unimaginable into reality in December’s edition of The Monthly Tech-In. 💡 This month, we’ll explore how we’re merging technology with tradition and share insights on where AI might be heading in 2025.\",\n                \"time\": \"2w\",\n                \"title\": \"Microsoft\",\n                \"comments_count\": 284,\n                \"external_link\": \"https://www.linkedin.com/pulse/december-2024-microsoft-n1vxc?trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5612AQHKq-CFz1NHlQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1733769420800?e=2147483647&v=beta&t=Gkxd5DjFD_ifVvQcVJQkmi89bLOvM2r5p8xkHL1C6sA\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_december-2024-activity-7274808048966103040-_o1g\",\n                \"post_id\": \"7274808048966103040\",\n                \"date\": \"2024-12-24T12:18:00.481Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 390,\n                \"text\": \"Learning Accelerators are setting new standards in education by saving time, creating impactful content, and deepening students’ learning experiences. From personalized learning to efficient assignment analysis, explore the AI features that are helping educators maximize their effectiveness and support student success: https://msft.it/6046m09gr\",\n                \"time\": \"3d\",\n                \"title\": \"Microsoft\",\n                \"comments_count\": 38,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5610AQF30nhIiKgJ5w/image-shrink_800/image-shrink_800/0/1735936202093?e=2147483647&v=beta&t=QnSMNt5IGB8QQxsno9mchOzfKruriQIJTbbovnaJf7s\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_learning-accelerators-are-setting-new-standards-activity-7281044200643510274-Jusj\",\n                \"post_id\": \"7281044200643510274\",\n                \"date\": \"2025-01-04T12:18:00.484Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 3015,\n                \"text\": \"The other day, Marc Benioff made a comment that caught my attention: “Microsoft isn’t using Copilot themselves.” I love his passion. But it’s just not true. I use Copilot. My team uses Copilot. And pretty much all of Microsoft has been actively using Copilot for two years. That's 100s of thousands of us! A few months ago, we even compiled several stories about Copilot’s impact at Microsoft: https://lnkd.in/gZtxsxex We built an agent in Copilot Studio for Azure.com which was deployed before Agentforce was even announced. It boosted engagement 4.75x and drove a 21.5% increase in conversion rates! On our sales team, Copilot is providing a 9.4% increase in revenue per seller and a 20% increase in close rates among high users of the tool. Copilot is benefiting customer support response by helping to resolve cases, with one team closing cases 12% faster. From a marketing perspective, Copilot has helped us improve the digital customer experience and accelerated campaign creation from 12 weeks to 3 weeks. Copilot is helping our legal team respond to issues 32% faster. Our HR department has seen a 42% increase in employee self-service answer accuracy when using Copilot. And those are just a few examples! I always appreciate Marc’s takes and he is always welcome to ask me how else Microsoft is transforming with AI. Or he can ask Copilot 😊. We have a lot more coming in 2025, and I cannot wait to tell you all about it! This is such an exciting time for us, our customers, partners, and the industry. Cheers to the New Year and Happy Holidays to everyone!\",\n                \"time\": \"2w\",\n                \"title\": \"Charles Lamanna\",\n                \"comments_count\": 171,\n                \"external_link\": \"https://www.linkedin.com/redir/redirect?url=https%3A%2F%2Fwww%2Emicrosoft%2Ecom%2Fen-us%2Fworklab%2Fai-is-already-changing-work-microsoft-included&urlhash=PUy1&trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/sync/v2/D4D27AQGswWqC0sW--g/articleshare-shrink_800/articleshare-shrink_800/0/1729517107363?e=2147483647&v=beta&t=gc1IppyD1rwnov0gurPdHkplGbeYRjJFUXPhs-eYqS8\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_activity-7275966975133065216-q4Lb\",\n                \"post_id\": \"7275966975133065216\",\n                \"date\": \"2024-12-24T12:18:00.486Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 456,\n                \"text\": \"2024 was a turning point for #AI . In just one year, we’ve gone from chatbots crafting essays to AI becoming an integral part of our daily workflows. With advancements like multimodal AI and AI agents transforming business processes, the impact of this technology is clearer than ever. 2025 promises to take this momentum even further. We’ll see smarter ways of working with AI, exciting breakthroughs in hardware, and innovations that continue to reshape industries. Join me in exploring what’s ahead in my latest AI at Work newsletter. #FutureOfWork #AITrends\",\n                \"time\": \"2w\",\n                \"title\": \"Jared Spataro\",\n                \"comments_count\": 35,\n                \"external_link\": \"https://www.linkedin.com/pulse/how-ai-help-us-navigate-uncertainty-2025-jared-spataro-2ojgc?trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5612AQGIeEwoYjR9KA/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1734475589316?e=2147483647&v=beta&t=dkaip4PSUJStN7-u-5Hm_60KDJ7xiCSzjrMv3JKZfpA\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_how-ai-will-help-us-navigate-uncertainty-activity-7275559583916392450-L7Wr\",\n                \"post_id\": \"7275559583916392450\",\n                \"date\": \"2024-12-24T12:18:00.489Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 22921,\n                \"text\": \"GitHub Copilot Free for VS Code has arrived. Sign up today: https://lnkd.in/gdAcfCnm\",\n                \"time\": \"2w\",\n                \"title\": \"Satya Nadella\",\n                \"comments_count\": 856,\n                \"videos\": [\n                    \"https://dms.licdn.com/playlist/vid/v2/D5605AQHSRYBRQ0wtPg/mp4-640p-30fp-crf28/B56ZPa9q_YHQBc-/0/1734545468980?e=2147483647&v=beta&t=8fFHsXtByNdkMu_wMmJTHm1DmTCSYnr3gTQcWGZdIxc\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D5605AQHSRYBRQ0wtPg/mp4-720p-30fp-crf28/B56ZPa9q_YHQBg-/0/1734545469665?e=2147483647&v=beta&t=ksVcgKqTTJiqx3evcgYOQugPu8Pb48FltgzCchPbDNE\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_github-copilot-free-for-vs-code-has-arrived-activity-7275528605785354240-lVbI\",\n                \"post_id\": \"7275528605785354240\",\n                \"date\": \"2024-12-24T12:18:00.491Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 11899,\n                \"text\": \"The pace of AI innovation this past year has been truly remarkable. But looking back, what stands out most is the incredible speed at which this technology has diffused, turning innovation into real impact—one person, one organization, one community at a time. And throughout 2024, I had the privilege of witnessing countless examples of this around the world.\",\n                \"time\": \"2w Edited\",\n                \"title\": \"Satya Nadella\",\n                \"comments_count\": 473,\n                \"videos\": [\n                    \"https://dms.licdn.com/playlist/vid/v2/D4E05AQEEoC81Q5w1BA/mp4-720p-30fp-crf28/B4EZPVvEmSHEBg-/0/1734457758681?e=2147483647&v=beta&t=Tyz52vOWXi5u2tJDx9Kv72eEVpeS4TEo7XkA8GMPP_c\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D4E05AQEEoC81Q5w1BA/mp4-640p-30fp-crf28/B4EZPVvEmSHEBc-/0/1734457769427?e=2147483647&v=beta&t=JNv1GTOWuNgZYFVBghbz7vgJyePkaUeGQ3AS1g4KVlY\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_the-pace-of-ai-innovation-this-past-year-activity-7274885730122752000-gWJY\",\n                \"post_id\": \"7274885730122752000\",\n                \"date\": \"2024-12-24T12:18:00.494Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 775,\n                \"text\": \"AI is empowering radiologists, streamlining workflows, and improving patient care. Explore how Microsoft is advancing healthcare through responsible AI innovation—plus highlights from RSNA 2024: https://msft.it/6042ouyFm\",\n                \"time\": \"3w\",\n                \"title\": \"Microsoft Cloud\",\n                \"comments_count\": 62,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D4D10AQFXEK7CEIb8mg/image-shrink_800/image-shrink_800/0/1734112802153?e=2147483647&v=beta&t=vNDEYnFkvsESdCsQ21swZTEP7Go1ZDKPVngg59nOmhk\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_activity-7273775852251680768-vD9r\",\n                \"post_id\": \"7273775852251680768\",\n                \"date\": \"2024-12-17T12:18:00.499Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 581,\n                \"text\": \"Cyberattacks are evolving rapidly, but so is the technology to stop them. At Microsoft, we’re harnessing AI to analyze massive datasets, detect hidden patterns, and enable proactive responses—helping both our systems and organizations around the world stay ahead of even the most sophisticated threats. AI is transforming cybersecurity by shifting it from reactive defense to proactive strategy. With smarter tools and actionable insights, our security teams can predict, detect, and respond to attacks with precision, shaping a safer digital future. Discover how AI is redefining cybersecurity and protecting critical systems in the 2024 Microsoft Digital Defense Report: https://msft.it/6046oEBX4 #MDDR #Cybersecurity #AI #AIForGood\",\n                \"time\": \"1mo\",\n                \"title\": \"Microsoft On the Issues\",\n                \"comments_count\": 38,\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_transforming-cybersecurity-with-ai-activity-7272644639076028416-IgWG\",\n                \"post_id\": \"7272644639076028416\",\n                \"date\": \"2024-12-08T12:18:00.502Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 539,\n                \"text\": \"Devin, the AI software engineer from Cognition , is now generally available, powered by Microsoft Azure . Azure customers can access Devin today on the Azure marketplace: https://msft.it/6048o3GYe\",\n                \"time\": \"3w\",\n                \"title\": \"Microsoft Developer\",\n                \"comments_count\": 48,\n                \"external_link\": \"https://www.linkedin.com/redir/redirect?url=https%3A%2F%2Fdevin%2Eai%2F&urlhash=8jQT&trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5610AQEFdtKaK21JTA/image-shrink_1280/image-shrink_1280/0/1733867852994?e=2147483647&v=beta&t=OchN6gNr1Gaobheon9gmPjM17iEMKwpATM1NrzMBJ8E\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_activity-7272371073482940416-l484\",\n                \"post_id\": \"7272371073482940416\",\n                \"date\": \"2024-12-17T12:18:00.505Z\",\n                \"tagged_companies\": [\n                    {\n                        \"link\": \"https://www.linkedin.com/company/cognition-ai-labs?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"Cognition\"\n                    }\n                ],\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 1329,\n                \"text\": \"Today, we are happy to announce that our next-generation datacenter designs now use zero water for cooling. By adopting chip-level cooling technology, Microsoft is eliminating water evaporation and avoiding the need for 125 million liters of water per datacenter annually. This innovation aligns with our Datacenter Community Pledge, protecting local watersheds and reducing our Water Usage Effectiveness to near zero. Together, we’re paving the way for a more sustainable future. Learn more about our zero-water cooling technology: #MSFTAdvocate #MSSustainability\",\n                \"time\": \"4w\",\n                \"title\": \"Noelle Walsh\",\n                \"comments_count\": 63,\n                \"external_link\": \"https://www.linkedin.com/redir/redirect?url=https%3A%2F%2Fwww%2Emicrosoft%2Ecom%2Fen-us%2Fmicrosoft-cloud%2Fblog%2F2024%2F12%2F09%2Fsustainable-by-design-next-generation-datacenters-consume-zero-water-for-cooling%2F&urlhash=9H8O&trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/sync/v2/D4E27AQETreYuUrHBYg/articleshare-shrink_800/articleshare-shrink_800/0/1733763162450?e=2147483647&v=beta&t=OZRjOwLU7QHYxs_rUupEMDJ6u16pKG3BQ-Ufd_5i21o\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/microsoft_activity-7271934111630409729-LjjG\",\n                \"post_id\": \"7271934111630409729\",\n                \"date\": \"2024-12-10T12:18:00.508Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            }\n        ],\n        \"affiliated\": [\n            {\n                \"title\": \"GitHub\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"San Francisco, CA\",\n                \"Links\": \"https://www.linkedin.com/company/github?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Learn\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoftlearn/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Cloud\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-cloud-platform/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft 365\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-365/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Azure\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-azure/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Security\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-security/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Developer\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-developers/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Research\",\n                \"subtitle\": \"Think Tanks\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoftresearch/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Windows Developer\",\n                \"Links\": \"https://www.linkedin.com/showcase/windows-developers/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Dynamics 365\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-dynamics/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft AI Cloud Partner Program\",\n                \"subtitle\": \"Information Technology & Services\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-cloud-partner-program/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Visual Studio\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-visual-studio/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Power Platform\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-power-platform/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft SQL Server\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/msft-sql-server/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Fabric\",\n                \"subtitle\": \"Data Infrastructure and Analytics\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoftfabric/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft On the Issues\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-on-the-issues/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Surface\",\n                \"subtitle\": \"Computer Hardware\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-surface/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Threat Intelligence\",\n                \"subtitle\": \"Computer and Network Security\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-threat-intelligence/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Advertising\",\n                \"subtitle\": \"Advertising Services\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-advertising/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Halo Studios\",\n                \"subtitle\": \"Computer Games\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/company/halostudios?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Copilot\",\n                \"subtitle\": \"Software Development\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoftcopilot/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft for Healthcare\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-health/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft in Government\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-in-government/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft 365 Insider Program\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-365-insider/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Events\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-events/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"M12, Microsoft's Venture Fund\",\n                \"subtitle\": \"Venture Capital and Private Equity Principals\",\n                \"location\": \"San Francisco, California\",\n                \"Links\": \"https://www.linkedin.com/company/m12vc?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Reactor\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-reactor/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Viva\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-viva/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Flip\",\n                \"subtitle\": \"E-Learning Providers\",\n                \"location\": \"Minneapolis, MN\",\n                \"Links\": \"https://www.linkedin.com/company/microsoftflip?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Security Response Center\",\n                \"subtitle\": \"Computer and Network Security\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-security-response-center/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Military Affairs\",\n                \"subtitle\": \"Information Technology & Services\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-military-affairs/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Windows\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-windows/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft AI\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Mountain View, CA\",\n                \"Links\": \"https://mx.linkedin.com/company/microsoft-ai?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Metaswitch Networks\",\n                \"subtitle\": \"Telecommunications\",\n                \"Links\": \"https://uk.linkedin.com/company/metaswitch-networks?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"M\",\n                \"subtitle\": \"Software Development\",\n                \"Links\": \"https://www.linkedin.com/showcase/covid19-business-resource-center/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Xbox\",\n                \"subtitle\": \"Entertainment Providers\",\n                \"Links\": \"https://www.linkedin.com/showcase/xbox/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Visual Studio Code\",\n                \"Links\": \"https://www.linkedin.com/showcase/vs-code/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft for Nonprofits\",\n                \"subtitle\": \"Software Development\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-for-nonprofits/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft News and Stories\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Redmond, Washington\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-news-and-stories/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft 365 Developer\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Remond, WA\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft365dev/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Studios Quality - Xbox Game Studios\",\n                \"subtitle\": \"Computer Games\",\n                \"location\": \"Redmond, WA\",\n                \"Links\": \"https://www.linkedin.com/company/studios-quality?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft's Entrepreneurship for Positive Impact\",\n                \"subtitle\": \"Software Development\",\n                \"Links\": \"https://www.linkedin.com/showcase/entrepreneurshipforpositiveimpact/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Go China Connection\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Beijing, Beijing\",\n                \"Links\": \"https://cn.linkedin.com/showcase/go-china-connection/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Developers 365\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-developers-365/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"Microsoft Most Valuable Professionals\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"Links\": \"https://www.linkedin.com/showcase/microsoft-most-valuable-professionals/?trk=affiliated-pages\"\n            }\n        ],\n        \"funding\": {\n            \"last_round_date\": \"2023-01-09T00:00:00.000Z\",\n            \"last_round_type\": \"Post IPO equity\",\n            \"rounds\": 2\n        },\n        \"formatted_locations\": [\n            \"1 Microsoft Way, Redmond, Washington 98052, US\",\n            \"1 Denison Street, North Sydney, NSW 2060, AU\",\n            \"1950 Meadowvale Blvd, Mississauga, Ontario L5N 8L9, CA\",\n            \"39, Quai du Président Roosevelt, Issy-les-Moulineaux, Île-de-France 92130, FR\",\n            \"Walter-Gropius-Straße 5, München, 80807, DE\",\n            \"2-16-3 Konan, Minato-ku, Tokyo 108-0075, JP\",\n            \"Thames Valley Park Drive, Reading, Berkshire RG6 1WG, GB\",\n            \"Kanalvej 7, 2800 Kongens Lyngby, DK\",\n            \"Luchthavenlaan 1k, Zaventem, Flemish Region 1930, BE\",\n            \"Keilalahdentie 2-4, Espoo, 02150, FI\",\n            \"Viale Pasubio, 21, Milan, Lombardy 20154, IT\",\n            \"50, Jongro 1-gil, Jongno-gu, Seoul, KR\",\n            \"Evert van de Beekstraat 354, Schiphol, North Holland 1118 CZ, NL\",\n            \"Dronning Eufemia gate 71, Oslo, 0194, NO\",\n            \"Paseo del Club Deportivo, 1, Centro Empresarial La Finca - Edificio 1, Pozuelo de Alarcón, 28223, ES\",\n            \"Regeringsgatan 25, Stockholm, 111 53, SE\",\n            \"8058 Zürich-Flughafen, The Circle 02, Zürich, CH\",\n            \"Av. President Juscelino Kubitscheck, 1909, Sao Paulo, 04551-065, BR\",\n            \"海淀区，丹棱街5号, 中国, 100080, CN\",\n            \"DLF Building No.5 (Epitome), Cyber City, DLF Phase III, Gurgaon, 122002, IN\",\n            \"Av. Vasco de Quiroga 3200, Col. Centro de Ciudad Santa Fe, Del Álvaro Obregón, 01210, MX\",\n            \"Ул. Крылатская, 17, Москва, 121614, RU\",\n            \"3012 William Nicol Drive, Johannesburg, Gauteng 2191, ZA\",\n            \"Aydın Sokak No:7, Bellevue Residences, Levent Mahallesi, İstanbul, 34340, TR\",\n            \"Am Europlatz 3, Vienna, 1120, AT\",\n            \"100 Cyberport Road, 15/F, Cyberport 2, Hong Kong, HK\",\n            \"One Microsoft Place, South County Business Park, Leopardstown, Dublin 18 D18, IE\",\n            \"רחוב הפנינה 2, רעננה, 43107, IL\",\n            \"22 Viaduct Harbour Avenue, Auckland, NZ\",\n            \"Al. Jerozolimskie 195a, Warszawa, 02-222, PL\",\n            \"Rua do Fogo de Santelmo, Lote 2.07.02, Lisboa, 1990 – 110, PT\",\n            \"The Business Gate, Building A2 Airport Road, Cordobah, Riyadh, 11552, SA\",\n            \"182 Cecil Street, #13-01 Frasers Tower, Singapore, 069547, SG\",\n            \"Pradiareň 1900, Svätoplukova 2A, Bratislava, 821 08, SK\",\n            \"Zhongxiao East Road Section 5 No. 68, Xinyi District, Taipei City, TW\",\n            \"Sheikh Zayed Road, Dubai Internet City, Building No 8, Dubai, 52244, AE\",\n            \"1106 Federal Capital, Bouchard 710, Buenos Aires, AR\",\n            \"Av. Vitacura 6844, Santiago, CL\",\n            \"Calle 92 # 11 – 51, Bogota, CO\",\n            \"Kilo 28, Cairo/Alex Desert Road, Abou Rawash, Cairo, EG\",\n            \"Jl. Jend. Sudirman Kav. 52-53, Jakarta Stock Exchange Building Tower II, Jakarta, 12190, ID\",\n            \"No. 211, Jalan Tun Sambanthan, Menara Shell, Kuala Lumpur, 50470, MY\",\n            \"Ayala Avenue cor Edsa, Brgy. San Lorenzo,, 11F, One Ayala East Tower, Makati City, 1223, PH\",\n            \"Bulevardul Iuliu Maniu nr. 6P, Clădirea Campus 6.2, București, 061103, RO\",\n            \"87/2 ถนนวิทยุ แขวงลุมพินี, ตึก CRC Tower ออลซีซันส์เพลส, เขตปทุมวัน กรุงเทพฯ, 10330, TH\"\n        ],\n        \"stock_info\": {\n            \"id\": \"MSFT\",\n            \"datetime\": \"January 7, 2025\",\n            \"stock_exchange\": \"NASDAQ\",\n            \"stock_ticker\": \"MSFT\",\n            \"stock_price\": \"$427.85\",\n            \"stock_price_change\": \"4.5 (1.063%)\",\n            \"stock_provider\": \"Data from Refinitiv\"\n        },\n        \"get_directions_url\": [\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=1+Microsoft+Way+Redmond+98052+Washington+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=1+Denison+Street++North+Sydney+2060+NSW+AU&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=1950+Meadowvale+Blvd+Mississauga+L5N+8L9+Ontario+CA&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=39%2C+Quai+du+Pr%C3%A9sident+Roosevelt+Issy-les-Moulineaux+92130+%C3%8Ele-de-France+FR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Walter-Gropius-Stra%C3%9Fe+5+M%C3%BCnchen+80807+DE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=2-16-3+Konan+Minato-ku+108-0075+Tokyo+JP&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Thames+Valley+Park+Drive+Reading+RG6+1WG+Berkshire+GB&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Kanalvej+7+2800+Kongens+Lyngby+DK&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Luchthavenlaan+1k+Zaventem+1930+Flemish+Region+BE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Keilalahdentie+2-4+Espoo+02150+FI&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Viale+Pasubio%2C+21+Milan+20154+Lombardy+IT&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=50%2C+Jongro+1-gil+Jongno-gu+Seoul+KR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Evert+van+de+Beekstraat+354+Schiphol+1118+CZ+North+Holland+NL&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Dronning+Eufemia+gate+71+Oslo+0194+NO&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Paseo+del+Club+Deportivo%2C+1+Centro+Empresarial+La+Finca+-+Edificio+1+Pozuelo+de+Alarc%C3%B3n+28223+ES&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Regeringsgatan+25+Stockholm+111+53+SE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=8058+Z%C3%BCrich-Flughafen+The+Circle+02+Z%C3%BCrich+CH&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Av.+President+Juscelino+Kubitscheck%2C+1909+Sao+Paulo+04551-065+BR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=%E6%B5%B7%E6%B7%80%E5%8C%BA%EF%BC%8C%E4%B8%B9%E6%A3%B1%E8%A1%975%E5%8F%B7+%E4%B8%AD%E5%9B%BD+100080+CN&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=DLF+Building+No.5+%28Epitome%29%2C+Cyber+City%2C+DLF+Phase+III+Gurgaon+122002+IN&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Av.+Vasco+de+Quiroga+3200+Col.+Centro+de+Ciudad+Santa+Fe+Del+%C3%81lvaro+Obreg%C3%B3n+01210+MX&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=%D0%A3%D0%BB.+%D0%9A%D1%80%D1%8B%D0%BB%D0%B0%D1%82%D1%81%D0%BA%D0%B0%D1%8F%2C+17+%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B0+121614+RU&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=3012+William+Nicol+Drive+Johannesburg+2191+Gauteng+ZA&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Ayd%C4%B1n+Sokak+No%3A7+Bellevue+Residences%2C+Levent+Mahallesi+%C4%B0stanbul+34340+TR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Am+Europlatz+3+Vienna+1120+AT&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=100+Cyberport+Road+15%2FF%2C+Cyberport+2+Hong+Kong+HK&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=One+Microsoft+Place+South+County+Business+Park+Leopardstown+18+D18+Dublin+IE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=%D7%A8%D7%97%D7%95%D7%91+%D7%94%D7%A4%D7%A0%D7%99%D7%A0%D7%94+2+%D7%A8%D7%A2%D7%A0%D7%A0%D7%94+43107+IL&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=22+Viaduct+Harbour+Avenue+Auckland+NZ&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Al.+Jerozolimskie+195a+Warszawa+02-222+PL&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Rua+do+Fogo+de+Santelmo%2C+Lote+2.07.02+Lisboa+1990+%E2%80%93+110+PT&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=The+Business+Gate%2C+Building+A2+Airport+Road%2C+Cordobah+Riyadh+11552+SA&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=182+Cecil+Street+%2313-01+Frasers+Tower+Singapore+069547+SG&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Pradiare%C5%88+1900+Sv%C3%A4toplukova+2A+Bratislava+821+08+SK&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Zhongxiao+East+Road+Section+5+No.+68+Xinyi+District+Taipei+City+TW&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Sheikh+Zayed+Road+Dubai+Internet+City%2C+Building+No+8+Dubai+52244+AE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=1106+Federal+Capital+Bouchard+710+Buenos+Aires+AR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Av.+Vitacura+6844+Santiago+CL&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Calle+92+%23+11+%E2%80%93+51+Bogota+CO&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Kilo+28%2C+Cairo%2FAlex+Desert+Road+Abou+Rawash+Cairo+EG&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Jl.+Jend.+Sudirman+Kav.+52-53+Jakarta+Stock+Exchange+Building+Tower+II+Jakarta+12190+ID&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=No.+211%2C+Jalan+Tun+Sambanthan+Menara+Shell+Kuala+Lumpur+50470+MY&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Ayala+Avenue+cor+Edsa%2C+Brgy.+San+Lorenzo%2C+11F%2C+One+Ayala+East+Tower++Makati+City+1223+PH&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Bulevardul+Iuliu+Maniu+nr.+6P+Cl%C4%83direa+Campus+6.2+Bucure%C8%99ti+061103+RO&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=87%2F2+%E0%B8%96%E0%B8%99%E0%B8%99%E0%B8%A7%E0%B8%B4%E0%B8%97%E0%B8%A2%E0%B8%B8+%E0%B9%81%E0%B8%82%E0%B8%A7%E0%B8%87%E0%B8%A5%E0%B8%B8%E0%B8%A1%E0%B8%9E%E0%B8%B4%E0%B8%99%E0%B8%B5+%E0%B8%95%E0%B8%B6%E0%B8%81+CRC+Tower+%E0%B8%AD%E0%B8%AD%E0%B8%A5%E0%B8%8B%E0%B8%B5%E0%B8%8B%E0%B8%B1%E0%B8%99%E0%B8%AA%E0%B9%8C%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%AA+%E0%B9%80%E0%B8%82%E0%B8%95%E0%B8%9B%E0%B8%97%E0%B8%B8%E0%B8%A1%E0%B8%A7%E0%B8%B1%E0%B8%99+%E0%B8%81%E0%B8%A3%E0%B8%B8%E0%B8%87%E0%B9%80%E0%B8%97%E0%B8%9E%E0%B8%AF+10330+TH&trk=org-locations_url\"\n            }\n        ],\n        \"description\": \"Microsoft | 24,400,459 followers on LinkedIn. Every company has a mission. What&#39;s ours? To empower every person and every organization to achieve more.\",\n        \"additional_information\": \"Additional jobs info: Microsoft (710,029 open jobs). Engineer (555,845 open jobs). Analyst (694,057 open jobs). Intern (71,196 open jobs). Manager (1,880,925 open jobs). Developer (258,935 open jobs). Scientist (48,969 open jobs). Software Engineer (300,699 open jobs). Project Manager (253,048 open jobs). Account Manager (121,519 open jobs). Associate (1,091,945 open jobs). Director (1,220,357 open jobs). Specialist (768,666 open jobs). Executive (690,514 open jobs). Human Resources Business Partner (19,788 open jobs). Marketing Manager (106,879 open jobs). Consultant (760,907 open jobs). Assistant (711,811 open jobs). Senior Software Engineer (78,145 open jobs). Data Analyst (329,009 open jobs)\",\n        \"country_codes_array\": [\n            \"US\",\n            \"AU\",\n            \"CA\",\n            \"FR\",\n            \"DE\",\n            \"JP\",\n            \"GB\",\n            \"DK\",\n            \"BE\",\n            \"FI\",\n            \"IT\",\n            \"KR\",\n            \"NL\",\n            \"NO\",\n            \"ES\",\n            \"SE\",\n            \"CH\",\n            \"BR\",\n            \"CN\",\n            \"IN\",\n            \"MX\",\n            \"RU\",\n            \"ZA\",\n            \"TR\",\n            \"AT\",\n            \"HK\",\n            \"IE\",\n            \"IL\",\n            \"NZ\",\n            \"PL\",\n            \"PT\",\n            \"SA\",\n            \"SG\",\n            \"SK\",\n            \"TW\",\n            \"AE\",\n            \"AR\",\n            \"CL\",\n            \"CO\",\n            \"EG\",\n            \"ID\",\n            \"MY\",\n            \"PH\",\n            \"RO\",\n            \"TH\"\n        ],\n        \"alumni\": null,\n        \"alumni_information\": null,\n        \"timestamp\": \"2025-01-07T12:18:00.781Z\"\n    },\n    {\n        \"input\": {\n            \"url\": \"https://www.linkedin.com/company/ibm\"\n        },\n        \"id\": \"ibm\",\n        \"name\": \"IBM\",\n        \"country_code\": \"US,ZA,UY,TH,ID,AU,CZ,SG,IT,DE,MY,FI,CO,RU,AE,FR,SK,KW,IN,BR,GR,MX,ES,AR,RO,EG\",\n        \"locations\": [\n            \"International Business Machines Corp. New Orchard Road Armonk, New York, NY 10504, US\",\n            \"590 Madison Ave New York, NY 10022, US\",\n            \"90 Grayston Dr Sandton, Gauteng 2196, ZA\",\n            \"Plaza Independencia 721 Montevideo, 11000, UY\",\n            \"388 Phahon Yothin Road Phaya Thai, Bangkok City 10400, TH\",\n            \"Jalan Prof. Dr. Latumenten Jakarta Barat, Jakarta 11330, ID\",\n            \"30 S 17th St Philadelphia, PA 19103, US\",\n            \"60 City Rd Melbourne, VIC 3006, AU\",\n            \"V Parku 2294/4 Prague, Prague 148 00, CZ\",\n            \"9 Changi Business Park Central 1 Singapore, Singapore 486048, SG\",\n            \"Via Sciangai Rome, Laz. 00144, IT\",\n            \"Nahmitzer Damm 12 Berlin, BE 12277, DE\",\n            \"3031 N Rocky Point Dr W Tampa, FL 33607, US\",\n            \"First Avenue Petaling Jaya, Selangor 47800, MY\",\n            \"Laajalahdentie 23 Helsinki, Southern Finland 00330, FI\",\n            \"Carrera 53 100-25 Bogota, Bogota, D.C. 111111, CO\",\n            \"Presnenskaya naberezhnaya 10 Moscow, Central Federal District 123112, RU\",\n            \"3 Road Dubai, Dubai, AE\",\n            \"71 S Wacker Dr Chicago, IL 60606, US\",\n            \"50 Rue de Picpus Paris, IdF 75012, FR\",\n            \"Mlynske nivy 16688/49 Bratislava, Bratislava 821 09, SK\",\n            \"Shuhada'A Street Kuwait City, Kuwait City, KW\",\n            \"Vasant Kunj Road Delhi, Delhi 110070, IN\",\n            \"Avenida Pasteur, 138 Rio de Janeiro, RJ 22290-240, BR\",\n            \"284 Leoforos Kifisias Chalandri, Attica 152 32, GR\",\n            \"14212 Cochran Rd SW Huntsville, AL 35824, US\",\n            \"Carretera al Castillo El Salto, JAL 45680, MX\",\n            \"Calle de Corazon de Maria, 44 Madrid, Community of Madrid 28002, ES\",\n            \"Technicka 2995/21 Brno, South Moravia 612 00, CZ\",\n            \"150 Kettletown Rd Southbury, CT 06488, US\",\n            \"601 Pacific Hwy Sydney, NSW 2065, AU\",\n            \"505 Howard St San Francisco, CA 94105, US\",\n            \"600 14th St NW Washington, DC 20005, US\",\n            \"7100 Highlands Pkwy SE Smyrna, GA 30082, US\",\n            \"1000 Belleview St Dallas, TX 75215, US\",\n            \"3039 E Cornwallis Rd Durham, NC 27709, US\",\n            \"Avenida Hipolito Yrigoyen 2149 Martinez, Buenos Aires 1640, AR\",\n            \"Soseaua Bucuresti-Ploiesti 1A Bucharest, Bucharest, RO\",\n            \"Rodovia Jorn. Francisco Aguirre Proenca Hortolandia, SP 13186-624, BR\",\n            \"B-19 Noida, Uttar Pradesh 201307, IN\",\n            \"Cairo Alexandria Desert Road Sixth of October, Al Jizah, EG\"\n        ],\n        \"followers\": 17732238,\n        \"employees_in_linkedin\": 315879,\n        \"about\": \"At IBM, we do more than work. We create. We create as technologists, developers, and engineers. We create with our partners. We create with our competitors. If you're searching for ways to make the world work better through technology and infrastructure, software and consulting, then we want to work with you. We're here to help every creator turn their \\\"what if\\\" into what is. Let's create something that will change everything.\",\n        \"specialties\": \"Cloud, Mobile, Cognitive, Security, Research, Watson, Analytics, Consulting, Commerce, Experience Design, Internet of Things, Technology support, Industry solutions, Systems services, Resiliency services, Financing, and IT infrastructure\",\n        \"company_size\": \"10,001+ employees\",\n        \"organization_type\": \"Public Company\",\n        \"industries\": \"IT Services and IT Consulting\",\n        \"website\": \"https://www.ibm.com/\",\n        \"company_id\": \"1009\",\n        \"employees\": [\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/D5603AQG8BrSbmTF3KQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1698961770751?e=2147483647&v=beta&t=NIr8LzS3QQoK-FqwJ8V1ZzW9hFdKDjqxi_x5cMxMSS4\",\n                \"link\": \"https://www.linkedin.com/in/dnielsen?trk=org-employees\",\n                \"subtitle\": \"Developer Relations Professional with a Passion for Community\",\n                \"title\": \"Dave Nielsen\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/C4E03AQEdXwXV3KRnIg/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1561756249105?e=2147483647&v=beta&t=1nJndA8UwSc8_jr3tPTjqXrv-YFZ8ZiiLMcowKJignk\",\n                \"link\": \"https://www.linkedin.com/in/tmarkiewicz?trk=org-employees\",\n                \"subtitle\": \"Developer Relations - IBM Watson\",\n                \"title\": \"Tom Markiewicz\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/C4E03AQHxBEPuzK0GXw/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1516156195924?e=2147483647&v=beta&t=eHopBiWQVyb_Efgn5jANXdarYJP-vcAvoEkjEZhyv_k\",\n                \"link\": \"https://www.linkedin.com/in/blohr?trk=org-employees\",\n                \"subtitle\": \"Americas Software Sales Leader, IBM- Kyndryl Strategic Partnership\",\n                \"title\": \"Bill Lohr\"\n            },\n            {\n                \"img\": \"https://media.licdn.com/dms/image/v2/C4E03AQGMC2DFp4qlkQ/profile-displayphoto-shrink_100_100/profile-displayphoto-shrink_100_100/0/1648313945137?e=2147483647&v=beta&t=wN-6vpSp6gvcY8A_jmeSh9vaTEAEVieHcC_kD-S7zyY\",\n                \"link\": \"https://ca.linkedin.com/in/nancy-robertson-1565?trk=org-employees\",\n                \"title\": \"Nancy Robertson\"\n            }\n        ],\n        \"headquarters\": \"Armonk, New York, NY\",\n        \"image\": \"https://media.licdn.com/dms/image/v2/D4E3DAQFzwuYKMiB5Cg/image-scale_191_1128/image-scale_191_1128/0/1731689757964/ibm_cover?e=2147483647&v=beta&t=44QF8chAGaPlhQgEZZfTEruSWXpQEUcM9NWOG0RXqJQ\",\n        \"logo\": \"https://media.licdn.com/dms/image/v2/D560BAQGiz5ecgpCtkA/company-logo_200_200/company-logo_200_200/0/1688684715866/ibm_logo?e=2147483647&v=beta&t=yWxQj1oew7nR92bDw8r80j2EiCwx29aNxLZktJYrsWw\",\n        \"similar\": [\n            {\n                \"Links\": \"https://www.linkedin.com/company/deloitte?trk=similar-pages\",\n                \"subtitle\": \"Business Consulting and Services\",\n                \"title\": \"Deloitte\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/google?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Google\",\n                \"location\": \"Mountain View, CA\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/microsoft?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Microsoft\",\n                \"location\": \"Redmond, Washington\"\n            },\n            {\n                \"Links\": \"https://ie.linkedin.com/company/accenture?trk=similar-pages\",\n                \"subtitle\": \"Business Consulting and Services\",\n                \"title\": \"Accenture\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/amazon?trk=similar-pages\",\n                \"subtitle\": \"Software Development\",\n                \"title\": \"Amazon\",\n                \"location\": \"Seattle, WA\"\n            },\n            {\n                \"Links\": \"https://in.linkedin.com/company/tata-consultancy-services?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"Tata Consultancy Services\",\n                \"location\": \"Mumbai, Maharashtra\"\n            },\n            {\n                \"Links\": \"https://www.linkedin.com/company/cognizant?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"Cognizant\",\n                \"location\": \"Teaneck, New Jersey\"\n            },\n            {\n                \"Links\": \"https://in.linkedin.com/company/infosys?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"Infosys\",\n                \"location\": \"Bangalore, Karnataka\"\n            },\n            {\n                \"Links\": \"https://in.linkedin.com/company/wipro?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"Wipro\",\n                \"location\": \"Bangalore, Karnataka\"\n            },\n            {\n                \"Links\": \"https://uk.linkedin.com/company/ernstandyoung?trk=similar-pages\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"title\": \"EY\"\n            }\n        ],\n        \"url\": \"https://www.linkedin.com/company/ibm\",\n        \"updates\": [\n            {\n                \"likes_count\": 1130,\n                \"text\": \"IBM Granite is getting stronger and shipping faster. 🔥 Today, we’re releasing IBM Granite 3.1 – the latest update to our Granite series of open and performant language models, delivering new features and significant performance improvements. What's new? We upped the context windows to 128K for all models. We added new function calling hallucination detection capabilities so users can have more control over agentic #AI workflows. Plus, we’re introducing 4 new Granite embedding models that offer multilingual support across 12 different languages. Dive into the full details here: https://ibm.biz/BdGXBh\",\n                \"time\": \"2w\",\n                \"title\": \"IBM\",\n                \"comments_count\": 83,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D4E22AQHgl9Phbmnaww/feedshare-shrink_2048_1536/B4EZPaYjc.HsAo-/0/1734535691508?e=2147483647&v=beta&t=PElVtV1HANZZPGQdwdCvpf_bdPaJd1pIyMWHv4he940\",\n                    \"https://media.licdn.com/dms/image/v2/D4E22AQFmyMtczCZTXQ/feedshare-shrink_1280/B4EZPaYje1GcAo-/0/1734535702572?e=2147483647&v=beta&t=tJ5xa3rkJJ3UPOHnzXQzF5_wGotlueC7cOvB8FMdaYY\",\n                    \"https://media.licdn.com/dms/image/v2/D4E22AQEkC0V6TN1d0w/feedshare-shrink_1280/B4EZPaYjdMHAAo-/0/1734535691463?e=2147483647&v=beta&t=66z0w-AGMoH56mJWAiLMRhQMrUkz6KINDe7p-X06L34\",\n                    \"https://media.licdn.com/dms/image/v2/D4E22AQGHBBYEP3uf-A/feedshare-shrink_1280/B4EZPaYjeqHwAo-/0/1734535713221?e=2147483647&v=beta&t=481ihJVkynQjvEpuOmcNcq8AvIDbhFlMQkA3BMqWXZQ\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ai-activity-7275170101132234753-PBeS\",\n                \"post_id\": \"7275170101132234753\",\n                \"date\": \"2024-12-24T12:18:00.193Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 478,\n                \"text\": \"The #AI skills gap is widening. Employers need skilled workers, and workers need guidance on which skills to acquire. To help close this disconnect, The AI Alliance created a comprehensive guide and framework with the support of IBM and Meta . Download a copy below and learn how you can better prepare for the AI-driven future: https://ibm.co/4flxMcI\",\n                \"time\": \"2w Edited\",\n                \"title\": \"IBM\",\n                \"comments_count\": 51,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5610AQFTM25xluXc_Q/image-shrink_800/image-shrink_800/0/1734624203772?e=2147483647&v=beta&t=NDIRxut1AGorFYhr5oqDDs7FzBQB2I13r_ZdUgi4meg\",\n                    \"https://static.licdn.com/aero-v1/sc/h/dur0ryw0e9uscxa9b6zqvgvfs\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ai-activity-7275541259035795456-DjPC\",\n                \"post_id\": \"7275541259035795456\",\n                \"date\": \"2024-12-24T12:18:00.196Z\",\n                \"tagged_companies\": [\n                    {\n                        \"link\": \"https://www.linkedin.com/company/the-aialliance?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"The AI Alliance\"\n                    },\n                    {\n                        \"link\": \"https://www.linkedin.com/company/meta?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"Meta\"\n                    }\n                ],\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 537,\n                \"text\": \"You asked about AI agents, we answered. From complex problem-solving to seamless IT automation, #AI agents will help reshape how people complete tasks in the workplace. Read more about the potential of agentic AI and the ways it'll impact businesses in 2025: https://ibm.biz/BdGERg\",\n                \"time\": \"2w\",\n                \"title\": \"IBM\",\n                \"comments_count\": 36,\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ai-agents-qa-activity-7274798300736753664-XDAG\",\n                \"post_id\": \"7274798300736753664\",\n                \"date\": \"2024-12-24T12:18:00.199Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 211,\n                \"text\": \"Explore our latest strides in technology, from exciting optics innovations to expanding quantum computing access and #AI -powered global solutions. Let’s dive in. 👇 ⚡️ Learn how we’re bringing the speed of light to #GenAI with our new co-packaged optics innovation: https://ibm.co/4iCyhlq 💡 Explore the winning solutions from the 2024 Call for Code Global Challenge that use IBM’s AI technologies to address societal issues: https://ibm.co/3BvmKDV 🌐 Read about the University of Missouri-Columbia joining the IBM Quantum Network, providing researchers and other institutions access to quantum computing via cloud: https://ibm.co/4guL2g7\",\n                \"time\": \"3w Edited\",\n                \"title\": \"IBM\",\n                \"comments_count\": 8,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D4E10AQHEemgQxPB3lw/image-shrink_1280/image-shrink_1280/0/1734108238329?e=2147483647&v=beta&t=4ZSkVsVW5gr3yRPvUY2jyg0Jdo4Xa8EJqzF_2P-VATo\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ai-genai-activity-7273377145589006336-QXj0\",\n                \"post_id\": \"7273377145589006336\",\n                \"date\": \"2024-12-17T12:18:00.207Z\",\n                \"tagged_companies\": [\n                    {\n                        \"link\": \"https://www.linkedin.com/company/call-for-code?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"Call for Code\"\n                    }\n                ],\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 263,\n                \"text\": \"Time for a pop quiz. How well do you know our family of IBM Granite foundation models? 🤔 Follow along as IBMers put their knowledge to the test at this year’s TechXchange conference in Las Vegas. You might even learn something new. 😉\",\n                \"time\": \"3w\",\n                \"title\": \"IBM\",\n                \"comments_count\": 8,\n                \"videos\": [\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQGfdRUzBCRGUA/mp4-640p-30fp-crf28/mp4-640p-30fp-crf28/0/1733952272090?e=2147483647&v=beta&t=jlu2bpCh8dqEFsTh_tEAFx3O-JRQJiVQWi1gikmqjf8\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQGfdRUzBCRGUA/mp4-360p-30fp-crf28/mp4-360p-30fp-crf28/0/1733952267676?e=2147483647&v=beta&t=ZU2nw35gEddQwClqxAGRpFkA-JpXyK4yNfQobDFfi_s\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQGfdRUzBCRGUA/mp4-720p-30fp-crf28/mp4-720p-30fp-crf28/0/1733952269517?e=2147483647&v=beta&t=4DnRC1rOvsCT0H9K_G62ybrPsZUqvFGBsxvoTKOm7q0\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_time-for-a-pop-quiz-how-well-do-you-know-activity-7272722970286911488-lsUQ\",\n                \"post_id\": \"7272722970286911488\",\n                \"date\": \"2024-12-17T12:18:00.210Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 2479,\n                \"text\": \"AI in Action | 2024 Edition 28: IBM at AWS re:Invent Missed the latest from AWS re:Invent last week in Las Vegas? Find out what's new with our Amazon Web Services (AWS) partnership in today's newsletter. Read now and subscribe ⤵\",\n                \"time\": \"3w\",\n                \"title\": \"IBM\",\n                \"comments_count\": 88,\n                \"external_link\": \"https://www.linkedin.com/pulse/ibm-aws-reinvent-ibm-vwple?trk=organization_guest_main-feed-card_feed-article-content\",\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D4E12AQENRrDk6xOCDw/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1733928777148?e=2147483647&v=beta&t=LkQ1k0bV9gObviXXNFeh89bYOgpRGiCDcjCfbeMNDdk\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ibm-at-aws-reinvent-activity-7272656405147389952-J_T9\",\n                \"post_id\": \"7272656405147389952\",\n                \"date\": \"2024-12-17T12:18:00.213Z\",\n                \"tagged_companies\": [\n                    {\n                        \"link\": \"https://www.linkedin.com/company/amazon-web-services?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"Amazon Web Services (AWS)\"\n                    }\n                ],\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 1172,\n                \"text\": \"We are excited to announce IBM watsonx Code Assistant is now available! This enterprise-grade code assistant is designed to accelerate the software development lifecycle by offering real-time code assistance. It supports Python, Java, C, C++, Go, JavaScript, Typescript and many more programming languages. Start your 30-day free trial today: https://ibm.co/3OIJ2Fc\",\n                \"time\": \"1mo\",\n                \"title\": \"IBM watsonx\",\n                \"comments_count\": 26,\n                \"videos\": [\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQG19XHodLiNKg/mp4-640p-30fp-crf28/mp4-640p-30fp-crf28/0/1733407265261?e=2147483647&v=beta&t=CEY4UagY-wak1A3k_x0hxkmZdHsWCCIftF9CJbwT6I0\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQG19XHodLiNKg/mp4-360p-30fp-crf28/mp4-360p-30fp-crf28/0/1733407267181?e=2147483647&v=beta&t=Vn_LV_QiZrZp6kIIV6ElPvsIXiM9nJlcNWhrk1krqTc\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D5610AQG19XHodLiNKg/mp4-720p-30fp-crf28/mp4-720p-30fp-crf28/0/1733407265246?e=2147483647&v=beta&t=JIlitDkYrb2TWHBP-HPo5qjaOelecMymB6YoR7bG5A8\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_we-are-excited-to-announce-ibm-watsonx-code-activity-7270549995307634688-4XOD\",\n                \"post_id\": \"7270549995307634688\",\n                \"date\": \"2024-12-08T12:18:00.215Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 410,\n                \"text\": \"IBM's commitment to a better world goes beyond business. This International Volunteer Day, we're proud to launch a new series showcasing how our people are using their time and tech expertise to make a difference in their communities. Dive into stories of #IBMImpact : https://ibm.biz/BdGc3D\",\n                \"time\": \"1mo\",\n                \"title\": \"IBM\",\n                \"comments_count\": 11,\n                \"videos\": [\n                    \"https://dms.licdn.com/playlist/vid/v2/D4E05AQEGdIK77vA1kA/mp4-640p-30fp-crf28/mp4-640p-30fp-crf28/0/1733422350990?e=2147483647&v=beta&t=ULTDQxn2v8oaENmldVo2kfyx91U4o4WmQejj5z4IcEw\",\n                    \"https://dms.licdn.com/playlist/vid/v2/D4E05AQEGdIK77vA1kA/mp4-720p-30fp-crf28/mp4-720p-30fp-crf28/0/1733422352499?e=2147483647&v=beta&t=TRVOUMlj8HRpErSmQra-ohQg3e4p11eyi7Ebjr0iwh0\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ibmimpact-activity-7270500355451359233-_7RJ\",\n                \"post_id\": \"7270500355451359233\",\n                \"date\": \"2024-12-08T12:18:00.218Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 414,\n                \"text\": \"Small models are set to make a huge impact. With IBM Granite foundation models and Instruct Lab, you can build smaller, more efficient models that leverage open-source technology and enterprise data. The result? High-quality #AI solutions at a fraction of the cost and energy. Learn about our approach to open and customizable AI in this branded article via WIRED : https://ibm.co/4fEexMm\",\n                \"time\": \"1mo Edited\",\n                \"title\": \"IBM\",\n                \"comments_count\": 39,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5610AQHFAnASyXaWcQ/image-shrink_800/image-shrink_800/0/1732202162237?e=2147483647&v=beta&t=JmSN79izG24_cyrD8mdNbwWsXfXitkylJrG9RsibHKo\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_ai-activity-7265382481019699200-azaC\",\n                \"post_id\": \"7265382481019699200\",\n                \"date\": \"2024-12-08T12:18:00.221Z\",\n                \"tagged_companies\": [\n                    {\n                        \"link\": \"https://www.linkedin.com/company/wired?trk=organization_guest_main-feed-card-text\",\n                        \"name\": \"WIRED\"\n                    }\n                ],\n                \"tagged_people\": null\n            },\n            {\n                \"likes_count\": 1869,\n                \"text\": \"The first IBM Quantum System One in the Republic of Korea is now online. Housed at Yonsei University in Seoul, South Korea, the 127-qubit system provides researchers, students, and organizations dedicated access to a utility-scale quantum computer that will help solve problems in chemistry, physics, materials, and other fields. Dive deeper into the announcement: https://ibm.co/493n610\",\n                \"time\": \"1mo Edited\",\n                \"title\": \"IBM\",\n                \"comments_count\": 95,\n                \"images\": [\n                    \"https://media.licdn.com/dms/image/v2/D5610AQGArBrPC8zoKQ/image-shrink_1280/image-shrink_1280/0/1732127416968?e=2147483647&v=beta&t=ftdmQGF6o0oKKX45o41S08oMb0h0bAeFl0-ANjnVFe4\"\n                ],\n                \"post_url\": \"https://www.linkedin.com/posts/ibm_the-first-ibm-quantum-system-one-in-the-republic-activity-7265068977213587458-BXQk\",\n                \"post_id\": \"7265068977213587458\",\n                \"date\": \"2024-12-08T12:18:00.223Z\",\n                \"tagged_companies\": null,\n                \"tagged_people\": null\n            }\n        ],\n        \"affiliated\": [\n            {\n                \"title\": \"IBM Consulting\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibmconsulting/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Hybrid Cloud and Infrastructure\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Armonk, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-cloud/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Data, AI & Automation\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Armonk, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibmdata/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Security\",\n                \"subtitle\": \"Computer and Network Security\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-security/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM watsonx\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"New York, NY\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-watsonx/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Research\",\n                \"subtitle\": \"Research Services\",\n                \"location\": \"Yorktown Heights, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-research/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Quantum\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Yorktown Heights, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-quantum/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Developer\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"New York, NY\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibmdeveloper/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Alumni\",\n                \"subtitle\": \"IT Services and IT Consulting\",\n                \"location\": \"Armonk, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibmalumni/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Institute for Business Value\",\n                \"subtitle\": \"Think Tanks\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-institute-for-business-value/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Industry Insider\",\n                \"subtitle\": \"Technology, Information and Internet\",\n                \"location\": \"Armonk, New York\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-industry-insider/?trk=affiliated-pages\"\n            },\n            {\n                \"title\": \"IBM Partner Plus\",\n                \"subtitle\": \"Information Technology & Services\",\n                \"Links\": \"https://www.linkedin.com/showcase/ibm-partner-plus/?trk=affiliated-pages\"\n            }\n        ],\n        \"formatted_locations\": [\n            \"International Business Machines Corp., New Orchard Road, Armonk, New York, NY 10504, US\",\n            \"590 Madison Ave, New York, NY 10022, US\",\n            \"90 Grayston Dr, Sandton, Gauteng 2196, ZA\",\n            \"Plaza Independencia 721, Montevideo, 11000, UY\",\n            \"388 Phahon Yothin Road, Phaya Thai, Bangkok City 10400, TH\",\n            \"Jalan Prof. Dr. Latumenten, Jakarta Barat, Jakarta 11330, ID\",\n            \"30 S 17th St, Philadelphia, PA 19103, US\",\n            \"60 City Rd, Melbourne, VIC 3006, AU\",\n            \"V Parku 2294/4, Prague, Prague 148 00, CZ\",\n            \"9 Changi Business Park Central 1, Singapore, Singapore 486048, SG\",\n            \"Via Sciangai, Rome, Laz. 00144, IT\",\n            \"Nahmitzer Damm 12, Berlin, BE 12277, DE\",\n            \"3031 N Rocky Point Dr W, Tampa, FL 33607, US\",\n            \"First Avenue, Petaling Jaya, Selangor 47800, MY\",\n            \"Laajalahdentie 23, Helsinki, Southern Finland 00330, FI\",\n            \"Carrera 53 100-25, Bogota, Bogota, D.C. 111111, CO\",\n            \"Presnenskaya naberezhnaya 10, Moscow, Central Federal District 123112, RU\",\n            \"3 Road, Dubai, Dubai, AE\",\n            \"71 S Wacker Dr, Chicago, IL 60606, US\",\n            \"50 Rue de Picpus, Paris, IdF 75012, FR\",\n            \"Mlynske nivy 16688/49, Bratislava, Bratislava 821 09, SK\",\n            \"Shuhada'A Street, Kuwait City, Kuwait City, KW\",\n            \"Vasant Kunj Road, Delhi, Delhi 110070, IN\",\n            \"Avenida Pasteur, 138, Rio de Janeiro, RJ 22290-240, BR\",\n            \"284 Leoforos Kifisias, Chalandri, Attica 152 32, GR\",\n            \"14212 Cochran Rd SW, Huntsville, AL 35824, US\",\n            \"Carretera al Castillo, El Salto, JAL 45680, MX\",\n            \"Calle de Corazon de Maria, 44, Madrid, Community of Madrid 28002, ES\",\n            \"Technicka 2995/21, Brno, South Moravia 612 00, CZ\",\n            \"150 Kettletown Rd, Southbury, CT 06488, US\",\n            \"601 Pacific Hwy, Sydney, NSW 2065, AU\",\n            \"505 Howard St, San Francisco, CA 94105, US\",\n            \"600 14th St NW, Washington, DC 20005, US\",\n            \"7100 Highlands Pkwy SE, Smyrna, GA 30082, US\",\n            \"1000 Belleview St, Dallas, TX 75215, US\",\n            \"3039 E Cornwallis Rd, Durham, NC 27709, US\",\n            \"Avenida Hipolito Yrigoyen 2149, Martinez, Buenos Aires 1640, AR\",\n            \"Soseaua Bucuresti-Ploiesti 1A, Bucharest, Bucharest, RO\",\n            \"Rodovia Jorn. Francisco Aguirre Proenca, Hortolandia, SP 13186-624, BR\",\n            \"B-19, Noida, Uttar Pradesh 201307, IN\",\n            \"Cairo Alexandria Desert Road, Sixth of October, Al Jizah, EG\"\n        ],\n        \"stock_info\": {\n            \"id\": \"IBM\",\n            \"datetime\": \"January 7, 2025\",\n            \"stock_exchange\": \"NYSE\",\n            \"stock_ticker\": \"IBM\",\n            \"stock_price\": \"$222.67\",\n            \"stock_price_change\": \"0.02 (0.009%)\",\n            \"stock_provider\": \"Data from Refinitiv\"\n        },\n        \"get_directions_url\": [\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=International+Business+Machines+Corp.+New+Orchard+Road+Armonk%2C+New+York+10504+NY+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=590+Madison+Ave+New+York+10022+NY+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=90+Grayston+Dr+Sandton+2196+Gauteng+ZA&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Plaza+Independencia+721+Montevideo+11000+UY&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=388+Phahon+Yothin+Road+Phaya+Thai+10400+Bangkok+City+TH&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Jalan+Prof.+Dr.+Latumenten+Jakarta+Barat+11330+Jakarta+ID&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=30+S+17th+St+Philadelphia+19103+PA+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=60+City+Rd+Melbourne+3006+VIC+AU&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=V+Parku+2294%2F4+Prague+148+00+Prague+CZ&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=9+Changi+Business+Park+Central+1+Singapore+486048+Singapore+SG&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Via+Sciangai+Rome+00144+Laz.+IT&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Nahmitzer+Damm+12+Berlin+12277+BE+DE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=3031+N+Rocky+Point+Dr+W+Tampa+33607+FL+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=First+Avenue+Petaling+Jaya+47800+Selangor+MY&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Laajalahdentie+23+Helsinki+00330+Southern+Finland+FI&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Carrera+53+100-25+Bogota+111111+Bogota%2C+D.C.+CO&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Presnenskaya+naberezhnaya+10+Moscow+123112+Central+Federal+District+RU&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=3+Road+Dubai+Dubai+AE&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=71+S+Wacker+Dr+Chicago+60606+IL+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=50+Rue+de+Picpus+Paris+75012+IdF+FR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Mlynske+nivy+16688%2F49+Bratislava+821+09+Bratislava+SK&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Shuhada%27A+Street+Kuwait+City+Kuwait+City+KW&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Vasant+Kunj+Road+Delhi+110070+Delhi+IN&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Avenida+Pasteur%2C+138+Rio+de+Janeiro+22290-240+RJ+BR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=284+Leoforos+Kifisias+Chalandri+152+32+Attica+GR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=14212+Cochran+Rd+SW+Huntsville+35824+AL+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Carretera+al+Castillo+El+Salto+45680+JAL+MX&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Calle+de+Corazon+de+Maria%2C+44+Madrid+28002+Community+of+Madrid+ES&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Technicka+2995%2F21+Brno+612+00+South+Moravia+CZ&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=150+Kettletown+Rd+Southbury+06488+CT+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=601+Pacific+Hwy+Sydney+2065+NSW+AU&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=505+Howard+St+San+Francisco+94105+CA+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=600+14th+St+NW+Washington+20005+DC+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=7100+Highlands+Pkwy+SE+Smyrna+30082+GA+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=1000+Belleview+St+Dallas+75215+TX+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=3039+E+Cornwallis+Rd+Durham+27709+NC+US&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Avenida+Hipolito+Yrigoyen+2149+Martinez+1640+Buenos+Aires+AR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Soseaua+Bucuresti-Ploiesti+1A+Bucharest+Bucharest+RO&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Rodovia+Jorn.+Francisco+Aguirre+Proenca+Hortolandia+13186-624+SP+BR&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=B-19+Noida+201307+Uttar+Pradesh+IN&trk=org-locations_url\"\n            },\n            {\n                \"directions_url\": \"https://www.bing.com/maps?where=Cairo+Alexandria+Desert+Road+Sixth+of+October+Al+Jizah+EG&trk=org-locations_url\"\n            }\n        ],\n        \"description\": \"IBM | 17,732,238 followers on LinkedIn. At IBM, we do more than work. We create. We create as technologists, developers, and engineers.\",\n        \"additional_information\": \"Additional jobs info: IBM (43,671 open jobs). Engineer (555,845 open jobs). Analyst (694,057 open jobs). Developer (258,935 open jobs). Intern (71,196 open jobs). Software Engineer (300,699 open jobs). Manager (1,880,925 open jobs). Associate (1,091,945 open jobs). Scientist (48,969 open jobs). Project Manager (253,048 open jobs). Accountant (91,739 open jobs). Specialist (768,666 open jobs). Consultant (760,907 open jobs). Graduate (361,130 open jobs). Python Developer (46,642 open jobs). Customer Service Representative (185,647 open jobs). Executive (690,514 open jobs). User Experience Designer (13,659 open jobs). Data Analyst (329,009 open jobs). Recruiter (243,016 open jobs)\",\n        \"country_codes_array\": [\n            \"US\",\n            \"ZA\",\n            \"UY\",\n            \"TH\",\n            \"ID\",\n            \"AU\",\n            \"CZ\",\n            \"SG\",\n            \"IT\",\n            \"DE\",\n            \"MY\",\n            \"FI\",\n            \"CO\",\n            \"RU\",\n            \"AE\",\n            \"FR\",\n            \"SK\",\n            \"KW\",\n            \"IN\",\n            \"BR\",\n            \"GR\",\n            \"MX\",\n            \"ES\",\n            \"AR\",\n            \"RO\",\n            \"EG\"\n        ],\n        \"alumni\": null,\n        \"alumni_information\": null,\n        \"timestamp\": \"2025-01-07T12:18:00.334Z\"\n    }\n]"}],"_postman_id":"7e65426d-1f6b-46a6-b8d6-cd46410c3ffd"}],"id":"44d80229-8bad-4dbc-b32f-c132aa027bb1","description":"<p>Scrupp API 100 request per minute rate limit, if you cross that you will get 429 and it resets every minute</p>\n","_postman_id":"44d80229-8bad-4dbc-b32f-c132aa027bb1"},{"name":"Email","item":[{"name":"Find Email by Linkedin","id":"31030dda-3afa-4237-b826-301074150d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"items\": [\n        \"https://www.linkedin.com/in/annika-brandenburger-286a9472\",\n        \"https://www.linkedin.com/in/amr-almekhlafi\",\n        \"https://www.linkedin.com/in/abrash-haider\",\n        \"https://www.linkedin.com/in/aigerim-kaptagayeva-818a63bb\",\n        \"https://www.linkedin.com/in/alessandromoretta\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/email/linkedin?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["email","linkedin"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"bbe0050b-a7b9-4433-8764-5194a01b9cc9","name":"Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 10,\n  \"items\": [\n    {\n      \"first_name\": \"Frank\",\n      \"last_name\": \"Staffler\",\n      \"email\": \"frank.staffler@rochusmummert.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"frank.staffler@rochusmummert.com\",\n      \"websites\": \"rochusmummert.com\"\n    },\n    {\n      \"first_name\": \"Fuad\",\n      \"last_name\": \"Bruhn\",\n      \"email\": \"fuad.bruhn@bruhn-consulting.de\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"fuad.bruhn@bruhn-consulting.de\",\n      \"websites\": \"bruhn-consulting.de\"\n    },\n    {\n      \"first_name\": \"Holger\",\n      \"last_name\": \"Buchholz\",\n      \"email\": \"holger.buchholz@corventis.eu\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"holger.buchholz@corventis.eu\",\n      \"websites\": \"corventis.eu\"\n    },\n    {\n      \"first_name\": \"Jan\",\n      \"last_name\": \"Precht\",\n      \"email\": \"jan.precht@traperto.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"jan.precht@traperto.com\",\n      \"websites\": \"traperto.com\"\n    },\n    {\n      \"first_name\": \"Jennifer\",\n      \"last_name\": \"Jordis\",\n      \"email\": \"jennifer.jordis@infoniqa.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"jennifer.jordis@infoniqa.com\",\n      \"websites\": \"infoniqa.com\"\n    },\n    {\n      \"first_name\": \"Jonas\",\n      \"last_name\": \"Gebauer\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"odg-initiative.org\"\n    },\n    {\n      \"first_name\": \"Isabel\",\n      \"last_name\": \"Kießling\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"dumont-process.de\"\n    },\n    {\n      \"first_name\": \"Jessica\",\n      \"last_name\": \"Lingenfelder\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"speakerinnen.org\"\n    },\n    {\n      \"first_name\": \"Jenny\",\n      \"last_name\": \"Gaekel\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"mydurable.com\"\n    },\n    {\n      \"first_name\": \"Jakob\",\n      \"last_name\": \"Kobabe\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"visservanbaars.com\"\n    }\n  ]\n}"},{"id":"f11ccc63-17da-4340-b060-086c49c55190","name":"Find Email by Linkedin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"items\": [\n        \"https://www.linkedin.com/in/annika-brandenburger-286a9472\",\n        \"https://www.linkedin.com/in/amr-almekhlafi\",\n        \"https://www.linkedin.com/in/abrash-haider\",\n        \"https://www.linkedin.com/in/aigerim-kaptagayeva-818a63bb\",\n        \"https://www.linkedin.com/in/alessandromoretta\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/email/linkedin?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["email","linkedin"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6666\n}"}],"_postman_id":"31030dda-3afa-4237-b826-301074150d9c"},{"name":"Find Email by Initials","id":"461877d6-9ad3-401c-b4e7-ca27b6ecc088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"first_name\": \"Shrayansh\",\n            \"last_name\": \"Jain\",\n            \"domain\": \"paypal.com\"\n        },\n        {\n            \"first_name\": \"Ashish\",\n            \"last_name\": \"Misal\",\n            \"domain\": \"sumasoft.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://app.scrupp.com/api/v1/email/initials?api_key=your_api_key_here","description":"<h2 id=\"📌-important-the-account-and-account_email-parameter-is-optional\">📌 Important: The 'account' and 'account_email' parameter is OPTIONAL.</h2>\n<h2 id=\"if-you-have-previously-added-account-to-scrupp-you-can-directly-use-that-account-by-passing-the-email-in-account_email-param\">If you have previously added account to scrupp, you can directly use that account by passing the email in account_email param.</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"url\": \"https://www.linkedin.com/in/example-profile\",\n    \"with_emails\": true,\n    \"max\": 100,\n    \"page\": 1,\n    \"account\": null // optional array\n    \"account_email\": \"example@gmail.com\" // optional string\n}\n\n</code></pre>\n","urlObject":{"path":["email","initials"],"host":["https://app.scrupp.com/api/v1"],"query":[{"key":"api_key","value":"your_api_key_here"}],"variable":[]}},"response":[{"id":"4835880d-e224-4274-832c-e248e3d6c058","name":"Data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/task/process_id/data?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["task","process_id","data"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"total\": 10,\n  \"items\": [\n    {\n      \"first_name\": \"Frank\",\n      \"last_name\": \"Staffler\",\n      \"email\": \"frank.staffler@rochusmummert.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"frank.staffler@rochusmummert.com\",\n      \"websites\": \"rochusmummert.com\"\n    },\n    {\n      \"first_name\": \"Fuad\",\n      \"last_name\": \"Bruhn\",\n      \"email\": \"fuad.bruhn@bruhn-consulting.de\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"fuad.bruhn@bruhn-consulting.de\",\n      \"websites\": \"bruhn-consulting.de\"\n    },\n    {\n      \"first_name\": \"Holger\",\n      \"last_name\": \"Buchholz\",\n      \"email\": \"holger.buchholz@corventis.eu\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"holger.buchholz@corventis.eu\",\n      \"websites\": \"corventis.eu\"\n    },\n    {\n      \"first_name\": \"Jan\",\n      \"last_name\": \"Precht\",\n      \"email\": \"jan.precht@traperto.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"jan.precht@traperto.com\",\n      \"websites\": \"traperto.com\"\n    },\n    {\n      \"first_name\": \"Jennifer\",\n      \"last_name\": \"Jordis\",\n      \"email\": \"jennifer.jordis@infoniqa.com\",\n      \"email_status\": \"deliverable\",\n      \"emails\": \"jennifer.jordis@infoniqa.com\",\n      \"websites\": \"infoniqa.com\"\n    },\n    {\n      \"first_name\": \"Jonas\",\n      \"last_name\": \"Gebauer\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"odg-initiative.org\"\n    },\n    {\n      \"first_name\": \"Isabel\",\n      \"last_name\": \"Kießling\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"dumont-process.de\"\n    },\n    {\n      \"first_name\": \"Jessica\",\n      \"last_name\": \"Lingenfelder\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"speakerinnen.org\"\n    },\n    {\n      \"first_name\": \"Jenny\",\n      \"last_name\": \"Gaekel\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"mydurable.com\"\n    },\n    {\n      \"first_name\": \"Jakob\",\n      \"last_name\": \"Kobabe\",\n      \"email\": null,\n      \"email_status\": null,\n      \"emails\": \"\",\n      \"websites\": \"visservanbaars.com\"\n    }\n  ]\n}"},{"id":"4373f8d1-b540-4778-829a-13b3e0d60142","name":"Find Email by Initials","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        {\n            \"first_name\": \"Shrayansh\",\n            \"last_name\": \"Jain\",\n            \"domain\": \"paypal.com\"\n        },\n        {\n            \"first_name\": \"Ashish\",\n            \"last_name\": \"Misal\",\n            \"domain\": \"sumasoft.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://app.scrupp.com/api/v1/email/initials?api_key=your_api_key_here","host":["https://app.scrupp.com/api/v1"],"path":["email","initials"],"query":[{"key":"api_key","value":"your_api_key_here"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 6666\n}"}],"_postman_id":"461877d6-9ad3-401c-b4e7-ca27b6ecc088"}],"id":"8a072e24-a55b-4b6d-bf38-6c5a1f564423","_postman_id":"8a072e24-a55b-4b6d-bf38-6c5a1f564423","description":""}],"event":[{"listen":"prerequest","script":{"id":"9ad3c165-436b-4cc0-b7f4-5b280a04fbbb","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"951cd449-cc14-4984-9d97-1ea25b038745","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://app.scrupp.com/api/v1"},{"key":"api_key","value":"your_api_key_here"},{"key":"process_id","value":"your_process_id"},{"key":"account_schema","value":"{ // Optional\n      \"agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\",\n      \"cookie\": \"JSESSIONID=\\\"ajax:XXXX\\\"; li_at=XXXX; li_a=XXX\",\n      \"email\": \"XXX@gmail.com\",\n      \"firstName\": \"Marzuk Rahman\",\n      \"identifier\": \"https://linkedin.com/in/username\",\n      \"lastName\": \"Adi\",\n      \"premium\": true,\n      \"type\": \"linkedin\"\n    }"}]}