{
  "openapi": "3.0.1",
  "info": {
    "title": "Florida Sunbiz Scraper - New LLC & Corporation Filings Daily",
    "description": "New Florida LLCs, corporations and partnerships from the state's official daily Sunbiz filing files: document number, name, type, file date, principal and mailing address, registered agent, officer names and titles, FEIN. Any day since 2022. No API key.",
    "version": "0.1",
    "x-build-id": "IqfhyJhbpfZ9EbgVX"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/neverempty~florida-sunbiz-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-neverempty-florida-sunbiz-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/neverempty~florida-sunbiz-scraper/runs": {
      "post": {
        "operationId": "runs-sync-neverempty-florida-sunbiz-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/neverempty~florida-sunbiz-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-neverempty-florida-sunbiz-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "dates": {
            "title": "Dates (daily files)",
            "type": "array",
            "description": "Days whose daily file to read, written YYYY-MM-DD, for example 2026-09-10. The date is the day the filings were entered into the register (the file name). Files exist from 2022-01-03 onwards, most weekends included; a date with no file (no filings entered that day) returns one free row saying so.",
            "items": {
              "type": "string"
            }
          },
          "fromDate": {
            "title": "From date",
            "type": "string",
            "description": "Read every daily file from this date on, written YYYY-MM-DD. Up to 60 files per run (about 2 months of calendar days); the newest are read first."
          },
          "toDate": {
            "title": "To date",
            "type": "string",
            "description": "Read every daily file up to this date, written YYYY-MM-DD."
          },
          "latestFiles": {
            "title": "Newest N daily files",
            "minimum": 1,
            "maximum": 60,
            "type": "integer",
            "description": "Read the newest N daily files (1 to 60). Leave empty to read only the newest file. Cannot be combined with dates or a date range."
          },
          "name": {
            "title": "Entity name words",
            "type": "string",
            "description": "Words of the entity name, for example roofing or real estate. Every word must start a word of the name; case and accents are ignored."
          },
          "filingTypes": {
            "title": "Filing types",
            "type": "array",
            "description": "Keep only these filing types, as the state codes them.",
            "items": {
              "type": "string",
              "enum": [
                "FLAL",
                "FORL",
                "DOMP",
                "FORP",
                "DOMNP",
                "FORNP",
                "DOMLP",
                "FORLP",
                "NPREG",
                "TRUST",
                "AGENT"
              ],
              "enumTitles": [
                "FLAL - Florida Limited Liability Co.",
                "FORL - Foreign Limited Liability Co.",
                "DOMP - Domestic Profit",
                "FORP - Foreign Profit",
                "DOMNP - Domestic Non-Profit",
                "FORNP - Foreign Non-Profit",
                "DOMLP - Domestic Limited Partnership",
                "FORLP - Foreign Limited Partnership",
                "NPREG - Non-Profit, Registration",
                "TRUST - Declaration of Trust",
                "AGENT - Designation of Registered Agent"
              ]
            }
          },
          "cities": {
            "title": "Principal address cities",
            "type": "array",
            "description": "Cities of the principal address as written in the register, for example MIAMI, ORLANDO, ST. PETERSBURG. Case and periods are ignored; MIAMI BEACH is a different city from MIAMI.",
            "items": {
              "type": "string"
            }
          },
          "zipCodes": {
            "title": "Principal address ZIP codes",
            "type": "array",
            "description": "ZIP codes or their first 3 or 4 digits, for example 33139 or 331. Compared with the principal address.",
            "items": {
              "type": "string"
            }
          },
          "statesOfFormation": {
            "title": "State or country of formation",
            "type": "array",
            "description": "2-letter codes as written in the register: FL for Florida entities, DE, NY, TX and so on for out-of-state entities registering to do business in Florida.",
            "items": {
              "type": "string"
            }
          },
          "registeredAgent": {
            "title": "Registered agent name words",
            "type": "string",
            "description": "Words of the registered agent's name, for example northwest registered agent. Every word must start a word of the name."
          },
          "maxResults": {
            "title": "Maximum entities",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "The most entities one run returns, up to 100,000. A weekday's file holds about 2,000 to 4,000.",
            "default": 1000
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}