Social Media Finder
Pricing
from $1.00 / 1,000 results
Social Media Finder
Find social media profiles across 400+ platforms by username. Search Instagram, TikTok, YouTube, LinkedIn, GitHub, Twitter/X, Reddit, Snapchat, Steam, Twitch, Pinterest, Medium, Discord, Telegram, Spotify, and hundreds more.
Pricing
from $1.00 / 1,000 results
Rating
5.0
(13)
Developer
Crawler Bros
Actor stats
14
Bookmarked
3
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Find social media profiles across 400+ platforms by username or nickname. Search Instagram, TikTok, YouTube, LinkedIn, GitHub, Twitter/X, Reddit, Snapchat, Steam, Twitch, Pinterest, Medium, Discord, Telegram, Spotify, SoundCloud, Mastodon, Bluesky, and hundreds more — all in a single run.
Features
- Search 400+ social media platforms simultaneously
- Find all public profiles linked to a username or nickname
- Filter to specific platforms or search everywhere
- Batch processing — search multiple usernames at once
- Wildcard support —
john{?}doeexpands tojohn_doe,john-doe,john.doe - No login or API keys required
- Export results in JSON, CSV, Excel, or XML
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| Usernames | string[] | Yes | — | List of usernames or nicknames to search |
| Platforms | string[] | No | All 400+ | Filter to specific platforms (e.g., Instagram, GitHub) |
| Max Results | integer | No | No limit | Maximum total results to return |
Example Input
{"queries": ["johndoe", "jane_smith"],"platforms": ["Instagram", "GitHub", "Twitter", "YouTube"],"maxResults": 100}
Output
Each result row contains:
| Field | Type | Description |
|---|---|---|
username | string | The searched username |
platform | string | Platform name where profile was found |
url | string | Direct URL to the profile |
status | string | "Found" or "Not Found" |
Example Output
[{"username": "johndoe","platform": "GitHub","url": "https://github.com/johndoe","status": "Found"},{"username": "johndoe","platform": "Instagram","url": "https://instagram.com/johndoe","status": "Found"},{"username": "johndoe","platform": "Reddit","url": "https://www.reddit.com/user/johndoe","status": "Found"}]
Supported Platforms
Searches 400+ platforms including:
Social Media: Instagram, TikTok, Twitter/X, Snapchat, Reddit, Mastodon, Bluesky, Threads
Video: YouTube, Twitch, Vimeo, Dailymotion
Music: Spotify, SoundCloud, Last.fm, Bandcamp
Professional: LinkedIn, GitHub, GitLab, Stack Overflow, Kaggle, LeetCode, Behance
Gaming: Steam, Roblox, Chess.com, Lichess, Xbox Gamertag
Messaging: Discord, Telegram, Signal
Other: Pinterest, Medium, DeviantArt, Flickr, Gravatar, Keybase, Patreon, and hundreds more
Use Cases
- Lead enrichment — Find all social accounts for a prospect by their username
- Competitive analysis — Map a competitor's social media presence
- Background checks — Verify someone's digital footprint
- Brand monitoring — Check if your brand name is taken across platforms
- Username availability — See where a username is already claimed
- OSINT research — Investigate online presence systematically
Limitations
- Only finds public profiles — private or hidden accounts are not detected
- Username matching is exact — "johndoe" won't find "john.doe" unless you use the
{?}wildcard - Some platforms may rate-limit requests, causing occasional misses
- Facebook is not currently supported in the search database
FAQ
Q: Do I need any API keys or login credentials? A: No. The tool checks publicly accessible profile URLs directly — no authentication needed.
Q: How long does a search take? A: Typically 1-2 minutes per username when searching all 400+ platforms. Filtering to specific platforms is faster.
Q: What does the {?} wildcard do?
A: It expands to three common username separators: underscore (_), hyphen (-), and period (.). So john{?}doe searches for john_doe, john-doe, and john.doe.
Q: Why is Facebook not supported? A: Facebook does not expose public profile pages in a way that allows username-based lookup without authentication.
Q: Can I search for email addresses or phone numbers? A: No. This tool searches by username/nickname only.
Q: How accurate are the results? A: The tool verifies each profile URL with an HTTP request. "Found" means the profile page exists and returns a valid response. False positives are rare but possible on some platforms.