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

US liquor licence data

Preview it free. Your list for £4.99.

Every active liquor licence published by New York, Texas, Missouri and Colorado, on one schema: licensee and trade name, licence type, premises address, county, ZIP and the dates it was issued and expires. Pick a state, a licence 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.

Loading live dataset...

State Texas ▾
Issued since 2026-07-01 ▾
Licence type Any ▾
new-liquor-licenses.csv
Sources: New York, Texas, Missouri and Colorado open-data portals, public records. Full results with a free key.

Or pull it straight into your code or your agent

cURLJavaScriptPythonMCP (Claude, ChatGPT, Cursor)
# Texas liquor licences 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 licences 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 licences 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 namelicence typelicence 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 licences 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.

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.

Pull live liquor licence data into your app or your AI agent in one call. Upgrade to Pro whenever you need unlimited files and full API and MCP access. Connect Claude, ChatGPT or Cursor.