# Similar Creators

Discover creators similar to a reference creator based on various similarity criteria.

What you get
- Returns a paginated list of creator profiles that match the reference creator's characteristics, content style, audience, or other specified attributes.
- Supports filtering by URL, username, or ID, and allows additional filters to refine similarity matching.
- Useful for finding lookalike creators, competitors, or creators in the same niche.

Credits
- 0.01 credits per creator returned. If no creators are returned, no credits are deducted.
- Credits are consumed on every request that returns creators, even if the filters are identical to a previous request.
- It is the client's responsibility to monitor request volume and credit usage.

Limits
- Up to 10,000 relevant results can be fetched by each query. Fetching data after the 10,000th result is not allowed.

Endpoint: POST /public/v1/discovery/creators/similar/
Version: 1.0.0
Security: Bearer

## Response 200 fields (application/json):

  - `total` (integer, required)

  - `limit` (integer, required)

  - `credits_left` (string, required)

  - `accounts` (array)

  - `accounts.user_id` (string, required)
    The creator's unique platform identifier.

  - `accounts.profile` (object, required)

  - `accounts.profile.full_name` (string, required)

  - `accounts.profile.username` (string, required)
    The creator's username on the platform.

  - `accounts.profile.picture` (string, required)

  - `accounts.profile.followers` (integer, required)

  - `accounts.profile.engagement_percent` (number, required)


## Response 400 fields

## Response 401 fields

## Response 422 fields
