USA Liquor & Alcohol License Scraper: Owners & Addresses avatar

USA Liquor & Alcohol License Scraper: Owners & Addresses

Pricing

from $17.00 / 1,000 results

Go to Apify Store
USA Liquor & Alcohol License Scraper: Owners & Addresses

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

USA Liquor & Alcohol License Scraper: Owners & Addresses

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
searchQueriesstring[]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"].
citiesstring[]no(empty)Keep only licenses in these cities (exact city name). Case-insensitive. Example: ["Austin", "Houston"].
licenseTypesstring[]no(empty)Keep only these license type codes (for example MB, BG, BQ, Q, P). Leave empty for all types.
statusstringno(empty)Keep only licenses whose status contains this text (for example Active, Expired, Surrendered).
maxLicensesintegerno10Maximum 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.

FieldTypeDescription
licenseeNamestringLicensee / legal owner name.
tradeNamestringTrade name (DBA) / premises name.
licenseNumberstringLicense number.
masterFileIdstringMaster file / entity id.
licenseTypestringLicense type code.
tierstringTier: Retail, Wholesale, or Manufacturer.
statusstringLicense status (for example Active, Expired, Surrendered).
addressStreetstringBusiness street address.
citystringCity.
statestringState.
zipstringZIP code.
countystringCounty.
countrystringCountry.
mailAddressstringMailing street address.
mailCitystringMailing city.
mailStatestringMailing state.
mailZipstringMailing ZIP code.
originalIssueDatestringOriginal issue date (YYYY-MM-DD).
issueDatestringCurrent issue date (YYYY-MM-DD).
statusChangeDatestringLast status change (ISO 8601 timestamp).
expirationDatestringExpiration date (YYYY-MM-DD).
permitCodestringPermit code (letter prefix + number).
latestReceiptsMonthstringMonth of the most recent reported alcohol sales, or null.
monthlyLiquorReceiptsnumberMost recent monthly liquor sales revenue (USD), or null.
monthlyWineReceiptsnumberMost recent monthly wine sales revenue (USD), or null.
monthlyBeerReceiptsnumberMost recent monthly beer sales revenue (USD), or null.
monthlyCoverChargeReceiptsnumberMost recent monthly cover-charge revenue (USD), or null.
monthlyTotalReceiptsnumberMost recent monthly total alcohol sales revenue (USD), or null.
searchQuerystringSearch keyword that produced this record.
sourcestringData source.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.