# SBA in FL

**Use case:** 

Export sba in FL — names, locations, and contact details.

## Input

```json
{
  "sp_intended_usage": "Example: extract sba for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "FL"
  ],
  "maxItems": 200,
  "naicsPrimaryOnly": false
}
```

## Output

```json
{
  "legal_business_name": {
    "label": "Legal Business Name",
    "format": "string"
  },
  "contact_person": {
    "label": "Contact Person",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "naics_primary": {
    "label": "Naics Primary",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SBA Crawler](https://apify.com/jungle_synthesizer/sba-crawler) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/sba-crawler) to learn more, explore other use cases, and run it yourself.