# Monitor Smergers investment opportunity listings

**Use case:** 

Track Smergers investment and acquisition opportunity browse pages with sector tags and deal sizes for deal sourcing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.smergers.com/businesses-for-sale-and-investment/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "subtitle": {
    "label": "Subtitle"
  },
  "rating": {
    "label": "Rating"
  },
  "industry": {
    "label": "Industry"
  },
  "location": {
    "label": "Location"
  },
  "askingPrice": {
    "label": "Asking price"
  },
  "stake": {
    "label": "Stake"
  },
  "status": {
    "label": "Status"
  },
  "listedBy": {
    "label": "Listed by"
  },
  "established": {
    "label": "Established"
  },
  "employees": {
    "label": "Employees"
  },
  "reportedSales": {
    "label": "Reported sales"
  },
  "runRateSales": {
    "label": "Run rate sales"
  },
  "ebitdaMargin": {
    "label": "Ebitda margin"
  }
}
```

## About this Actor

This example demonstrates how to use [Smergers Business Listing Scraper](https://apify.com/lexis-solutions/smergers-business-listing-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/smergers-business-listing-scraper) to learn more, explore other use cases, and run it yourself.