Skip to content

Rate Limiting

The XingZap API has the following rate limits:

  • 1 call per second

This limit ensures fair usage across all API consumers and prevents overloading the Xing platform.

  1. Implement retry logic - If you receive a 429 Too Many Requests error, wait before retrying
  2. Queue your requests - Space out your API calls to stay within limits
  3. Cache results - Store responses locally when possible to reduce API calls