# Similar Creators

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

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

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

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

## Request fields (application/json):

  - `body` (any, required) — one of (discriminator: platform):
    - instagram:
      - `platform` (string)
        Enum: "instagram"
      - `filter_key` (string, required)
        Enum: "url", "username", "id"
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.type` (string,null)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.keywords_in_bio` (array,null)
      - `filters.exclude_keywords_in_bio` (array,null)
      - `filters.hashtags` (array,null)
      - `filters.not_hashtags` (array,null)
      - `filters.keywords_in_captions` (array,null)
      - `filters.keywords_not_in_captions` (array,null)
      - `filters.link_in_bio` (array,null)
      - `filters.not_link_in_bio` (array,null)
      - `filters.number_of_followers` (object,null)
      - `filters.number_of_followers.min` (number,null)
      - `filters.number_of_followers.max` (number,null)
      - `filters.engagement_percent` (object,null)
      - `filters.engagement_percent.min` (number,null)
      - `filters.engagement_percent.max` (number,null)
      - `filters.average_likes` (object,null)
      - `filters.average_likes.min` (number,null)
      - `filters.average_likes.max` (number,null)
      - `filters.average_comments` (object,null)
      - `filters.average_comments.min` (number,null)
      - `filters.average_comments.max` (number,null)
      - `filters.number_of_posts` (object,null)
      - `filters.number_of_posts.min` (number,null)
      - `filters.number_of_posts.max` (number,null)
      - `filters.reels_percent` (object,null)
      - `filters.reels_percent.min` (number,null)
      - `filters.reels_percent.max` (number,null)
      - `filters.average_views_for_reels` (object,null)
      - `filters.average_views_for_reels.min` (number,null)
      - `filters.average_views_for_reels.max` (number,null)
      - `filters.posting_frequency` (number,null)
      - `filters.follower_growth` (object,null)
      - `filters.follower_growth.growth_percentage` (number,null)
      - `filters.follower_growth.time_range_months` (integer,null)
      - `filters.income` (object,null)
      - `filters.income.min` (number,null)
      - `filters.income.max` (number,null)
      - `filters.last_post` (string,null)
        Allowed values: any, 90, 365
      - `filters.has_videos` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_private_profile` (boolean,null)
      - `filters.is_verified` (boolean,null)
      - `filters.brands` (array,null)
      - `filters.audience` (object,null)
      - `filters.audience.location` (array,null)
      - `filters.audience.location.name` (string,null)
      - `filters.audience.location.type` (string,null)
        Enum: "country", "state", "city"
      - `filters.audience.location.min_pct` (number,null)
      - `filters.audience.gender` (object,null)
      - `filters.audience.gender.type` (string)
      - `filters.audience.gender.min_pct` (number,null)
      - `filters.audience.language` (array,null)
      - `filters.audience.language.language_abbr` (string,null)
      - `filters.audience.language.min_pct` (number,null)
      - `filters.audience.age` (array,null)
      - `filters.audience.age.range` (string,null)
        Enum: "13-17", "18-24", "25-34", "35-44", "45-64", "65-", "65+"
      - `filters.audience.age.min_pct` (number,null)
      - `filters.audience.interests` (array,null)
      - `filters.audience.interests.name` (string,null)
      - `filters.audience.interests.min_pct` (number,null)
      - `filters.audience.brands` (array,null)
      - `filters.audience.brand_categories` (array,null)
      - `filters.audience.credibility` (string,null)
        Enum: "bad", "low", "normal", "good", "high", "best"
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)
    - youtube:
      - `platform` (string)
        Enum: "youtube"
      - `filter_key` (string, required)
        Enum: same as `filter_key` in "instagram" (3 values)
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.type` (string,null)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.keywords_in_description` (array,null)
      - `filters.keywords_not_in_description` (array,null)
      - `filters.keywords_in_video_description` (array,null)
      - `filters.keywords_not_in_video_description` (array,null)
      - `filters.keywords_in_video_titles` (array,null)
      - `filters.keywords_not_in_video_titles` (array,null)
      - `filters.hashtags` (array,null)
      - `filters.not_hashtags` (array,null)
      - `filters.topics` (array,null)
      - `filters.links_from_video_description` (array,null)
      - `filters.links_from_description` (array,null)
      - `filters.number_of_subscribers` (object,null)
      - `filters.number_of_subscribers.min` (number,null)
      - `filters.number_of_subscribers.max` (number,null)
      - `filters.engagement_percent` (object,null)
      - `filters.engagement_percent.min` (number,null)
      - `filters.engagement_percent.max` (number,null)
      - `filters.average_views_on_long_videos` (object)
      - `filters.average_views_on_long_videos.min` (number,null)
      - `filters.average_views_on_long_videos.max` (number,null)
      - `filters.median_views_long` (object,null)
      - `filters.median_views_long.min` (number,null)
      - `filters.median_views_long.max` (number,null)
      - `filters.average_views_on_shorts` (object,null)
      - `filters.average_views_on_shorts.min` (number,null)
      - `filters.average_views_on_shorts.max` (number,null)
      - `filters.number_of_videos` (object,null)
      - `filters.number_of_videos.min` (number,null)
      - `filters.number_of_videos.max` (number,null)
      - `filters.posting_frequency` (number,null)
      - `filters.subscriber_growth` (object,null)
      - `filters.subscriber_growth.growth_percentage` (number,null)
      - `filters.subscriber_growth.time_range_months` (integer,null)
      - `filters.is_verified` (boolean,null)
      - `filters.last_upload_long_video` (string,null)
        Allowed values: any, 90, 365
      - `filters.last_upload_short_video` (string,null)
        Allowed values: any, 90, 365
      - `filters.has_shorts` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.shorts_percentage` (object,null)
      - `filters.shorts_percentage.min` (number,null)
      - `filters.shorts_percentage.max` (number,null)
      - `filters.has_community_posts` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.streams_live` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_podcast` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_courses` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_membership` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_live_videos` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.is_monetizing` (boolean,null)
      - `filters.income` (object,null)
      - `filters.income.min` (number,null)
      - `filters.income.max` (number,null)
      - `filters.long_video_duration` (object,null)
      - `filters.long_video_duration.min` (number,null)
      - `filters.long_video_duration.max` (number,null)
      - `filters.average_stream_views` (object,null)
      - `filters.average_stream_views.min` (number,null)
      - `filters.average_stream_views.max` (number,null)
      - `filters.average_stream_duration` (object,null)
      - `filters.average_stream_duration.min` (number,null)
      - `filters.average_stream_duration.max` (number,null)
      - `filters.last_stream_upload` (string,null)
        Allowed values: any, 90, 180, 365
      - `filters.brands` (array,null)
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)
    - tiktok:
      - `platform` (string)
        Enum: "tiktok"
      - `filter_key` (string, required)
        Enum: same as `filter_key` in "instagram" (3 values)
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.type` (string,null)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.keywords_in_bio` (array,null)
      - `filters.exclude_keywords_in_bio` (array,null)
      - `filters.link_in_bio` (array,null)
      - `filters.not_link_in_bio` (array,null)
      - `filters.hashtags` (array,null)
      - `filters.not_hashtags` (array,null)
      - `filters.video_description` (array,null)
      - `filters.not_video_description` (array,null)
      - `filters.last_post` (string,null)
        Allowed values: any, 90, 365
      - `filters.number_of_followers` (object,null)
      - `filters.number_of_followers.min` (number,null)
      - `filters.number_of_followers.max` (number,null)
      - `filters.video_count` (object,null)
      - `filters.video_count.min` (number,null)
      - `filters.video_count.max` (number,null)
      - `filters.engagement_percent` (object,null)
      - `filters.engagement_percent.min` (number,null)
      - `filters.engagement_percent.max` (number,null)
      - `filters.average_views` (object,null)
      - `filters.average_views.min` (number,null)
      - `filters.average_views.max` (number,null)
      - `filters.average_likes` (object,null)
      - `filters.average_likes.min` (number,null)
      - `filters.average_likes.max` (number,null)
      - `filters.average_comments` (object,null)
      - `filters.average_comments.min` (number,null)
      - `filters.average_comments.max` (number,null)
      - `filters.average_video_downloads` (object,null)
      - `filters.average_video_downloads.min` (number,null)
      - `filters.average_video_downloads.max` (number,null)
      - `filters.posting_frequency` (number,null)
      - `filters.follower_growth` (object,null)
      - `filters.follower_growth.growth_percentage` (number,null)
      - `filters.follower_growth.time_range_months` (integer,null)
      - `filters.has_tik_tok_shop` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_private_profile` (boolean,null)
      - `filters.is_verified` (boolean,null)
      - `filters.brands` (array,null)
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)
    - twitter:
      - `platform` (string)
        Enum: "twitter"
      - `filter_key` (string, required)
        Enum: same as `filter_key` in "instagram" (3 values)
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.type` (string,null)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.keywords_in_bio` (array,null)
      - `filters.exclude_keywords_in_bio` (array,null)
      - `filters.hashtags` (array,null)
      - `filters.not_hashtags` (array,null)
      - `filters.number_of_followers` (object,null)
      - `filters.number_of_followers.min` (number,null)
      - `filters.number_of_followers.max` (number,null)
      - `filters.link_in_bio` (array,null)
      - `filters.not_link_in_bio` (array,null)
      - `filters.keywords_in_tweets` (array,null)
      - `filters.keywords_not_in_tweets` (array,null)
      - `filters.last_post` (string,null)
        Allowed values: any, 90, 365
      - `filters.tweets_count` (object,null)
      - `filters.tweets_count.min` (number,null)
      - `filters.tweets_count.max` (number,null)
      - `filters.engagement_percent` (object,null)
      - `filters.engagement_percent.min` (number,null)
      - `filters.engagement_percent.max` (number,null)
      - `filters.average_likes` (object,null)
      - `filters.average_likes.min` (number,null)
      - `filters.average_likes.max` (number,null)
      - `filters.brands` (array,null)
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)
    - twitch:
      - `platform` (string)
        Enum: "twitch"
      - `filter_key` (string, required)
        Enum: same as `filter_key` in "instagram" (3 values)
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.games_played` (array,null)
      - `filters.is_twitch_partner` (boolean,null)
      - `filters.keywords_in_description` (array,null)
      - `filters.link_in_bio` (array,null)
      - `filters.not_link_in_bio` (array,null)
      - `filters.most_recent_stream_date` (string,null)
        Allowed values: any, 30, 60, 90
      - `filters.followers` (object,null)
      - `filters.followers.min` (number,null)
      - `filters.followers.max` (number,null)
      - `filters.avg_views_last_30_days` (object)
      - `filters.avg_views_last_30_days.min` (number,null)
      - `filters.avg_views_last_30_days.max` (number,null)
      - `filters.streamed_hours_last_30_days` (object,null)
      - `filters.streamed_hours_last_30_days.min` (number,null)
      - `filters.streamed_hours_last_30_days.max` (number,null)
      - `filters.streams_count_last_30_days` (object,null)
      - `filters.streams_count_last_30_days.min` (number,null)
      - `filters.streams_count_last_30_days.max` (number,null)
      - `filters.maximum_views_count` (object,null)
      - `filters.maximum_views_count.min` (number,null)
      - `filters.maximum_views_count.max` (number,null)
      - `filters.brands` (array,null)
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)
    - onlyfans:
      - `platform` (string)
        Enum: "onlyfans"
      - `filter_key` (string, required)
        Enum: same as `filter_key` in "instagram" (3 values)
      - `filter_value` (string, required)
        Email, platform url or profile handle
      - `paging` (object, required)
      - `paging.limit` (integer, required)
      - `paging.page` (integer, required)
        Page number (0-indexed). The first page is 0, not 1.
      - `filters` (object)
      - `filters.location` (array)
      - `filters.gender` (string,null)
      - `filters.profile_language` (array)
      - `filters.ai_search` (string,null)
        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.
      - `filters.number_of_likes` (object,null)
      - `filters.number_of_likes.min` (number,null)
      - `filters.number_of_likes.max` (number,null)
      - `filters.number_of_photos` (object,null)
      - `filters.number_of_photos.min` (number,null)
      - `filters.number_of_photos.max` (number,null)
      - `filters.subscription_price` (object,null)
      - `filters.subscription_price.min` (number,null)
      - `filters.subscription_price.max` (number,null)
      - `filters.is_verified` (boolean,null)
      - `filters.has_videos` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_free_account` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_live_streams` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.last_active` (string,null)
        Allowed values: any, 90, 365
      - `filters.brands` (array,null)
      - `filters.creator_has` (object)
        Example: {}
      - `filters.creator_has.has_amazonaffiliates` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_applemusic` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_bandcamp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_behance` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_buymeacoffee` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_cameo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_canva` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_clubhouse` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_discord` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_dribbble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_etsy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_facebook` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_fiverr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_github` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_gofundme` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_goodreads` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_instagram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kakao` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kickstarter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_kofi` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linkedin` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_linktree` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_medium` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_onlyfans` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_patreon` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_phone` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_pinterest` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_podcast` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_redbubble` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_shopltk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_snapchat` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spotify` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_spring` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_streamlabs` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_substack` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_telegram` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tiktok` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_tumblr` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitch` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_twitter` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_udemy` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_viber` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vimeo` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_vk` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_weebly` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_whatsApp` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_youtube` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_wix` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_anchor` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_soundcloud` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.creator_has.has_community` (boolean,null)
        Only true is meaningful. Filters for creators who have this platform/link. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.promotes_affiliate_links` (boolean,null)
      - `filters.has_done_brand_deals` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.has_link_in_bio` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.does_live_streaming` (boolean,null)
      - `filters.has_merch` (boolean,null)
        Only true is meaningful. Sending false or null has no effect (equivalent to omitting the field).
      - `filters.exclude_role_based_emails` (boolean,null)
      - `filters.exclude_handles` (array)

## Response 200 fields (application/json):

  - `total` (integer, required)

  - `limit` (integer, required)

  - `credits_left` (string, required)

  - `accounts` (array)

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

  - `accounts.profile` (object, required)

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

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

  - `accounts.profile.picture` (string, required)
    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.

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

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

  - `accounts.similarity_score` (number)
    How closely this creator matches your reference. Higher values indicate a stronger match.


## Response 400 fields

## Response 401 fields

## Response 422 fields
