# Influencers Club API

The **influencers.club** Public API gives you direct access to structured creator data — clean profiles with reach, engagement signals, audience insights, and connected cross-platform presence across their social accounts.

Discover creators that match specific markets, or enrich the ones you already have — whether it’s a list of usernames, handles, or emails — with reliable profile data tied across platforms.

Built to plug straight into your workflows, it powers outreach, reporting, internal tools, and product features without manual research or spreadsheet chaos.

### Base URL

All requests must be sent to:


```
https://api-dashboard.influencers.club
```

div
### Authentication

All endpoints require an API key.

Sign up on our platform and get the API key from the [Influencers Club dashboard](https://dashboard.influencers.club/api).

### How to authenticate requests

Include the API key in the `Authorization` header:


```
Authorization: Bearer YOUR_API_KEY
```

Requests without a valid key will return `401 Unauthorized`.

### Try the API

> ##### *You can test every endpoint here by using the built-in **Try it** feature next to each endpoint.*


If you prefer working in Postman? Fork our official collection below:

Use in Postman

### Credit-Based Usage Model

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](/openapi/account-credits-and-usage/account_credits_usage_retrieve) or viewed in the [dashboard](https://dashboard.influencers.club/api).

You can use the API calculator to estimate credit usage.

div
[Calculate Credits](/guides/usage-limits#credit-calculator)