# BusinessesForSale global listings scraper

**Use case:** 

Scrape BusinessesForSale listings with prices, revenue, locations, images, and URLs for acquisition research and market comps.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.businessesforsale.com/search/businesses-for-sale"
    }
  ],
  "maxItems": 100,
  "includeDetails": false,
  "maxPagesPerStartUrl": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "title": {
    "label": "Title"
  },
  "askingPrice": {
    "label": "Asking price"
  },
  "revenue": {
    "label": "Revenue"
  },
  "cashFlow": {
    "label": "Cash flow"
  },
  "location": {
    "label": "Location"
  },
  "listingType": {
    "label": "Type"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "description": {
    "label": "Summary"
  },
  "sellerName": {
    "label": "Seller"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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