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

Region Venues

Searches for specific venues or businesses within a region.

POST /api/agents/sales/regionVenues

Request Body

{ "siteId": "123e4567-e89b-12d3-a456-426614174000", "searchTerm": "Starbucks", "city": "New York", "region": "NY", "maxVenues": 5 }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
searchTermstringYesTerm to search for.
citystringYesCity for the search.
regionstringYesRegion/State for the search.
countrystringNoCountry code.
maxVenuesnumberNoMaximum venues to return (default: 1).

Response

Returns a list of found venues with details.


GET /api/agents/sales/regionVenues

Also available as GET request with query parameters matching the body fields above.

Last updated on