flippa_market_overview
Analyze Flippa marketplace statistics to understand listing counts, pricing trends, revenue multiples, and verification rates across property types for market research.
Instructions
Get aggregate market statistics from the Flippa marketplace.
Queries listings across property types to build a market snapshot including total counts, price/revenue/profit statistics, and verification rates.
Args:
property_type: Focus on a specific type (website, saas, ecommerce_store, etc.). If omitted, aggregates across all major types. Optional.
response_format: "markdown" (default) or "json"
Returns: Market overview with total listings, breakdown by property type (count, avg price, avg revenue), price/revenue/profit statistics (min, max, avg, median), average revenue multiple, and verified revenue percentage.
Examples:
Full market overview: {}
SaaS market overview: { "property_type": "saas" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| property_type | No | Focus on a specific property type. If omitted, aggregates across all major types. | |
| response_format | No | Response format: 'markdown' for human-readable or 'json' for structured data | markdown |