Embed AfricaShowAm listings anywhere. Enterprise plan required.
https://africashowam.com/api/enterprisePass your API key in the x-api-key header or as a query parameter.
GET /api/enterprise/listings
x-api-key: asa_your_api_key_hereReturns a list of verified African businesses. Filter by category, country and keyword.
categorystringFilter by category e.g. "Food & Catering"countrystringFilter by country e.g. "United Kingdom"qstringKeyword search across name and descriptionlimitintegerNumber of results (max 100, default 20){
"success": true,
"count": 3,
"businesses": [
{
"id": "abc123",
"business_name": "Lagos Kitchen",
"category": "Food & Catering",
"country": "United Kingdom",
"city": "London",
"description": "Authentic Nigerian cuisine...",
"phone": "+44...",
"email": "info@...",
"website": "https://...",
"average_rating": 4.8,
"review_count": 12,
"verified_phone": true,
"verified_documents": false,
"founding_member": true
}
],
"powered_by": "AfricaShowAm API"
}Upgrade to Enterprise to get your API key and start embedding listings.
View Enterprise pricing