# Track tech startup acquisitions on BizBuySell

**Use case:** 

Monitor technology and software business listings on BizBuySell with revenue multiples, employee count, and acquisition terms.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bizbuysell.com/technology-internet-businesses-for-sale/"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "asking price": {
    "label": "Asking Price",
    "format": "text"
  },
  "cash flow": {
    "label": "Cash Flow",
    "format": "text"
  },
  "gross revenue": {
    "label": "Gross revenue"
  },
  "ebitda": {
    "label": "Ebitda"
  },
  "ffe": {
    "label": "Ffe"
  },
  "inventory": {
    "label": "Inventory"
  },
  "established": {
    "label": "Established"
  }
}
```

## About this Actor

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