Skip to main content
The COLA Cloud dataset contains structured alcohol label data across 4 tables and 100+ columns. For the REST API (which exposes a subset of these fields), see the API Reference. The source of truth is the TTB Public COLA Registry, enriched with OCR, barcode extraction, and LLM inference. Bulk access is available as a data license — contact us to learn more.

Relationships

  • permitteescolas: One permittee has many COLAs. Join on permit_number.
  • colascola_images: One COLA has 1-2 label images. Join on ttb_id.
  • cola_imagescola_image_barcodes: One image has zero or more barcodes. Join on ttb_image_id.
  • cola_image_barcodes.ttb_id is denormalized from colas for convenience.

colas

Certificates of Label Approval issued by the TTB. Each row is a unique label approval application. Features come directly from the TTB application as well as post-processing (barcode recognition, OCR, LLM inference). Contains COLAs from 2005 through yesterday.

cola_images

Individual label images associated with each COLA application. Image files are stored in S3. Each COLA typically has 1-2 images (front and back labels). Images contain physical dimensions, pixel dimensions, and the relative position on the container.

cola_image_barcodes

Barcodes found in label images, extracted with the PyZBAR library. Barcode types include one-dimensional (UPCA, EAN-13) and two-dimensional (QR codes). Includes bounding box and position information.

permittees

TTB permit holders — businesses authorized to produce or import alcohol in the United States. Combines permits from TTB bulk exports (distilleries, importers, wholesalers) with permits found in the COLA Registry (breweries, wineries).

Update Frequency

  • New COLAs: ~2,500/week (scraped daily from the TTB Public COLA Registry)
  • Image processing: Within 24 hours of COLA scrape
  • Barcode extraction: Batch processed weekly
  • LLM enrichment: Batch processed weekly
  • Permittees: Updated with each daily scrape and periodic TTB bulk imports