private_browse
Build a list of companies matching criteria rather than looking one up: state, industry (NAICS), entity type, age, city, ZIP. Use it for prospecting, market sizing, or finding every business of a kind in a place. Ask for an industry with the naics filter — 23 is construction, 238 specialty trades, 238160 roofing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip | No | ZIP code prefix | |
| city | No | City name (partial match) | |
| type | No | Entity type: domestic_profit, domestic_llc, domestic_lp, foreign_profit | |
| limit | No | Max results (default 25) | |
| state | No | Two-letter state code, e.g. FL, NY, CA, TX | |
| county | No | County (NY only) | |
| offset | No | Pagination offset | |
| max_age | No | Maximum business age in years | |
| min_age | No | Minimum business age in years |