Skip to main content

search_brokers

Search for verified business brokers (agents) on Venturu. Filter by location, name, language, and sort by various criteria.
This is a read-only tool. No authentication required.

Parameters

Location

For the best results, provide countryCode along with more specific location fields like state or city. The server uses geo-localized subdivision queries to match brokers to their service areas.

Filters

Sorting

Pagination

Response

The tool returns:
  • Text content — A formatted summary of matching brokers
  • Structured content — Machine-readable JSON:
Broker email addresses and phone numbers are redacted in search results for privacy. Use the contact_broker tool to send a message.

Examples

Prompt: “Find business brokers in Los Angeles”Parameters: city: "Los Angeles", state: "California", countryCode: "US"
Prompt: “Find brokers who speak Spanish in Florida”First call list_languages to get the Spanish language ID, then pass it in languageIds along with state: "Florida".
Prompt: “Show me the most experienced brokers in Texas”Parameters: state: "Texas", countryCode: "US", sort: "most_experienced"