# KonbiniAPI Docs > KonbiniAPI documentation — a REST API that normalizes Instagram, TikTok, X, Reddit, and LinkedIn data into clean, consistent JSON using the ActivityStreams 2.0 standard. - [What is KonbiniAPI?](https://docs.konbiniapi.com/index.md): KonbiniAPI gives you unified access to Instagram, TikTok, X, Reddit, and LinkedIn data — via a REST API for developers, or MCP for AI agents and automation tools without any code. - [Quickstart](https://docs.konbiniapi.com/getting-started/quickstart.md): Get started with KonbiniAPI in under a minute. Create an account, grab your API key, and make your first request to fetch social media data. - [Authentication](https://docs.konbiniapi.com/getting-started/authentication.md): Learn how to authenticate with KonbiniAPI using Bearer tokens. Get your API key from the dashboard and include it in the Authorization header. - [Response format](https://docs.konbiniapi.com/getting-started/response-format.md): Understand how KonbiniAPI responses are structured using the W3C ActivityStreams 2.0 standard. Consistent JSON shape across all platforms. - [Pagination](https://docs.konbiniapi.com/getting-started/pagination.md): Navigate through large result sets with cursor-based pagination. Learn how to use next page tokens to retrieve all results from KonbiniAPI endpoints. - [Credits](https://docs.konbiniapi.com/getting-started/credits.md): Learn how KonbiniAPI credits and billing work. One request equals one credit, no multipliers. Failed requests are automatically refunded. - [Errors](https://docs.konbiniapi.com/getting-started/errors.md): KonbiniAPI error codes and response format. Machine-readable error codes with human-readable messages for every failure scenario. - [API overview](https://docs.konbiniapi.com/reference/api/overview.md): KonbiniAPI normalizes Instagram, TikTok, X, Reddit, and LinkedIn data into a consistent ActivityStreams 2.0 format. 71 endpoints for profiles, posts, comments, search, and more. - [TikTok API](https://docs.konbiniapi.com/reference/api/tiktok.md): Use the TikTok API to fetch users, videos, comments, audios, tags, collections, search results, live streams, and transcripts in a consistent format. - [Get user profile](https://docs.konbiniapi.com/reference/api/tiktok/get-user-profile.md): Returns profile information for a TikTok user including bio, follower counts, verification status, and profile picture. Look up any public TikTok account by username. - [Get user videos](https://docs.konbiniapi.com/reference/api/tiktok/get-user-videos.md): Returns a paginated list of videos from a user's profile. Supports sorting by newest, popular, or oldest. Maximum 35 videos per page. - [Get user liked videos](https://docs.konbiniapi.com/reference/api/tiktok/get-user-liked-videos.md): 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. - [Get user reposts](https://docs.konbiniapi.com/reference/api/tiktok/get-user-reposts.md): 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 returned. - [Get user collections](https://docs.konbiniapi.com/reference/api/tiktok/get-user-collections.md): Returns a paginated list of video collections (playlists and mixes) on a TikTok user's profile. Includes collection name, cover image, and video count. - [Get user stories](https://docs.konbiniapi.com/reference/api/tiktok/get-user-stories.md): 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. - [Get user following list](https://docs.konbiniapi.com/reference/api/tiktok/get-user-following-list.md): Returns a paginated list of accounts a TikTok user follows. Maximum 30 per page. Includes profile details for each followed account. - [Get user followers list](https://docs.konbiniapi.com/reference/api/tiktok/get-user-followers-list.md): Returns a paginated list of accounts following a TikTok user. Maximum 30 per page. Includes profile details for each follower account. - [Get user live stream](https://docs.konbiniapi.com/reference/api/tiktok/get-user-live-stream.md): Returns the current live stream for a user, including stream URLs and viewer count. Returns 404 if the user is not currently live. - [Get video details](https://docs.konbiniapi.com/reference/api/tiktok/get-video-details.md): Returns details for a single TikTok video including engagement counts, media files in multiple qualities, audio track, author info, and hashtags. - [Get video download URL](https://docs.konbiniapi.com/reference/api/tiktok/get-video-download-url.md): Returns a video file URL you can download directly with a plain GET request — no cookies, no auth headers, no browser fingerprinting needed on your end. Not permanent, only valid for a few hours. - [Get video comments](https://docs.konbiniapi.com/reference/api/tiktok/get-video-comments.md): Returns a paginated list of top-level comments on a video. Maximum 50 per page. Use the replies endpoint to fetch threaded replies. - [Get comment replies](https://docs.konbiniapi.com/reference/api/tiktok/get-comment-replies.md): Returns a paginated list of replies to a TikTok comment. Maximum 50 per page. Includes author info, like counts, and reply timestamps. - [Get video transcript](https://docs.konbiniapi.com/reference/api/tiktok/get-video-transcript.md): Returns the transcript for a video. Use `original` as the language to return the auto-generated transcript, or provide a BCP47 language code for machine-translated subtitles. Returns WebVTT format. - [Get videos with tag](https://docs.konbiniapi.com/reference/api/tiktok/get-videos-with-tag.md): Returns TikTok videos associated with a hashtag or challenge. The tag name is resolved to an internal ID automatically. Includes video details and engagement counts. - [Get collection videos](https://docs.konbiniapi.com/reference/api/tiktok/get-collection-videos.md): Returns a paginated list of videos in a TikTok collection (playlist or mix). Maximum 35 per page. Includes full video details and engagement counts. - [Get audio details](https://docs.konbiniapi.com/reference/api/tiktok/get-audio-details.md): Returns metadata for a TikTok audio track including title, artist, duration, usage count, and cover image. Look up any sound by its audio ID. - [Get videos with audio](https://docs.konbiniapi.com/reference/api/tiktok/get-videos-with-audio.md): Returns a paginated list of TikTok videos using a specific audio track. Maximum 30 per page. Discover trending content by sound or music. - [Search content](https://docs.konbiniapi.com/reference/api/tiktok/search-content.md): General search that returns mixed results including videos and user profiles. Supports sorting and publish-time filters. - [Search users](https://docs.konbiniapi.com/reference/api/tiktok/search-users.md): Searches TikTok for user profiles matching a query. Fixed page size of 10 (platform limit). Returns profile details including follower counts and verification status. - [Search videos](https://docs.konbiniapi.com/reference/api/tiktok/search-videos.md): Searches TikTok for videos matching a query. Supports filtering by publish time and sorting by relevance, likes, or date. - [Get trending videos](https://docs.konbiniapi.com/reference/api/tiktok/get-trending-videos.md): Returns a feed of popular TikTok videos, sourced from TikTok's "For You" recommendation feed since TikTok has no separate curated trending ranking. Not paginated — each call returns an independent batch, not a continuation of a previous one. - [Instagram API](https://docs.konbiniapi.com/reference/api/instagram.md): Use the Instagram API to fetch users, posts, reels, comments, highlights, locations, and search results in a consistent format. - [Get user profile](https://docs.konbiniapi.com/reference/api/instagram/get-user-profile.md): Returns profile information for an Instagram user including bio, follower counts, profile picture, and account metadata. Look up any public Instagram account by username, or pass ?userId= to look up by numeric user ID instead. - [Get user posts](https://docs.konbiniapi.com/reference/api/instagram/get-user-posts.md): Returns a paginated list of posts from an Instagram user's profile feed. Maximum 12 posts per page. Includes photos, videos, carousels, and engagement counts. - [Get user reels](https://docs.konbiniapi.com/reference/api/instagram/get-user-reels.md): Returns a paginated list of reels from an Instagram user's profile, newest first. Maximum 8 reels per page. Includes video URLs, captions, and engagement counts. - [Get user tagged posts](https://docs.konbiniapi.com/reference/api/instagram/get-user-tagged-posts.md): Returns Instagram posts where the user has been tagged by other accounts. Maximum 12 posts per page. Includes full post details and engagement counts. - [Get user story highlights](https://docs.konbiniapi.com/reference/api/instagram/get-user-story-highlights.md): Returns the list of story highlight reels on a user's profile. Use the highlight endpoint to get individual stories within a highlight. - [Get post details](https://docs.konbiniapi.com/reference/api/instagram/get-post-details.md): Returns details for a single post by its shortcode, including media, captions, and engagement counts. Supports photos, videos, and carousels. - [Get post comments](https://docs.konbiniapi.com/reference/api/instagram/get-post-comments.md): Returns top-level comments on an Instagram post. Fixed page size of 15 (platform limit). Includes comment text, author info, like counts, and timestamps. - [Search media](https://docs.konbiniapi.com/reference/api/instagram/search-media.md): Searches Instagram for trending reels and videos matching a keyword. Maximum 24 results per page. Some valid keywords may return no results, since this surfaces trending content rather than a full-text search. - [Search popular topics](https://docs.konbiniapi.com/reference/api/instagram/search-popular-topics.md): Returns a paginated batch of posts matching a keyword, along with Instagram's generated description of the topic and related sub-topics as links. Not an exact-topic lookup — coverage varies by keyword: some return posts, a description, and related terms, others return only some of these, or none. In… - [Get posts by location](https://docs.konbiniapi.com/reference/api/instagram/get-posts-by-location.md): Returns recent posts tagged at a location. Fixed page size of 21 (platform limit). The location ID is a numeric Facebook Places ID. - [Get highlight stories](https://docs.konbiniapi.com/reference/api/instagram/get-highlight-stories.md): Returns all story items within a highlight reel, including images and videos. The highlight ID comes from the highlights list endpoint. - [Get reels by audio](https://docs.konbiniapi.com/reference/api/instagram/get-reels-by-audio.md): Returns a paginated list of reels using a given audio/music track. Instagram always returns a fixed batch of 12 per page. - [Get trending reels](https://docs.konbiniapi.com/reference/api/instagram/get-trending-reels.md): Returns a paginated batch of reels from Instagram's public trending reels feed. - [Reddit API](https://docs.konbiniapi.com/reference/api/reddit.md): Use the Reddit API to fetch users, subreddits, posts, comments, feeds, and search results in a consistent format. - [Get user profile](https://docs.konbiniapi.com/reference/api/reddit/get-user-profile.md): Returns public Reddit user profile information including bio, avatar, verification flags, and account creation date. - [Get user posts](https://docs.konbiniapi.com/reference/api/reddit/get-user-posts.md): Returns public posts submitted by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get user comments](https://docs.konbiniapi.com/reference/api/reddit/get-user-comments.md): Returns public comments made by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get user overview](https://docs.konbiniapi.com/reference/api/reddit/get-user-overview.md): Returns a mixed Reddit user activity feed including posts and comments. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit](https://docs.konbiniapi.com/reference/api/reddit/get-subreddit.md): Returns public subreddit metadata including title, description, icon, banner, and subscriber count. - [Get subreddit posts](https://docs.konbiniapi.com/reference/api/reddit/get-subreddit-posts.md): Returns public posts from a subreddit. Supports hot, new, top, rising, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit comments](https://docs.konbiniapi.com/reference/api/reddit/get-subreddit-comments.md): Returns public comments from a subreddit. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit sticky posts](https://docs.konbiniapi.com/reference/api/reddit/get-subreddit-sticky-posts.md): Returns sticky posts for a subreddit across all available slots. - [Get subreddit rules](https://docs.konbiniapi.com/reference/api/reddit/get-subreddit-rules.md): Returns structured community rules for a subreddit. - [Search subreddit posts](https://docs.konbiniapi.com/reference/api/reddit/search-subreddit-posts.md): Searches public Reddit posts within a subreddit. Supports relevance, hot, top, new, and comments sorting with optional time windows. - [Get subreddits in batch](https://docs.konbiniapi.com/reference/api/reddit/get-subreddits-in-batch.md): Returns up to 100 Reddit subreddits by ID in a single request. Costs 1 credit per ID submitted. - [Get post](https://docs.konbiniapi.com/reference/api/reddit/get-post.md): Returns a public Reddit post with title, body, author info, engagement counts, and attachments. - [Get duplicate posts](https://docs.konbiniapi.com/reference/api/reddit/get-duplicate-posts.md): Returns duplicate submissions and crossposts associated with a Reddit post. - [Get post comments](https://docs.konbiniapi.com/reference/api/reddit/get-post-comments.md): Returns top-level comments on a Reddit post. Supports Reddit comment ordering and cursor-based pagination. - [Get comment](https://docs.konbiniapi.com/reference/api/reddit/get-comment.md): Returns a public Reddit comment with author info, scores, reply presence, and media when available. - [Get comment replies](https://docs.konbiniapi.com/reference/api/reddit/get-comment-replies.md): Returns direct replies to a Reddit comment using cursor-based pagination. - [Get posts in batch](https://docs.konbiniapi.com/reference/api/reddit/get-posts-in-batch.md): Returns up to 100 Reddit posts by ID in a single request. Costs 1 credit per ID submitted. - [Get comments in batch](https://docs.konbiniapi.com/reference/api/reddit/get-comments-in-batch.md): Returns up to 100 Reddit comments by ID in a single request. Costs 1 credit per ID submitted. - [Get feed](https://docs.konbiniapi.com/reference/api/reddit/get-feed.md): Returns posts from a top-level Reddit feed such as best, hot, new, top, rising, or controversial. - [Search posts](https://docs.konbiniapi.com/reference/api/reddit/search-posts.md): Searches public Reddit posts across the platform. Supports relevance, hot, top, new, and comments sorting with optional time windows. - [Search users](https://docs.konbiniapi.com/reference/api/reddit/search-users.md): Searches public Reddit users across the platform. - [Search subreddits](https://docs.konbiniapi.com/reference/api/reddit/search-subreddits.md): Searches public Reddit subreddits across the platform. - [X API](https://docs.konbiniapi.com/reference/api/x.md): Use the X API to fetch users, posts, and highlights as visible to not logged in users, in a consistent format. - [Get user profile](https://docs.konbiniapi.com/reference/api/x/get-user-profile.md): Returns profile information for a public X account including bio, follower counts, verification flags, and profile images. - [Get user posts](https://docs.konbiniapi.com/reference/api/x/get-user-posts.md): 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 public selection. Pages may overlap: a pinned post is repeated on every page, so deduplicate by id when paging. - [Get user highlights](https://docs.konbiniapi.com/reference/api/x/get-user-highlights.md): Returns the public Highlights tab selection as visible to not logged in users. This feed is not guaranteed to be chronological. Pages may overlap: a pinned post is repeated on every page, so deduplicate by id when paging. - [Get post](https://docs.konbiniapi.com/reference/api/x/get-post.md): Returns a public X post including text, author, engagement counts, and media attachments. - [Get community](https://docs.konbiniapi.com/reference/api/x/get-community.md): Returns public metadata for an X community, including description, member count, topic, creator, and banner image. - [Get community posts](https://docs.konbiniapi.com/reference/api/x/get-community-posts.md): Returns public posts from an X community timeline as visible to not logged in users. - [Get community media](https://docs.konbiniapi.com/reference/api/x/get-community-media.md): Returns public posts from an X community's Media tab as visible to not logged in users. - [LinkedIn API](https://docs.konbiniapi.com/reference/api/linkedin.md): Use the LinkedIn API to fetch users, companies, posts, articles, and transcripts in a consistent format. - [Get user profile](https://docs.konbiniapi.com/reference/api/linkedin/get-user-profile.md): Returns profile information for a public LinkedIn member: headline, location, and a simple list of job titles and school/employer names. Fields the member has restricted are omitted. - [Get user posts](https://docs.konbiniapi.com/reference/api/linkedin/get-user-posts.md): Returns a public LinkedIn member's recent posts and shares. This endpoint is not paginated — everything available is returned in a single response. - [Get user articles](https://docs.konbiniapi.com/reference/api/linkedin/get-user-articles.md): Returns a public LinkedIn member's published articles. This endpoint is not paginated — everything available is returned in a single response. - [Get company page](https://docs.konbiniapi.com/reference/api/linkedin/get-company-page.md): Returns public information for a LinkedIn company page including description, location, employee count, and logo. - [Get company posts](https://docs.konbiniapi.com/reference/api/linkedin/get-company-posts.md): Returns recent posts from a LinkedIn company page, newest first. Use `cursor` to page through further results. - [Get post](https://docs.konbiniapi.com/reference/api/linkedin/get-post.md): Returns a public LinkedIn post including author, engagement counts, and up to ~5 inline comments. - [Get post video transcript](https://docs.konbiniapi.com/reference/api/linkedin/get-post-video-transcript.md): Returns the caption/transcript for a video post, when the post carries captions. Returns 404 if the post has no video or no captions. - [MCP overview](https://docs.konbiniapi.com/reference/mcp/overview.md): Use KonbiniAPI directly from AI agents and coding assistants via the Model Context Protocol. No API calls, no headers — just ask. - [MCP tools](https://docs.konbiniapi.com/reference/mcp/tools/overview.md): Browse the generated KonbiniAPI MCP tool reference. One typed tool exists for each supported Instagram, TikTok, X, Reddit, and LinkedIn endpoint. - [Get user profile](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user.md): Returns profile information for a TikTok user including bio, follower counts, verification status, and profile picture. Look up any public TikTok account by username. - [Get user videos](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-videos.md): Returns a paginated list of videos from a user's profile. Supports sorting by newest, popular, or oldest. Maximum 35 videos per page. - [Get user liked videos](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-likes.md): 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. - [Get user reposts](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-reposts.md): 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 returned. - [Get user collections](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-collections.md): Returns a paginated list of video collections (playlists and mixes) on a TikTok user's profile. Includes collection name, cover image, and video count. - [Get user stories](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-stories.md): 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. - [Get user following list](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-following.md): Returns a paginated list of accounts a TikTok user follows. Maximum 30 per page. Includes profile details for each followed account. - [Get user followers list](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-followers.md): Returns a paginated list of accounts following a TikTok user. Maximum 30 per page. Includes profile details for each follower account. - [Get user live stream](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-user-live.md): Returns the current live stream for a user, including stream URLs and viewer count. Returns 404 if the user is not currently live. - [Get video details](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-video.md): Returns details for a single TikTok video including engagement counts, media files in multiple qualities, audio track, author info, and hashtags. - [Get video download URL](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-video-download-url.md): Returns a video file URL you can download directly with a plain GET request — no cookies, no auth headers, no browser fingerprinting needed on your end. Not permanent, only valid for a few hours. - [Get video comments](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-video-comments.md): Returns a paginated list of top-level comments on a video. Maximum 50 per page. Use the replies endpoint to fetch threaded replies. - [Get comment replies](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-comment-replies.md): Returns a paginated list of replies to a TikTok comment. Maximum 50 per page. Includes author info, like counts, and reply timestamps. - [Get video transcript](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-video-transcript.md): Returns the transcript for a video. Use `original` as the language to return the auto-generated transcript, or provide a BCP47 language code for machine-translated subtitles. Returns WebVTT format. - [Get videos with tag](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-tag-videos.md): Returns TikTok videos associated with a hashtag or challenge. The tag name is resolved to an internal ID automatically. Includes video details and engagement counts. - [Get collection videos](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-collection-videos.md): Returns a paginated list of videos in a TikTok collection (playlist or mix). Maximum 35 per page. Includes full video details and engagement counts. - [Get audio details](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-audio.md): Returns metadata for a TikTok audio track including title, artist, duration, usage count, and cover image. Look up any sound by its audio ID. - [Get videos with audio](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-audio-videos.md): Returns a paginated list of TikTok videos using a specific audio track. Maximum 30 per page. Discover trending content by sound or music. - [Search content](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/search-content.md): General search that returns mixed results including videos and user profiles. Supports sorting and publish-time filters. - [Search users](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/search-users.md): Searches TikTok for user profiles matching a query. Fixed page size of 10 (platform limit). Returns profile details including follower counts and verification status. - [Search videos](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/search-videos.md): Searches TikTok for videos matching a query. Supports filtering by publish time and sorting by relevance, likes, or date. - [Get trending videos](https://docs.konbiniapi.com/reference/mcp/tools/tiktok/get-trending-videos.md): Returns a feed of popular TikTok videos, sourced from TikTok's "For You" recommendation feed since TikTok has no separate curated trending ranking. Not paginated — each call returns an independent batch, not a continuation of a previous one. - [Get user profile](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-user.md): Returns profile information for an Instagram user including bio, follower counts, profile picture, and account metadata. Look up any public Instagram account by username, or pass ?userId= to look up by numeric user ID instead. - [Get user posts](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-user-posts.md): Returns a paginated list of posts from an Instagram user's profile feed. Maximum 12 posts per page. Includes photos, videos, carousels, and engagement counts. - [Get user reels](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-user-reels.md): Returns a paginated list of reels from an Instagram user's profile, newest first. Maximum 8 reels per page. Includes video URLs, captions, and engagement counts. - [Get user tagged posts](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-user-tagged.md): Returns Instagram posts where the user has been tagged by other accounts. Maximum 12 posts per page. Includes full post details and engagement counts. - [Get user story highlights](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-user-highlights.md): Returns the list of story highlight reels on a user's profile. Use the highlight endpoint to get individual stories within a highlight. - [Get post details](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-post.md): Returns details for a single post by its shortcode, including media, captions, and engagement counts. Supports photos, videos, and carousels. - [Get post comments](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-post-comments.md): Returns top-level comments on an Instagram post. Fixed page size of 15 (platform limit). Includes comment text, author info, like counts, and timestamps. - [Get highlight stories](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-highlight-stories.md): Returns all story items within a highlight reel, including images and videos. The highlight ID comes from the highlights list endpoint. - [Get reels by audio](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-audio-reels.md): Returns a paginated list of reels using a given audio/music track. Instagram always returns a fixed batch of 12 per page. - [Get posts by location](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-location-posts.md): Returns recent posts tagged at a location. Fixed page size of 21 (platform limit). The location ID is a numeric Facebook Places ID. - [Search media](https://docs.konbiniapi.com/reference/mcp/tools/instagram/search-media.md): Searches Instagram for trending reels and videos matching a keyword. Maximum 24 results per page. Some valid keywords may return no results, since this surfaces trending content rather than a full-text search. - [Search popular topics](https://docs.konbiniapi.com/reference/mcp/tools/instagram/search-popular.md): Returns a paginated batch of posts matching a keyword, along with Instagram's generated description of the topic and related sub-topics as links. Not an exact-topic lookup — coverage varies by keyword: some return posts, a description, and related terms, others return only some of these, or none. In… - [Get trending reels](https://docs.konbiniapi.com/reference/mcp/tools/instagram/get-trending-reels.md): Returns a paginated batch of reels from Instagram's public trending reels feed. - [Get user profile](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-user.md): Returns public Reddit user profile information including bio, avatar, verification flags, and account creation date. - [Get user posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-user-posts.md): Returns public posts submitted by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get user comments](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-user-comments.md): Returns public comments made by a Reddit user. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get user overview](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-user-overview.md): Returns a mixed Reddit user activity feed including posts and comments. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddit.md): Returns public subreddit metadata including title, description, icon, banner, and subscriber count. - [Get subreddit posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddit-posts.md): Returns public posts from a subreddit. Supports hot, new, top, rising, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit comments](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddit-comments.md): Returns public comments from a subreddit. Supports hot, new, top, and controversial ordering, with optional time windows for top and controversial. - [Get subreddit sticky posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddit-sticky.md): Returns sticky posts for a subreddit across all available slots. - [Get subreddit rules](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddit-rules.md): Returns structured community rules for a subreddit. - [Search subreddit posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/search-subreddit-posts.md): Searches public Reddit posts within a subreddit. Supports relevance, hot, top, new, and comments sorting with optional time windows. - [Get subreddits in batch](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-subreddits-batch.md): Returns up to 100 Reddit subreddits by ID in a single request. Costs 1 credit per ID submitted. - [Get post](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-post.md): Returns a public Reddit post with title, body, author info, engagement counts, and attachments. - [Get duplicate posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-post-duplicates.md): Returns duplicate submissions and crossposts associated with a Reddit post. - [Get post comments](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-post-comments.md): Returns top-level comments on a Reddit post. Supports Reddit comment ordering and cursor-based pagination. - [Get comment](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-comment.md): Returns a public Reddit comment with author info, scores, reply presence, and media when available. - [Get comment replies](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-comment-replies.md): Returns direct replies to a Reddit comment using cursor-based pagination. - [Get posts in batch](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-posts-batch.md): Returns up to 100 Reddit posts by ID in a single request. Costs 1 credit per ID submitted. - [Get comments in batch](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-comments-batch.md): Returns up to 100 Reddit comments by ID in a single request. Costs 1 credit per ID submitted. - [Get feed](https://docs.konbiniapi.com/reference/mcp/tools/reddit/get-feed.md): Returns posts from a top-level Reddit feed such as best, hot, new, top, rising, or controversial. - [Search posts](https://docs.konbiniapi.com/reference/mcp/tools/reddit/search-posts.md): Searches public Reddit posts across the platform. Supports relevance, hot, top, new, and comments sorting with optional time windows. - [Search users](https://docs.konbiniapi.com/reference/mcp/tools/reddit/search-users.md): Searches public Reddit users across the platform. - [Search subreddits](https://docs.konbiniapi.com/reference/mcp/tools/reddit/search-subreddits.md): Searches public Reddit subreddits across the platform. - [Get user profile](https://docs.konbiniapi.com/reference/mcp/tools/x/get-user.md): Returns profile information for a public X account including bio, follower counts, verification flags, and profile images. - [Get user posts](https://docs.konbiniapi.com/reference/mcp/tools/x/get-user-posts.md): 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 public selection. Pages may overlap: a pinned post is repeated on every page, so deduplicate by id when paging. - [Get user highlights](https://docs.konbiniapi.com/reference/mcp/tools/x/get-user-highlights.md): Returns the public Highlights tab selection as visible to not logged in users. This feed is not guaranteed to be chronological. Pages may overlap: a pinned post is repeated on every page, so deduplicate by id when paging. - [Get post](https://docs.konbiniapi.com/reference/mcp/tools/x/get-post.md): Returns a public X post including text, author, engagement counts, and media attachments. - [Get community](https://docs.konbiniapi.com/reference/mcp/tools/x/get-community.md): Returns public metadata for an X community, including description, member count, topic, creator, and banner image. - [Get community posts](https://docs.konbiniapi.com/reference/mcp/tools/x/get-community-posts.md): Returns public posts from an X community timeline as visible to not logged in users. - [Get community media](https://docs.konbiniapi.com/reference/mcp/tools/x/get-community-media.md): Returns public posts from an X community's Media tab as visible to not logged in users. - [Get user profile](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-user.md): Returns profile information for a public LinkedIn member: headline, location, and a simple list of job titles and school/employer names. Fields the member has restricted are omitted. - [Get user articles](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-user-articles.md): Returns a public LinkedIn member's published articles. This endpoint is not paginated — everything available is returned in a single response. - [Get user posts](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-user-posts.md): Returns a public LinkedIn member's recent posts and shares. This endpoint is not paginated — everything available is returned in a single response. - [Get company page](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-company.md): Returns public information for a LinkedIn company page including description, location, employee count, and logo. - [Get company posts](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-company-posts.md): Returns recent posts from a LinkedIn company page, newest first. Use `cursor` to page through further results. - [Get post](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-post.md): Returns a public LinkedIn post including author, engagement counts, and up to ~5 inline comments. - [Get post video transcript](https://docs.konbiniapi.com/reference/mcp/tools/linkedin/get-post-transcript.md): Returns the caption/transcript for a video post, when the post carries captions. Returns 404 if the post has no video or no captions. - [ChatGPT](https://docs.konbiniapi.com/reference/mcp/setup/chatgpt.md): Connect KonbiniAPI to ChatGPT using the Model Context Protocol. - [Claude](https://docs.konbiniapi.com/reference/mcp/setup/claude.md): Connect KonbiniAPI to Claude and Claude Desktop using the Model Context Protocol. - [Custom agents](https://docs.konbiniapi.com/reference/mcp/setup/custom-agents.md): Connect your own AI agent or framework to KonbiniAPI via the Model Context Protocol HTTP endpoint. - [Zapier](https://docs.konbiniapi.com/reference/mcp/setup/zapier.md): Connect KonbiniAPI's hosted MCP server to Zapier using MCP Client. - [n8n](https://docs.konbiniapi.com/reference/mcp/setup/n8n.md): Connect KonbiniAPI's hosted MCP server to n8n workflows and AI agents. - [Make](https://docs.konbiniapi.com/reference/mcp/setup/make.md): Connect KonbiniAPI's hosted MCP server to Make scenarios with MCP Client. - [Pipedream](https://docs.konbiniapi.com/reference/mcp/setup/pipedream.md): Use KonbiniAPI's hosted MCP server from Pipedream workflows and app integrations. - [Claude Code](https://docs.konbiniapi.com/reference/mcp/setup/claude-code.md): Connect KonbiniAPI to Claude Code using the hosted remote MCP server. - [Codex](https://docs.konbiniapi.com/reference/mcp/setup/codex.md): Connect KonbiniAPI to OpenAI Codex CLI and the Codex app using the Model Context Protocol. - [Cursor](https://docs.konbiniapi.com/reference/mcp/setup/cursor.md): Connect KonbiniAPI to Cursor using the Model Context Protocol. Fetch social media data directly from your editor. - [VS Code](https://docs.konbiniapi.com/reference/mcp/setup/vscode.md): Connect KonbiniAPI to VS Code agent mode using the Model Context Protocol. - [Antigravity](https://docs.konbiniapi.com/reference/mcp/setup/antigravity.md): Connect KonbiniAPI to Antigravity using the Model Context Protocol. - [Gemini CLI](https://docs.konbiniapi.com/reference/mcp/setup/gemini-cli.md): Connect KonbiniAPI to the Gemini CLI using the Model Context Protocol. - [Windsurf](https://docs.konbiniapi.com/reference/mcp/setup/windsurf.md): Connect KonbiniAPI to Windsurf using the Model Context Protocol. - [Cline](https://docs.konbiniapi.com/reference/mcp/setup/cline.md): Connect KonbiniAPI to Cline using the hosted remote MCP server. - [Replit](https://docs.konbiniapi.com/reference/mcp/setup/replit.md): Connect KonbiniAPI to Replit Agent using the hosted remote MCP server. - [Zed](https://docs.konbiniapi.com/reference/mcp/setup/zed.md): Connect KonbiniAPI to Zed using a custom remote MCP server. - [Changelog](https://docs.konbiniapi.com/changelog.md): KonbiniAPI changelog — product updates, new endpoints, and platform announcements. Stay up to date with the latest changes to the API. ## OpenAPI Specs - [openapi](/openapi.json)