Score Campaign Fit for an Existing List
You already have a list of creators — maybe from a spreadsheet, a CRM export, or a previous campaign. You want to evaluate how well each one fits a specific campaign brief. This recipe resolves social handles to creator IDs, then scores them all at once.The Flow
- Batch lookup your creator handles to get IDs
- Score them against your campaign brief
- Sort by fit and build your final list
Step 1: Resolve Handles to Creator IDs
If you’re starting from Instagram usernames (or other platform handles), batch lookup resolves them in a single request:Step 2: Score Against Campaign Brief
Pass the resolved creator IDs to the match endpoint. The more detail you put in the brief, the more accurate the scoring.context field accepts up to 2,000 characters. Use it for details that don’t fit in the main query — target demographics, content format preferences, budget range, brand tone. The scoring model reads all of it.
Step 3: Sort and Review
What the Decisions Mean
| Decision | What it tells you |
|---|---|
good | Strong fit. The creator’s content, audience, and style align with the brief. |
neutral | Could work, but there are trade-offs. Worth a manual review. |
avoid | Weak fit. The reasons will explain why — usually a content or audience mismatch. |
neutral creators. Read the reasons — sometimes a creator scores neutral because they’re slightly outside the follower range you implied in the brief, but their content is an excellent match.
Total Cost
| Step | Endpoint | Credits | Cost |
|---|---|---|---|
| Batch lookup (8 handles) | POST /v1/profiles/lookup | 0.8 | $0.008 |
| Match scoring (8 creators) | POST /v1/creators/match | 8 | $0.08 |
| Total | 8.8 | $0.088 |
Tips
- Write the brief like you’d brief an agency. Include brand values, target audience, content formats, budget range, and what you’re trying to avoid. Vague briefs produce vague scores.
- Don’t filter on score alone. The reasons are often more useful than the number. A creator scoring 0.78 with the right reasons may be a better choice than one scoring 0.85 with generic reasons.
- Re-score for different campaigns. The same creator can score
goodfor one brief andavoidfor another. Campaign fit is relative to the brief, not absolute. - Batch lookup handles missing profiles. If some handles aren’t in the system, Influship may not have scraped that creator yet. Reach out to support if you need specific creators added.