Creator and social analytics products
Creator vetting, dashboards, engagement analysis, social apps.
Retrieve rich, normalized public data from TikTok, Instagram, Reddit, X, and LinkedIn through a unified API—without maintaining scrapers or losing platform-specific detail.
Observed across production requests to social platforms over 30 days.
/v1/tiktok/videos/7667244788046892319{
"type": "Video",
"content": "Drop your questions below! 🚀",
"published": "2026-07-27T16:25:49.000Z",
"duration": 13,
"viewCount": 861100,
"likeCount": 73600,
"commentCount": 8318,
"shareCount": 1417,
"attributedTo": {
"preferredUsername": "nasa",
"isVerified": true
}
}A TikTok video: “Drop your questions below! 🚀”, 13 seconds long, with 861,100 views, 73,600 likes, 8,318 comments and 1,417 shares, published by nasa on 27 July 2026.
/v1/instagram/users/nasa{
"type": "Person",
"preferredUsername": "nasa",
"name": "NASA",
"summary": "Making the seemingly impossible, possible. ✨",
"isVerified": true,
"followerCount": 104251771,
"followingCount": 92,
"attachment": [
{
"href": "https://www.nasa.gov"
}
]
}An Instagram profile: NASA, username nasa, verified, bio “Making the seemingly impossible, possible. ✨”, 104,251,771 followers, and https://www.nasa.gov as the first of its bio links.
/v1/reddit/subreddits/space/posts?count=3&order=top{
"type": "OrderedCollectionPage",
"itemCount": 3,
"nextCursor": "t3_1vd1sxs",
"orderedItems": [
{
"name": "My best view of the Milky Way from ISS",
"published": "2026-08-02T15:32:12.000Z",
"voteCount": 27920,
"commentCount": 242
}
]
}A page of 3 r/space posts with a cursor for the next page. The first is “My best view of the Milky Way from ISS”, posted on 2 August 2026, with 27,920 votes and 242 comments.
/v1/x/posts/2083296052283613303{
"type": "Note",
"content": "The sky is full of excitement this month! You…",
"published": "2026-07-31T20:57:39.000Z",
"viewCount": 1991209,
"likeCount": 5333,
"repostCount": 1212,
"replyCount": 162,
"quoteCount": 67,
"attributedTo": {
"preferredUsername": "NASA",
"followerCount": 92244633
}
}An X post: “The sky is full of excitement this month!”, with 1,991,209 views, 5,333 likes, 1,212 reposts, 162 replies and 67 quotes, published by NASA on 31 July 2026.
/v1/linkedin/posts/7491228345121157120{
"type": "Note",
"entityId": "7491228345121157120",
"content": "It's a great time to tune in and stream space…",
"published": "2026-08-06T20:26:57.743Z",
"likeCount": 87,
"replyCount": 3,
"attributedTo": {
"type": "Organization",
"preferredUsername": "nasa",
"followerCount": 7067788
}
}A LinkedIn post: “It’s a great time to tune in and stream space with us!”, with 87 likes and 3 replies, published on 6 August 2026 by nasa, an organization with 7,067,788 followers.
Call any supported platform through familiar REST endpoints. Every response follows a consistent, normalized model while preserving useful platform-specific fields—so you spend less time writing transformation and glue code.
/v1/tiktok/videos/{videoId}/v1/instagram/users/{username}/v1/reddit/subreddits/{subreddit}/postsThe same request shape works across every supported platform.
Try with your own dataAccess public profiles, posts, comments, search results, media, transcripts, and platform-specific data across TikTok, Instagram, Reddit, X, and LinkedIn. Use the same authentication, response conventions, and developer workflow across every platform.
When social data sits inside your product or pipeline, provider latency and failures become your latency and failures. So we publish the method, not just the number.
Percentage of eligible production requests that returned a billable response.
The typical response time, with half of billable production responses completing faster.
Arithmetic mean across billable production responses.
Observed across production requests to social platforms over 30 days.
An eligible request is one that returned a billable response or a server error. Billable responses are HTTP 2xx, 3xx, and 404. HTTP 5xx responses count as failures. Other 4xx responses are excluded as client errors.
Success rate is calculated as billable responses divided by billable responses plus failed responses. A successful response may return requested data or correctly report that a resource does not exist. Request success is not a data-return rate, uptime figure, service-level agreement, or guarantee.
Median and average response times are calculated from billable responses only. The median is the 50th percentile; the average is the arithmetic mean. Failed and non-billable responses are excluded from latency measurements. These figures are observed values, not guaranteed maximums or service-level commitments.
Responses use ActivityStreams—an open standard for representing social content and activity—as a consistent model across platforms. Both shared and platform-specific fields are preserved. The platform's internal noise is not.
We build, operate, monitor, and optimize every layer of the data-collection and normalization infrastructure—we don't aggregate or resell third-party scraper APIs. When a platform changes, our engineers can diagnose and fix the problem directly without waiting for an external data provider. That control also lets us continuously improve reliability and response times.
Social platforms
Built and operated directly
Your product
App or pipeline
Turn difficult-to-access social data into a dependable building block for recurring production workloads. Start with one integration, then expand across platforms and use cases without rebuilding your data layer.
Creator vetting, dashboards, engagement analysis, social apps.
Brand mentions, competitor activity, posting patterns, audience response.
Current social context, content research, transcripts, comments, trend analysis.
Company signals, alternative data, enrichment, recurring datasets, quantitative and academic research.
Connect agents and automation tools to the same production infrastructure and rich, normalized data available through the REST API. Give AI workflows current social context across platforms without building and maintaining custom integrations.
KonbiniAPI is built around public data and account-free collection. Clear access boundaries, predictable billing, and accessible legal documentation help product, engineering, security, and legal teams understand the service and build on it with confidence.
No private, authenticated-only, or account-restricted social data. Supported endpoints return what the platform serves publicly, and reaching it never depends on a connected account.
Never returned
Customers never provide platform usernames, passwords, or session cookies. We do not create or operate fake accounts to collect data.
Never used
Data is fetched from the platform in real time and returned in the API response. We do not store or cache it, and no copy is kept once the response is delivered. Request metadata is logged separately for 90 days.
Never stored
Accessible company information, terms, privacy policy, and DPA describe how the service operates and handles data. The DPA covers GDPR, UK, and CCPA obligations.
Published
Get technical help from people who understand and operate the infrastructure.
Validate feasibility
Whether what you want to build is possible with the fields available, and what request volume it takes.
Choose the right endpoints
Which calls to chain: ids from one, details for each from the next.
Shape your integration approach
Whether to call the REST API or MCP, and how much to batch and run at once.
Inspect specific requests
What a specific request actually returned, when the result is not what you expected.
Diagnose unexpected platform behavior
Whether an odd-looking result is the platform’s own behavior or something else.
Choose a monthly plan that matches your product or pipeline’s expected request volume.
| Plan | Credits | Price |
|---|---|---|
| Free | 100 | Free |
| Plus | 25,000 | $49/mo |
| ProPopular | 55,000 | $99/mo |
| Max | 160,000 | $199/mo |
| Ultra | 450,000 | $499/mo |
Every plan includes all platforms, REST, and MCP — including Free.
View pricingUsage you can see
Track usage and individual requests from the dashboard as your workload grows.
Hard caps by default
Spending stops at your plan by default, or enable extra usage with a limit you control.
Automatic refunds
Failed and timed-out requests are automatically refunded.
Billing and plan questions are answered on the pricing page.
Profiles, posts, reels, comments, highlights, locations, stories, collections, audios, transcripts, followers, subreddits, feeds, articles, and more across TikTok, Instagram, Reddit, X, and LinkedIn. All publicly available data. See the full list in our docs.
KonbiniAPI delivers a 99.7% request success rate and ~800ms average response time, observed across production requests to social platforms over 30 days. We build and operate the collection and normalization path ourselves, so when a platform changes, our engineers can diagnose and fix the problem directly instead of waiting on another data provider.
Supported responses use a consistent ActivityStreams 2.0-based model across platforms. Shared concepts such as content, published, and attributedTo mean the same thing everywhere, while capabilities specific to one platform remain first-class, documented fields rather than raw extras. Each endpoint reference lists exactly what it returns in the docs.
From publicly available sources only: no private, authenticated-only, or account-restricted content. Customers never provide platform usernames, passwords, or session cookies, and we do not create or operate fake accounts to collect data. Platform data is fetched in real time and returned in the response — we do not store or cache it. Our Terms, Privacy Policy, and DPA describe how the service operates and handles data. They don't replace your own assessment of your specific use case.
Yes. The same product is available through a hosted MCP server, using the same credits as the REST API. REST is the primary interface for products and pipelines; MCP suits agents and automation workflows. Setup steps for the MCP clients we currently support are in the MCP reference.
Get your free API key and make your first request in minutes. No credit card required.