# BizQuest Medical Businesses For Sale California

**Use case:** 

Scrape health and medical businesses for sale in California from BizQuest. Get asking price, cash flow, revenue and location for buyers and brokers.

## Input

```json
{
  "maxItems": 25,
  "withDetails": true,
  "category": "health-and-medical",
  "state": "california-ca",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker / Seller",
    "format": "text"
  },
  "brokerCompany": {
    "label": "Broker Company",
    "format": "text"
  },
  "brokerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "brokerEmail": {
    "label": "Email",
    "format": "text"
  },
  "brokerProfileUrl": {
    "label": "Broker Profile",
    "format": "link"
  },
  "ebitda": {
    "label": "EBITDA",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "number"
  },
  "realEstateIncluded": {
    "label": "Real Estate Included",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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