# Florida Tech Solutions Companies Sunbiz

**Use case:** 

Search Sunbiz for Florida tech solutions companies with registered agents and status.

## Input

```json
{
  "searchQuery": "tech solutions",
  "documentNumbers": [],
  "withDetails": true,
  "maxItems": 50
}
```

## Output

```json
{
  "entityName": {
    "label": "Entity",
    "format": "text"
  },
  "documentNumber": {
    "label": "Doc #",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "registeredAgentName": {
    "label": "Registered Agent",
    "format": "text"
  },
  "feiEin": {
    "label": "FEI/EIN",
    "format": "text"
  },
  "principalAddress": {
    "label": "Principal Address",
    "format": "text"
  },
  "dateFiled": {
    "label": "Filed",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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