flippa_get_listing
Retrieve comprehensive details for a specific Flippa business listing using its ID, including pricing, financial metrics, traffic statistics, and seller verification information.
Instructions
Get full details for a specific Flippa listing by ID.
Args:
listing_id: The Flippa listing ID (e.g., "12299903"). Required.
response_format: "markdown" (default) or "json"
Returns: Complete listing details including price, revenue, profit, traffic stats, seller info, verification status, description, and more.
Examples:
Get listing details: { "listing_id": "12299903" }
Get as JSON: { "listing_id": "12299903", "response_format": "json" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes | The Flippa listing ID (e.g., '12299903') | |
| response_format | No | Response format: 'markdown' for human-readable or 'json' for structured data | markdown |