# BizBen California Business Listing Scraper Example

**Use case:** 

Extract a public BizBen California business listing with asking price, location, financial visibility, lease facts, images, and category.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bizben.com/business-for-sale/beautiful-newly-remodeled-nail-salon-located-in-sunnyvale-with-a-modern-koreaninspired-cream-style-interior-2493265"
    }
  ],
  "includeRelatedListings": false,
  "maxItems": 1
}
```

## Output

```json
{
  "listingId": {
    "label": "ID"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "state": {
    "label": "State"
  },
  "askingPrice": {
    "label": "Asking price",
    "format": "number"
  },
  "revenueAvailability": {
    "label": "Revenue"
  },
  "cashFlowAvailability": {
    "label": "Cash flow"
  },
  "category": {
    "label": "Category"
  },
  "squareFeet": {
    "label": "Square feet",
    "format": "number"
  },
  "baseRent": {
    "label": "Base rent",
    "format": "number"
  },
  "nnnRent": {
    "label": "NNN",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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