The Sayari API uses a tiered rate limiting system to ensure reliable access and maintain performance across all endpoints.
200 requests per minute — exceeding this limit results in a 1-minute block.
Most endpoints fall under the standard tier, including but not limited to:
/v1/resolution/v1/entity/v1/entity_summary/v1/record/v1/sources/v1/projects/v1/notifications/v1/attribute/v1/resource15 requests per 10 seconds — exceeding this limit results in a 10-second block.
These endpoints have stricter limits due to their computational complexity:
/v1/search/v1/traversal/v1/ubo/v1/downstream/v1/watchlist/v1/shortest_path/v1/supply_chain/upstreamWhen a rate limit is exceeded, the API returns a 429 status code:
A temporary block is enforced on the affected endpoint(s). For standard endpoints, the block lasts 1 minute. For advanced endpoints, the block lasts 10 seconds.
If you’re consistently hitting rate limits, reach out to your Account Manager to discuss your needs.
Advanced endpoints are explicitly listed in the Tier 2 section above. If an endpoint is not listed there, it falls under the standard tier. Contact support if you’re unsure about a specific endpoint.