# Scrape Franchises for Sale on BizBuySell

**Use case:** 

Scrape franchise opportunities on BizBuySell: title, asking price, cash flow, industry, location and broker contact — franchise research. Export CSV.

## Input

```json
{
  "searchUrls": [],
  "listingTypes": [
    "Franchise"
  ],
  "includeDetails": false,
  "maxItems": 100,
  "maxPagesPerSearch": 50,
  "deduplicateListings": true,
  "monitorMode": false,
  "monitorStoreName": "bizbuysell-monitor",
  "maxConcurrency": 4,
  "maxAttemptsPerPage": 8,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking $",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow $",
    "format": "number"
  },
  "ebitda": {
    "label": "EBITDA $",
    "format": "number"
  },
  "grossRevenue": {
    "label": "Revenue $",
    "format": "number"
  },
  "sellerFinancingAvailable": {
    "label": "Financing",
    "format": "boolean"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "brokerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "brokerCompany": {
    "label": "Brokerage",
    "format": "text"
  },
  "isNewListing": {
    "label": "New",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead Score",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BizBuySell Scraper - Businesses For Sale & Broker Leads](https://apify.com/scrapesage/bizbuysell-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/bizbuysell-scraper) to learn more, explore other use cases, and run it yourself.