home / aphis

facilities

USDA APHIS-licensed animal welfare facilities including breeders, dealers, exhibitors, and research labs. 15,000+ facilities across all 50 states.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where license_type = "Class H - Intermediate Handler" and site_state = "Florida" sorted by legal_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: site_city, site_zip, last_seen_date (date)

site_state 1

  • Florida · 7 ✖

license_type 1

  • Class H - Intermediate Handler · 7 ✖

status 0

cert_number customer_number legal_name ▼ dba_name site_name site_address site_city site_state site_zip license_type status first_seen_date last_seen_date
58-H-0280 6016280 Care at MIA Inc   Care at MIA Inc   Miami Florida 33122 Class H - Intermediate Handler     2023-06-21
58-H-0019 923 FRED FIGG   BOARDING KENNELS - PET MEMORIAL GARDENS   LAUREL Florida 34272 Class H - Intermediate Handler     2017-06-26
58-H-0194 506071 NATIONAL AIRPORT SERVICES INC   NATIONAL AIRPORT SERVICES   MIAMI Florida 33126 Class H - Intermediate Handler     2019-05-20
58-H-0141 25945 Omega Customs Brokers Inc   OMEGA   MIAMI Florida 33122 Class H - Intermediate Handler     2017-04-13
58-H-0267 1348 Pet Limo Animal Services Inc   Pet Limo Animal Services Inc   Miami Florida 33193 Class H - Intermediate Handler     2026-01-23
58-H-0183 504757 RITA FIGG   DRIFTWOOD KENNELS   NOKOMIS Florida 34275 Class H - Intermediate Handler     2018-07-25
58-H-0297 6017625 The Three Wise Monkey LLC   The Three Wise Monkey LLC   Miami Florida 33155 Class H - Intermediate Handler     2025-07-11

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE facilities (
    cert_number TEXT PRIMARY KEY,
    customer_number TEXT,
    legal_name TEXT,
    dba_name TEXT,
    site_name TEXT,
    site_address TEXT,
    site_city TEXT,
    site_state TEXT,
    site_zip TEXT,
    license_type TEXT,
    status TEXT,
    first_seen_date TEXT,
    last_seen_date TEXT
);
CREATE INDEX idx_facilities_state ON facilities(site_state);
CREATE INDEX idx_facilities_type ON facilities(license_type);
CREATE INDEX idx_facilities_name ON facilities(legal_name);
Powered by Datasette · Queries took 396.568ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API