Display live Kenyan & African government and private tenders on your website with our reliable, professional API service.
Professional features for serious businesses and developers
Live tender data updated continuously from multiple African countries with instant API access.
Comprehensive data from Kenya, Uganda, Tanzania, Rwanda, and growing list of African countries.
Filter by country, county, category, sector, closing date, and more. Show only relevant tenders.
Download tender documents, adverts, and supporting files securely through our API.
RESTful JSON API that works with WordPress, Laravel, React, PHP, JavaScript, Python, and any platform.
Secure, reliable API with 99.9% uptime, rate limiting, and professional support for businesses.
Clean, simple API that developers love
// Professional API integration example
const API_KEY = 'your_api_key_here';
const API_BASE = 'https://api.tendersoko.africa/api/v1';
// Get tenders for Kenya with filtering
fetch(`${API_BASE}/tenders?key=${API_KEY}&country=KE&category_id=5`)
.then(response => response.json())
.then(data => {
if (data.status === 'OK') {
// Display tenders on your website
data.tenders.forEach(tender => {
console.log(`${tender.title} - ${tender.company}`);
});
}
});
// Download tender advert
function downloadAdvert(tenderId) {
window.open(`${API_BASE}/advert_doc?key=${API_KEY}&id=${tenderId}`);
}
Join hundreds of businesses using Tendersoko Africa API to display real-time tender opportunities
Professional support • 99.9% uptime • Enterprise features