sindex and count.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How pagination works across Birdeye APIs
sindex and count.
| Parameter | Description |
|---|---|
sindex | Start index — the record to begin from |
count | Number of records to fetch |
sindex + count ≤ 100,000. Use appropriate filters to narrow down your result set if needed.API call 1 → sindex=0, count=10
API call 2 → sindex=10, count=10
sindex=99000, count=1000 ✓ (99000 + 1000 = 100000)
sindex=99000, count=1001 ✗ (99000 + 1001 = 100001 — exceeds limit)
