New Business Formation Monitor — new LLCs & corps (US states) avatar

New Business Formation Monitor — new LLCs & corps (US states)

Pricing

from $2.00 / 1,000 entity records

Go to Apify Store
New Business Formation Monitor — new LLCs & corps (US states)

New Business Formation Monitor — new LLCs & corps (US states)

Newly registered LLCs, corporations and nonprofits from official state open data (CO, NY, CT, PA, OR). Filter by state, entity type, name keyword, city, county and ZIP; registered-agent firms; only new since your last run.

Pricing

from $2.00 / 1,000 entity records

Rating

0.0

(0)

Developer

tatsuya handa

tatsuya handa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

What is New Business Formation Monitor for?

A company that was registered yesterday has no bank, no insurance, no accountant, no website and no payroll provider yet. This Actor reads the official business registries that US states publish as open data and returns the newly formed LLCs, corporations and nonprofits, filtered by state, entity type, name keyword, city, county and ZIP. In monitor mode it returns only the entities it has not shown you before, so a daily schedule becomes a clean feed of new companies.

Typical users:

  • Banks, insurers, accountants, payroll and POS vendors prospecting brand-new businesses in their territory.
  • Registered-agent and formation services watching which competitors (LegalZoom, Northwest, ZenBusiness…) are forming the most entities.
  • Local media, chambers of commerce and economic developers tracking formation activity by city or county.
  • AI agents and workflows that need a JSON feed of "companies founded this week" without scraping Secretary-of-State portals.

Everything comes from the states' own Socrata open-data APIs: no scraping, no proxies, no login.

Sample output

An entity record (Colorado):

{
"type": "entity",
"change": "new",
"entityId": "CO:20268119881",
"state": "CO",
"registryId": "20268119881",
"name": "MARJAN FLOWERS LLC",
"entityType": "DLLC",
"category": "llc",
"foreign": false,
"status": "Good Standing",
"formedDate": "2026-09-03",
"jurisdiction": "CO",
"address": "1500 N GRANT ST 5656",
"city": "DENVER",
"addressState": "CO",
"zip": "80203",
"county": null,
"registeredAgent": "Colorado Registered Agents Inc",
"email": null,
"naics": null,
"sourceUrl": null,
"sourceDataset": "https://data.colorado.gov/d/4ykn-tg5h",
"checkedAt": "2026-09-05T03:20:11.000Z",
"llmSummary": "MARJAN FLOWERS LLC — DLLC registered in CO on 2026-09-03, DENVER, CO 80203; registered agent Colorado Registered Agents Inc."
}

The first record of every run is a summary with counts per state and category, the share with a registered-agent firm and the most frequent agent firms.

What you get

FieldMeaning
entityIdSTATE:registry id, stable across runs
name, entityType, categoryRegistered name, the state's own type code, and a normalised category (llc, corporation, nonprofit, partnership, other)
foreignFormed in another state/country and registering to do business here
statusRegistry status where published (Colorado, Connecticut)
formedDateFormation / registration date (YYYY-MM-DD)
jurisdictionHome jurisdiction
address, city, addressState, zip, countyPrincipal (or service-of-process) address as filed
registeredAgentRegistered-agent firm name where published. Individual agents are omitted
email, naicsBusiness e-mail and NAICS text (Connecticut only)
sourceUrlLink to the registry record (Oregon only)
changenew (monitor mode), baseline (first run with emitBaseline) or snapshot
llmSummaryOne-sentence description for LLM agents and alerts

Coverage

StateDatasetUpdatesNew entities / dayAgent firmAddressNotes
Colorado4ykn-tg5hdaily~500yes (about half)yes + statusBest schema
New Yorkn9v6-gdp6daily~680partialservice-of-process address, countyActive entities only
Connecticutn7gp-d28jnightly~170yes (via agents dataset)yes + status, NAICS, e-mail
Pennsylvaniaxvd7-5r2cdaily (1–3 day lag)~250noyes + county
Oregontckn-sxa6monthly~155yes (organisations)yes + record linkUse daysBack 30+ and a monthly schedule

Personal names (organizers, incorporators, individual agents, officers) are never exported.

Settings

InputDefaultNotes
statesCO, NY, CT, PAAny subset of the five
categoriesllc, corporation, nonprofit, partnership, other. Empty = all
includeForeigntrueSet false for domestic formations only
keywords / excludeKeywordsAny-match against the name (and NAICS text in CT)
cities, counties, zipPrefixesLocation filters on the principal address. Counties: NY and PA only
agentOnlyfalseOnly entities with a registered-agent firm
daysBack3Formation-date window (1–60)
modemonitormonitor = only entities not seen before; snapshot = everything matching
watchlistIddefaultName for the memory of a watch. Filters are part of the key too
emitBaselinefalseEmit the current entities on the first run of a watch (charged)
maxEntities5000Cap per run, most recent first
socrataAppTokenOptional; raises the open-data rate limit

Monitor mode, watchlists and the free first run

  1. Choose a watchlistId (e.g. denver-llcs) and your filters. Run once. The first run is a free baseline: the Actor remembers the entities currently in the window and returns only a summary (no entity records are charged) unless emitBaseline is on.
  2. Schedule the same input daily. Each later run returns only entities registered since the last run and charges only for those.
  3. Different watchlists keep separate memories. Changing filters starts a new baseline for that watchlist.

Pricing: one run-summary event per non-baseline run, one entity event per entity record.

Example: new LLCs in Denver and Brooklyn, daily

{
"states": ["CO", "NY"],
"categories": ["llc"],
"includeForeign": false,
"cities": ["Denver", "Brooklyn"],
"daysBack": 3,
"mode": "monitor",
"watchlistId": "denver-brooklyn-llcs"
}

Notes and limits

  • States publish with a one-to-three-day lag; daysBack 3 with a daily schedule catches everything.
  • New York's dataset lists active entities only and has no status column; its address is the service-of-process address, which is usually the company's own.
  • Pennsylvania has no status or agent columns.
  • Oregon refreshes around the first of each month.
  • Results are official public records provided as-is; verify with the Secretary of State before relying on them.

日本語

米国5州(コロラド、ニューヨーク、コネチカット、ペンシルベニア、オレゴン)の州政府が公式オープンデータとして公開する新設法人(LLC・株式会社・非営利)を取得します。州・法人種別・社名キーワード・市・郡・ZIP で絞り込み、公開されている場合は登録代理人(Registered Agent)の会社名も付きます。monitor モードでは前回以降に登録された法人だけを返し、初回はベースライン(無課金)です。個人名は出力しません。