# Business acquisition listings across brokers

**Use case:** 

Aggregate businesses for sale across multiple broker marketplaces into one deal feed — filter by sector, price, and location for acquisition search.

## Input

```json
{
  "sources": [
    "bizquest",
    "businessesforsale",
    "dealstream"
  ],
  "sectors": [
    "software",
    "ecommerce"
  ],
  "locations": [],
  "maxAskingPriceUsd": 5000000,
  "maxListings": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "askingPriceUsd": {
    "label": "Asking price (USD)",
    "format": "number"
  },
  "revenueUsd": {
    "label": "Annual revenue (USD)",
    "format": "number"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Business For Sale Aggregator — Normalized Deal Feed](https://apify.com/shelvick/business-for-sale-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shelvick/business-for-sale-aggregator) to learn more, explore other use cases, and run it yourself.