Skip to main content

search_businesses

Search for businesses for sale on Venturu. Supports natural-language location queries, financial filters, business type filtering, and pagination.
This is a read-only tool. No authentication required.

Parameters

Location

Business Type

Financial Filters

All financial filters use flat min/max parameters:

Business Characteristics

Scoring

Pagination & Sorting

Response

The tool returns:
  • Text content — A formatted summary of matching listings with key details
  • Structured content — Machine-readable JSON with full listing data:

Examples

Prompt: “Find businesses for sale in Palm Beach, Florida”The tool geocodes “Palm Beach, Florida” into a bounding box and returns listings within that area.
Prompt: “Show me businesses under 200,000withatleast200,000 with at least 500,000 in revenue”Parameters: maxPrice: 200000, minRevenue: 500000
Prompt: “Find hotels for sale in California”First call list_business_categories to get the hotel business type ID, then pass it in businessTypeIds.
Prompt: “Show me the next page of results”Pass the nextCursor value from the previous response as cursor.