Expand a Roster with Lookalikes
You have creators that work. Now you need more like them. This recipe uses the lookalike endpoint with weighted seeds to find similar creators, filtered to your requirements, and scored for campaign fit. The key insight: if you have performance data from previous campaigns, encode it in the weights. Your best-performing creator gets the highest weight, and the API finds more creators who skew toward that profile.The Flow
- Identify your and assign weights based on performance
- Run a lookalike search with filters
- Score results against your next campaign (optional but recommended)
Step 1: Build Weighted Seeds
Start with creators you’ve worked with. If you have ROI or engagement data, normalize it to weights:Step 2: Run the Lookalike Search
Step 3: Score for Campaign Fit (Optional)
Lookalikes find similar creators — but similar to your past performers doesn’t automatically mean they’re right for your next campaign. If the campaign is different, score the results:Combining Similarity and Fit Scores
If you want a single ranking that blends both signals, weight them based on what matters more:Total Cost
| Step | Endpoint | Credits | Cost |
|---|---|---|---|
| Lookalike (25 results) | POST /v1/creators/lookalike | 37.5 | $0.375 |
| Match scoring (25 creators) | POST /v1/creators/match | 25 | $0.25 |
| Total | 62.5 | $0.625 |
The Feedback Loop
This workflow gets better over time:- Run a campaign with your shortlist
- Measure performance (ROI, engagement, conversions)
- Feed those numbers back as weights in the next lookalike search
- Repeat
Tips
- Don’t over-seed. 3-5 seeds is usually enough. More seeds dilute the signal unless each one genuinely represents a different trait you want.
- Vary the weights meaningfully. If all your seeds have weight 1.0, you’re not using the feature. Even rough estimates (1.0, 0.7, 0.3) are better than equal weights.
- Filter aggressively. Lookalike search returns creators who are stylistically similar — they may not meet your follower or engagement requirements. Filters prevent you from scoring creators you’d never work with.