# Enrich by handle raw

Retrieve raw platform data for a creator profile using their social media handle.

What you get
- Returns unprocessed platform-specific data directly from the source, including basic profile information, post data, media counts, and platform-native metadata.
- This endpoint provides the foundational data layer before any additional processing or enrichment.
- Supports Instagram, YouTube, TikTok, OnlyFans, Twitter, Snapchat, Discord, Pinterest, Facebook, and LinkedIn platforms.

Credits
- 0.03 credits per successful request. If no data is returned, no credits are deducted.

Endpoint: POST /public/v1/creators/enrich/handle/raw/
Version: 1.0.0
Security: Bearer

## Request fields (application/json):

  - `handle` (string, required)
    Creator identifier — username, profile URL, or YouTube channel ID (UC...).

  - `platform` (string, required)
    Enum: "instagram", "youtube", "tiktok", "onlyfans", "twitter", "snapchat", "discord", "pinterest", "facebook", "linkedin", "twitch"

## Response 200 fields (application/json):

  - `credits_cost` (number,null)

  - `result` (object)

  - `result.twitter` (object)

  - `result.twitter.userid` (string,null)

  - `result.twitter.exists` (boolean,null)

  - `result.twitter.username` (string,null)
    The creator's username on the platform.

  - `result.twitter.full_name` (string,null)

  - `result.twitter.biography` (string,null)

  - `result.twitter.profile_picture` (string,null)

  - `result.twitter.profile_picture_hd` (string,null)

  - `result.twitter.join_date` (string,null)

  - `result.twitter.links_in_bio` (array, required)

  - `result.twitter.location` (string,null)

  - `result.twitter.follower_count` (integer,null)

  - `result.twitter.following_count` (integer,null)

  - `result.twitter.media_count` (integer,null)

  - `result.twitter.tweets_count` (integer,null)

  - `result.twitter.creator_favorite_count` (integer,null)

  - `result.twitter.is_verified` (boolean,null)

  - `result.twitter.direct_messaging` (boolean,null)

  - `result.twitter.subscriber_button` (boolean,null)

  - `result.twitter.super_followed_by` (boolean,null)

  - `result.twitter.tweets_type` (object, required)

  - `result.twitter.post_data` (array, required)

  - `result.twitch` (object)

  - `result.twitch.user_id` (string,null)
    The creator's unique platform identifier.

  - `result.twitch.username` (string,null)
    The creator's username on the platform.

  - `result.twitch.profileImageURL` (string,null)

  - `result.twitch.profile_picture_hd` (string,null)

  - `result.twitch.description` (string,null)

  - `result.twitch.displayName` (string,null)

  - `result.twitch.total_followers` (integer,null)

  - `result.twitch.twitch_tracker_data` (object, required)

  - `result.twitch.links_in_bio` (array, required)

  - `result.twitch.post_data` (array, required)

  - `result.onlyfans` (object)

  - `result.onlyfans.user_id` (string,null)
    The creator's unique platform identifier.

  - `result.onlyfans.exists` (boolean,null)

  - `result.onlyfans.username` (string,null)
    The creator's username on the platform.

  - `result.onlyfans.full_name` (string,null)

  - `result.onlyfans.biography` (string,null)

  - `result.onlyfans.profile_picture` (string,null)

  - `result.onlyfans.profile_picture_hd` (string,null)

  - `result.onlyfans.is_verified` (boolean,null)

  - `result.onlyfans.subscribe_price` (number,null)

  - `result.onlyfans.join_date` (string,null)

  - `result.onlyfans.first_published_post_date` (string,null)

  - `result.onlyfans.last_seen` (string,null)

  - `result.onlyfans.wishlist` (array, required)

  - `result.onlyfans.posts_count` (integer,null)

  - `result.onlyfans.photos_count` (integer,null)

  - `result.onlyfans.videos_count` (integer,null)

  - `result.onlyfans.audios_count` (integer,null)

  - `result.onlyfans.media_count` (integer,null)

  - `result.onlyfans.total_likes` (integer,null)

  - `result.onlyfans.is_real_performer` (boolean,null)

  - `result.onlyfans.is_adult_content` (boolean,null)

  - `result.onlyfans.finished_streams_count` (integer,null)

  - `result.onlyfans.can_create_promotion` (boolean,null)

  - `result.onlyfans.tips_enabled` (boolean,null)

  - `result.onlyfans.tips_text_enabled` (boolean,null)

  - `result.onlyfans.tips_min` (number,null)

  - `result.onlyfans.tips_min_internal` (number,null)

  - `result.onlyfans.tips_max` (number,null)

  - `result.onlyfans.can_earn` (boolean,null)

  - `result.onlyfans.archived_posts_count` (integer,null)

  - `result.onlyfans.private_archived_posts_count` (integer,null)

  - `result.onlyfans.is_spotify_connected` (boolean,null)

  - `result.onlyfans.referal_bonus_sum_for_referer` (number,null)

  - `result.onlyfans.can_receive_chat_message` (boolean,null)

  - `result.onlyfans.can_chat` (boolean,null)

  - `result.onlyfans.post_dates` (array, required)

  - `result.onlyfans.post_data` (array, required)

  - `result.youtube` (object)

  - `result.youtube.id` (string,null)

  - `result.youtube.exists` (boolean,null)

  - `result.youtube.link` (string,null)

  - `result.youtube.profile_picture` (string,null)

  - `result.youtube.related_playlist_id` (string,null)

  - `result.youtube.profile_picture_hd` (string,null)

  - `result.youtube.custom_url` (string,null)

  - `result.youtube.title` (string,null)

  - `result.youtube.description` (string,null)

  - `result.youtube.published_at` (string,null)

  - `result.youtube.subscriber_count` (integer,null)

  - `result.youtube.video_count` (integer,null)

  - `result.youtube.view_count` (integer,null)

  - `result.youtube.country` (string,null)

  - `result.youtube.has_shorts` (boolean,null)

  - `result.youtube.has_community_posts` (boolean,null)

  - `result.youtube.made_for_kids` (boolean,null)

  - `result.youtube.privacy_status` (string,null)

  - `result.youtube.moderate_comments` (boolean,null)

  - `result.youtube.unsubscribed_trailer_id` (string,null)

  - `result.youtube.total_comments_last_50` (integer,null)

  - `result.youtube.topic_details` (array, required)

  - `result.youtube.post_data` (array, required)

  - `result.tiktok` (object)

  - `result.tiktok.user_id` (string,null)
    The creator's unique platform identifier.

  - `result.tiktok.sec_user_id` (string,null)

  - `result.tiktok.exists` (boolean,null)

  - `result.tiktok.username` (string,null)
    The creator's username on the platform.

  - `result.tiktok.profile_picture` (string,null)

  - `result.tiktok.profile_picture_hd` (string,null)

  - `result.tiktok.full_name` (string,null)

  - `result.tiktok.biography` (string,null)

  - `result.tiktok.follower_count` (integer,null)

  - `result.tiktok.following_count` (integer,null)

  - `result.tiktok.video_count` (integer,null)

  - `result.tiktok.total_likes` (integer,null)

  - `result.tiktok.total_shares` (integer,null)

  - `result.tiktok.total_saves` (integer,null)

  - `result.tiktok.links_in_bio` (array, required)

  - `result.tiktok.tt_seller` (boolean,null)

  - `result.tiktok.is_ad` (boolean,null)

  - `result.tiktok.is_verified` (boolean,null)

  - `result.tiktok.is_commerce` (boolean,null)

  - `result.tiktok.duet_setting` (string,null)

  - `result.tiktok.is_private` (boolean,null)

  - `result.tiktok.saves_count_list` (array, required)

  - `result.tiktok.post_data` (array, required)

  - `result.instagram` (object)

  - `result.instagram.userid` (string,null)

  - `result.instagram.exists` (boolean,null)

  - `result.instagram.username` (string,null)
    The creator's username on the platform.

  - `result.instagram.has_profile_pic` (boolean,null)

  - `result.instagram.profile_picture` (string,null)

  - `result.instagram.profile_picture_hd` (string,null)

  - `result.instagram.biography` (string,null)

  - `result.instagram.full_name` (string,null)

  - `result.instagram.category` (string,null)

  - `result.instagram.media_count` (integer,null)

  - `result.instagram.follower_count` (integer,null)

  - `result.instagram.following_count` (integer,null)

  - `result.instagram.is_private` (boolean,null)

  - `result.instagram.is_business_account` (boolean,null)

  - `result.instagram.is_verified` (boolean,null)

  - `result.instagram.video_content_creator` (boolean,null)

  - `result.instagram.uses_link_in_bio` (boolean,null)

  - `result.instagram.links_in_bio` (array, required)

  - `result.instagram.post_data` (array, required)

  - `result.facebook` (object)

  - `result.facebook.user_id` (string,null)
    The creator's unique platform identifier.

  - `result.facebook.user_info` (object, required)

  - `result.facebook.profile_picture_hd` (string,null)

  - `result.facebook.post_data` (array, required)

  - `result.pinterest` (object)

  - `result.pinterest.username` (string,null)
    The creator's username on the platform.

  - `result.pinterest.pk` (string,null)

  - `result.pinterest.profile_picture_hd` (string,null)

  - `result.pinterest.user_info` (object, required)

  - `result.reddit` (object)

  - `result.reddit.username` (string,null)
    The creator's username on the platform.

  - `result.reddit.pk` (string,null)

  - `result.reddit.profile_picture_hd` (string,null)

  - `result.reddit.user_info` (object, required)

  - `result.snapchat` (object)

  - `result.snapchat.username` (string,null)
    The creator's username on the platform.

  - `result.snapchat.is_private` (boolean,null)

  - `result.snapchat.profile_picture_url` (string,null)

  - `result.snapchat.profile_picture_hd` (string,null)

  - `result.snapchat.title` (string,null)

  - `result.snapchat.biography` (string,null)

  - `result.snapchat.subscriber_count` (integer,null)

  - `result.snapchat.address` (string,null)

  - `result.snapchat.has_curated_highlights` (boolean,null)

  - `result.snapchat.has_spotlight_highlights` (boolean,null)

  - `result.snapchat.page_description` (string,null)

  - `result.snapchat.links_in_bio` (array, required)

  - `result.discord` (object)

  - `result.discord.type` (string,null)

  - `result.discord.code` (string,null)

  - `result.discord.inviter` (object, required)

  - `result.discord.expires_at` (string,null)

  - `result.discord.flags` (integer,null)

  - `result.discord.guild` (object, required)

  - `result.discord.profile` (object, required)

  - `result.discord.profile_picture_hd` (string,null)

  - `result.linkedin` (object)

  - `result.linkedin.id` (string,null)

  - `result.linkedin.connection` (string,null)

  - `result.linkedin.followers` (integer,null)

  - `result.linkedin.username` (string,null)
    The creator's username on the platform.

  - `result.linkedin.first_name` (string,null)

  - `result.linkedin.last_name` (string,null)

  - `result.linkedin.is_creator` (boolean,null)

  - `result.linkedin.is_premium` (boolean,null)

  - `result.linkedin.profile_picture` (string,null)

  - `result.linkedin.profile_pictures` (array, required)

  - `result.linkedin.background_image` (string,null)

  - `result.linkedin.summary` (string,null)

  - `result.linkedin.headline` (string,null)

  - `result.linkedin.geo` (object, required)

  - `result.linkedin.position` (object, required)

  - `result.linkedin.full_positions` (array, required)

  - `result.linkedin.skills` (array, required)

  - `result.linkedin.projects` (array, required)

  - `result.linkedin.supported_locales` (array, required)

  - `result.linkedin.multi_locale_first_name` (object, required)

  - `result.linkedin.multi_locale_last_name` (object, required)

  - `result.linkedin.multi_locale_headline` (object, required)


## Response 400 fields

## Response 401 fields

## Response 422 fields
