The Influencers Club API uses a credit-based pricing model.
- Credits are deducted only when data is successfully returned.
- You can check remaining credits in the dashboard., or via Check account credits and usage details (
GET /public/v1/account/credits).
Credits are deducted per successfully enriched record.
| Endpoint | Mode | Credits |
|---|---|---|
| Enrich by handle | Raw | 0.03 |
| Enrich by handle | Full | 1 |
| Enrich by email | — | 0.05 |
Credits are deducted per creator returned (not per request).
| Endpoint | Credits |
|---|---|
| Main discovery API | 0.01 per creator returned |
| Similar creators | 0.01 per creator returned |
Important:
- Credits are consumed on every request that returns creators, even if the filters are identical to a previous request. The API always returns fresh, up-to-date data.
- It is the client's responsibility to track and manage request volume. Use the dashboard or
GET /public/v1/account/creditsto monitor remaining credits.
Rate limits apply per account, across all endpoints.
| Scope | Limit | Notes |
|---|---|---|
| All endpoints (all accounts) | 300 requests / minute | Requests exceeding this limit return 429. |
Trial accounts can use up to 10 credits total.
—
Choose an endpoint and enter a quantity.