# SaaS Businesses for Sale: Profitable Listings

**Use case:** 

Access detailed listings of SaaS businesses priced between $100K and $2M. Get insights on profit, revenue, and more for informed decisions.

## Input

```json
{
  "startUrls": [],
  "keyword": "",
  "monetization": "SaaS",
  "minPrice": 100000,
  "maxPrice": 2000000,
  "maxItems": 50,
  "includeDetails": true,
  "onlyNewItems": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "niche": {
    "label": "Niche",
    "format": "string"
  },
  "price_usd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "monthly_net_profit_usd": {
    "label": "Monthly profit",
    "format": "number"
  },
  "monthly_revenue_usd": {
    "label": "Monthly revenue",
    "format": "number"
  },
  "profit_margin_percent": {
    "label": "Profit margin %",
    "format": "number"
  },
  "monthly_multiple": {
    "label": "Monthly multiple",
    "format": "number"
  },
  "pricing_period_months": {
    "label": "Pricing period",
    "format": "number"
  },
  "profit_change_percent": {
    "label": "Profit change %",
    "format": "number"
  },
  "revenue_change_percent": {
    "label": "Revenue change %",
    "format": "number"
  },
  "earnings_history": {
    "label": "Earnings history",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing",
    "format": "string"
  }
}
```

## About this Actor

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