Social Media Profile Finder avatar

Social Media Profile Finder

Try for free

Pay $4.99 for 1,000 results

Go to Store
Social Media Profile Finder

Social Media Profile Finder

easyapi/social-media-profile-finder
Try for free

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

  1. ๐Ÿ“˜ Facebook
  2. ๐Ÿ“ธ Instagram
  3. ๐Ÿฆ Twitter
  4. ๐Ÿ’ผ LinkedIn
  5. ๐Ÿ™ GitHub
  6. ๐ŸŽต TikTok
  7. ๐ŸŽฅ YouTube
  8. ๐Ÿ“Œ Pinterest
  9. ๐Ÿ—จ๏ธ Reddit
  10. โœ๏ธ Medium
  11. ๐Ÿ—ฃ๏ธ AskFM
  12. ๐Ÿ”— Discord (invite links)
  13. ๐ŸŽฎ Steam
  14. ๐Ÿงต Threads
  15. ๐ŸŽฅ 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 for
  • maxResults: Maximum number of results to fetch (default: 100)
  • platforms: Social media platforms to include in the search
  • proxyConfiguration: 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]
Developer
Maintained by Community

Actor Metrics

  • 44 monthly users

  • 2 stars

  • >99% runs succeeded

  • Created in Oct 2024

  • Modified a month ago