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
| Field | Value |
|---|---|
| State code | CA |
| Agency | California Department of Alcoholic Beverage Control |
| Source URL | https://www.abc.ca.gov/licensing/license-lookup/ |
| Authentication | None required |
| CAPTCHA | None |
| Search supported | Yes (dba_name, owner_name, address) |
| Lookup supported | Yes |
| Extraction method | structured_parse |
| Cache TTL | 24 hours |
Search example
Lookup example
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)
| Code | Type |
|---|---|
20 | Off-Sale Beer & Wine |
21 | Off-Sale General |
41 | On-Sale Beer & Wine — Eating Place |
47 | On-Sale General — Eating Place |
48 | On-Sale General — Public Premises (bar) |
58 | Caterer’s Permit |
75 | On-Sale General — Brewpub |
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.