AI-powered blog post search
Blog Endpoints
Search Blog Posts
Full-text search across all published posts with AI query expansion and relevance scoring.
GET
AI-powered blog post search
Searches all published posts by keyword. Queries are automatically expanded using AI, so searching
"MTNN" will find articles about “MTN Nigeria”, and "gtbank" will surface “Guaranty Trust” results.
Each result includes a relevanceScore and a canonical url linking to the full article on ngnmarket.com/blog.
Narrow results to a date window with fromDate and toDate, and cap the number of hits with limit (max 10):
Authorizations
Pass your API key as a Bearer token: Authorization: Bearer ngm_live_YOUR_KEY.
Generate keys at ngnmarket.com/dashboard/developer.
Query Parameters
Search query. Must be a non-empty string.
Example:
"Dangote Cement"
Maximum number of results (1–10). Defaults to 5.
Required range:
1 <= x <= 10Filter posts published on or after this date (e.g. 2026-01-01).
Filter posts published on or before this date.