---
title: "Discovery API"
method: POST
path: "/public/v1/discovery/"
tags: ["Discovery API"]
---

# Discovery API

`POST /public/v1/discovery/`

Search and discover creators across multiple platforms using advanced filtering and search.

**Platform-specific filters**
- The available filters depend on the `platform` you choose.
- When you switch `platform`, you’ll see different filter fields available in the request body for that platform.
- Use the Dictionary endpoints to retrieve valid values for filters such as locations, languages, brands, audience interests, and audience locations.

**Credits**
- **0.01 credits per creator returned**. If a request returns **0 creators**, **0 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.
- Discovery usage is capped per billing period. See [Usage & limits](guides/usage-limits.md#discovery-fair-use-cap) for how the cap works and what happens when you reach it.

**What you get**
- Paginated list of creator profiles with profile info, follower counts, engagement rates, and analytics. Instagram creators (10k+ followers) also include audience demographics and interest data.
- Supports Instagram, YouTube, TikTok, Twitch, Twitter, and OnlyFans platforms.

**Premium: matched filter values**
`return_filter_values=true` — each returned creator includes a `matched_filters` object showing exactly which of your filter values it matched. See the `matched_filters` schema in the 200 response for the shape of each field. Billed at 0.03 credits per creator instead of 0.01 (replaces the base rate, not additive); the unique-handle cap is unchanged. See [Can I see which filter values each creator matched?](/guides/faq#can-i-see-which-filter-values-each-creator-matched) for a request and response example.

<div class="ic-ai-prompt-root" data-endpoint="discovery"></div>

## Query parameters

- `return_filter_values` boolean

## Request body

- union
  - DiscoveryInstagramRequest
    - `platform` 'instagram', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` InstagramDiscoveryFilters, required
      - `location` string[]
      - `type` string, nullable
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `keywords_in_bio` string[], nullable
      - `exclude_keywords_in_bio` string[], nullable
      - `hashtags` string[], nullable
      - `not_hashtags` string[], nullable
      - `keywords_in_captions` string[], nullable
      - `keywords_not_in_captions` string[], nullable
      - `link_in_bio` string[], nullable
      - `not_link_in_bio` string[], nullable
      - `number_of_followers` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `engagement_percent` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_likes` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_comments` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `number_of_posts` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `reels_percent` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_views_for_reels` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `posting_frequency` number, double, nullable
      - `follower_growth` GrowthRequest
        - `growth_percentage` number, double, nullable
        - `time_range_months` integer, nullable
      - `income` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `last_post` string, nullable — Allowed values: any, 90, 365
      - `has_videos` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_private_profile` boolean, nullable
      - `is_verified` boolean, nullable
      - `brands` string[], nullable
      - `audience` AudienceFilterRequest
        - `location` AudienceLocationFilterRequest[], nullable
          - `name` string, nullable
          - `type` 'country' | 'state' | 'city', nullable
          - `min_pct` number, double, nullable
        - `gender` AudienceGenderFilterRequest
          - `type` string
          - `min_pct` number, double, nullable
        - `language` AudienceLanguageFilterRequest[], nullable
          - `language_abbr` string, nullable
          - `min_pct` number, double, nullable
        - `age` AudienceAgeFilterRequest[], nullable
          - `range` '13-17' | '18-24' | '25-34' | '35-44' | '45-64' | '65-' | '65+', nullable
          - `min_pct` number, double, nullable
        - `interests` AudienceInterestFilterRequest[], nullable
          - `name` string, nullable
          - `min_pct` number, double, nullable
        - `brands` string[], nullable
        - `brand_categories` string[], nullable
        - `credibility` 'bad' | 'low' | 'normal' | 'good' | 'high' | 'best', nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).
  - DiscoveryYouTubeRequest
    - `platform` 'youtube', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` YouTubeDiscoveryFilters, required
      - `location` string[]
      - `type` string, nullable
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `keywords_in_description` string[], nullable
      - `keywords_not_in_description` string[], nullable
      - `keywords_in_video_description` string[], nullable
      - `keywords_not_in_video_description` string[], nullable
      - `keywords_in_video_titles` string[], nullable
      - `keywords_not_in_video_titles` string[], nullable
      - `hashtags` string[], nullable
      - `not_hashtags` string[], nullable
      - `topics` string[], nullable
      - `links_from_video_description` string[], nullable
      - `links_from_description` string[], nullable
      - `number_of_subscribers` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `engagement_percent` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_views_on_long_videos` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `median_views_long` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_views_on_shorts` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `number_of_videos` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `posting_frequency` number, double, nullable
      - `subscriber_growth` GrowthRequest
        - `growth_percentage` number, double, nullable
        - `time_range_months` integer, nullable
      - `is_verified` boolean, nullable
      - `last_upload_long_video` string, nullable — Allowed values: any, 90, 365
      - `last_upload_short_video` string, nullable — Allowed values: any, 90, 365
      - `has_shorts` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `shorts_percentage` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `has_community_posts` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `streams_live` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_podcast` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_courses` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_membership` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_live_videos` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `is_monetizing` boolean, nullable
      - `income` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `long_video_duration` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_stream_views` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_stream_duration` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `last_stream_upload` string, nullable — Allowed values: any, 90, 180, 365
      - `brands` string[], nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).
  - DiscoveryTikTokRequest
    - `platform` 'tiktok', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` TikTokDiscoveryFilters, required
      - `location` string[]
      - `type` string, nullable
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `keywords_in_bio` string[], nullable
      - `exclude_keywords_in_bio` string[], nullable
      - `link_in_bio` string[], nullable
      - `not_link_in_bio` string[], nullable
      - `hashtags` string[], nullable
      - `not_hashtags` string[], nullable
      - `video_description` string[], nullable
      - `not_video_description` string[], nullable
      - `last_post` string, nullable — Allowed values: any, 90, 365
      - `number_of_followers` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `video_count` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `engagement_percent` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_views` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_likes` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_comments` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_video_downloads` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `posting_frequency` number, double, nullable
      - `follower_growth` GrowthRequest
        - `growth_percentage` number, double, nullable
        - `time_range_months` integer, nullable
      - `has_tik_tok_shop` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_private_profile` boolean, nullable
      - `is_verified` boolean, nullable
      - `brands` string[], nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).
  - DiscoveryTwitterRequest
    - `platform` 'twitter', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` TwitterDiscoveryFilters, required
      - `location` string[]
      - `type` string, nullable
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `keywords_in_bio` string[], nullable
      - `exclude_keywords_in_bio` string[], nullable
      - `hashtags` string[], nullable
      - `not_hashtags` string[], nullable
      - `number_of_followers` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `link_in_bio` string[], nullable
      - `not_link_in_bio` string[], nullable
      - `keywords_in_tweets` string[], nullable
      - `keywords_not_in_tweets` string[], nullable
      - `last_post` string, nullable — Allowed values: any, 90, 365
      - `tweets_count` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `engagement_percent` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `average_likes` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `brands` string[], nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).
  - DiscoveryTwitchRequest
    - `platform` 'twitch', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` TwitchDiscoveryFilters, required
      - `location` string[]
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `games_played` string[], nullable
      - `is_twitch_partner` boolean, nullable
      - `keywords_in_description` string[], nullable
      - `link_in_bio` string[], nullable
      - `not_link_in_bio` string[], nullable
      - `most_recent_stream_date` string, nullable — Allowed values: any, 30, 60, 90
      - `followers` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `avg_views_last_30_days` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `streamed_hours_last_30_days` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `streams_count_last_30_days` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `maximum_views_count` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `brands` string[], nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).
  - DiscoveryOnlyFansRequest
    - `platform` 'onlyfans', required
    - `paging` PagingRequest, required
      - `limit` integer, required
      - `page` integer, required — Page number (0-indexed). The first page is 0, not 1.
    - `sort` SortRequest
      - `sort_by` 'relevancy' | 'engagement_rate' | 'number_of_followers' | 'growth_rate'
      - `sort_order` 'asc' | 'desc'
    - `filters` OnlyFansDiscoveryFilters, required
      - `location` string[]
      - `gender` string, nullable
      - `profile_language` string[]
      - `ai_search` string, nullable — Finds creators matching a single niche (e.g., 'plant-based recipes'), 3-150 characters; only letters, numbers and # - / , . ! ? + are supported. For best results, use one niche at a time—long or multi-topic phrases return weaker matches.
      - `number_of_likes` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `number_of_photos` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `subscription_price` RangeRequest
        - `min` number, double, nullable
        - `max` number, double, nullable
      - `is_verified` boolean, nullable
      - `has_videos` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_free_account` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_live_streams` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `last_active` string, nullable — Allowed values: any, 90, 365
      - `brands` string[], nullable
      - `creator_has` CreatorHasRequest
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `promotes_affiliate_links` boolean, nullable
      - `has_done_brand_deals` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `has_link_in_bio` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `does_live_streaming` boolean, nullable
      - `has_merch` boolean, nullable — Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `exclude_role_based_emails` boolean, nullable
      - `exclude_handles` string[]
      - `exclude_list` integer[] — IDs of exclusion lists to apply. Create and manage these via the Exclusion lists endpoints, then pass their IDs here; only lists for this platform are applied.
      - `exclude_default_list` boolean — When true, applies the team's default exclusion list for this platform.
      - `exclude_all_lists` boolean — When true, applies every exclusion list for this platform (the default list and all specific lists).

## Response `200`

- DiscoveryAPIResponse
  - `total` integer, required
  - `limit` integer, required
  - `credits_left` string, decimal, required
  - `accounts` AccountResponse[]
    - `user_id` string, required — The creator's unique platform identifier.
    - `profile` AccountProfile, required
      - `full_name` string, required
      - `username` string, required — The creator's username on the platform.
      - `picture` string, uri, required — URL to the creator's profile picture. This URL is temporary and expires after 24 hours. To keep the image, download it to your own storage before it expires.
      - `followers` integer, required
      - `engagement_percent` number, double, required
    - `similarity_score` number, double — How closely this creator matches your reference. Higher values indicate a stronger match.
    - `matched_filters` MatchedFilters
      - `audience_location` string[] — Echoed location conditions, e.g. ["US>30%"].
      - `audience_gender` string — Echoed gender condition, e.g. "female>60%".
      - `audience_age` string[] — Echoed age conditions, e.g. ["18-24>40%"].
      - `audience_interests` string[] — Echoed interest conditions.
      - `audience_language` string[] — Echoed language conditions.
      - `audience_credibility` string — Echoed audience credibility class.
      - `creator_has` CreatorHas
        - `has_amazonaffiliates` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_applemusic` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_bandcamp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_behance` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_buymeacoffee` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_cameo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_canva` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_clubhouse` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_discord` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_dribbble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_etsy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_facebook` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_fiverr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_github` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_gofundme` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_goodreads` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_instagram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kakao` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kickstarter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_kofi` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linkedin` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_linktree` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_medium` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_onlyfans` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_patreon` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_phone` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_pinterest` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_podcast` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_redbubble` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_shopltk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_snapchat` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spotify` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_spring` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_streamlabs` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_substack` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_telegram` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tiktok` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_tumblr` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitch` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_twitter` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_udemy` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_viber` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vimeo` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_vk` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_weebly` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_whatsApp` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_youtube` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_wix` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_anchor` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_soundcloud` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
        - `has_community` boolean, nullable — Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `has_brand_deals` boolean — Echoes the has_done_brand_deals filter you sent.
      - `has_link_in_bio` boolean — Echoes the has_link_in_bio filter you sent.
      - `has_merch` boolean — Echoes the has_merch filter you sent.
      - `has_affiliate_links` boolean — Echoes the promotes_affiliate_links filter you sent.
      - `hashtags` string[] — The hashtags you searched for.
      - `not_hashtags` string[] — The excluded hashtags you searched for.
      - `posting_frequency` number, double — The creator's resolved posting frequency (posts per month).
      - `creator_growth` number, double — The creator's resolved growth percentage for the requested window.
      - `income` Range
        - `min` number, double, nullable
        - `max` number, double, nullable

## Other responses

- `400` — Bad request — invalid or missing parameters.
- `401` — Unauthorized — missing or invalid API key.
- `422` — Unprocessable entity — validation failed.
- `429` — Discovery fair-use cap reached: the unique-creator allowance for this billing period is exhausted. Resets on subscription renewal.

---

[API](https://skmtc.net/influencers/apis/core-api-concepts.md) · [All operations](https://skmtc.net/influencers/apis/core-api-concepts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influencers/core-api-concepts/versions/cd6c016f2cd6/schema)
