Who Engaged With Me
Pricing
$9.00/month + usage
Who Engaged With Me
This powerful Apify Actor tracks likes, comments, shares, stars, forks, followers, and more — then uses intelligent identity matching to identify the same person engaging with you on different networks.
Pricing
$9.00/month + usage
Rating
5.0
(1)
Developer

mr beast
Actor stats
0
Bookmarked
4
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share

Who Engaged With Me - Cross-Platform Social Media Engagement Tracker
Discover who interacts with your content across multiple social media platforms. This powerful Apify Actor tracks likes, comments, shares, stars, forks, followers, and more — then uses intelligent identity matching to identify the same person engaging with you on different networks.
Supported Platforms
Why Use This Tool?
In today's multi-platform digital world, your audience engages with you across GitHub, X (formerly Twitter), LinkedIn, YouTube, Reddit, and more. But tracking who's genuinely interested in your content requires checking each platform separately — until now.
Who Engaged With Me solves this problem by:
- Aggregating engagement data from all your social media accounts in one place
- Identifying your most engaged followers with weighted scoring that values meaningful interactions
- Matching identities across platforms so you know when the same person engages on multiple networks
- Providing actionable contact information to help you connect with your most interested audience
Key Features
Multi-Platform Social Media Tracking
Track engagement and interactions from the platforms that matter most:
| Platform | What We Track | Authentication |
|---|---|---|
| Stars, Forks, Issues, Pull Requests, Comments, Followers | Optional (token for private repos) | |
| Likes, Reposts, Replies, Mentions, Quotes, Followers | Optional | |
| Reactions, Comments, Profile Views, Connection Requests | Session cookie required | |
| Comments, Replies, Subscribers | API key required | |
| Post Comments, Comment Replies, Mentions | None required | |
| Coming soon | - | |
| Coming soon | - | |
| Coming soon | - |
Intelligent Cross-Platform Identity Matching
Our advanced matching algorithm identifies when the same person engages with you on different platforms using:
- Username similarity — Fuzzy matching catches variations like
john_smith,johnsmith, andjohn-smith - Display name matching — Recognizes "John Smith" across different networks
- Linked account detection — Parses bios for social media links
- Email and website matching — Connects accounts with shared contact info
Weighted Engagement Scoring
Not all engagements are equal. Our scoring system prioritizes high-value interactions:
| Engagement Type | Score | Why It Matters |
|---|---|---|
| Follow / Subscribe | 10 | Shows commitment to your content |
| Fork (GitHub) | 8 | Indicates intent to use or build on your work |
| Pull Request | 8 | Demonstrates active contribution |
| Issue / Bug Report | 7 | Shows investment in improving your project |
| Comment / Reply | 6 | Requires effort and thought |
| Quote / Share | 5 | Amplifies your content to their audience |
| Repost / Retweet | 5 | Extends your reach |
| Mention | 5 | Brings you into their conversation |
| Star / Watch | 4 | Bookmarks your content for later |
| Like / Reaction | 2 | Quick acknowledgment |
| Profile View | 1 | Passive interest |
Who Is This For?
Sales & Business Development Professionals
Identify warm leads who are already engaging with your content. Know which prospects are showing interest before you reach out.
Recruiters & Talent Acquisition Teams
Find candidates who are actively engaging with your company's content, job posts, or team members.
Content Creators & Influencers
Discover your superfans — the people who consistently engage across multiple platforms. Build deeper relationships with your most loyal audience.
Job Seekers & Career Professionals
See which companies, recruiters, and industry leaders are viewing your profile and engaging with your posts.
Startup Founders & Entrepreneurs
Track engagement from potential investors, partners, and customers who are showing interest in your work.
Personal Brand Builders
Understand who's paying attention to your expertise. Identify networking opportunities and potential collaborators.
How It Works
Step 1: Configure Your Platforms
Select which social media platforms you want to track and provide the necessary credentials:
{"platforms": ["github", "twitter", "linkedin", "youtube", "reddit"],"github": {"username": "your-github-username","accessToken": "ghp_xxxxxxxxxxxx","trackRepos": true,"trackIssues": true,"trackFollowers": true},"twitter": {"username": "your-x-handle","trackLikes": true,"trackRetweets": true,"trackReplies": true,"trackMentions": true},"linkedin": {"profileUrl": "https://linkedin.com/in/your-profile","sessionCookie": "your-li_at-cookie","trackPostEngagement": true,"trackProfileViews": true},"timeRange": "7d","enableIdentityMatching": true,"maxResults": 500}
Step 2: Run the Actor
Execute the Actor on Apify's cloud infrastructure. It will:
- Connect to each configured platform
- Extract engagement data within your specified time range
- Match identities across platforms
- Score and rank your engagers
- Save results to the dataset
Step 3: Review Your Results
Get a comprehensive view of who's engaging with your content:
{"displayName": "John Smith","platforms": ["github", "twitter"],"totalEngagements": 15,"engagementScore": 47,"engagementTypes": ["star", "fork", "repost", "reply"],"lastEngagement": "2024-01-15T10:30:00Z","matchConfidence": 0.95,"contactInfo": {"email": "john@example.com","twitter": "johnsmith","github": "jsmith","website": "https://johnsmith.com"},"platformBreakdown": [{"platform": "github","username": "jsmith","engagementCount": 8,"engagementTypes": ["star", "fork"]},{"platform": "twitter","username": "johnsmith","engagementCount": 7,"engagementTypes": ["repost", "reply"]}]}
Configuration Options
Time Range
Choose how far back to look for engagements:
24h— Last 24 hours7d— Last 7 days (default)30d— Last 30 days90d— Last 90 daysall— All available data
Identity Matching Settings
- Enable/Disable — Turn cross-platform matching on or off
- Confidence Threshold — Set minimum similarity score (0.5 to 1.0) for matching accounts
Output Controls
- Minimum Engagement Score — Filter out low-engagement users
- Maximum Results — Limit the number of engagers returned (up to 10,000)
Authentication Setup Guide
GitHub Personal Access Token
- Go to GitHub Settings → Developer Settings → Personal Access Tokens
- Click Generate new token (classic)
- Select scopes:
repo,user,read:user - Copy the token and paste it in the
github.accessTokenfield
LinkedIn Session Cookie
- Log into LinkedIn in your web browser
- Open Developer Tools (F12 or right-click → Inspect)
- Go to Application → Cookies →
www.linkedin.com - Find the
li_atcookie and copy its value - Paste it in the
linkedin.sessionCookiefield
YouTube Data API Key
- Go to Google Cloud Console
- Create a new project (or select existing)
- Enable YouTube Data API v3
- Go to Credentials → Create Credentials → API Key
- Copy the key and paste it in the
youtube.apiKeyfield
Output Data Structure
Dataset Items
Each engager is saved as a separate item in the Apify dataset with the following fields:
| Field | Description |
|---|---|
displayName | Best available name for the engager |
platforms | Array of platforms they engaged on |
totalEngagements | Total number of interactions |
engagementScore | Weighted score based on engagement types |
engagementTypes | Types of engagements performed |
lastEngagement | Most recent engagement timestamp |
firstEngagement | Earliest engagement timestamp |
matchConfidence | Confidence score for cross-platform matching |
contactInfo | Available contact information |
platformBreakdown | Engagement details per platform |
accounts | Full profile data from each platform |
engagements | Complete engagement history |
Key-Value Store
Additional outputs saved to the key-value store:
summary— Aggregated statistics and top engagersmetadata— Execution details, timing, and errorsoutput— Complete structured output
Best Practices
For Accurate Results
- Use authentication when available for better data access
- Start with a shorter time range (7 days) to test, then expand
- Configure specific repositories on GitHub to focus on relevant engagements
For Identity Matching
- Set threshold to 0.75 (default) for balanced accuracy
- Lower threshold (0.6) if you want more potential matches
- Higher threshold (0.9) if you want only high-confidence matches
For Performance
- Limit platforms to those you actively use
- Use proxies for Instagram and LinkedIn to avoid rate limits
- Run during off-peak hours for faster execution
Limitations & Considerations
- Public Data Only — Extracts only publicly available data (except LinkedIn with authentication)
- Rate Limits — Respects platform rate limits; large accounts may take longer
- Historical Data — Some platforms limit how far back data is available
- Identity Matching — Not 100% accurate; review matches with confidence scores below 0.8
Privacy & Compliance
- Only extracts publicly available data or data you're authorized to access
- Does not store data beyond your Apify account
- Respects platform terms of service and robots.txt
- Recommended for legitimate business and personal use only
- GDPR-compliant data handling
Frequently Asked Questions
Can this tool see who viewed my profile?
Only LinkedIn provides profile view data (requires Premium for full details). Other platforms like GitHub, X, and Instagram do not expose this information.
How accurate is cross-platform identity matching?
Matching accuracy depends on how consistent users are with their usernames and display names. Matches with confidence scores above 0.85 are highly reliable. Always review lower-confidence matches manually.
Does this work with private accounts?
No. This tool only accesses publicly available data. For private GitHub repositories, you'll need to provide a personal access token with appropriate permissions.
How often should I run this Actor?
For most use cases, running weekly captures meaningful engagement patterns. For high-volume accounts, daily runs may be appropriate.
Support & Feedback
Have questions or feature requests? We'd love to hear from you:
- Leave a review or comment on the Apify Store
- Contact us through Apify Console
Related Tools & Use Cases
- Social Media Analytics — Track engagement across platforms
- Lead Generation — Identify warm prospects from engagement data
- Influencer Marketing — Find your most engaged brand advocates
- Competitor Analysis — Monitor who engages with competitors
- Community Building — Identify and nurture superfans
License
MIT License — Free for personal and commercial use.
Keywords: social media engagement tracker, cross-platform analytics, who viewed my profile, GitHub stars tracker, X Twitter engagement, LinkedIn profile views, social media monitoring, audience insights, lead generation tool, influencer analytics, engagement scoring, identity matching, Apify Actor, web scraping, social media API