# Restaurants for Sale in California

**Use case:** 

Discover profitable restaurants for sale in California with detailed financial metrics.

## Input

```json
{
  "maxBusinesses": 30,
  "keywords": [
    "restaurant"
  ],
  "location": "California",
  "minAskingPrice": 50000,
  "maxAskingPrice": 500000,
  "fetchDetails": true,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "searchKeyword": {
    "label": "Search Keyword"
  },
  "askingPrice": {
    "label": "Asking Price"
  },
  "cashFlow": {
    "label": "Cash Flow (SDE)"
  },
  "grossRevenue": {
    "label": "Gross Revenue"
  },
  "location": {
    "label": "Location"
  },
  "industry": {
    "label": "Industry"
  },
  "brokerName": {
    "label": "Broker"
  },
  "brokerCompany": {
    "label": "Brokerage"
  },
  "brokerPhone": {
    "label": "Broker Phone"
  },
  "listingUrl": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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