# Social Media Handle Checker Demo
## šÆ Multi-Platform Check (Recommended)
Check username availability across **all 5 platforms** at once:
```bash
# Example 1: Check a likely available name
check_all_platforms("statechange2024")
# Example 2: Check a popular name (likely taken on multiple platforms)
check_all_platforms("google")
# Example 3: Check variations for your brand
check_all_platforms("mybrand")
check_all_platforms("mybrandhq")
check_all_platforms("mybrandt")
```
## š Individual Platform Checks
Target specific platforms when you need detailed information:
```bash
# YouTube (channels)
check_youtube_handle("statechange") # ā TAKEN - State Change (8.09K subscribers)
check_youtube_handle("statechange1") # ā
AVAILABLE
# TikTok (viral content)
check_tiktok_handle("charlidamelio") # ā TAKEN - Charli D'Amelio (millions of followers)
check_tiktok_handle("mybrandname") # ā
AVAILABLE
# Instagram (visual content)
check_instagram_handle("instagram") # ā TAKEN - Instagram Official
check_instagram_handle("mybrandname") # ā
AVAILABLE
# X/Twitter (real-time updates)
check_x_handle("elonmusk") # ā TAKEN - Elon Musk ā Verified
check_x_handle("mybrandname") # ā
AVAILABLE
# Threads (Meta's Twitter alternative)
check_threads_handle("zuck") # ā TAKEN - Mark Zuckerberg
check_threads_handle("mybrandname") # ā
AVAILABLE
```
## š Real Brand Research Workflow
```bash
# Step 1: Check your primary brand name
check_all_platforms("techstartup")
# Step 2: If primary is taken, try variations
check_all_platforms("techstartup2024")
check_all_platforms("techstartuphq")
check_all_platforms("thetechstartup")
# Step 3: Check specific high-priority platforms individually for details
check_instagram_handle("techstartuphq") # Get detailed follower info
check_youtube_handle("techstartuphq") # Check for existing content
# Step 4: Competitive research
check_all_platforms("competitor1") # See competitor's platform presence
check_all_platforms("competitor2") # Identify platform gaps
```
## š What You Get
### Multi-Platform Summary
```
Multi-Platform Check Results for "@mybrand"
ā
AVAILABLE ON (3/5 platforms):
⢠TikTok
⢠Threads
⢠X (Twitter)
ā TAKEN ON (2/5 platforms):
⢠YouTube - MyBrand Channel (1.2K subscribers)
⢠Instagram - mybrand (45K followers) ā Verified
š Good availability - more platforms have this username available than taken.
```
### Individual Platform Details
```
Instagram username "@mybrand" is TAKEN.
Account Information:
- Username: @mybrand
- Display Name: MyBrand Official
- Follower Count: 45K
- Verified: Yes
- Description: Official account for MyBrand. Follow for updates and content.
```
## š” Pro Tips
1. **Start with `check_all_platforms()`** - Get the big picture first
2. **Check variations systematically** - mybrand, mybrandhq, mybrandco, etc.
3. **Consider platform-specific alternatives** - Different platforms have different cultures
4. **Check competitors** - Find opportunities in their platform gaps
5. **Document results** - Keep track of what's available for decision making
## šÆ Perfect For
- **Startups**: Secure consistent branding before launch
- **Content Creators**: Find available handles for channel expansion
- **Marketing Agencies**: Qualify client brand names efficiently
- **Brand Consultants**: Comprehensive competitive research
- **Domain Hunters**: Complete digital presence validation