Social Media Profile Finder
Pay $4.99 for 1,000 results
Social Media Profile Finder
Pay $4.99 for 1,000 results
๐ต๏ธโโ๏ธ Discover social media profiles across 15+ platforms! Find and analyze user accounts on Facebook, Instagram, Twitter, LinkedIn, and more. Extract valuable profile data for influencer marketing, competitive analysis, and background checks. Fast, efficient, and customizable! ๐๐
๐ต๏ธโโ๏ธ Social Media Profile Finder
Discover and analyze social media profiles across multiple platforms with ease! This powerful Apify Actor helps you find and extract information from user profiles on various social networks.
โจ Features
- ๐ Search across 15 popular social media platforms
- ๐ค Find user profiles based on usernames or keywords
- ๐ Extract valuable profile information (followers, posts, bio, etc.)
- ๐ Fast and efficient with concurrent searching
- ๐ก๏ธ Use proxy support to avoid IP blocks
- ๐ Customizable search depth and result limits
๐ Supported Platforms
- ๐ Facebook
- ๐ธ Instagram
- ๐ฆ Twitter
- ๐ผ LinkedIn
- ๐ GitHub
- ๐ต TikTok
- ๐ฅ YouTube
- ๐ Pinterest
- ๐จ๏ธ Reddit
- โ๏ธ Medium
- ๐ฃ๏ธ AskFM
- ๐ Discord (invite links)
- ๐ฎ Steam
- ๐งต Threads
- ๐ฅ Twitch
๐ก Use Cases
- ๐ฏ Influencer Marketing: Find and analyze potential influencers across platforms
- ๐ Competitive Analysis: Research competitors' social media presence
- ๐ต๏ธโโ๏ธ Background Checks: Verify online presence for hiring or vetting purposes
- ๐ค Networking: Discover professionals in your industry across multiple platforms
- ๐ Market Research: Analyze social media trends and user behavior
๐ Input Configuration
queries
: List of usernames or keywords to search formaxResults
: Maximum number of results to fetch (default: 100)platforms
: Social media platforms to include in the searchproxyConfiguration
: Proxy settings to avoid IP blocks
๐ค Output
For each found profile, you'll receive:
- ๐ Profile URL
- ๐ Username/Profile Name
- ๐ Platform-specific metrics (e.g., followers, posts, likes)
- ๐ Bio or description (when available)
๐ Support
If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.
Supercharge your social media research today with the Social Media Profile Finder! ๐๐
Input Example
A full explanation of an input example in JSON.
1{ 2 "queries": [ 3 "johndoe", 4 "janedoe", 5 "apify", 6 "openai" 7 ], 8 "maxResults": 100, 9 "platforms": [ 10 "Twitter", 11 "Facebook", 12 "Instagram", 13 "LinkedIn", 14 "GitHub", 15 "TikTok" 16 ], 17 "proxyConfiguration": { 18 "useApifyProxy": false 19 } 20 }
Output sample
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "query": "apify", 4 "platform": "Twitter", 5 "url": "https://twitter.com/apify", 6 "exists": true, 7 "profileInfo": { 8 "name": "apify", 9 "following": "230", 10 "followers": "3,040", 11 "userDescription": "A full-stack web scraping and browser automation platform. https://apify.com/store http://github.com/apify/crawlee http://youtube.com/apify" 12 } 13 }, 14 { 15 "query": "openai", 16 "platform": "Twitter", 17 "url": "https://twitter.com/openai", 18 "exists": true, 19 "profileInfo": { 20 "name": "OpenAI", 21 "following": "3", 22 "followers": "3.6M", 23 "userDescription": "OpenAIโs mission is to ensure that artificial general intelligence benefits all of humanity. Weโre hiring: http://openai.com/jobs" 24 } 25 }, 26 ... 27]
Actor Metrics
44 monthly users
-
2 stars
>99% runs succeeded
Created in Oct 2024
Modified a month ago