# Empire Flippers business listings scraper

**Use case:** 

Extract current Empire Flippers businesses for sale with prices, profit, revenue, niches, multiples, opportunities, and risks.

## Input

```json
{
  "maxItems": 20,
  "listingStatus": "For Sale",
  "sortBy": "first_listed_at",
  "sortOrder": "DESC"
}
```

## Output

```json
{
  "listingNumber": {
    "label": "Listing #",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "title": {
    "label": "Business",
    "format": "text"
  },
  "priceUsd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "monthlyNetProfitUsd": {
    "label": "Monthly profit",
    "format": "number"
  },
  "monthlyGrossRevenueUsd": {
    "label": "Monthly revenue",
    "format": "number"
  },
  "monthlyExpensesUsd": {
    "label": "Monthly expenses",
    "format": "number"
  },
  "listingMultiple": {
    "label": "Multiple",
    "format": "number"
  },
  "profitMarginPercent": {
    "label": "Margin %",
    "format": "number"
  },
  "niches": {
    "label": "Niches",
    "format": "array"
  },
  "monetizations": {
    "label": "Monetizations",
    "format": "array"
  },
  "daysOnMarketplace": {
    "label": "Days listed",
    "format": "number"
  },
  "hoursWorkedPerWeek": {
    "label": "Hours/week",
    "format": "number"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "sourceUrl": {
    "label": "Listing",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "date"
  }
}
```

## About this Actor

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