• 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

Google Generates Fake AI Podcast From Search Results
Technology

Google Generates Fake AI Podcast From Search Results

by Linda Torries – Tech Writer & Digital Trends Analyst
June 13, 2025
Meta Invests  Billion in Scale AI to Boost Disappointing AI Division
Technology

Meta Invests $15 Billion in Scale AI to Boost Disappointing AI Division

by Linda Torries – Tech Writer & Digital Trends Analyst
June 13, 2025
Drafting a Will to Avoid Digital Limbo
Technology

Drafting a Will to Avoid Digital Limbo

by Linda Torries – Tech Writer & Digital Trends Analyst
June 13, 2025
AI Erroneously Blames Airbus for Fatal Air India Crash Instead of Boeing
Technology

AI Erroneously Blames Airbus for Fatal Air India Crash Instead of Boeing

by Linda Torries – Tech Writer & Digital Trends Analyst
June 12, 2025
AI Chatbots Tell Users What They Want to Hear
Technology

AI Chatbots Tell Users What They Want to Hear

by Linda Torries – Tech Writer & Digital Trends Analyst
June 12, 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

AI Will Remain a Dominant Narrative in 2025

AI Will Remain a Dominant Narrative in 2025

April 8, 2025
AI Companies Help Businesses Beat Competition

AI Companies Help Businesses Beat Competition

March 5, 2025
The Future of Jobs 2025 Report

The Future of Jobs 2025 Report

March 4, 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

  • Best Practices for AI in Bid Proposals
  • Artificial Intelligence for Small Businesses
  • Google Generates Fake AI Podcast From Search Results
  • Technologies Shaping a Nursing Career
  • AI-Powered Next-Gen Services in Regulated Industries

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?