Prerequisites
1
Install Node.js
Ensure Node.js (version >13) is installed on your system.
2
Clone the repository
3
Install dependencies
Basic Usage
Simple Username Search
Search for a single username across all supported websites:Multiple Usernames
Search for multiple usernames simultaneously (separated by commas):CLI Arguments
Required Arguments
Website Selection
- All Websites
- Specific Websites
- Top Ranked
Analysis Mode
Detection Method
all- Combines find and get methodsfind- Shows only detected profilesget- Shows all profiles regardless of detection
Output Format
- Pretty (default)
- JSON
Filtering Results
Filter by Profile Quality
good- High confidence matches (default)maybe- Moderate confidence matchesbad- Low confidence matchesall- All matches
Filter by Profile Status
detected- Successfully detected profiles (default)unknown- Profiles with uncertain statusfailed- Failed checks
Advanced Features
Extract Additional Data
Geographic Filtering
Category Filtering
Customize Output Fields
link- Profile URLrate- Detection confidence percentagetitle- Page titletext- Extracted text content
Trim Long Strings
Complete Examples
Listing Available Websites
To see all supported websites:Output Examples
Pretty Output
JSON Output
The Node.js CLI is limited to
FindUserProfilesFast mode. For advanced detection modes (slow and special), use the Python CLI or web interface.Performance Tips
- Use
--topto limit searches to top-ranked websites for faster results - Use
--websitesto search only specific platforms when you know where to look - Use
--filter "good"to reduce false positives - Use
--output jsonfor easier parsing in scripts - The tool checks websites with randomized delays (1-99ms) to avoid rate limiting
Troubleshooting
Node.js version error Ensure you’re running Node.js version 13 or higher:--top with a lower number.