USA Liquor & Alcohol License Scraper: Owners & Addresses
Pricing
from $17.00 / 1,000 results
USA Liquor & Alcohol License Scraper: Owners & Addresses
Scrape US liquor and alcohol beverage retail licenses: licensee and business name, trade name (DBA), license number and type, status, full business and mailing address, county, and issue and expiration dates. Filter by keyword, city, license type or status. Export to JSON, CSV or Excel.
Pricing
from $17.00 / 1,000 results
Rating
5.0
(1)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
USA Liquor & Alcohol License Scraper: Owners & Addresses
Here is one real result, with every field the actor returns:
{"licenseeName": "HENPIL INC.","tradeName": "KROGER #300","licenseNumber": "100010316","masterFileId": "2100000555","licenseType": "BQ","tier": "Retail","status": "Active","addressStreet": "1918 EL DORADO BLVD","city": "Houston","state": "TX","zip": "77062","county": "Harris","country": "UNITED STATES","mailAddress": "RASC BUSINESS LICENSE","mailCity": "Nashville","mailState": "TN","mailZip": "37230","originalIssueDate": "1980-09-01","issueDate": "2025-08-11","statusChangeDate": "2025-08-11T21:13:48.073Z","expirationDate": "2027-08-31","permitCode": "BQ128071","latestReceiptsMonth": null,"monthlyLiquorReceipts": null,"monthlyWineReceipts": null,"monthlyBeerReceipts": null,"monthlyCoverChargeReceipts": null,"monthlyTotalReceipts": null,"searchQuery": "Kroger","source": "US Alcohol Beverage License Register","observedAt": "2026-08-10T14:31:40.248Z","error": null}
The most complete US liquor and alcohol license scraper available. It returns every field the state alcohol beverage register exposes for each retail license, including the licensee and trade name, license number and type, status, full business and mailing address, county, and key dates, plus the most recent monthly mixed-beverage sales receipts where reported, and gives you four filters to target exactly the licenses you need.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor queries the public state alcohol beverage license register, applies the filters you pass as input, paginates through the matching licenses, and writes one normalized record per license to the run's dataset. For each license it also looks up the most recent reported monthly mixed-beverage gross receipts (liquor, wine, beer, cover charge, and total) and joins them onto the record where available. Dates are normalized to YYYY-MM-DD (except statusChangeDate, kept as the full ISO timestamp from the source), receipts are returned as numbers, and missing source values are returned as null.
Data covers the Texas alcohol beverage license register, which lists retail liquor and alcohol licenses issued in the state. It is public data, so no account or API key is required.
Quickstart
Open the actor, paste this into the input, and press Run. It returns the 10 most recent licenses matching Kroger.
{"searchQueries": ["Kroger"],"maxLicenses": 10}
Leave searchQueries empty to scan all licenses filtered by the other fields. Every input field is optional; with an empty input the actor pulls licenses with no keyword filter (default maxLicenses is 10).
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | string[] | no | ["Kroger"] | Business, trade (DBA) or owner names to search for. One search runs per entry. Leave empty to scan all licenses. Example: ["Kroger", "Walmart"]. |
cities | string[] | no | (empty) | Keep only licenses in these cities (exact city name). Case-insensitive. Example: ["Austin", "Houston"]. |
licenseTypes | string[] | no | (empty) | Keep only these license type codes (for example MB, BG, BQ, Q, P). Leave empty for all types. |
status | string | no | (empty) | Keep only licenses whose status contains this text (for example Active, Expired, Surrendered). |
maxLicenses | integer | no | 10 | Maximum number of licenses to collect across the whole run. Minimum 1, maximum 1000000. |
Filters combine with logical AND. If you pass no filters at all, the actor returns the most recent licenses.
Output reference
One dataset item per license. Types: string, number, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
licenseeName | string | Licensee / legal owner name. |
tradeName | string | Trade name (DBA) / premises name. |
licenseNumber | string | License number. |
masterFileId | string | Master file / entity id. |
licenseType | string | License type code. |
tier | string | Tier: Retail, Wholesale, or Manufacturer. |
status | string | License status (for example Active, Expired, Surrendered). |
addressStreet | string | Business street address. |
city | string | City. |
state | string | State. |
zip | string | ZIP code. |
county | string | County. |
country | string | Country. |
mailAddress | string | Mailing street address. |
mailCity | string | Mailing city. |
mailState | string | Mailing state. |
mailZip | string | Mailing ZIP code. |
originalIssueDate | string | Original issue date (YYYY-MM-DD). |
issueDate | string | Current issue date (YYYY-MM-DD). |
statusChangeDate | string | Last status change (ISO 8601 timestamp). |
expirationDate | string | Expiration date (YYYY-MM-DD). |
permitCode | string | Permit code (letter prefix + number). |
latestReceiptsMonth | string | Month of the most recent reported alcohol sales, or null. |
monthlyLiquorReceipts | number | Most recent monthly liquor sales revenue (USD), or null. |
monthlyWineReceipts | number | Most recent monthly wine sales revenue (USD), or null. |
monthlyBeerReceipts | number | Most recent monthly beer sales revenue (USD), or null. |
monthlyCoverChargeReceipts | number | Most recent monthly cover-charge revenue (USD), or null. |
monthlyTotalReceipts | number | Most recent monthly total alcohol sales revenue (USD), or null. |
searchQuery | string | Search keyword that produced this record. |
source | string | Data source. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null on success. On a failed run, a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"searchQueries": ["Kroger"], "maxLicenses": 10}):
{"licenseeName": "HENPIL INC.","tradeName": "KROGER #300","licenseNumber": "100010316","masterFileId": "2100000555","licenseType": "BQ","tier": "Retail","status": "Active","addressStreet": "1918 EL DORADO BLVD","city": "Houston","state": "TX","zip": "77062","county": "Harris","country": "UNITED STATES","mailAddress": "RASC BUSINESS LICENSE","mailCity": "Nashville","mailState": "TN","mailZip": "37230","originalIssueDate": "1980-09-01","issueDate": "2025-08-11","statusChangeDate": "2025-08-11T21:13:48.073Z","expirationDate": "2027-08-31","permitCode": "BQ128071","latestReceiptsMonth": null,"monthlyLiquorReceipts": null,"monthlyWineReceipts": null,"monthlyBeerReceipts": null,"monthlyCoverChargeReceipts": null,"monthlyTotalReceipts": null,"searchQuery": "Kroger","source": "US Alcohol Beverage License Register","observedAt": "2026-08-10T14:31:40.248Z","error": null}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~usa-liquor-licenses-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"searchQueries":["Kroger"],"cities":["Houston"],"maxLicenses":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~usa-liquor-licenses-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"licenseTypes":["MB"],"status":"Active","maxLicenses":100}'
Apify CLI:
apify call scrapers_lat/usa-liquor-licenses-scraper \--input '{"searchQueries":["Walmart"]}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per record returned (
resultevent). See the pricing tab for the current per-result price. - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxLicenses.
FAQ and troubleshooting
A run returned 0 records. Why?
The filter combination matched nothing in the source. Loosen filters (for example remove cities or status), or confirm the keyword appears in the licensee, trade, or owner name. Zero-result runs are not charged.
Which state does this cover? The Texas alcohol beverage license register, which lists retail liquor and alcohol licenses issued in the state.
Why are the monthly receipts fields null?
Monthly mixed-beverage gross receipts are reported only for certain license types (typically mixed-beverage permits) and only after a reporting period closes. When no receipts are on file for a license, those fields are returned as null, never invented.
What is the difference between licensee name and trade name?
licenseeName is the legal owner or entity that holds the license; tradeName is the doing-business-as / premises name the public sees.
Can I search several names in one run?
Yes. Pass multiple entries in searchQueries; one search runs per entry and all results are merged into the dataset.
Is this an official state tool? No. This actor is independent and has no affiliation with any state alcohol beverage agency. It reads only data that is publicly available. Use it in accordance with the source's terms of service.
Related scrapers
- US Business Licenses Scraper: US business licenses with names, addresses and license types.
- USA Contractor License Scraper: US state contractor licenses with contacts and insurance.
- USA Medical License Scraper: US medical professional licenses and disciplinary status.
- USA FCC License Scraper: FCC radio and wireless license grants.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with any state alcohol beverage agency. Accesses only publicly available data. Use in accordance with the source's terms of service.
