Gluecrawl

Rate Limits

Rate limiting policy for the Gluecrawl public API.

All /v1/ endpoints share a global rate limit of 60 requests per minute per API key.

When the limit is exceeded, the API returns:

HTTP/1.1 429 Too Many Requests
Retry-After: 15

{
  "error": {
    "code": "rate_limited",
    "message": "Rate limit exceeded. Retry after 15 seconds."
  }
}

Check the Retry-After header for the number of seconds to wait before retrying.