# Find Profitable SaaS Businesses for Acquisition

**Use case:** 

Identify high-potential SaaS businesses listed for sale on Flippa with significant monthly profit. This allows investors and entrepreneurs to pinpoint viable ac

## Input

```json
{
  "searchUrl": "https://flippa.com/search?filter%5Bproperty_type%5D%5B%5D=ecommerce_store&filter%5Bstatus%5D=open",
  "maxItems": 100,
  "propertyType": [
    "saas"
  ],
  "status": "open",
  "profitMin": 5000,
  "verifiedRevenue": true,
  "verifiedTraffic": false,
  "sort": "-profit_per_month"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "property_type": {
    "label": "Type",
    "format": "string"
  },
  "price": {
    "label": "Price (USD)",
    "format": "integer"
  },
  "revenue_per_month": {
    "label": "Monthly Revenue",
    "format": "integer"
  },
  "profit_per_month": {
    "label": "Monthly Profit",
    "format": "integer"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Flippa Scraper](https://apify.com/crawlerbros/flippa-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/flippa-scraper) to learn more, explore other use cases, and run it yourself.