DataScoop.io
Get a free key
Datasets / US liquor licenses
Food & hospitalityLivePublic records, state open-data terms

US liquor license data

Every active liquor license published by New York, Texas, Missouri and Colorado, on one schema: licensee and trade name, license type, premises address, county, ZIP and the dates it was issued and expires. Pick a state, a license type and an issue date, and have this month's new bars and restaurants in your spreadsheet in a minute, or pull them straight into your code or your AI agent. Premises-level only: no phone numbers.

Preview it free. Your list for £4.99.

Loading live dataset...

State Texas ▾
Issued since 2026-07-01 ▾
License type Any ▾
new-liquor-licenses.csv
Sources: New York, Texas, Missouri and Colorado open-data portals, public records. Preview 25 rows free; buy this filtered export or use Pro for every matching row.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Texas liquor licenses issued since 1 July 2026, as CSV
curl "https://datascoop.io/v1/datasets/us-liquor-licenses/query?\
  source=Texas&issuedSince=2026-07-01&format=csv" \
  -H "Authorization: Bearer ds_your_key"
// # Texas liquor licenses issued since 1 July 2026, as CSV
const res = await fetch("https://datascoop.io/v1/datasets/us-liquor-licenses/query?source=Texas&issuedSince=2026-07-01", {
  headers: { Authorization: "Bearer ds_your_key" }
});
const { rows, total, attribution } = await res.json();
# # Texas liquor licenses issued since 1 July 2026, as CSV
import requests
r = requests.get("https://datascoop.io/v1/datasets/us-liquor-licenses/query",
                 params={"source":"Texas","issuedSince":"2026-07-01"},
                 headers={"Authorization": "Bearer ds_your_key"})
rows = r.json()["rows"]
# Claude Code (one line; other clients on /agents)
claude mcp add --transport http datascoop https://datascoop.io/mcp \
  --header "Authorization: Bearer ds_your_key"

# Your agent then calls
query_dataset({ dataset: "us-liquor-licenses", filters: {"source":"Texas","issuedSince":"2026-07-01"} })

Everything you need on every row

Organisational fields only. No personal contact lists.

licenseetrade namelicense typelicense numberstatusissued onexpires oncountypremises addresscityZIPlatitudelongitude
The deal

Preview it free. Pay only when you download.

Preview any state free. When the rows are right, your spreadsheet-ready file is £4.99, no account needed. Need this month's new licenses every month, or the register in your app or agent? Pro gives you unlimited files, the full API and MCP.

£0
Preview
£4.99
Per export
£19/mo
Pro · unlimited
Filter & download

Source & licence

New York State Liquor Authority (Open NY), Texas Alcoholic Beverage Commission (Texas Open Data), Missouri Division of Alcohol and Tobacco Control (data.mo.gov) and the Colorado Department of Revenue (Colorado Information Marketplace), each under its open-data terms. Premises-level data only: phone numbers and owner contact details are never included. DataScoop is independent and not affiliated with or endorsed by any of these agencies. How we build and refresh this dataset →

Free lists and statistics for this dataset

See how many there are in each county, who runs them, and download the list for any area. All free.

Building something? Get a free API key.

Query the current DataScoop import of liquor license data from your app or AI agent in one call. Account creation happens on a private page where analytics is disabled. Upgrade to Pro whenever you need unlimited files and full API and MCP access. Connect Claude, ChatGPT or Cursor.