# Monitor New Business Listings - Flippa

**Use case:** 

Monitor new SaaS and e-commerce listings on Flippa with Listing, Type, Asking $, Rev/mo $, Profit/mo $ and Profit multiple. Updated on every run.

## Input

```json
{
  "searchQuery": "ai",
  "propertyTypes": [
    "saas",
    "ecommerce"
  ],
  "saleMethod": "any",
  "revenueGeneratingOnly": false,
  "verifiedOnly": false,
  "sort": "newest",
  "maxResults": 100,
  "includeContactLeads": false,
  "maxLeadPagesPerSite": 3,
  "onlyNewListings": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Listing",
    "format": "text"
  },
  "propertyTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking $",
    "format": "number"
  },
  "revenuePerMonth": {
    "label": "Rev/mo $",
    "format": "number"
  },
  "profitPerMonth": {
    "label": "Profit/mo $",
    "format": "number"
  },
  "profitMultiple": {
    "label": "Profit multiple",
    "format": "number"
  },
  "ageYears": {
    "label": "Age (yrs)",
    "format": "number"
  },
  "hasVerifiedRevenue": {
    "label": "Verified rev",
    "format": "boolean"
  },
  "saleMethod": {
    "label": "Sale",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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