# Find Restaurants for Sale in California

**Use case:** 

Browse restaurants for sale across California with prices and cash flow. Ideal for buyers and brokers scouting food-business opportunities.

## Input

```json
{
  "maxItems": 100,
  "location": "California",
  "industry": "Restaurant",
  "dateListingAdded": 30,
  "forceAllFilters": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "url"
  },
  "businessId": {
    "label": "Business ID",
    "format": "text"
  },
  "title": {
    "label": "Business Title",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "text"
  },
  "cashFlow": {
    "label": "Cash Flow (SDE)",
    "format": "text"
  },
  "grossIncome": {
    "label": "Gross Income",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "zip": {
    "label": "ZIP Code",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street Address",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "yearEstablished": {
    "label": "Year Established",
    "format": "text"
  },
  "homeBased": {
    "label": "Home Based",
    "format": "text"
  },
  "absenteeOwner": {
    "label": "Absentee Owner",
    "format": "text"
  },
  "isFranchise": {
    "label": "Is Franchise",
    "format": "text"
  },
  "relocatable": {
    "label": "Relocatable",
    "format": "text"
  },
  "hotProperty": {
    "label": "Hot Property",
    "format": "text"
  },
  "financingAvailable": {
    "label": "Financing Available",
    "format": "text"
  },
  "includesRealEstate": {
    "label": "Includes Real Estate",
    "format": "text"
  },
  "inventoryIncludedInAskingPrice": {
    "label": "Inventory Included",
    "format": "text"
  },
  "buildingSquareFeet": {
    "label": "Building Square Feet",
    "format": "text"
  },
  "profileViews": {
    "label": "Profile Views",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker Name",
    "format": "text"
  },
  "brokerCompany": {
    "label": "Broker Company",
    "format": "text"
  },
  "brokerPhone": {
    "label": "Broker Phone",
    "format": "text"
  },
  "brokerEmail": {
    "label": "Broker Email",
    "format": "text"
  },
  "tpnPhone": {
    "label": "TPN Phone",
    "format": "text"
  },
  "tpnPhoneExt": {
    "label": "TPN Phone Ext",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "facilities": {
    "label": "Facilities",
    "format": "text"
  },
  "support": {
    "label": "Support",
    "format": "text"
  },
  "ffe": {
    "label": "FFE",
    "format": "text"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "url"
  },
  "listingDate": {
    "label": "Listing Date",
    "format": "datetime"
  },
  "scrapedTimestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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