Medium Followers Scraper avatar

Medium Followers Scraper

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Medium Followers Scraper

Medium Followers Scraper

Under maintenance

Extract detailed posts, comments, profiles, engagement metrics, hashtags, and media attachments from Medium Followers. Engineered for social listening, user sentiment tracking, influencer outreach, and viral trend analysis. Features optimized proxy rotation to bypass rate limits.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Extract Medium user followers data including profile details, membership status, and bio information.

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

  • Real-time news monitoring and media tracking
  • Content aggregation and curation pipeline automation
  • Topic and keyword trend tracking for SEO or research
  • Competitive content strategy and publishing cadence analysis

Input

FieldTypeDefaultRequiredDescription
usernamesarrayList of Medium usernames without @ (e.g. ['karpathy', 'towardsdatascience'])
usernamestringSingle Medium username without @ (alternative to usernames list)
maxItemsinteger50Maximum number of profiles to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
usernameSocial media handle or username
displayNameDisplay name shown publicly on profile
bioProfile bio or about text
followerCountFollower count
followingCountFollowing count
profileUrlProfile url

Sample Output

{
"username": "@handle",
"displayName": "displayName_value",
"bio": "bio_value",
"followerCount": "followerCount_value",
"followingCount": "followingCount_value",
"profileUrl": "profileUrl_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