New Business Formation

Daily Secretary of State filings tracking new business incorporations—LLCs, corporations, LPs, and DBA registrations—across all 50 US states.

Overview

New Business Formation signals surface newly registered legal entities within hours of official state recording—giving go-to-market teams access to net-new businesses before they appear in any commercial database.

Autobound operates a proprietary ingestion and normalization infrastructure spanning all 50 US states. Each state exposes entity registration data through a distinct schema, format, and delivery mechanism—with significant variation in field naming, filing taxonomy, address structure, and update cadence. Our pipeline abstracts this complexity into a single, consistent schema, resolving cross-state inconsistencies in real time and enriching records with domain and contact data where available.

Each signal includes the legal entity name, entity type, owners/organizers, principal address, registered agent, filing date, and effective date. Records are normalized against our entity resolution layer to populate company.domain where a match can be made.

The result: you know the moment a new business is registered in your territory—before they've been cold-called, enriched, or added to any competitor's database. This is the earliest possible buying signal for SMB-focused sellers, franchise developers, insurance brokers, payroll providers, attorneys, accountants, and any GTM team targeting net-new businesses.

Priority states: California, New York, Florida, and Texas are available at launch. Full 50-state coverage is on the roadmap — contact [email protected] for current state availability.

Available Subtypes

Subtype EnumCategoryDescription
newRegistrationformationNew business entity or name registration filed with state SOS

The entity_type field in the data object (e.g. LLC, Corporation, LP) provides granular filtering within this subtype.

Signal Categories

CategoryDescription
formationNew entity or name registration event

Schema

{
  "signal_id": "a3f7e2b1-89c4-4d5e-b231-f12a4c8e9d0f",
  "signal_type": "business-formation",
  "signal_subtype": "newRegistration",
  "detected_at": "2026-03-04T07:00:00Z",
  "association": "company",

  "company": {
    "name": "Sunrise Solutions LLC",
    "domain": null
  },

  "data": {
    "summary": "Sunrise Solutions LLC registered as a new LLC in Florida on March 3, 2026.",
    "legal_entity_name": "SUNRISE SOLUTIONS LLC",
    "dba": null,
    "entity_type": "LLC",
    "filing_type": "Articles of Organization",
    "state_of_filing": "FL",
    "county": null,
    "filing_date": "2026-03-03",
    "effective_date": "2026-03-03",
    "document_number": "L26000034521",
    "status": "Active",
    "business_purpose": null,
    "principal_address": {
      "street": "1420 Harbor Blvd",
      "city": "Tampa",
      "state": "FL",
      "zip": "33602",
      "country": "US"
    },
    "registered_agent_name": "ABC Registered Agents Inc.",
    "registered_agent_address": "1200 N Ashley Dr Ste 400, Tampa, FL 33602",
    "owners": [
      {
        "name": "John Martinez",
        "title": "Organizer"
      }
    ],
    "website": null,
    "source_url": "https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&directionType=Initial&searchNameOrder=SUNRISESOLUTIONS&aggregateId=flal-l26000034521"
  }
}

Note on company.domain: Brand-new entities typically don't have a website at time of filing. When Autobound can resolve a domain through enrichment, it will be populated. Expect null for the majority of fresh formations.

Note on effective_date vs filing_date: Most states these are identical, but Texas and a handful of others allow deferred or backdated effective dates. Always use effective_date when timing outreach to the actual business start.

Field Reference

Core Fields

FieldTypeRequiredDescription
signal_idstring (UUID)Unique identifier for this signal
signal_typestringAlways "business-formation"
signal_subtypestringAlways "newRegistration"
detected_atstring (ISO 8601)Timestamp when Autobound ingested this filing
associationstringAlways "company"

Company Object

FieldTypeRequiredDescription
company.namestringLegal entity name as filed
company.domainstringResolved website domain. Often null for brand-new entities at time of filing.

Data Object

FieldTypeRequiredDescription
data.summarystringHuman-readable one-line description of the filing event
data.legal_entity_namestringOfficial registered name exactly as it appears in the SOS filing (typically all caps)
data.dbastring"Doing business as" / trade name / fictitious name. Present when the filing includes a DBA.
data.entity_typestringLegal structure: LLC, Corporation, LP, LLP, Fictitious Name, or Foreign Entity
data.filing_typestringExact document name as filed with the state, e.g. Articles of Organization, Certificate of Formation, Certificate of Incorporation
data.state_of_filingstringUS state where the entity was filed (2-letter abbreviation, e.g. FL, TX, CA, NY)
data.countystringCounty of formation. Present for states that require it (e.g. New York). Useful for territory-based routing.
data.filing_datestringDate the filing was recorded with the state SOS (ISO 8601 date, e.g. 2026-03-03)
data.effective_datestringDate the entity legally came into existence. Usually equals filing_date but may differ in TX and other states that allow deferred/backdated effective dates.
data.document_numberstringState-assigned document or entity number. Field name varies by state (FL: Document Number, TX: Filing Number, CA: Entity Number, NY: DOS ID) but is normalized here.
data.statusstringEntity status as reported by the state: Active, Pending, Inactive
data.business_purposestringStated nature or purpose of the business as written in the filing. Availability varies by state and entity type.
data.principal_addressobjectPrincipal office address
data.principal_address.streetstringStreet address
data.principal_address.citystringCity
data.principal_address.statestringState (2-letter abbreviation)
data.principal_address.zipstringZIP / postal code
data.principal_address.countrystringCountry code (e.g. US)
data.registered_agent_namestringName of the registered agent on file
data.registered_agent_addressstringFull address of the registered agent
data.ownersarray[object]List of owners, organizers, or incorporators as listed in the filing. May contain one or more entries.
data.owners[].namestringFull name of the owner/organizer/incorporator
data.owners[].titlestringRole in the filing: Organizer, President, Manager, Incorporator, Member, Director, Partner
data.websitestringCompany website URL. null at time of filing for most new entities; populated when Autobound can resolve via partial enrichment.
data.source_urlstringReference URL for the official filing record

Coverage

  • Refresh: Daily
  • Priority states: CA, NY, FL, TX (daily); remaining states available — contact [email protected]
  • Coverage: All 50 US states (availability varies by state)