Step 1: Find a Creator Profile
Start by fetching a creator’s profile using their platform-specific ID:Step 2: Get Basic Profile Information
The profile response includes essential information:statistics: Follower counts, view counts (YouTube) or estimated views (Twitch)statistics.views_estimated: Estimated total views for Twitch profiles (calculated using our algorithms)is_partner,is_affiliate,is_mature: Twitch-specific status flagslast_active_at: When the creator last posted contentupdated_at: When the profile data was last refreshed
Step 3: Fetch Creator Content
Get recent content from the creator:Step 4: Analyze Content Statistics
Content items include detailed statistics:statistics.views.sum: Total viewsstatistics.viewers.avg: Average concurrent viewersstatistics.watched_minutes.sum: Total watch time
Step 5: Get Creator Analysis
For deeper analysis, fetch creator analysis (costs 100 quota units):Step 6: Analyze Audience
Get detailed audience demographics (costs 100 quota units):Step 7: Cross-Platform Discovery
Use socials data to find the same creator on other platforms (costs 10 quota units):Complete Example Workflow
Use Cases
Brand Partnership Discovery
Content Performance Analysis
Multi-Platform Presence
Best Practices
- Cache profile data: Profile data doesn’t change frequently; cache it
- Paginate content: Use cursor pagination to fetch all content efficiently
- Batch operations: Use bulk endpoints when fetching multiple creators
- Monitor quota: Advanced endpoints cost 100 quota units each
- Handle missing data: Some creators may not have advanced insights available
Quota Considerations
Total for full analysis: ~212 quota units per creator
Consider caching advanced insights since they’re expensive and don’t change frequently.

