Explore KonbiniAPI Endpoints
Browse all available endpoints across Instagram, TikTok, X, and Reddit — profiles, feeds, comments, search, and more.
Profiles, posts, reels, comments, highlights, locations, and search.
10 endpointsTikTok
Profiles, videos, comments, hashtags, audio, search, and more.
20 endpointsX
Profiles, posts, and highlights.
4 endpointsUsers, subreddits, posts, comments, feeds, search, and batch.
22 endpointsStop writing platform-specific adapters.
Every social platform returns data in a different, often chaotic structure. KonbiniAPI does the heavy lifting, mapping everything into a single, clean JSON shape so you can build once and support every platform.
{
"@context": "https://www.w3.org/ns/activitystreams#",
"type": "Person",
"id": "https://www.tiktok.com/@khaby.lame",
"name": "Khabane Lame",
"preferredUsername": "khaby.lame",
"summary": "Just a guy who reacts",
"followerCount": 160300000,
"followingCount": 85,
"mediaCount": 1309,
"isVerified": true,
"isPrivate": false
}Browse all endpoints
Users
Get user profile
Returns profile information for a TikTok user including bio, follower counts, verification status, and profile picture. Look up any public TikTok account…
View detailsGet user following list
Returns a paginated list of accounts a TikTok user follows. Maximum 30 per page. Includes profile details for each followed account.
View detailsGet user followers list
Returns a paginated list of accounts following a TikTok user. Maximum 30 per page. Includes profile details for each follower account.
View detailsSearch users
Searches TikTok for user profiles matching a query. Fixed page size of 10 (platform limit). Returns profile details including follower counts and…
View detailsGet user profile
Returns profile information for an Instagram user including bio, follower counts, profile picture, and account metadata. Look up any public Instagram…
View detailsGet user profile
Returns profile information for a public X account including bio, follower counts, verification flags, and profile images.
View detailsGet user profile
Returns public Reddit user profile information including bio, avatar, verification flags, and account creation date.
View detailsGet user overview
Returns a mixed Reddit user activity feed including posts and comments. Supports hot, new, top, and controversial ordering, with optional time windows for…
View detailsGet subreddit
Reddit API: Returns public subreddit metadata including title, description, icon, banner, and subscriber count.
View detailsGet subreddit rules
Reddit API: Returns structured community rules for a subreddit.
View detailsGet subreddits in batch
Returns up to 100 Reddit subreddits by ID in a single request. Costs 1 credit per ID submitted.
View detailsMedia
Get user videos
TikTok API: Returns a paginated list of videos from a user's profile. Supports sorting by newest, popular, or oldest. Maximum 35 videos per page.
View detailsGet user stories
Returns a paginated list of active stories for a TikTok user. Stories expire after 24 hours and include both images and videos with engagement data.
View detailsGet video details
Returns details for a single TikTok video including engagement counts, media files in multiple qualities, audio track, author info, and hashtags.
View detailsGet video transcript
TikTok API: Returns the transcript for a video. Use `original` as the language to return the auto-generated transcript, or provide a BCP47 language code…
View detailsGet videos with tag
Returns TikTok videos associated with a hashtag or challenge. The tag name is resolved to an internal ID automatically. Includes video details and…
View detailsGet videos with audio
Returns a paginated list of TikTok videos using a specific audio track. Maximum 30 per page. Discover trending content by sound or music.
View detailsSearch videos
Searches TikTok for videos matching a query. Supports filtering by publish time and sorting by relevance, likes, or date.
View detailsGet user posts
Returns a paginated list of posts from an Instagram user's profile feed. Maximum 12 posts per page. Includes photos, videos, carousels, and engagement…
View detailsGet user reels
Returns a paginated list of reels from an Instagram user's profile. Maximum 12 reels per page. Includes video URLs, captions, and engagement counts.
View detailsGet user story highlights
Instagram API: Returns the list of story highlight reels on a user's profile. Use the highlight endpoint to get individual stories within a highlight.
View detailsGet post details
Instagram API: Returns details for a single post by its shortcode, including media, captions, and engagement counts. Supports photos, videos, and…
View detailsGet highlight stories
Instagram API: Returns all story items within a highlight reel, including images and videos. The highlight ID comes from the highlights list endpoint.
View detailsGet user posts
X API: Returns public posts from a user's profile as visible to not logged in users. This feed is not guaranteed to be chronological and is often a ranked…
View detailsGet user highlights
X API: Returns the public Highlights tab selection as visible to not logged in users. This feed is not guaranteed to be chronological.
View detailsGet post
Returns a public X post including text, author, engagement counts, and media attachments.
View detailsGet user posts
Returns public posts submitted by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial.
View detailsGet subreddit posts
Reddit API: Returns public posts from a subreddit. Supports hot, new, top, rising, and controversial ordering, with optional time windows for top and…
View detailsGet subreddit sticky posts
Reddit API: Returns sticky posts for a subreddit across all available slots.
View detailsGet post
Returns a public Reddit post with title, body, author info, engagement counts, and attachments.
View detailsGet posts in batch
Returns up to 100 Reddit posts by ID in a single request. Costs 1 credit per ID submitted.
View detailsEngagement
Get user liked videos
Returns a paginated list of videos liked by a TikTok user. Note: Users may have their likes set to private, in which case an empty list will be returned.
View detailsGet user reposts
Returns a paginated list of videos reposted by a TikTok user. Note: Users may have their reposts set to private, in which case an empty list will be…
View detailsGet user collections
Returns a paginated list of video collections (playlists and mixes) on a TikTok user's profile. Includes collection name, cover image, and video count.
View detailsGet video comments
TikTok API: Returns a paginated list of top-level comments on a video. Maximum 50 per page. Use the replies endpoint to fetch threaded replies.
View detailsGet comment replies
Returns a paginated list of replies to a TikTok comment. Maximum 50 per page. Includes author info, like counts, and reply timestamps.
View detailsGet collection videos
Returns a paginated list of videos in a TikTok collection (playlist or mix). Maximum 35 per page. Includes full video details and engagement counts.
View detailsGet post comments
Returns top-level comments on an Instagram post. Fixed page size of 15 (platform limit). Includes comment text, author info, like counts, and timestamps.
View detailsGet user comments
Returns public comments made by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial.
View detailsGet subreddit comments
Reddit API: Returns public comments from a subreddit. Supports hot, new, top, and controversial ordering, with optional time windows for top and…
View detailsGet post comments
Returns top-level comments on a Reddit post. Supports Reddit comment ordering and cursor-based pagination.
View detailsGet comment
Returns a public Reddit comment with author info, scores, reply presence, and media when available.
View detailsGet comment replies
Returns direct replies to a Reddit comment using cursor-based pagination.
View detailsGet comments in batch
Returns up to 100 Reddit comments by ID in a single request. Costs 1 credit per ID submitted.
View detailsDiscovery
Get user live stream
TikTok API: Returns the current live stream for a user, including stream URLs and viewer count. Returns 404 if the user is not currently live.
View detailsGet audio details
Returns metadata for a TikTok audio track including title, artist, duration, usage count, and cover image. Look up any sound by its audio ID.
View detailsSearch content
TikTok API: General search that returns mixed results including videos and user profiles. Supports sorting and publish-time filters.
View detailsGet user tagged posts
Returns Instagram posts where the user has been tagged by other accounts. Maximum 12 posts per page. Includes full post details and engagement counts.
View detailsSearch media
Searches Instagram for trending reels and videos matching a keyword. Maximum 24 results per page. Some valid keywords may return no results, since this…
View detailsGet posts by location
Instagram API: Returns recent posts tagged at a location. Fixed page size of 21 (platform limit). The location ID is a numeric Facebook Places ID.
View detailsSearch subreddit posts
Searches public Reddit posts within a subreddit. Supports relevance, hot, top, new, and comments sorting with optional time windows.
View detailsGet duplicate posts
Returns duplicate submissions and crossposts associated with a Reddit post.
View detailsGet feed
Returns posts from a top-level Reddit feed such as best, hot, new, top, rising, or controversial.
View detailsSearch posts
Searches public Reddit posts across the platform. Supports relevance, hot, top, new, and comments sorting with optional time windows.
View detailsSearch users
Searches public Reddit users across the platform.
View detailsSearch subreddits
Searches public Reddit subreddits across the platform.
View detailsStart building.
API Reference
Explore the complete list of available endpoints, request parameters, and response schemas in our interactive technical documentation.
Go to referenceQuickstart
Get up and running in minutes with our step-by-step guide to making your first authenticated API request and parsing the results.
Get startedCredits & Usage
Understand our simple 1 credit = 1 request pricing model, how usage is tracked in real-time, and what happens when you hit your plan limits.
Learn more