TenderHive Intelligence data API

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.

Authentication

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).

GET/api/public/v1/tenders

Search live tender notices across every ingested source, de-duplicated.

ParameterDescription
qFull-text query across title, buyer and summary
countryISO-2 country code, e.g. KE, ZA, DE
sectorSector slug as used in the directory
sourceSource code, e.g. ted, samgov, afdb
statusopen | closing_soon | closed | awarded | cancelled
published_sinceISO date — only notices published on or after
deadline_beforeISO date — only notices closing on or before
min_valueMinimum estimated value in USD
limit / offsetPage size (max 200) and offset
GET/api/public/v1/awards

Query historical contract awards, suppliers and award values.

ParameterDescription
countryISO-2 country code
sectorSector slug
supplierPartial supplier name match
awarded_sinceISO date — only awards on or after
limit / offsetPage size (max 200) and offset