{"id":1326,"date":"2025-03-28T13:56:19","date_gmt":"2025-03-28T13:56:19","guid":{"rendered":"https:\/\/lix-it.com\/blog\/?p=1326"},"modified":"2025-06-26T17:02:59","modified_gmt":"2025-06-26T16:02:59","slug":"get-linkedin-comments","status":"publish","type":"post","link":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/","title":{"rendered":"LinkedIn Comments via API: Turn Conversations into Insights"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If you\u2019re looking to understand what your audience <em>actually<\/em> cares about &#8211; look at the comments. With the <strong><a href=\"https:\/\/lix-it.com\/docs\/#get-comments\">Lix Get Comments API<\/a><\/strong>, you can pull comment data from any public <a href=\"http:\/\/www.linkedin.com\">LinkedIn<\/a> post, revealing the voices, questions, and reactions that matter most.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Whether you\u2019re in <strong>demand generation, community building, influencer marketing,<\/strong> or <strong>social listening<\/strong>, the ability to extract and analyse LinkedIn comments at scale opens the door to <strong>next-level audience intelligence<\/strong>.<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2><strong>What is the Get Comments Endpoint?<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The <strong>Get Comments<\/strong> endpoint retrieves the full comment thread from any publicly available LinkedIn post using its <strong>URN<\/strong>. It includes:<\/p>\n\n\n\n<ul><li class=\"\">\ud83d\udde3\ufe0f <strong>Comment text<\/strong><\/li><li class=\"\">\ud83d\udc64 <strong>Author name and profile ID<\/strong><\/li><li class=\"\">\u23f1\ufe0f <strong>Timestamps<\/strong><\/li><li class=\"\">\ud83d\udcac <strong>Replies and thread structure<\/strong><\/li><li class=\"\">\ud83d\udd01 <strong>Paging for longer threads<\/strong><\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Endpoint:<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code><code>GET https:\/\/api.lix-it.com\/v1\/enrich\/post\/comments\n<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3><strong>Required Parameter:<\/strong><\/h3>\n\n\n\n<ul><li><strong>post_urn<\/strong> \u2013 The LinkedIn URN of the post (URI-encoded).<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2><strong>Example Request (Python)<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>pythonCopyEdit<code>import requests\n\nurl = \"https:\/\/api.lix-it.com\/v1\/enrich\/post\/comments?post_urn=urn%3Ali%3Aactivity%3A7019605025920286720\"\n\nheaders = {\n  'Authorization': \"YOUR_LIX_API_KEY_HERE\"\n}\n\nresponse = requests.get(url, headers=headers)\n\nprint(response.json())\n<\/code><\/code><\/pre>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2><strong>How Can LinkedIn Comments Be Used?<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3>\ud83d\udd25 <strong>1. Demand Generation &amp; Content Strategy<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>See what <strong>real people are asking or reacting to<\/strong> in your market. Pull comment threads from <strong>trending posts, competitor announcements, or industry influencers<\/strong>, then:<\/p>\n\n\n\n<ul><li class=\"\">Identify recurring pain points or objections<\/li><li class=\"\">Extract content ideas from FAQs and debates<\/li><li class=\"\">Use user language to shape your messaging<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>\ud83d\udca1 <em>Pro Tip: Pull comments from your top-performing posts to spot the topics that spark conversation\u2014and build campaigns around them.<\/em><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3>\ud83d\udce3 <strong>2. Community &amp; Influencer Engagement<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Use the Get Comments API to track who is engaging:<\/p>\n\n\n\n<ul><li class=\"\">Identify <strong>repeat commenters<\/strong> or <strong>high-value audience members<\/strong><\/li><li class=\"\">Analyse comment tone to segment advocates vs critics<\/li><li class=\"\">Discover new influencers or micro-communities forming around topics<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>\ud83d\udca1 <em>Pro Tip: Use Lix\u2019s Profile Enrichment API alongside Get Comments to build a list of active commenters with full profile data.<\/em><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3>\ud83e\udde0 <strong>3. Competitor Listening &amp; Market Research<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Your competitors\u2019 LinkedIn posts are goldmines of insight. Use the Get Comments endpoint to:<\/p>\n\n\n\n<ul><li class=\"\">Monitor how the market responds to their messaging<\/li><li class=\"\">Spot dissatisfaction, feature requests, or market gaps<\/li><li class=\"\">Fuel your product marketing and positioning with <strong>first-party insights<\/strong><\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3>\ud83d\udcac <strong>4. Social Proof &amp; Engagement Loops<\/strong><\/h3>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Export comments from your own posts to:<\/p>\n\n\n\n<ul><li class=\"\">Identify testimonials worth amplifying<\/li><li class=\"\">Reply in bulk or build personalised follow-ups<\/li><li class=\"\">Create engagement summaries for internal reporting<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2><strong>Lix Makes LinkedIn Comments Actionable<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>While LinkedIn lets you <em>view<\/em> comments, Lix lets you <strong>extract, enrich, and act on them at scale<\/strong>.<\/p>\n\n\n\n<ul><li class=\"\">\ud83d\udd04 <strong>Export full threads<\/strong> from any public post<\/li><li class=\"\">\ud83d\udd0d <strong>Enrich commenter profiles<\/strong> for outreach or segmentation<\/li><li class=\"\">\ud83d\udcca <strong>Analyse patterns across multiple posts or authors<\/strong><\/li><li class=\"\">\ud83d\udca1 <strong>Automate feedback loops<\/strong> into your CRM, demand gen workflows, or reporting tools<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2><strong>Start Listening at Scale<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The conversation is happening in the comments. With the <strong>Lix Get Comments API<\/strong>, you can finally listen\u2014and act\u2014at scale.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Whether you&#8217;re refining your content strategy, generating leads through community engagement, or gathering honest product feedback, <strong>comment data gives you a direct line to your audience&#8217;s thoughts<\/strong>.<\/p>\n\n\n\n<p><br>Ps. Looking to boost your LinkedIn comment output? Use a service like <a href=\"http:\/\/www.linkedreply.com\">LinkedReply to boost your LinkedIn engagement<\/a>.<\/p>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p class=\"qua-blog-post-description\"><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">2<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span> The Lix Get Comments API lets you pull full comment threads from any LinkedIn post. Discover how marketers, sales teams, and researchers can use comment data to improve demand gen, spark engagement, and uncover hidden insights in the LinkedIn conversation.<\/p>\n","protected":false},"author":3,"featured_media":1328,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[99,90,38,24,93],"tags":[92,40,17,47,34,23,48],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.7.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>LinkedIn Comments via API: Turn Conversations into Insights<\/title>\n<meta name=\"description\" content=\"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LinkedIn Comments via API: Turn Conversations into Insights\" \/>\n<meta property=\"og:description\" content=\"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\" \/>\n<meta property=\"og:site_name\" content=\"Lix Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-28T13:56:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-26T16:02:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/03\/LinkedIn-Comments.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alfie Lambert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AlfieLix\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alfie Lambert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\"},\"author\":{\"name\":\"Alfie Lambert\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832\"},\"headline\":\"LinkedIn Comments via API: Turn Conversations into Insights\",\"datePublished\":\"2025-03-28T13:56:19+00:00\",\"dateModified\":\"2025-06-26T16:02:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\"},\"wordCount\":460,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\"},\"keywords\":[\"API\",\"data\",\"Guides\",\"lead generation\",\"linkedin\",\"Sales\",\"sales intelligence\"],\"articleSection\":[\"API\",\"Competitive Intelligence\",\"Data\",\"Guides\",\"Talent Intelligence\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\",\"url\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\",\"name\":\"LinkedIn Comments via API: Turn Conversations into Insights\",\"isPartOf\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#website\"},\"datePublished\":\"2025-03-28T13:56:19+00:00\",\"dateModified\":\"2025-06-26T16:02:59+00:00\",\"description\":\"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.\",\"breadcrumb\":{\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lix-it.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"LinkedIn Comments via API: Turn Conversations into Insights\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lix-it.com\/blog\/#website\",\"url\":\"https:\/\/lix-it.com\/blog\/\",\"name\":\"Lix Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lix-it.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lix-it.com\/blog\/#organization\",\"name\":\"Lix Blog\",\"url\":\"https:\/\/lix-it.com\/blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png\",\"contentUrl\":\"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png\",\"width\":152,\"height\":57,\"caption\":\"Lix Blog\"},\"image\":{\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832\",\"name\":\"Alfie Lambert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lix-it.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g\",\"caption\":\"Alfie Lambert\"},\"description\":\"Alfie is one of Lix's co-founders and a former growth hacker in the world of data science. Follow him on Twitter (twitter.com\/AlfieLix) or connect on LinkedIn (linkedin.com\/in\/alfie-lambert).\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/alfie-lambert\/\",\"https:\/\/twitter.com\/AlfieLix\"],\"url\":\"https:\/\/lix-it.com\/blog\/author\/alfielix-it-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LinkedIn Comments via API: Turn Conversations into Insights","description":"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/","og_locale":"en_GB","og_type":"article","og_title":"LinkedIn Comments via API: Turn Conversations into Insights","og_description":"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.","og_url":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/","og_site_name":"Lix Blog","article_published_time":"2025-03-28T13:56:19+00:00","article_modified_time":"2025-06-26T16:02:59+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/03\/LinkedIn-Comments.png","type":"image\/png"}],"author":"Alfie Lambert","twitter_card":"summary_large_image","twitter_creator":"@AlfieLix","twitter_misc":{"Written by":"Alfie Lambert","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#article","isPartOf":{"@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/"},"author":{"name":"Alfie Lambert","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832"},"headline":"LinkedIn Comments via API: Turn Conversations into Insights","datePublished":"2025-03-28T13:56:19+00:00","dateModified":"2025-06-26T16:02:59+00:00","mainEntityOfPage":{"@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/"},"wordCount":460,"commentCount":0,"publisher":{"@id":"https:\/\/lix-it.com\/blog\/#organization"},"keywords":["API","data","Guides","lead generation","linkedin","Sales","sales intelligence"],"articleSection":["API","Competitive Intelligence","Data","Guides","Talent Intelligence"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/","url":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/","name":"LinkedIn Comments via API: Turn Conversations into Insights","isPartOf":{"@id":"https:\/\/lix-it.com\/blog\/#website"},"datePublished":"2025-03-28T13:56:19+00:00","dateModified":"2025-06-26T16:02:59+00:00","description":"Extract LinkedIn comments at scale with the Lix Comments API. Perfect for demand generation, influencer engagement, and social listening.","breadcrumb":{"@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lix-it.com\/blog\/get-linkedin-comments\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lix-it.com\/blog\/get-linkedin-comments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lix-it.com\/blog\/"},{"@type":"ListItem","position":2,"name":"LinkedIn Comments via API: Turn Conversations into Insights"}]},{"@type":"WebSite","@id":"https:\/\/lix-it.com\/blog\/#website","url":"https:\/\/lix-it.com\/blog\/","name":"Lix Blog","description":"","publisher":{"@id":"https:\/\/lix-it.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lix-it.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lix-it.com\/blog\/#organization","name":"Lix Blog","url":"https:\/\/lix-it.com\/blog\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png","contentUrl":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2021\/01\/lix-blog-logo@10x-e1610038285991.png","width":152,"height":57,"caption":"Lix Blog"},"image":{"@id":"https:\/\/lix-it.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/b2375fe7dfcd61daff8c3d85ca3be832","name":"Alfie Lambert","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lix-it.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/21af185f928f0ca2d54eb108980475e7?s=96&d=mm&r=g","caption":"Alfie Lambert"},"description":"Alfie is one of Lix's co-founders and a former growth hacker in the world of data science. Follow him on Twitter (twitter.com\/AlfieLix) or connect on LinkedIn (linkedin.com\/in\/alfie-lambert).","sameAs":["https:\/\/www.linkedin.com\/in\/alfie-lambert\/","https:\/\/twitter.com\/AlfieLix"],"url":"https:\/\/lix-it.com\/blog\/author\/alfielix-it-com\/"}]}},"jetpack_featured_media_url":"https:\/\/lix-it.com\/blog\/wp-content\/uploads\/2025\/03\/LinkedIn-Comments.png","_links":{"self":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1326"}],"collection":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/comments?post=1326"}],"version-history":[{"count":3,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1326\/revisions"}],"predecessor-version":[{"id":1341,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/posts\/1326\/revisions\/1341"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/media\/1328"}],"wp:attachment":[{"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/media?parent=1326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/categories?post=1326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lix-it.com\/blog\/wp-json\/wp\/v2\/tags?post=1326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}