# New BusinessesForSale Listings Monitor

**Use case:** 

Monitor fresh BusinessesForSale listings and export acquisition leads with price, revenue, location, and URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.businessesforsale.com/search/last-3-days-businesses-for-sale"
    }
  ],
  "searchPath": "businesses-for-sale",
  "maxItems": 100,
  "maxPages": 8,
  "includeOtherResults": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Asking price",
    "format": "string"
  },
  "revenue": {
    "label": "Revenue",
    "format": "string"
  },
  "cashFlow": {
    "label": "Cash flow",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "resultType": {
    "label": "Result type",
    "format": "string"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source search URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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