# IBBA Business Broker in FL

**Use case:** 

Export ibba business broker in FL — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract ibba business broker for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "state": "FL",
  "country": "",
  "certification": "",
  "industryKeyword": "",
  "hasEmail": false,
  "maxItems": 200
}
```

## Output

```json
{
  "broker_name": {
    "label": "Broker Name",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  },
  "credentials": {
    "label": "Credentials",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [IBBA Business Broker Directory Scraper](https://apify.com/jungle_synthesizer/business-broker-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/business-broker-directory-scraper) to learn more, explore other use cases, and run it yourself.