Every plan sees the same numbers.
Plans differ in how much you can search and what you can automate — never in the quality of the data or in what SENSO is willing to tell you about it. Provenance, confidence and score components are on every profile at every tier.
Growth
Most teams500searches / month
For teams running campaigns continuously across a roster of creators.
Request accessEnterprise
Unlimitedsearches / month
For agencies and platforms querying the database programmatically.
Request access| Feature | Free | Growth | Enterprise |
|---|---|---|---|
| Influencer searches per month | 5 | 500 | Unlimited |
| Seats | 2 | 10 | Unlimited |
| Full creator profiles | |||
| Shortlists | |||
| Comparison | |||
| Campaign management | |||
| Exports | |||
| Developer API | |||
| API requests per month | 50,000 | Unlimited |
A search is counted when you apply a keyword or a filter. Paging, re-sorting, opening a saved profile and viewing a shortlist are all free on every plan.
The same database the product runs on.
- The same service layer the product calls
- Not an export. Every endpoint runs the code the application itself runs, so a figure from the API and a figure on screen cannot disagree.
- Versioned and field-level
- A versioned REST contract over the canonical influencer record, with per-client rate limits, field-level access control and usage tracking.
- Provenance travels with the data
- Every value carries its source tier, its collection time and its confidence, so a number that leaves the platform keeps the context that makes it defensible.
GET /v1/influencers
GET /v1/influencers
?country=IN
&language=en
&category=technology
&followers_min=100000
&followers_max=1000000
&health_min=75
&engagement_min=3
&verified=true
&sort=health_score_desc
Authorization: Bearer so_live_••••••••