Lookalike Discovery
Find creators similar to your seed profiles using AI-powered vector similarity search. The lookalike endpoint supports both creator IDs and platform usernames as seeds, with comprehensive filtering options.Overview
The lookalike discovery feature uses advanced AI to find creators with similar characteristics to your seed profiles. It analyzes content style, audience demographics, engagement patterns, and behavioral data to identify the most relevant matches.✅ Fully working
Supported Platforms
Currently supported platforms for seed resolution:- Instagram ✅ (Fully supported)
- TikTok (coming soon)
- YouTube (coming soon)
- Twitter (coming soon)
Seed Types
You can provide seeds in multiple ways:Creator ID Seeds
Use existing creator IDs from your database:Platform Username Seeds
Use social media usernames directly:Mixed Seeds
Combine both approaches:Comprehensive Filtering
Apply detailed filters to refine your lookalike results:Filter Options
| Filter | Type | Description | Example |
|---|---|---|---|
platform | Array | Platforms to include | ["instagram"] |
audience_size | Object | Follower count range | {"min": 10000, "max": 1000000} |
engagement_rate | Object | Engagement rate range | {"min": 0.02, "max": 0.1} |
verified | Boolean | Verification status | true |
location | Array | Location codes (ISO 3166-1) | ["US", "CA"] |
interests | Array | Basic bio text matching | ["fitness", "wellness"] |
Parameter Differences
result_scope vs profile_platforms
result_scope controls which creators are returned:
seed_platform: Only return creators who have profiles on the same platform as your seed creatorsall_platforms: Return creators from any platform, regardless of seed platform
profile_platforms controls which social profiles are included for each creator:
- If not specified: All profiles for each creator are returned
- If specified: Only profiles from the specified platforms are included
Response Detail Levels
mode controls creator-level data detail:
lite: Basic creator info (name, bio, avatar)detailed: Full creator data with AI recommendations
profile_mode controls profile-level data detail:
lite: Basic profile info (platform, username, follower_count)detailed: Full profile data (engagement_rate, verified, avg_likes, etc.)
Weight System
Seed weights allow you to emphasize certain creators:- Weight 1.0: Standard importance
- Weight 0.5: Half importance
- Weight 2.0: Double importance
- Range: 0.1 to 10.0
AI-Powered Similarity
The lookalike algorithm uses advanced AI techniques:- Vector Embeddings: Deep learning models analyze creator content and behavior
- Multi-Factor Analysis: Content style, audience demographics, engagement patterns
- AI Reranking: Final results are scored and ranked by AI for optimal relevance
Example Request
Example Response
Response Detail Examples
Lite Mode Response (mode: "lite", profile_mode: "lite")
Detailed Mode Response (mode: "detailed", profile_mode: "detailed")
Platform Filtering Example (profile_platforms: ["instagram"])
Pagination
Use cursor-based pagination to retrieve large result sets:Error Handling
Creator Not Found (404)
Invalid Seed (400)
Unsupported Platform (400)
Pricing
- Base Cost: 0.1 credits per request
- Per Seed: 0.05 credits per seed creator
- Filtering: No additional cost for comprehensive filtering
- AI Reranking: Included in base cost
Best Practices
Seed Selection
- Choose 2-5 diverse seed creators for best results
- Use creators with clear, consistent content themes
- Include both high and medium engagement creators
Filtering Strategy
- Start with broad filters, then narrow down
- Use audience size ranges to match your campaign goals
- Filter by engagement rate to ensure quality
Performance Tips
- Use
mode: "lite"for faster responses when detailed data isn’t needed - Set appropriate
limitvalues (25-50 is optimal) - Cache results when possible to reduce API calls