# Florida business entity search (Sunbiz)

**Use case:** 

Search Florida business registrations by name: entity type, status, registered agent, and filing ID from official Sunbiz records. Pay per result.

## Input

```json
{
  "companyName": "Disney",
  "states": [
    "FL"
  ],
  "exactMatch": false,
  "maxResultsPerState": 10
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity name"
  },
  "state": {
    "label": "State"
  },
  "entityType": {
    "label": "Type"
  },
  "status": {
    "label": "Status"
  },
  "registrationDate": {
    "label": "Registered"
  },
  "registeredAgent": {
    "label": "Registered agent"
  },
  "jurisdiction": {
    "label": "Jurisdiction"
  },
  "filingId": {
    "label": "Filing ID"
  },
  "sourceUrl": {
    "label": "Source"
  },
  "retrievedAt": {
    "label": "Retrieved"
  }
}
```

## About this Actor

This example demonstrates how to use [Secretary of State Business Entity Search (KYB)](https://apify.com/whetstonetools/secretary-of-state-business-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/whetstonetools/secretary-of-state-business-search) to learn more, explore other use cases, and run it yourself.