Business Entity Search — TX & NY (more states coming)
Under maintenancePricing
$4.00 / 1,000 dataset item scrapeds
Business Entity Search — TX & NY (more states coming)
Under maintenanceSearch business entity registrations across Texas and New York. Returns unified results: entity name, type, status, registered agent, officers, and filing number. Pulls from official state data sources. More states coming soon.
Pricing
$4.00 / 1,000 dataset item scrapeds
Rating
0.0
(0)
Developer
Harry Schoeller
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Business Entity Search — TX & NY (expanding)
Search business entity registrations across US Secretary of State portals and get unified results: entity name, type, status, registered agent, and filing number.
Supported states (live)
Only the following jurisdictions are live and verified working today:
| State | Code | Status |
|---|---|---|
| Texas | TX | Live |
| New York | NY | Live |
A run with no states specified searches exactly these two states.
More states are coming. Additional state handlers exist in the codebase but are still in development (Phase 2) and are intentionally not advertised or queried by default until they are verified. We do not claim coverage we cannot deliver.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchTerm | string | yes | Business entity name to search. |
states | string[] | no | State codes to query. Currently supported: TX, NY. Unsupported codes are ignored. Leave empty to search all supported states. |
maxResultsPerState | integer | no | Max results per state (1–200, default 25). |
proxyConfiguration | object | no | Apify proxy settings. Residential proxies are recommended to bypass Cloudflare on state SOS portals (useApifyProxy=true, apifyProxyGroups=["RESIDENTIAL"]). |
Example input
{"searchTerm": "Apple Inc","states": ["TX", "NY"],"maxResultsPerState": 25}
Output
Each result record includes the searched state plus the entity's name, type, status, registered agent, and filing number (fields vary by what each SOS portal exposes).
Roadmap
Coverage is being expanded one state at a time. A state is only added to the supported list above once its handler is verified against the live SOS portal.