# Find Florida Businesses by ZIP Code

**Use case:** 

Pull Florida business registrations by ZIP code from Sunbiz for local lead generation and market research.

## Input

```json
{
  "searchType": "ZipCode",
  "searchTerm": "33101",
  "maxItems": 50,
  "includeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "corporateName": {
    "label": "Corporate Name",
    "format": "text"
  },
  "crossReferenceName": {
    "label": "Cross Reference Name",
    "format": "text"
  },
  "documentNumber": {
    "label": "Document Number",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "corporationType": {
    "label": "Corporation Type",
    "format": "text"
  },
  "feiEinNumber": {
    "label": "FEI/EIN Number",
    "format": "text"
  },
  "dateFiled": {
    "label": "Date Filed",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "principalAddress": {
    "label": "Principal Address",
    "format": "object"
  },
  "principalAddressChanged": {
    "label": "Principal Address Changed",
    "format": "text"
  },
  "mailingAddress": {
    "label": "Mailing Address",
    "format": "object"
  },
  "mailingAddressChanged": {
    "label": "Mailing Address Changed",
    "format": "text"
  },
  "registeredAgent": {
    "label": "Registered Agent",
    "format": "object"
  },
  "officers": {
    "label": "Officers",
    "format": "array"
  },
  "annualReports": {
    "label": "Annual Reports",
    "format": "array"
  },
  "documentImages": {
    "label": "Document Images",
    "format": "array"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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