API Endpoints
Social Media Data API Endpoints
Every endpoint you need to pull social media data. Profiles, videos, comments, search, and trending content across six platforms. Each call costs 1 credit.
CreatorCrawl is a REST API with 60+ endpoints that return structured JSON data from TikTok, Instagram, YouTube, LinkedIn, Twitter/X, and Reddit. All endpoints are also available as native MCP tools for AI agents.
/tiktok/profileGet TikTok Profile
Fetch a public TikTok profile by handle. Returns user info, follower stats, bio, verification status, and recent videos.
View docs/tiktok/profile/videosGet TikTok Profile Videos
Retrieve all public videos from a TikTok profile. Returns video metadata including view counts, likes, captions, hashtags, and timestamps. Supports pagination.
View docs/tiktok/videoGet TikTok Video Data
Fetch detailed metadata for a single TikTok video by URL. Returns view count, likes, comments, shares, caption, hashtags, music, and author info.
View docs/tiktok/video/commentsGet TikTok Video Comments
Scrape comments from any TikTok video. Returns comment text, author info, like counts, replies, and pinned status. Supports pagination via cursor.
View docs/tiktok/video/transcriptGet TikTok Video Transcript
Extract the spoken transcript from a TikTok video. Returns timestamped text segments for any video with speech.
View docs/tiktok/user/followersGet TikTok Followers
Get a list of followers for any TikTok user. Returns follower profiles with usernames, display names, and avatar URLs.
View docs/tiktok/user/followingGet TikTok Following
Get the list of accounts a TikTok user follows. Useful for understanding creator networks and interests.
View docs/tiktok/search/usersSearch TikTok Users
Search for TikTok users by keyword. Returns matching profiles with follower counts and verification status.
View docs/tiktok/search/hashtagSearch TikTok Hashtags
Search TikTok hashtags by keyword. Returns matching hashtags with view counts, video counts, and growth signals so you can find trending and niche tags to target.
View docs/tiktok/search/keywordSearch TikTok by Keyword
Search TikTok videos by keyword. Returns videos matching the search term with full metadata and engagement stats.
View docs/tiktok/get-trending-feedGet TikTok Trending Feed
Get the current trending/For You feed from TikTok. Returns the hottest videos right now with full engagement data.
View docs/tiktok/videos/popularGet Popular TikTok Videos
Get the most popular TikTok videos right now. Returns top-performing videos with view counts, likes, and creator info.
View docs/tiktok/creators/popularGet Popular TikTok Creators
Get the most popular TikTok creators right now. Returns trending creator profiles with follower counts and engagement data.
View docs/tiktok/hashtags/popularGet Popular TikTok Hashtags
Get the most popular hashtags on TikTok right now. Returns trending hashtags with view counts and usage data.
View docs/tiktok/songs/popularGet Popular TikTok Songs
Get the most popular songs and sounds on TikTok right now. Returns trending audio with usage counts.
View docs/tiktok/songGet TikTok Song Data
Get detailed metadata for a specific TikTok sound/song. Returns title, artist, duration, usage count, and cover art.
View docs/tiktok/song/videosGet TikTok Song Videos
Get all videos using a specific TikTok sound/song. Returns videos with full metadata and engagement stats.
View docs/tiktok/user/liveGet TikTok Live Data
Check if a TikTok user is currently live streaming and get live stream data including viewer count and stream title.
View docs/tiktok/search/topSearch TikTok (Top Results)
Search TikTok's "Top" tab which combines the best results across videos, users, sounds, and hashtags for a keyword.
View docs/instagram/profileGet Instagram Profile
Fetch a public Instagram profile by handle. Returns user info, follower stats, bio, verification status, business category, and post count.
View docs/instagram/basic-profileGet Instagram Basic Profile
Fetch a lightweight Instagram profile by user ID. Returns core user data including follower count, media count, and verification status.
View docs/instagram/user/postsGet Instagram User Posts
Retrieve posts from an Instagram profile by handle. Returns post metadata including captions, like counts, and comment counts. Supports pagination.
View docs/instagram/postGet Instagram Post Data
Fetch detailed metadata for a single Instagram post or reel by URL. Returns like count, comment count, caption, video views, and author info.
View docs/instagram/post/commentsGet Instagram Post Comments
Scrape comments from any Instagram post. Returns comment text, author info, like counts, and timestamps. Supports pagination via cursor.
View docs/instagram/user/reelsGet Instagram User Reels
Retrieve reels from an Instagram user by user ID or handle. Returns reel metadata including play counts, like counts, and comment counts. Supports pagination.
View docs/instagram/reels/searchSearch Instagram Reels
Search for Instagram reels by keyword. Returns matching reels with play counts, like counts, and creator info.
View docs/instagram/media/transcriptGet Instagram Media Transcript
Extract the spoken transcript from an Instagram post or reel. Returns the full text transcription for any video with speech.
View docs/instagram/user/highlightsGet Instagram Story Highlights
Get all story highlights for an Instagram user by user ID or handle. Returns highlight titles, cover images, and metadata.
View docs/instagram/user/highlight/detailGet Instagram Highlight Details
Get detailed data for a specific Instagram story highlight. Returns media items, video URLs, and metadata for all items in the highlight.
View docs/instagram/user/embedGet Instagram Embed
Get the embed HTML for an Instagram user profile. Returns an embeddable HTML snippet for displaying the profile on external websites.
View docs