Skip to content

Rate Limits

PlanRequests/hourPosts/monthBlogs
Free6010 total1
Starter ($9)300151
Creator ($29)1,000503
Scale ($79)10,000Unlimited5
Enterprise ($199+)10,000+UnlimitedUnlimited

Every API response includes rate limit headers:

X-RateLimit-Limit: 300
X-RateLimit-Remaining: 142
X-RateLimit-Reset: 1711324800
  • X-RateLimit-Limit — Your plan’s hourly limit
  • X-RateLimit-Remaining — Requests left in current window
  • X-RateLimit-Reset — Unix timestamp when the window resets
{
"error": "rate_limit_exceeded",
"message": "Rate limit exceeded. Limit: 60 requests/hour.",
"retry_after": 1823
}

Wait retry_after seconds before retrying.

If you exceed your monthly post limit, you can purchase Post Packs:

  • 100 posts — $10 (no expiry)
  • 300 posts — $25 (no expiry)

Monthly quota is consumed first, then packs.