• About Us
  • Contact Us
  • Terms & Conditions
  • Privacy Policy
Technology Hive
  • Home
  • Technology
  • Artificial Intelligence (AI)
  • Cyber Security
  • Machine Learning
  • More
    • Deep Learning
    • AI in Healthcare
    • AI Regulations & Policies
    • Business
    • Cloud Computing
    • Ethics & Society
No Result
View All Result
  • Home
  • Technology
  • Artificial Intelligence (AI)
  • Cyber Security
  • Machine Learning
  • More
    • Deep Learning
    • AI in Healthcare
    • AI Regulations & Policies
    • Business
    • Cloud Computing
    • Ethics & Society
No Result
View All Result
Technology Hive
No Result
View All Result
Home Technology

Do Medium Posts Drive LinkedIn Followers?

Linda Torries – Tech Writer & Digital Trends Analyst by Linda Torries – Tech Writer & Digital Trends Analyst
April 30, 2025
in Technology
0
Do Medium Posts Drive LinkedIn Followers?
0
SHARES
0
VIEWS
Share on FacebookShare on Twitter

Introduction to the Experiment

I’ve been publishing articles on Medium and occasionally sharing them on LinkedIn. Naturally, I wanted to know: Is all this writing actually causing people to follow me on LinkedIn? Or are my followers growing simply because I post on LinkedIn, regardless of whether there’s a Medium article involved? To find out, I designed a simple but powerful causal inference experiment.

The Challenge of Extracting Medium Statistics

Medium doesn’t make it easy for users to extract statistics relating to engagement and performance of their articles. These are the things I tried (and failed):

  • Medium’s “Download your data” tool (only exports posts, not stats)
  • Automated scrapers (Selenium, Playwright — blocked or invisible DOM)
  • Intercepting network requests (GraphQL payloads hidden behind client-side rendering)

Manual Data Extraction

After a while of fruitless attempts at automation, I realized I was going to have to do this the much less satisfying way: a classic copy and paste job. Manually, I scrolled my Medium stats page and copy and pasted into a .txt file. I then parsed that file into structured data using a Python script.

Data Parsing with Python

I used the following Python script to parse the manually extracted data:

import pandas as pd
import re

text = open("medium_stats_raw.txt").read()
pattern = re.compile(r"(.*?)n([A-Za-z]{3,9} d{1,2}, d{4})n([d.,K]+)nViewsn([d.,K]+)nReadsn($[d.,]+|-)nEarnings")

def convert_k(val):
    return int(float(val.replace('K','')) * 1000) if 'K' in val else int(val)

Conclusion

Through this experiment, I aimed to understand the impact of publishing on Medium and sharing on LinkedIn on my follower growth. While the process of extracting data from Medium proved challenging and required manual effort, the insights gained from this causal inference experiment can provide valuable information for content creators looking to understand the effectiveness of their cross-platform posting strategies.

FAQs

  • Q: Why is it hard to extract statistics from Medium?
    • A: Medium does not provide a straightforward way to download or access detailed engagement statistics for articles, making data extraction challenging.
  • Q: What was the purpose of the experiment?
    • A: The experiment aimed to determine if publishing articles on Medium and sharing them on LinkedIn increases followers on LinkedIn.
  • Q: How was the data from Medium extracted?
    • A: Due to the lack of automated tools, the data was extracted manually through copy and paste, and then structured using a Python script.
Previous Post

Meta Boosts AI Security with Llama Tools

Next Post

Europe’s First E-Beam Semiconductor Chip Lab Opens in UK

Linda Torries – Tech Writer & Digital Trends Analyst

Linda Torries – Tech Writer & Digital Trends Analyst

Linda Torries is a skilled technology writer with a passion for exploring the latest innovations in the digital world. With years of experience in tech journalism, she has written insightful articles on topics such as artificial intelligence, cybersecurity, software development, and consumer electronics. Her writing style is clear, engaging, and informative, making complex tech concepts accessible to a wide audience. Linda stays ahead of industry trends, providing readers with up-to-date analysis and expert opinions on emerging technologies. When she's not writing, she enjoys testing new gadgets, reviewing apps, and sharing practical tech tips to help users navigate the fast-paced digital landscape.

Related Posts

MLOps Mastery with Multi-Cloud Pipeline
Technology

MLOps Mastery with Multi-Cloud Pipeline

by Linda Torries – Tech Writer & Digital Trends Analyst
October 30, 2025
Expert Panel to Decide AGI Arrival in Microsoft-OpenAI Deal
Technology

Expert Panel to Decide AGI Arrival in Microsoft-OpenAI Deal

by Linda Torries – Tech Writer & Digital Trends Analyst
October 30, 2025
Closed-Loop CNC Machining with IIoT Feedback Integration
Technology

Closed-Loop CNC Machining with IIoT Feedback Integration

by Linda Torries – Tech Writer & Digital Trends Analyst
October 30, 2025
1 million users discuss suicide with ChatGPT weekly
Technology

1 million users discuss suicide with ChatGPT weekly

by Linda Torries – Tech Writer & Digital Trends Analyst
October 30, 2025
Tree-GRPO Reduces AI Training Expenses by Half and Enhances Performance
Technology

Tree-GRPO Reduces AI Training Expenses by Half and Enhances Performance

by Linda Torries – Tech Writer & Digital Trends Analyst
October 30, 2025
Next Post
Europe’s First E-Beam Semiconductor Chip Lab Opens in UK

Europe's First E-Beam Semiconductor Chip Lab Opens in UK

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest Articles

Societal Impact

Societal Impact

February 25, 2025
Epic Unveils AI-Powered SMS Appointment Scheduling Tool

Epic Unveils AI-Powered SMS Appointment Scheduling Tool

May 7, 2025
AWS Invests  Billion in Australian Data Centres

AWS Invests $13 Billion in Australian Data Centres

June 17, 2025

Browse by Category

  • AI in Healthcare
  • AI Regulations & Policies
  • Artificial Intelligence (AI)
  • Business
  • Cloud Computing
  • Cyber Security
  • Deep Learning
  • Ethics & Society
  • Machine Learning
  • Technology
Technology Hive

Welcome to Technology Hive, your go-to source for the latest insights, trends, and innovations in technology and artificial intelligence. We are a dynamic digital magazine dedicated to exploring the ever-evolving landscape of AI, emerging technologies, and their impact on industries and everyday life.

Categories

  • AI in Healthcare
  • AI Regulations & Policies
  • Artificial Intelligence (AI)
  • Business
  • Cloud Computing
  • Cyber Security
  • Deep Learning
  • Ethics & Society
  • Machine Learning
  • Technology

Recent Posts

  • Chatbots Can Debunk Conspiracy Theories Surprisingly Well
  • Bending Spoons’ Acquisition of AOL Highlights Legacy Platform Value
  • The Consequential AGI Conspiracy Theory
  • MLOps Mastery with Multi-Cloud Pipeline
  • Thailand becomes one of the first in Asia to get the Sora app

Our Newsletter

Subscribe Us To Receive Our Latest News Directly In Your Inbox!

We don’t spam! Read our privacy policy for more info.

Check your inbox or spam folder to confirm your subscription.

© Copyright 2025. All Right Reserved By Technology Hive.

No Result
View All Result
  • Home
  • Technology
  • Artificial Intelligence (AI)
  • Cyber Security
  • Machine Learning
  • AI in Healthcare
  • AI Regulations & Policies
  • Business
  • Cloud Computing
  • Ethics & Society
  • Deep Learning

© Copyright 2025. All Right Reserved By Technology Hive.

Are you sure want to unlock this post?
Unlock left : 0
Are you sure want to cancel subscription?