The Influencers.Club Public API provides programmatic access to influencer discovery and enrichment data.
It is designed for production use in applications, analytics pipelines, CRMs, and internal tools.
The API is REST-based, uses JSON payloads, and authenticates via Bearer tokens.
All requests must be sent to:
https://api-dashboard.influencers.clubAll endpoints require an API key.
Sign up on our platform and get the API key from the Influencers Club dashboard.
Include the API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYRequests without a valid key will return 401 Unauthorized.
The Influencers Club API operates on a credit-based billing model.
Credits represent units of data access and are consumed based on the type and volume of operations performed.
Key principles:
- Credits are consumed per successful result, not per request
- Discovery operations are optimized for search and selection and typically consume fewer credits
- Enrichment operations consume credits based on the amount and depth of data returned
- Batch enrichment consumes credits per enriched entity, not per batch submission
Your available credits and usage history can be retrieved programmatically via the User Info endpoint or viewed in the dashboard.
You can use the API calculator to estimate credit usage.