Medium User Search Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
7 days ago
Last modified
Categories
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
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
keyword | string | — | ✓ | Keyword to search for Medium users/writers |
maxItems | integer | 25 | Maximum number of users to scrape | |
proxyConfiguration | object | Apify Residential | Proxy settings. Residential proxy is strongly recommended |
Output
Each scraped item includes:
| Field | Description |
|---|---|
bio | The bio value of the item |
followerCount | The followerCount value of the item |
profileUrl | The profileUrl value of the item |
username | The username value of the item |
displayName | The displayName value of the item |
isMember | The isMember value of the item |
avatar | The 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
maxItemsreasonable 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