# BizBuySell Businesses For Sale Florida Scraper

**Use case:** 

Scrape Florida businesses for sale from BizBuySell with title, location, industry details, asking price, and cash flow. Export to JSON or CSV.

## Input

```json
{
  "startUrls": [
    "https://www.bizbuysell.com/florida-businesses-for-sale/"
  ],
  "maxItems": 50,
  "includeRawHTML": false,
  "scrapeDetails": true,
  "scrapeAgentsDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "enrichOutput": false
}
```

## Output

```json
{
  "TITLE": {
    "label": "TITLE",
    "format": "string"
  },
  "LINK TO DEAL": {
    "label": "LINK TO DEAL",
    "format": "link"
  },
  "PRICE": {
    "label": "PRICE",
    "format": "string"
  },
  "LOCATION": {
    "label": "LOCATION",
    "format": "string"
  },
  "STATE": {
    "label": "STATE",
    "format": "string"
  },
  "DATE ADDED": {
    "label": "DATE ADDED",
    "format": "string"
  },
  "REVENUE": {
    "label": "REVENUE",
    "format": "string"
  },
  "EBITDA": {
    "label": "EBITDA",
    "format": "string"
  },
  "CASH FLOW": {
    "label": "CASH FLOW",
    "format": "string"
  },
  "YEAR ESTABLISHED": {
    "label": "YEAR ESTABLISHED",
    "format": "string"
  },
  "NUMBER OF EMPLOYEES": {
    "label": "NUMBER OF EMPLOYEES",
    "format": "number"
  },
  "SELLER TYPE": {
    "label": "SELLER TYPE",
    "format": "string"
  },
  "INTERMEDIARY NAME": {
    "label": "Intermediary name"
  },
  "INTERMEDIARY FIRM": {
    "label": "INTERMEDIARY FIRM",
    "format": "string"
  },
  "INTERMEDIARY PHONE": {
    "label": "INTERMEDIARY PHONE",
    "format": "string"
  },
  "AGENT URL": {
    "label": "AGENT URL",
    "format": "link"
  },
  "AGENT WEBSITE": {
    "label": "AGENT WEBSITE",
    "format": "link"
  },
  "INDUSTRY DETAILS": {
    "label": "INDUSTRY DETAILS",
    "format": "text"
  },
  "INVENTORY": {
    "label": "INVENTORY",
    "format": "string"
  },
  "REASON FOR SELLING": {
    "label": "REASON FOR SELLING",
    "format": "string"
  },
  "REAL ESTATE": {
    "label": "REAL ESTATE",
    "format": "string"
  },
  "BUILDING SF": {
    "label": "BUILDING SF",
    "format": "string"
  },
  "FACILITIES": {
    "label": "FACILITIES",
    "format": "text"
  },
  "FURNITURE, FIXTURES, & EQUIPMENT (FF&E)": {
    "label": "FURNITURE, FIXTURES, & EQUIPMENT (FF&E)",
    "format": "string"
  },
  "GROWTH & EXPANSION": {
    "label": "GROWTH & EXPANSION",
    "format": "text"
  },
  "FINANCING": {
    "label": "FINANCING",
    "format": "string"
  },
  "SUPPORT & TRAINING": {
    "label": "SUPPORT & TRAINING",
    "format": "text"
  },
  "FRANCHISE": {
    "label": "FRANCHISE",
    "format": "string"
  },
  "COMPETITION": {
    "label": "COMPETITION",
    "format": "text"
  },
  "HOME-BASED": {
    "label": "HOME-BASED",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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