Government Legal
Florida Sunbiz logo

Florida Sunbiz API

search.sunbiz.org

Florida business filings - entity details, filing history, status, officers, and registered agents.

Actions
4
Category
Government Legal
Login
Not required
Output
JSON

Call the Florida Sunbiz API

Submit a task, then poll the job until it settles. This example runs act_search_sunbiz_org_entity_detail_by_name.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_search_sunbiz_org_entity_detail_by_name",
    "params": {
      "aggregate_id": "flal-l23000445881-88c64a74-430c-416e-81b3-6bff05bac123",
      "search_name_order": "HOLDINGS321 L230004458810",
      "search_term": "holdings",
      "list_name_order": "HOLDINGS321 L230004458810"
    }
  }'

4 actions on search.sunbiz.org

Read

  • Entity Details

    act_search_sunbiz_org_entity_detail_by_nameread2 credits / call

    Returns a full Florida entity filing with status, agent, addresses, and officers.

    aggregate_id
    string · required
    search_name_order
    string · required
    search_term
    string · required
    list_name_order
    string · required
  • Entity Name Search

    act_search_sunbiz_org_entity_name_search_resultsread2 credits / call

    Returns Florida corporation matches by name with document numbers and statuses.

    search_term
    string · required
    search_name_order
    string · required
  • Next Entity Details

    act_search_sunbiz_org_entity_detail_by_name_forward_recordread2 credits / call

    Returns the next entity's filing details with status, agent, addresses, and officers.

    search_term
    string · required
    search_name_order
    string · required
    list_name_order
    string · required
  • Next Entity Search Results

    act_search_sunbiz_org_entity_name_search_results_forward_listread2 credits / call

    Returns the next page of name search results with names, document numbers, and statuses.

    search_term
    string · required
    search_name_order
    string · required
    entity_id
    string · required
    list_name_order
    string · required

Florida Sunbiz API questions

Is there an API for Florida Sunbiz?
Florida Sunbiz does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for search.sunbiz.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Florida Sunbiz data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when search.sunbiz.org changes its markup, Anakin updates the action.
Do I need a Florida Sunbiz account?
No. Every Florida Sunbiz action listed here runs anonymously — no account and no credentials required.
What does the Florida Sunbiz API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Government Legal APIs

All Government Legal sites