Skip to main content

Query Businesses

Truee has two search modes: natural language search and structured search.

Use natural language search when the input is a human sentence or an AI-generated phrase.

POST /registry/search
{
"q": "payment companies in Lagos Nigeria",
"country": "NG",
"view": "compact",
"limit": 10
}

Natural language search extracts intent, category, and location before searching the registry.

Query cost: 2 units.

Use structured search when your app or agent already knows the core fields.

GET /registry/query

Common query parameters:

ParameterDescription
keywordsCore search keywords, for example fintech.
intentfind_business, find_product, or find_service.
categoryBusiness category or industry.
countryISO-2 country code or country name.
stateState or province.
cityCity name.
areaNeighborhood, market, or district.
verified_onlyReturn only verified businesses.
limitNumber of results to return.

Query cost: 1 unit.

Result views

ViewUse case
compactFast result lists for agents and search pages.
standardIncludes richer highlights, location, and subcategory data.