Medium Following Scraper avatar

Medium Following Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Medium Following Scraper

Medium Following Scraper

Under maintenance

Extract detailed information about Medium users' following lists. Get usernames, bios, membership status, and more.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

16 hours ago

Last modified

Share

Extract detailed information about Medium users' following lists. Get usernames, bios, membership status, and more.

Features

  • Configurable result limit — set exactly how many items to collect per run
  • Cloud-ready — runs on Apify with scheduling, proxy rotation, and webhook support

Use Cases

  • Mapping an author's reading interests and followed accounts
  • Discovering niche writers and publications in a specific domain
  • Building connection graphs between Medium users
  • Research into content consumption patterns of top creators

Input

FieldTypeDefaultRequiredDescription
usernamestringMedium username without @ (e.g. 'towardsdatascience')
maxItemsinteger50Maximum number of following to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
usernameMedium username (without @)
displayNameDisplay name shown publicly on profile
bioProfile bio or about text
followerCountNumber of followers this user has
isMemberWhether the user has a Medium membership
profileUrlURL to the user's Medium profile
avatarProfile avatar image URL

Sample Output

{
"username": "username_value",
"displayName": "displayName_value",
"bio": "bio_value",
"followerCount": "followerCount_value",
"isMember": "isMember_value",
"profileUrl": "profileUrl_value",
"avatar": "avatar_value"
}

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { useApifyProxy: true, apifyProxyGroups: ["RESIDENTIAL"] }
  • Rate limits: Keep maxItems reasonable per run to avoid IP bans or rate throttling
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset