Sunbiz Florida Business Registry & Officers Scraper
Search the Florida Division of Corporations (Sunbiz) and extract company records: entity name, document number, status, registered agent, officers, FEI/EIN and principal address. Export to JSON, CSV or Excel.
{ "entityName": "DISNEY 4 VILLAS LLC", "entityType": "Florida Limited Liability Company", "documentNumber": "L08000001508", "status": "INACTIVE", "statusCode": "INACT", "dateFiled": "01/04/2008", "effectiveDate": "01/04/2008", "state": "FL", "lastEvent": "ADMIN DISSOLUTION FOR ANNUAL REPORT" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Entity Name | Entity Type | Document Number | Status |
|---|---|---|---|
| DISNEY 4 VILLAS LLC | Florida Limited Liability Company | L08000001508 | INACTIVE |
| DISNEY | Trademark | 924613 | ACTIVE |
| DISNEY AD SERVICES CO., LLC | Foreign Limited Liability Company | M22000004323 | ACTIVE |
| ORLANDO ADVENTURE HOMES LLC | Florida Limited Liability Company | L20000004927 | ACTIVE |
{ "entityName": "DISNEY 4 VILLAS LLC", "entityType": "Florida Limited Liability Company", "documentNumber": "L08000001508", "status": "INACTIVE", "statusCode": "INACT", "dateFiled": "01/04/2008", "effectiveDate": "01/04/2008", "state": "FL", "lastEvent": "ADMIN DISSOLUTION FOR ANNUAL REPORT" }
常见问题
What records does it cover?
Public Florida business entities from the Division of Corporations (Sunbiz): corporations, LLCs, limited partnerships, non profits and similar filings, with the data the registry publishes.
Can I find every company a person is connected to?
Yes. Fill `officerOrAgentName` to list every Florida entity where a person or company appears as an officer, director or registered agent.
Does it return the full officer list and registered agent?
Yes. With Fetch Full Detail enabled, each record carries the registered agent name and address plus an array of every officer, director and authorized person with their titles, names and addresses.
Can I get annual reports and filing documents?
Yes. Each detailed record includes the annual report history (year and filed date) and the document image history with direct PDF links.
Can I look up exact document numbers or FEI/EIN numbers?
Yes. Fill `documentNumbers` or `feiNumbers` to pull specific filings directly, with or without a name search.
Can I filter the results?
Yes. Use `statusFilter` to keep only Active or Inactive entities and `entityTypeFilter` to keep a single entity type such as LLC or corporation.
Is the data official?
It comes straight from the public Sunbiz registry. The actor only accesses information that is publicly available there.