Pull live global tender notices and contract awards straight into your CRM, bid pipeline or data warehouse. Keys are managed in your workspace, and API access is included on plans that list it.
curl "https://www.tenderhive.com/api/public/v1/tenders?country=KE&limit=20" \ -H "Authorization: Bearer th_live_xxxxxxxxxxxx"
Every response is JSON with a data array and a pagination object. Rate limit: 1,000 requests/hour per key by default. Errors return 401 (bad key), 402 (plan without API access), 403 (scope) or 429 (rate limit).
/api/public/v1/tendersSearch live tender notices across every ingested source, de-duplicated.
| Parameter | Description |
|---|---|
| q | Full-text query across title, buyer and summary |
| country | ISO-2 country code, e.g. KE, ZA, DE |
| sector | Sector slug as used in the directory |
| source | Source code, e.g. ted, samgov, afdb |
| status | open | closing_soon | closed | awarded | cancelled |
| published_since | ISO date — only notices published on or after |
| deadline_before | ISO date — only notices closing on or before |
| min_value | Minimum estimated value in USD |
| limit / offset | Page size (max 200) and offset |
/api/public/v1/awardsQuery historical contract awards, suppliers and award values.
| Parameter | Description |
|---|---|
| country | ISO-2 country code |
| sector | Sector slug |
| supplier | Partial supplier name match |
| awarded_since | ISO date — only awards on or after |
| limit / offset | Page size (max 200) and offset |