ttb_permittees_search
Which distilleries, wineries, alcohol importers, and wholesalers hold a federal TTB basic permit in a market? Search the TTB List of Permittees by owner, operating/DBA name, permit number, permit_type (S/W/I/P), industry, state, city, county, zip, entity_id, or new-permit-only (new=true, a new-business trigger). Returns the permittee, operating name, address, industry type, and entity-resolved owner. Excludes brewers/tobacco (IRC 6103). TTB public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | No | true = newly-issued permits only (< 7 days) — a new-business trigger. | |
| zip | No | Premise ZIP code. | |
| city | No | Premise city fragment. | |
| sort | No | permit_number | owner | city :asc|:desc. Default permit_number:asc. | |
| limit | No | Max rows (default 25, cap 100). | |
| owner | No | Permit-holder (owner) name — suffix/punctuation-insensitive. | |
| state | No | Premise state code(s), CSV. | |
| county | No | Premise county fragment. | |
| offset | No | Rows to skip. | |
| industry | No | Industry type (Distilled Spirits Plant | Wine Producer | Importer (Alcohol) | Wholesaler (Alcohol)), CSV. | |
| entity_id | No | Resolved owner entity UUID (pivots to business360). | |
| permit_type | No | S = distilled spirits, W = wine, I = importer, P = wholesaler. | |
| permit_number | No | TTB permit number(s), CSV (STATE-TYPE-SEQ). | |
| operating_name | No | Operating / DBA name fragment. |