Medium User Search Scraper avatar

Medium User Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Medium User Search Scraper

Medium User Search Scraper

Extract detailed posts, comments, profiles, engagement metrics, hashtags, and media attachments from Medium User Search. 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

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

Search Medium users/writers by keyword. Extract username, display name, bio, follower count, and profile URL.

Features

  • Keyword search — find content by keyword, search term, or topic
  • 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
keywordstringKeyword to search for Medium users/writers
maxItemsinteger25Maximum number of users to scrape
proxyConfigurationobjectApify ResidentialProxy settings. Residential proxy is strongly recommended

Output

Each scraped item includes:

FieldDescription
bioThe bio value of the item
followerCountThe followerCount value of the item
profileUrlThe profileUrl value of the item
usernameThe username value of the item
displayNameThe displayName value of the item
isMemberThe isMember value of the item
avatarThe avatar value of the item

Sample Output

{
"bio": "bio_value",
"followerCount": "followerCount_value",
"profileUrl": "profileUrl_value",
"username": "username_value",
"displayName": "displayName_value",
"isMember": "isMember_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