US Multi-State Business Entity Search
us_business_entity_searchSearch multiple state business registries at once for a company name and get normalized records from Florida, Alabama, Iowa, and Wisconsin. Solves multi-state entity lookups when the state of registration is unknown.
Instructions
Search public Secretary of State business registries across Florida, Alabama, Iowa, and Wisconsin in one call, returning a normalized, source-tagged record per state match.
Behavioral Transparency:
Execution: Network call executed synchronously in the cloud via Apify Actor 'captainhandsome/us-business-entity-search'.
Side Effects: Reads public sources and creates a billed Actor run and dataset on your Apify account.
Authentication: Requires APIFY_TOKEN environment variable.
Latency & Limits: Typical run duration is 15-45 seconds without detail pages, longer with include_details enabled and with more states selected; timeout capped at 120 seconds.
Usage Guidelines:
When to use: Use when a company name lookup should span multiple states at once, or when the entity's state of registration is unknown among Florida, Alabama, Iowa, or Wisconsin.
When NOT to use: Do not use for a single known state where a dedicated tool exists and is faster (e.g. 'alabama_business_search' or 'florida_new_filings_search'), for states outside this coverage, for officer/person-name lookups (use 'florida_officer_search'), or for contractor licences.
Named alternatives: Use 'alabama_business_search' or 'florida_new_filings_search' for a single-state lookup, 'florida_officer_search' for a person-to-company search, or 'us_contractor_license_search'/'california_contractor_license_search' for licensed contractors rather than general business entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| states | No | State registries to search. Defaults to all four supported states; narrow this to speed up a run when the state is already known. | |
| max_results | No | Maximum number of normalized entity records to return and bill across all selected states. Defaults to 10. | |
| search_query | Yes | Full or partial business name to search across the selected state registries (e.g. 'SMITH' or 'Smith Services LLC'). | |
| include_details | No | When true, opens each result's detail page to add formation date, registered agent, officers, and both address blocks. Adds one request per record and per state; leave off for a fast lookup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | ||
| error | No | ||
| status | Yes | ||
| results | Yes |