Skip to main content
The California Department of Alcoholic Beverage Control (CA ABC) maintains a public license lookup at abc.ca.gov/licensing/license-lookup. NexusFeed calls that endpoint with a stateless HTTP GET and parses the returned HTML table — no CAPTCHA, no Playwright rendering required. This makes California the fastest and cheapest ABC state in the API.

State overview

Search example

Lookup example

The lookup endpoint first tries CA ABC’s RPTTYPE=11 parameter (direct license number lookup). If the response is an error page or an empty result, it falls back to a RPTTYPE=15 name search with post-filtering on the license number. Both paths report as structured_parse.

Example response

California license types (most common)

Full list is published by CA ABC at abc.ca.gov/licensing/license-types.

Use cases

  • Verifying a California bar, restaurant, grocery, or liquor store holds an active license before onboarding as a distributor account.
  • Confirming an expiration date before binding a liquor liability insurance policy.
  • Checking whether a specific license has been suspended or revoked before a compliance decision.
  • Due diligence on a business for sale — confirming its ABC license is currently in good standing.