Key Concepts

Rate Limits

Summary

The Sayari API employs a point-based rate limiting system to ensure reliable access and maintain performance. Each API request consumes a certain number of points, with a maximum limit of 60 points per second or 3,400 points per minute.

Note: Sayari reserves the right to reduce rate limits to account for surges in activity in order to maintain platform stability
1{
2 "status": 429,
3 "success": false,
4 "messages": ["Too many requests within too short of a period. The reply will contain a retry-after header that indicates when the client can safely retry."]
5}

Point Allocation

ResourcePoints
/v1/search/entity3
/v1/search/record3
/v1/search/shipments6
/v1/search/buyers6
/v1/search/suppliers6
/v1/resolution1
/v1/traversal6
/v1/ubo6
/v1/shortest_path6
/v1/watchlist1
/v1/entity1
/v1/entity_summary1
/v1/record1
/v1/sources1
/v1/projects3
/v1/notifications3
/v1/attribute3
/v1/resource3
/v1/upstream6

Frequently Asked Questions