Skip to main content
v1.6.0
New endpoints for Instagram and TikTok, plus several accuracy fixes. All new endpoints are also available as MCP tools.Instagram
  • 3 new endpoints: GET /v1/instagram/trending/reels for the public trending reels feed, GET /v1/instagram/search/popular for popular topic search, and GET /v1/instagram/audios//reels for reels using a given audio track.
  • Look up users by numeric ID. GET /v1/instagram/users/ now accepts an optional userId query param as an alternative to username — useful when you already have the ID from another response (e.g. a post’s attributedTo), since it also resolves faster than a username lookup.
  • Fixed video/reel view counts that had gone missing after an upstream outage affecting anonymous lookups.
  • Lowered the max page size for user reels from 12 to 8, to match what Instagram actually enforces server-side.
TikTok
  • 1 new endpoint: GET /v1/tiktok/trending/videos for trending videos, with an optional region param to get results for a specific country.
  • Easier video downloads. Use the dedicated video download endpoint to get a direct, ready-to-use download link — no extra headers needed on your end. Video and story attachments elsewhere in responses (e.g. user videos, likes, and search results) no longer include a headers field, since it’s no longer needed.
  • Fixed bio links missing a URL scheme in some profiles.
LinkedIn
  • Fixed profile summaries that were sometimes showing a generic badge label (e.g. “Creator, Top Voice”) instead of the person’s actual headline/bio.
v1.5.0
KonbiniAPI now covers five platforms. All new endpoints are also available as MCP tools.LinkedIn support. New platform covering users, posts, articles, comments, company pages, and post transcripts.X Communities support. Fetch community details, posts, and media with the new Communities endpoints.Pagination for X timelines. User post and highlight timelines are now paginated, with count exposed where X supports it.
v1.4.0
Video download URL for TikTok. New GET /v1/tiktok/videos//download endpoint returns a direct, header-free video download link — no cookies, no auth headers, no browser fingerprinting required on your end. The link is temporary (a few hours). Also available as an MCP tool.Extra credits on paid plans. Paid plans can now enable extra usage beyond their monthly credit allowance instead of hard-stopping at the limit, billed at cycle end and capped at the plan’s own price. Manage it from the new in-app billing page.
v1.3.0
Batch endpoints for Reddit. Fetch up to 100 subreddits, posts, or comments in a single request using the 3 new batch endpoints: POST /v1/reddit/subreddits/batch, POST /v1/reddit/posts/batch, and POST /v1/reddit/comments/batch. Each ID submitted costs 1 credit (e.g. 10 IDs = 10 credits). Also available as MCP tools.
v1.2.0
KonbiniAPI now covers four platforms. All new endpoints are also available as MCP tools.X support. 4 endpoints covering users, posts, and highlights.Reddit support. 19 endpoints covering users, subreddits, posts, comments, feeds, and search.Improved reliability and response times for TikTok and Instagram. Both platforms received significant infrastructure improvements this month, resulting in faster responses and higher uptime.Free tier. A free plan with 100 credits is now available at sign-up with no card required.Email and password sign-in. You can now create an account and sign in with email and password in addition to Google and GitHub.
v1.1.0
MCP server. KonbiniAPI is now available as a hosted remote MCP server at https://mcp.konbiniapi.com. You can connect AI agents and automation tools directly with remote HTTP, using OAuth for most modern clients or a Bearer API key when needed. See the MCP overview for setup guides and supported tools.
v1.0.0
TikTok support. 20 endpoints covering users, videos, comments, audios, tags, collections, search, live streams, and transcripts.Instagram support. 10 endpoints covering users, posts, reels, comments, highlights, locations, and search.All responses use the ActivityStreams 2.0 format, giving you a single consistent structure across both platforms.