Rate limits

Request limits for the SnitchFeed HTTP API.

Overview

Limits apply per organization. Twitter and LinkedIn searches use separate counters. Exceeding a limit returns 429 Too Many Requests with a JSON body that may include retryAfter (seconds).

SurfaceEndpointLimit
X (Twitter)POST /v1/data/twitter/searchTweets20 requests / 60s (per org)
LinkedInPOST /v1/data/linkedin/searchPosts20 requests / 60s (per org)

The window is rolling: each successful request consumes one token until the bucket refills.

Response headers

HeaderWhen presentMeaning
X-RateLimit-LimitSuccessMax requests in the window (currently 20)
X-RateLimit-RemainingSuccessRequests left in the current window
X-RateLimit-ResetSuccessUnix timestamp when the window resets
Retry-After429 responseSeconds to wait before retrying

Need higher throughput?

Contact support if you need custom limits for Enterprise workloads.

On this page