# New Online Business Listings on Empire Flippers

**Use case:** 

Stay updated on new Empire Flippers listings between $100K and $2M. Get detailed financials and operational notes for active businesses.

## Input

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

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "string"
  },
  "listing_id": {
    "label": "Listing ID",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "niche": {
    "label": "Niche",
    "format": "string"
  },
  "monetization": {
    "label": "Monetization",
    "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"
  },
  "monthly_multiple": {
    "label": "Monthly multiple",
    "format": "number"
  },
  "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.