Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsSales

Region Search

Searches for businesses in a specific region based on type and keywords.

POST /api/agents/sales/regionSearch

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000", "region": "New York", "businessType": "Coffee Shop", "maxBusinessTypes": 5 }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
userIdstringYesThe UUID of the user.
regionstringNoThe region to search in (optional, agent can determine).
businessTypestringNoType of business to search for.
keywordsstring[]NoKeywords to refine the search.
maxBusinessTypesnumberNoMax number of business types to return.

Response

Returns a list of identified business types and search parameters.

Last updated on