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 Enum | Category | Description |
|---|---|---|
newRegistration | formation | New business entity or name registration filed with state SOS |
The
entity_typefield in thedataobject (e.g.LLC,Corporation,LP) provides granular filtering within this subtype.
Signal Categories
| Category | Description |
|---|---|
formation | New 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. Expectnullfor the majority of fresh formations.
Note on
effective_datevsfiling_date: Most states these are identical, but Texas and a handful of others allow deferred or backdated effective dates. Always useeffective_datewhen timing outreach to the actual business start.
Field Reference
Core Fields
| Field | Type | Required | Description |
|---|---|---|---|
signal_id | string (UUID) | ✓ | Unique identifier for this signal |
signal_type | string | ✓ | Always "business-formation" |
signal_subtype | string | ✓ | Always "newRegistration" |
detected_at | string (ISO 8601) | ✓ | Timestamp when Autobound ingested this filing |
association | string | ✓ | Always "company" |
Company Object
| Field | Type | Required | Description |
|---|---|---|---|
company.name | string | ✓ | Legal entity name as filed |
company.domain | string | Resolved website domain. Often null for brand-new entities at time of filing. |
Data Object
| Field | Type | Required | Description |
|---|---|---|---|
data.summary | string | ✓ | Human-readable one-line description of the filing event |
data.legal_entity_name | string | ✓ | Official registered name exactly as it appears in the SOS filing (typically all caps) |
data.dba | string | "Doing business as" / trade name / fictitious name. Present when the filing includes a DBA. | |
data.entity_type | string | ✓ | Legal structure: LLC, Corporation, LP, LLP, Fictitious Name, or Foreign Entity |
data.filing_type | string | Exact document name as filed with the state, e.g. Articles of Organization, Certificate of Formation, Certificate of Incorporation | |
data.state_of_filing | string | ✓ | US state where the entity was filed (2-letter abbreviation, e.g. FL, TX, CA, NY) |
data.county | string | County of formation. Present for states that require it (e.g. New York). Useful for territory-based routing. | |
data.filing_date | string | ✓ | Date the filing was recorded with the state SOS (ISO 8601 date, e.g. 2026-03-03) |
data.effective_date | string | Date 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_number | string | State-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.status | string | Entity status as reported by the state: Active, Pending, Inactive | |
data.business_purpose | string | Stated nature or purpose of the business as written in the filing. Availability varies by state and entity type. | |
data.principal_address | object | Principal office address | |
data.principal_address.street | string | Street address | |
data.principal_address.city | string | City | |
data.principal_address.state | string | State (2-letter abbreviation) | |
data.principal_address.zip | string | ZIP / postal code | |
data.principal_address.country | string | Country code (e.g. US) | |
data.registered_agent_name | string | Name of the registered agent on file | |
data.registered_agent_address | string | Full address of the registered agent | |
data.owners | array[object] | List of owners, organizers, or incorporators as listed in the filing. May contain one or more entries. | |
data.owners[].name | string | Full name of the owner/organizer/incorporator | |
data.owners[].title | string | Role in the filing: Organizer, President, Manager, Incorporator, Member, Director, Partner | |
data.website | string | Company website URL. null at time of filing for most new entities; populated when Autobound can resolve via partial enrichment. | |
data.source_url | string | Reference 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)
Updated 7 days ago
