# Extract Franchise Opportunities in Florida

**Use case:** 

Discover available franchise resale opportunities across Florida to inform investment decisions or create targeted marketing lists. Access key financial details

## Input

```json
{
  "searchUrl": "https://www.bizbuysell.com/franchise-for-sale/florida/",
  "maxItems": 150,
  "enrichDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Business Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "text"
  },
  "askingPriceNumeric": {
    "label": "Price (numeric)",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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