Skip to main content

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

  1. Batch lookup your creator handles to get IDs
  2. Score them against your campaign brief
  3. Sort by fit and build your final list

Step 1: Resolve Handles to Creator IDs

If you’re starting from Instagram usernames, batch lookup resolves them in a single request:
At 0.1 per profile found, eight resolved profiles cost 0.8 credits ($0.008). Missing profiles are not charged.

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.
The 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

Don’t automatically reject 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

Scoring an existing list is cheap. The expensive part of the API is search — if you already have the list, you skip that cost entirely.

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 good for one brief and avoid for another. Campaign fit is relative to the brief, not absolute.
  • Batch lookup handles missing profiles. If some handles aren’t in the system, those creators may not be in the Influship index yet. Reach out to support if you need specific creators added.