Skip to main content

No Account Limits

bundle.social is a unified social media API built for scale. Unlike other social media management APIs, we don’t charge per connected account or punish you for growing. Connect 1 account or 10,000 accounts - same flat pricing. Our API supports Instagram, TikTok, YouTube, Snapchat, Facebook, LinkedIn, Twitter/X, Pinterest, Reddit, Threads, Mastodon, Bluesky, Discord, Slack, and Google Business Profile. Perfect for SaaS platforms, agencies, and enterprise applications that need unlimited social media integrations.

API Rate Limits

We use a multi-layer throttling system to keep things fair and prevent bursts from taking down the ranch. Limits are tracked per endpoint and per tracker: API key (organization), bearer token (user), or IP as fallback.

The Three Layers

All three layers are enforced simultaneously. For sustained traffic, the minute layer (2,000/min) is the effective cap.
Because limits are per endpoint, heavy traffic on POST /post does not consume the same bucket as GET /analytics for the same tracker.
Easy there, cowboy. If you hit any of these limits, you’ll get a 429 Too Many Requests. Take a breath, wait a moment, and try again. We’re not going anywhere.

External Platform Rate Limits

These are daily limits per connected social account, counted per UTC calendar day by the post’s scheduled date. The quota is keyed by the platform account itself (platform + account id), not by the connection or the team — so the same real account connected more than once (reconnected, or added to multiple teams) shares a single quota.

Posting daily limits per platform per tier

Example: On Pro, each connected TikTok account gets its own 10 posts/day. Connect 5 different TikTok accounts → 50/day total (10 each, independent). But connect the same TikTok account to 5 teams → still 10/day total, because the quota follows the real account, not the connection.

Check Daily Usage For One Account

Endpoint: GET /api/v1/organization/usage/daily-limits
The response includes the UTC date, account ID, platform type, and separate posts and comments objects with used, limit, and remaining.

Commenting daily limits per platform per tier

Daily caps per connected account, per platform, for comments created via the API.
Comment creation is currently available for Facebook, Instagram, LinkedIn, YouTube, TikTok, Reddit, Threads, Mastodon, Discord, Slack, and Bluesky. Twitter/X, Pinterest, and Google Business are not supported by the Comments API.

Monthly organization-wide limits

On top of daily limits, there are monthly caps across the entire organization:
How the monthly cap is counted: by creation time, in the UTC calendar month — i.e. when you schedule an item, not when it publishes. Scheduling a post for a future month still consumes the current month’s quota. Drafts don’t count; failed or deleted items still count (deleting doesn’t refund). The window resets on the 1st of each month (UTC).

Import Limits

Limits that apply when importing historical content from connected social accounts.

Post history imports (monthly, per social account)

Maximum posts imported from each connected social account per month. Counter resets on the 1st of each month (UTC). A single post-history import request is additionally capped at 100 posts (hard cap, not overridable).

Comment imports (per post)

Maximum comments stored per post on each import run. Imports always run - the cap just truncates to the newest N comments before storage. No monthly window, no counter.

Google review and Facebook recommendation imports (monthly, per social account)

Maximum Google reviews or Facebook Page recommendations imported from each connected social account per month. Counter resets on the 1st of each month (UTC). A single import request is additionally capped at 250 reviews or recommendations (hard cap, not overridable).