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
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
userId | string | Yes | The UUID of the user. |
region | string | No | The region to search in (optional, agent can determine). |
businessType | string | No | Type of business to search for. |
keywords | string[] | No | Keywords to refine the search. |
maxBusinessTypes | number | No | Max number of business types to return. |
Response
Returns a list of identified business types and search parameters.
Last updated on