Address Data Sources for NER Training
Catalog of public-domain and openly-licensed data sources containing facility names + addresses, intended as raw material for trainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input. a tokentokenOne word or subword in the tokenized input. For the neural classifier, tokens come from SentencePiece (subword units); for the rule classifiers, tokens are whitespace- and punctuation-separated words.-classification (BIO-tagging) postal address parser. Companion to federal/aggregator sources (OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries., OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names., NADNAD (National Address Database). A US Department of Transportation dataset of structured address points, added to the training corpus as a major source of real US addresses., TIGERTIGERThe US Census Topologically Integrated Geographic Encoding and Referencing database. Used as a corpus source for street-segment data., NPI, IRS BMF, etc.) — this list focuses on stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level sources that add component-level variety, residential coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present., and venuevenueA named, non-address place — a business, building, park, or stadium. Mailwoman's free-text point-of-interest component, added as a Tier 2 fine label.-name-paired records the federal sources lack.
Compiled with web-search verification of canonical agency URLs. Some per-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. entries in the Regulated Facilities section are based on known agency patterns rather than direct URL verification — those are noted inline.
Why state sources matter for an address NER model
- Component supervision is automatic. StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. directories are typically already field-structured (separate columns for streetstreetThe named linear feature along which house numbers are ordered. Decomposes into a name plus street affixes; one of the Tier 2 fine labels., citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy., postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one., etc.). BIO tags derive from which column each tokentokenOne word or subword in the tokenized input. For the neural classifier, tokens come from SentencePiece (subword units); for the rule classifiers, tokens are whitespace- and punctuation-separated words. came from — no manual labeling required.
- Format diversity per-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.. 50 statesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. + DC means 50+ schema flavors, abbreviation conventions, and transcription styles — useful raw material for trainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input. format robustness.
- VenuevenueA named, non-address place — a business, building, park, or stadium. Mailwoman's free-text point-of-interest component, added as a Tier 2 fine label.+address pairs are everywhere. Every facility/professional/establishment listing pairs an organization name with a structured address — natural
B-venue/I-venuetrainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input. spansspanA contiguous range of characters or tokens in the input string, tagged with an address component type (street, locality, postcode, etc.). Parsed addresses are represented as collections of spans, possibly nested in a tree.. - Residential coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present.. Real estate, contractor, cosmetology, notary, and license-lookup tools surface home/office addresses that federal facility datasets miss.
Formats to watch for beyond CSV
Many stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agencies distribute address data in geospatial formats. The DBF attribute table inside a shapefile is essentially a CSV with geometry attached — extract with ogr2ogr -f CSV and the records are trainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input.-ready. Common formats:
- Shapefile (.shp/.dbf/.shx/.prj) — most common stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GIS distribution
- GeoJSON — increasingly standard on ArcGIS Hub portals
- GeoPackage (.gpkg) — modern SQLite-based, multi-layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6.
- File Geodatabase (.gdb) — ESRI native, common from stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GIS offices
- KML / KMZ — Google Earth, sometimes used for facility points
- FlatGeobuf — emerging streaming format (used by OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries.)
The highest-value geospatial layerslayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6. for address NER:
- Site address pointssitus dataA dataset of exact address-point coordinates (rooftop-level). Mailwoman's geocoder uses a national situs layer (124.9M US points built from state address-point sources) as the highest-precision tier of the geocode cascade. / E911E911 (Enhanced 911). County- and state-level emergency-dispatch address-point databases with full component breakdown. A lineage source for the situs and address-point layers used in geocoding. / NG911NG911 (Next Generation 911). The modern 911 data standard. States and counties publish NG911 address-point layers that Mailwoman can ingest as address data. address pointssitus dataA dataset of exact address-point coordinates (rooftop-level). Mailwoman's geocoder uses a national situs layer (124.9M US points built from state address-point sources) as the highest-precision tier of the geocode cascade. — every addressable location as a point with full component breakdown (housenumber, prefix, streetstreetThe named linear feature along which house numbers are ordered. Decomposes into a name plus street affixes; one of the Tier 2 fine labels., suffix, unitunitA subdivision of a building — apartment, suite, floor — that refines a street address. Mailwoman's unit component; a designator plus identifier forms a subpremise., citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy., ZIP, parcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. ID). Published by counties and increasingly by statesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. via ArcGIS Hub. The strongest single layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6. type for component-supervised trainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input..
- ParcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. polygons with situssitusThe physical site address of a property, as opposed to the owner's mailing address. Parcel records often carry both; the divergence is a real-world data-quality challenge. + owner addresses — two addresses per record (property situssitusThe physical site address of a property, as opposed to the owner's mailing address. Parcel records often carry both; the divergence is a real-world data-quality challenge. + owner mailing), often diverging structurally (P.O. boxesPO boxA numbered mailbox at a post office used as a delivery address instead of a physical street location. Mailwoman tags it as the po_box component; structurally the same family as a subpremise. for owners, streetstreetThe named linear feature along which house numbers are ordered. Decomposes into a name plus street affixes; one of the Tier 2 fine labels. addresses for situssitusThe physical site address of a property, as opposed to the owner's mailing address. Parcel records often carry both; the divergence is a real-world data-quality challenge.). StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-aggregated in MA, NC, MN, UT, MT, VT, RI, and a handful of others.
- Road centerlines with address ranges — stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-current analogue to TIGERTIGERThe US Census Topologically Integrated Geographic Encoding and Referencing database. Used as a corpus source for street-segment data.; each segmentsegmentA punctuation-bounded chunk of the normalized input — the comma-separated parts of 'Portland, OR' — used to give downstream stages structural context. has from/to house numbershouse numberThe numeric or alphanumeric identifier of a building on a street. Mailwoman's house_number component; its position relative to the street name flips between locales. per side.
- Critical infrastructure / facilities layerslayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6. — stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. equivalents of HIFLD covering hospitals, schools, fire/police, jails, courts, public buildings. Each is a
B-venue+ address pair. - EPA/stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-DEP regulated sites — Superfund, brownfields, RCRA, NPDES, leaking USTs as shapefile/GeoJSON.
- NCES, NREL AFDC, FCC ASR/ULS — federal but distributed as shapefile in addition to CSV.
Most stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. ArcGIS Hubs publish data under CC-BY or equivalent open terms; check per-dataset.
Licensing reality
StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. records aren't "public domain" in the IP sense, but factual data (name + address) isn't copyrightable under Feist v. Rural Telephone. A few caveats:
- Washington OSPI school directory: stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. law forbids commercial use of directory data.
- OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. (ODbL): share-alike obligations may extend to modelsneural classifierThe machine learning model at the core of Mailwoman's parser — a transformer encoder (~30M parameters) trained from scratch to do BIO token classification over addresses. It learns the 'grammar' of address formats; the gazetteer supplies the 'atlas.' trained on it — unsettled, but a risk if the corpuscorpusThe BIO-labeled training data used to train Mailwoman's neural classifier. Assembled from real sources (OpenAddresses, National Address Database) and synthetic shards (boundary stress, order variants, negative space). Managed by @mailwoman/corpus. is republished.
- CC-BY stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. ArcGIS Hub data: attribution required if redistributing the corpuscorpusThe BIO-labeled training data used to train Mailwoman's neural classifier. Assembled from real sources (OpenAddresses, National Address Database) and synthetic shards (boundary stress, order variants, negative space). Managed by @mailwoman/corpus..
- G-NAFG-NAF (Geocoded National Address File). Australia's authoritative open address register (CC-BY-licensed), used as a training source for Australian addresses., CC-BY-4.0: clean for AU coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present..
For maximum licensing safety on published model weightsmodel weightsThe learned parameters of the neural classifier, shipped as ONNX files in the @mailwoman/neural-weights-* packages. Weights are locale-specific bundles that include the model, tokenizer, and a model-card.json metadata file., restrict to US-federal sources (NCES, NADNAD (National Address Database). A US Department of Transportation dataset of structured address points, added to the training corpus as a major source of real US addresses., TIGERTIGERThe US Census Topologically Integrated Geographic Encoding and Referencing database. Used as a corpus source for street-segment data., NPPES, IRS BMF) + stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. sources confirmed as public records with no use restrictions. Lose coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present., gain unambiguous redistribution rights.
Gazetteer / resolver coordinate sources (companion layer)
Everything below this section is corpuscorpusThe BIO-labeled training data used to train Mailwoman's neural classifier. Assembled from real sources (OpenAddresses, National Address Database) and synthetic shards (boundary stress, order variants, negative space). Managed by @mailwoman/corpus. material — address strings and name/address pairs to train the BIO parser. This section is the other half: the gazetteergazetteerA geographical index that maps place names and postcodes to real-world coordinates. Mailwoman uses a custom-built Who's On First (WOF) SQLite database as its gazetteer — the 'atlas' half of the grammar/atlas architecture. the resolverresolverThe component that converts parsed address components (locality, region, postcode) into coordinates by looking them up in the gazetteer. The resolver ranks candidates by name match, population, and proximity, and returns the best-matching place with its centroid or polygon. and the postcode anchoranchor inferenceA technique where structured knowledge (postcode locations, gazetteer place names) is injected into the model as soft input features — not as deterministic overrides. The model still decides the final labels, but the anchor signal biases it toward correct admin tags. consume — the datasets that turn a parsed spanspanA contiguous range of characters or tokens in the input string, tagged with an address component type (street, locality, postcode, etc.). Parsed addresses are represented as collections of spans, possibly nested in a tree. into a place + coordinate. Different shopping list, and it's where WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.'s gaps bite (see resolver-wof-sqlite/POSTCODE-ANCHOR.md and the 2026-06-03 postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one.-anchor postmortem).
WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. is an excellent admin gazetteergazetteerA geographical index that maps place names and postcodes to real-world coordinates. Mailwoman uses a custom-built Who's On First (WOF) SQLite database as its gazetteer — the 'atlas' half of the grammar/atlas architecture. (the in-DB hierarchy + ancestors table is our Elasticsearch-free differentiator), and it's CC0, which is half of why it came naturally. But it was never complete for every tokentokenOne word or subword in the tokenized input. For the neural classifier, tokens come from SentencePiece (subword units); for the rule classifiers, tokens are whitespace- and punctuation-separated words. type: no street node (neighbourhood → address directly), thin and uneven postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. geometry outside a few countries (US/NL carry own coords; DE ~66% placeable via ancestor-borrow; ES/IT orphan-heavy and effectively unplaceable), and limited POIpoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer./venuevenueA named, non-address place — a business, building, park, or stadium. Mailwoman's free-text point-of-interest component, added as a Tier 2 fine label. coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present.. The canonical fix is the rest of the PeliasPeliasAn open-source geocoder, Mailwoman's spiritual predecessor. four-layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6. stack — WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. (admin) + OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries. (addresses/postcodespostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one.) + OpenStreetMapOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. (streetsstreetThe named linear feature along which house numbers are ordered. Decomposes into a name plus street affixes; one of the Tier 2 fine labels./POIspoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer.) + GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. (places/postcodespostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one.) — supplemented per gap.
By gap layer
- PostcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. → centroid. GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. postal (
download.geonames.org/export/zip, CC-BY 4.0, ~80+ countries) is a ready-made postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. → place + admin + lat/lon table, the cheapest fill for the DE/ES/IT gap with no point-cloud math (coarser than OA in places, often localitylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy.-level). OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries. point aggregation (median centroid per postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one.) is higher-fidelity where we have the points. National authorities are the gold standard but fragmented: UK Code-Point Open (OS, OGL), France BANBAN (Base Adresse Nationale). France's authoritative open national address register — the highest-quality training source for French addresses, with full component structure., NL via PDOK. - StreetstreetThe named linear feature along which house numbers are ordered. Decomposes into a name plus street affixes; one of the Tier 2 fine labels. / rooftoprooftopGeocoding precision at the building or parcel level — coordinates within a few metres — the highest tier of the geocode cascade. Sourced from address-point and situs data. coords. OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries. (primary), OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names.
addr:*on buildings (great in DE/NL, patchy elsewhere), national registries — France BANBAN (Base Adresse Nationale). France's authoritative open national address register — the highest-quality training source for French addresses, with full component structure., Australia G-NAFG-NAF (Geocoded National Address File). Australia's authoritative open address register (CC-BY-licensed), used as a training source for Australian addresses. (CC-BY; backlog #31), Sweden Lantmäteriet (national address register; access gated on Geotorget approval — shelved pending that external clock, fills the SE gap). - POIspoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer. / landmarks / salience (the generalized-anchor and exotic-POIpoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer. layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6.). OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. is the richest open POIpoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer. source. Wikidata / Wikipedia is the right home for the data-driven salience signal the anchor guardrail demands (notability + coordinates + multilingual names), and we already pull
wikimedia-importance.csvinbuild-importance, so the path has precedent. - Admin (the anchor). Keep WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.. Alternatives if it is ever reconsidered: GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. admin, Overture Divisions, geoBoundaries.
Probe: GeoNames vs the WOF postcode gap (2026-06-03)
Measured GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. postal against the gap in the WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. shardshardA partial output file of the corpus build, written in Parquet format. The training pipeline streams shards row by row. (the postcodespostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. carries as membership but cannot place). GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. carries coordinates for 100% of its DE/ES/IT records:
| localelocaleThe combination of language and country an address comes from. en-US and fr-FR are the locales Mailwoman ships weights for. | WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. placement | GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. closes | result |
|---|---|---|---|
| IT | 0% (orphans + wrong links) | 4,447 / 4,936 (90%) | and it fixes the bad links — Milan 20121 → 45.46, 9.19 (correct), where WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. pointed at a Liguria village |
| DE | 66% (ancestor-borrow) | 4,819 / 10,061 unplaced (~48%) | would lift DE to ~82% |
| ES | not built (orphan-heavy) | ~full (11,150 codes, all with coords) | the clean way to add ES at all |
| NL | 100% (own PC6 coords) | no help — GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. is PC4-level (4,086), coarser than WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.'s PC6 | keep WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. |
So GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. postal is the cheap, CC-BY fill for ES/IT (and roughly half of DE's remaining gap), and it corrects WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.'s Italian mis-links as a side effect. Integration stays clean under the discipline above: match on the postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. string, keep the WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. id, write the GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. lat/lon as the centroid. (Overture was not probed — for postcodespostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. it folds in OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries., which we already use, so its differential value is the POIpoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer. layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6.; that probe wants a DuckDB + S3-parquetParquetThe open columnar file format the corpus is written and streamed in. The training pipeline reads shards row-by-row from Parquet. setup and is the right next step for the generalized-anchor work, not for postcodespostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one..)
The modern entrant: Overture Maps
The Meta/Microsoft/AWS/TomTom consortium (2023+, post-dates the corpuscorpusThe BIO-labeled training data used to train Mailwoman's neural classifier. Assembled from real sources (OpenAddresses, National Address Database) and synthetic shards (boundary stress, order variants, negative space). Managed by @mailwoman/corpus. catalog below). Its Places theme is a large open POIpoint of interest (POI). A named place that is not strictly an address — landmark, transit stop, venue, amenity, or franchise. Mailwoman tags these as venue and resolves them through the gazetteer. dataset and its Addresses theme folds in OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries., so it covers two of our three gaps in one source, with stable GERS entity IDs. Distributed as cloud parquetParquetThe open columnar file format the corpus is written and streamed in. The training pipeline reads shards row-by-row from Parquet. (DuckDB/S3). The one to probe before committing to per-source OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. imports.
Licensing gradient
For an AGPL product, license terms decide more than coveragecoverageThe fraction of a population or region for which a data source has real, non-placeholder entries — e.g. 47% rooftop coverage on Texas addresses. Distinct from accuracy on the rows that are present. does:
| Source | License | Friction for a shipped DB |
|---|---|---|
| WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. | CC0 | none (public domain) |
| OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries. | per-source, mostly open | per-source attribution tracking (we already do this) |
| GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. | CC-BY 4.0 | attribution |
| Overture | CDLA-Permissive 2.0 | attribution |
| OpenStreetMapOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. | ODbL | attribution + share-alike on derived databases — the spicy one; can pull copyleft on |
So the gradientgradientThe direction and rate at which the loss would change if each parameter were nudged. Training follows the gradient downhill to reduce error. Huge gradients are tamed by gradient clipping. argues for GeoNamesGeoNamesA free global gazetteer combining administrative, postal, and POI data across 200+ countries. Supplements Who's On First for postcode centroids and places where WOF has gaps. + Overture + OpenAddressesOpenAddresses (OA). A global open aggregation of address points collected from many official sources. A primary source of component-supervised training data outside proprietary registries. as the supplements, and treating OSMOpenStreetMap (OSM). A community-curated global map database (ODbL-licensed) with addr:* tagged features and place hierarchies. A secondary corpus source and a source of street names. carefully (derived signals, not the shipped DB).
Integrity discipline
Attach supplemental data as attributes on WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.-keyed entities (a centroid here, a popularity score there), not as imported foreign-id entities. WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. stays the anchor and the evalevalRunning the model against a held-out golden dataset and computing per-component F1, exact-match, calibration, and resolved-coordinate error. keys; the coordinates and the long tail come from elsewhere. Mixing in Overture's GERS ids (or any parallel id space) as primary keys is what would break the WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations.-id-keyed resolverresolverThe component that converts parsed address components (locality, region, postcode) into coordinates by looking them up in the gazetteer. The resolver ranks candidates by name match, population, and proximity, and returns the best-matching place with its centroid or polygon. evalsevalRunning the model against a held-out golden dataset and computing per-component F1, exact-match, calibration, and resolved-coordinate error., which is the reason behind the "extend the custom WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. build, never a prebuilt dump" rule. OA centroid aggregation passes this test because the postcodepostcodeThe country-specific postal code (US ZIP, French code postal, etc.). Mailwoman handles postcode parsing entirely by rule classifier — a regex problem, not an ML one. keeps its WOFWOF (Who's On First). An open-source gazetteer of places maintained by Mapzen/whosonfirst. Mailwoman builds a custom SQLite database from WOF GeoJSON repos, extended with postcode data, importance scores, and coincident-role relations. id; only its coordinate comes from OA.
Education
Federal aggregators
- NCES Common Core of Data (CCD) — Public School & District Universe — https://nces.ed.gov/ccd/ccddata.asp — Bulk CSV/SAS downloads of every public school + district in the US with address. Default CCD home: https://nces.ed.gov/ccd/ — public-use, no restriction.
- NCES CCD Public School Name & Address File — https://nces.ed.gov/ccd/psadd.asp — Direct CSV address files, grouped by stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.. Public domain.
- NCES Private School Universe Survey (PSS) — https://nces.ed.gov/surveys/pss/ — Biennial directory of private schools (not bundled into CCD).
State school directories
- Alabama — ALSDE Education Directory — https://eddir.alsde.edu/siteinfo/ — Queryable directory of registered public/charter schools. Also annual "Directory of Alabama Public Schools" PDF at https://www.alabamaachieves.org/.
- Alaska — DEED Online Directory / Alaskan Schools — https://education.alaska.gov/alaskan_schools — Queryable directory; bulk PDF list at https://education.alaska.gov/alaskan_schools/public/DistrictandSchoolIDs.pdf.
- Arizona — AZ Dept of Education Public Data Sets — https://www.azed.gov/data/public-data-sets — Bulk downloads of public school/district data; report cards at https://azreportcards.azed.gov/.
- Arkansas — ADE Data Center School List — https://adedata.arkansas.gov/statewide/ReportList/State/SchoolList.aspx — Searchable + exportable directory. NCES ID directory at https://adedata.arkansas.gov/nid.
- California — CDE Public Schools & Districts Downloadable Files — https://www.cde.ca.gov/ds/si/ds/pubschls.asp — Excel + tab-delimited bulk download of all active/pending/closed/merged public schools+districts. California School Directory UI: https://www.cde.ca.gov/schooldirectory/.
- Colorado — CDE Education Directories — https://www.cde.state.co.us/cdegen/educationdirectory — Directory portal with downloadable files; SchoolView at https://www.cde.state.co.us/schoolview.
- Connecticut — EdSight Public Portal — https://public-edsight.ct.gov/ — Find Schools tool: https://public-edsight.ct.gov/overview/find-schools. Directory is populated from the Directory Manager system; export available.
- Delaware — DE DOE Directory — https://directory.doe.k12.de.us/ — Queryable. Public School List: https://education.delaware.gov/families/k12/general-information/public-school-list/. Also Delaware Open Data: https://data.delaware.gov/w/p3ez-si4g/989r-3cju (downloadable).
- District of Columbia — OSSE SLED LEA/School Directory — https://sled.osse.dc.gov/vPage/SchoolDirectory/298/91189 — Annually updated directory of all DC LEAs + schools (DCPS + public charter). Exportable from grid.
- Florida — FLDOE Master School ID (MSID) — https://eds.fldoe.org/EDS/MasterSchoolID/ — Queryable per-school; addresses, administration, accountability sections. NWRDC bulk file requires district access.
- Georgia — GOSA Downloadable Data Repository — https://download.gosa.ga.gov/ — Bulk district/school spreadsheet downloads. GaDOE Facilities DB UI: https://app3.doe.k12.ga.us/ows-bin/owa/main_pack_fcl099.entry_form.
- Hawaii — Hawaii DOE School List (Excel) — https://www.hawaiipublicschools.org/DOE%20Forms/SchoolList.xlsx — Direct XLSX bulk download maintained by HIDOE. UI: https://hawaiipublicschools.org/enrolling-in-school/find-your-school/.
- Idaho — Idaho SDE Schools / Districts — https://www.sde.idaho.gov/school-districts/ — Alphabetical district list. No clearly published single bulk download from SDE; consider NCES CCD for bulk.
- Illinois — ISBE Entity Profile System (EPS) — https://www.isbe.net/Pages/Entity-Profile-System.aspx — Bulk Excel workbook of all entity records updated nightly; public. Lookup UI: http://webprod1.isbe.net/isbedir/default.aspx.
- Indiana — IDOE Data Center & Reports — https://www.in.gov/doe/it/data-center-and-reports/ — Downloadable datasets. ESRI shapefile of schools available via stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GIS at https://maps.indiana.edu/previewMaps/Infrastructure/Schools_IDOE.html.
- Iowa — Iowa DOE Directories — https://educate.iowa.gov/directories — Annual XLSX directories: public district, public building, nonpublic building.
- Kansas — KSDE Educational Directory — https://www.ksde.gov/Home/Quick-Links/Directories/Kansas-Educational-Directory — Online directory; customized PDF/Excel reports at https://uapps.ksde.org/Directory_Rpts/Default.aspx (raw-data downloads available).
- Kentucky — Open House District & School Directory — https://openhouse.education.ky.gov/Home/Index — Searchable; Principals & Schools export at https://openhouse.education.ky.gov/Principals. SDCI: https://applications.education.ky.gov/sdci/.
- Louisiana — LDOE School Finder — https://louisianaschools.com/ — Search UI; bulk-download links limited. Sponsor Site System background: https://leads13.doe.louisiana.gov/lug/SPS/SPS.htm. Investigate https://doe.louisiana.gov/ data library for SPS exports.
- Maine — Maine DOE — https://www.maine.gov/doe/ — Site has printable directories; no obvious bulk download. Investigate manually for current XLSX/CSV.
- Maryland — MSDE Directory — https://marylandpublicschools.org/about/pages/directory.aspx — Online directory; bulk download not obviously published from MSDE. Maryland State Archives list by county: https://msa.maryland.gov/msa/mdmanual/01glance/html/edschools.html.
- Massachusetts — DESE School & District Profiles — https://profiles.doe.mass.edu/ — Directory + exportable data reports. DESE dataset directory at https://www.mass.gov/info-details/dese-directory-of-datasets-and-reports. MassGIS schools dataset: https://www.mass.gov/info-details/massgis-data-massachusetts-schools-pre-k-through-high-school.
- Michigan — CEPI Educational Entity Master (EEM) — https://cepi.state.mi.us/eem/ — Public bulk datasets at https://cepi.state.mi.us/eem/publicdatasets.aspx. Customized list/export available.
- Minnesota — MDE Districts, Schools & Educators — https://education.mn.gov/MDE/DSE/MDE074620 — Site Verification system at https://education.mn.gov/MDE/dse/datasub/SiteVerif/. MARSS Appendix A lists all districts.
- Mississippi — MDE District Directory — https://www.mdek12.org/dd/ — District-level contact info. School-level data downloads via https://newreports.mdek12.org/.
- Missouri — DESE School Directory Data Downloads — https://dese.mo.gov/school-directory/data-downloads — District + building directory files refreshed weekly, multiple formats.
- Montana — OPI Montana Schools Directory — https://opi.mt.gov/Leadership/Management-Operations/Montana-Schools-Directory — Directory page with help link; downloadable directory available.
- Nebraska — NDE Education Directory — https://www.education.ne.gov/dataservices/education-directory/ — NDE Directory Search (query + lists/data files): https://educdirsrc.education.ne.gov/. Printed directory discontinued.
- Nevada — NDE Schools and Districts — https://doe.nv.gov/Schools_Districts/ — Schools/Districts landing. Resource page: https://doe.nv.gov/school-and-district-information/resources. Bulk download not obviously published; query CCD or NDE directly.
- New Hampshire — NH DOE Bureau of Education Statistics — https://www.education.nh.gov/who-we-are/division-of-educator-and-analytic-resources/bureau-of-education-statistics/schools-and-sau-information — Public, chartered, non-public school directories.
- New Jersey — NJ School Directory — https://homeroom6.doe.state.nj.us/directory/ — Public + nonpublic directory. Data portal: https://www.nj.gov/education/doedata/.
- New Mexico — NMPED Public Schools Directory — https://web.ped.nm.gov/new-mexico-public-schools-directory/ — Downloadable CSV opens in Excel/Sheets.
- New York — NYSED SEDREF Public Reports — https://www.p12.nysed.gov/irs/schoolDirectory/ — Downloadable Excel/XLS reports of public, nonpublic, charter, BOCES, stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-operated schools/districts. Landing: https://www.nysed.gov/content/directory-public-and-non-public-schools-and-administrators-new-york-state.
- North Carolina — NC DPI Education Directory (EDDIE) — https://ncpublicschools.org/nceddirectory — Districts, schools, charters, special/federal, postsecondary with addresses + downloads.
- North Dakota — NDDPI Districts/Schools — https://www.nd.gov/dpi/districtsschools — LEA/School directory MIS01/MIS02 framework. Bulk download not obviously linked from main page; investigate STARS reports.
- Ohio — Ohio Educational Directory System (OEDS) — https://education.ohio.gov/Topics/Data/Ohio-Educational-Directory-System-OEDS — Public org search + DataExtract at https://oeds.ode.state.oh.us/dataextract — Excel exports.
- Oklahoma — OSDE State School Directory — https://oklahoma.gov/education/resources/state-school-directory.html — Excel/text/CSV bulk download by district or site. Also Open Data sets: https://data.ok.gov/dataset/oklahoma-public-school-site-directory.
- Oregon — ODE Institution Identification — https://www.oregon.gov/ode/schools-and-districts/pages/institution-identification-school-names.aspx — CSV download of public schools. Institution Lookup with daily-extract Excel: https://www.ode.state.or.us/instid/.
- Pennsylvania — PDE Education Names & Addresses (EdNA) — http://www.edna.pa.gov/ — Search + Excel export of all entities (districts, schools, IUs, CTCs, charters, nonpublics, private, higher-ed).
- Rhode Island — RIDE School Directory — https://ride.ri.gov/students-families/ri-public-schools/school-directory — Directory Reports as PDF or Excel.
- South Carolina — SCDE School Directory — https://ed.sc.gov/districts-schools/schools/school-directory/ — Public school + private school listing (XLSX for privates). District info: https://ed.sc.gov/districts-schools/schools/school-directory/district-information/.
- South Dakota — SD DOE Educational Directory — https://doe.sd.gov/ofm/edudir.aspx — Principal & School Info Excel list + Superintendent/Admin/District address list.
- Tennessee — TN School Directory — https://tnschooldirectory.tnedu.gov/ — Excel download of all schools, districts, regionsregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.. Advanced search: https://tnschooldirectory.tnedu.gov/Advanced-Search/.
- Texas — TEA AskTED — https://tealprod.tea.state.tx.us/tea.askted.web/Forms/Home.aspx — School/district directory; HTML/CSV/PDF reports through Reports & Directories menu. PDF Texas School Directory annually.
- Utah — USBE Utah Schools / District Directory — https://schools.utah.gov/schooldistricts — Districts list. Data/Directories landing: https://schools.utah.gov/parent/dataschoollookupeducatorlookupcalendars. Single bulk CSV not obviously linked; investigate manually.
- Vermont — VT AOE Directories — https://education.vermont.gov/documents/directory-principals-by-school — Principals-by-school spreadsheet; independent schools PDF at https://education.vermont.gov/documents/independent-schools-directory; Vermont Education Dashboard Organizations: https://education.vermont.gov/data-and-reporting/vermont-education-dashboard/organizations.
- Virginia — VDOE Virginia School Directories — https://www.doe.virginia.gov/about-vdoe/virginia-school-directories — Listings by division + regionregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.; staff listings by division.
- Washington — OSPI Education Directory — https://eds.ospi.k12.wa.us/DirectoryEDS.aspx — School list: https://eds.ospi.k12.wa.us/schoollist.aspx. Note: Washington stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. law forbids commercial use of directory data.
- West Virginia — WV School Directory — https://wvde.state.wv.us/ed_directory/ — Comma-delimited bulk address download available from the directory.
- Wisconsin — DPI School Directory Public Portal — https://dpi.wi.gov/schooldirectory/public — Searchable; WISEdash files (statewide) at https://dpi.wi.gov/wisedash/download-files. Note: profile pages themselves are not exportable.
- Wyoming — Wyoming DOE Online Directory — https://portals.edu.wyoming.gov/wyedpro/Pages/OnlineDirectory/OnlineDirectoryIndex.aspx — Online directory; annual PDF directory at https://edu.wyoming.gov/downloads/wde-resources/directory.pdf.
Libraries
Federal aggregator
- IMLS Public Libraries Survey (PLS) — https://www.imls.gov/research-evaluation/surveys/public-libraries-survey-pls — Annual national bulk dataset (CSV/SAS/SPSS) of every administrative-entity public library AND every outlet (branch), with addresses. Public-use, no restriction. Catalog mirror: https://catalog.data.gov/dataset/public-library-survey-pls-2022. Open Data: https://data.imls.gov/.
State public library directories
- Alabama — APLS Find My Library — https://aplsws2.apls.state.al.us/find-my-library — Directory lookup + Library Listing PDF on APLS site.
- Alaska — Alaska State Library — https://library.alaska.gov/ — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. library home (no published bulk public-library directory file from APK obvious in search); rely on IMLS PLS for AK outlet addresses.
- Arizona — AZ State Library Directory — https://azlibrary.gov/services/library-directory — Library directory portal of the AZ State Library, Archives & Public Records.
- Arkansas — AR State Library Directory — https://library.arkansas.gov/services/arkansas-public-library-data/library-directory/ — Comprehensive public library directory grouped by citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy./county/system.
- California — CA State Library Public Library Directories — https://www.library.ca.gov/services/to-libraries/library-directory/ — Headquarters Directory + Branch Directory (Excel files).
- Colorado — Library Research Service (LRS) — https://www.lrs.org/ — LRS publishes CO public library statistics + directory (https://www.lrs.org/public/data/). CDE Public Libraries: https://www.cde.state.co.us/cdelib/publiclibraries.
- Connecticut — CT State Library — https://portal.ct.gov/csl — CT Public Libraries Directory PDF published by Division of Library Development; help guide at https://libguides.ctstatelibrary.org/dld/help.
- Delaware — Delaware Libraries (Consortium Libraries List) — https://lib.de.us/list-of-libraries/ — Official statewide public-library list. StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agency: https://libraries.delaware.gov/.
- District of Columbia — DC Public Library (sole district public library system) — https://www.dclibrary.org/ — Branches list. Also Open Data DC GIS dataset: https://opendata.dc.gov/datasets/DCGIS::libraries/about (downloadable shapefile/CSV).
- Florida — DOS Division of Library & Information Services Public Library Homepages — https://dos.fl.gov/library-archives/research/florida-information/libraries/public-library-homepages/ — Lists FL public library systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed. + branches; interactive map. Use IMLS PLS for bulk outlet addresses.
- Georgia — GPLS Public Libraries Directory — https://georgialibraries.org/public-libraries-directory/ — 61 systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed. / 385 branches.
- Hawaii — HSPLS All Branches — https://www.librarieshawaii.org/visit/branches/all-branches/ — All 51 branches statewide. State GIS layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6.: https://files.hawaii.gov/dbedt/op/gis/data/state_libraries.pdf.
- Idaho — Idaho Commission for Libraries Directory — https://libraries.idaho.gov/idaho-library-directory/ — Filterable directory of all libraries; Public Library subset: https://libraries.idaho.gov/idaho-library-directory/categories/public-library/.
- Illinois — IL State Library — https://www.ilsos.gov/departments/library.html — Library Systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed. page: https://www.ilsos.gov/departments/library/libraries/libsystems.html. Use L2 directory or IMLS PLS for bulk address data.
- Indiana — Indiana State Library Public Library Directory — https://www.in.gov/library/directory-of-indiana-libraries/pldirectory/ — Directory + citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy.-indexed PDF at https://www.in.gov/library/files/cityindex.pdf.
- Iowa — State Library of Iowa Library Directory — https://statelibraryofiowa.gov/resources/iowa-library-directory — Searchable directory with filtering by county/population/district.
- Kansas — Kansas State Library Directories — https://www.kslc.org/555/Directories — Printable PDF directory of KS public libraries (7 regional systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed.).
- Kentucky — KDLA Kentucky Public Library Directory — https://kdla.ky.gov/Library-Support/Pages/Public-Library-Directory.aspx — Standards + statistics adjacent: https://kdla.ky.gov/Library-Support/plssd/Pages/default.aspx.
- Louisiana — State Library of Louisiana Library Directory — https://library.la.gov/services/for-libraries-librarians/library-directory/ — Mirror: https://www.state.lib.la.us/public-libraries/library-directory.
- Maine — Maine State Library Public Library Directory — https://www.maine.gov/msl/libs/directories/public.shtml — 250+ libraries searchable by town/library/director/county. By town: https://www.maine.gov/msl/mainelibs/pubtown.shtml.
- Maryland — Maryland State Library Resource Center Directory — https://www.slrc.info/library-directory — Contact info for all MD public-library staff; links to library websites. StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agency: https://msla.maryland.gov/.
- Massachusetts — MBLC Library Directory — https://mblc.state.ma.us/directories/libraries/index.php — Searchable directory; printable PDF at https://mblc.state.ma.us/directories/libraries/ldap_printable.pdf.
- Michigan — Library of Michigan — https://www.michigan.gov/libraryofmichigan — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. library agency. Statewide Library Finder: https://milibraryfinder.org/. Annual "Michigan Public Library Directory & Statistics" issued historically; use IMLS PLS for bulk.
- Minnesota — MDE State Library Services — https://mn.gov/library/sls.html — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. library agency. CALCO directory PDF: https://mn.gov/library/PDF/directory.pdf. Multitype/cooperative info via MNLINK: https://mnlink.org/about/libraries.
- Mississippi — Mississippi Library Commission Public Library Directory — https://www.mlc.lib.ms.us/mississippi-libraries-directory/mississippi-public-library-directory/ — Public library directory page; broader libraries directory at https://www.mlc.lib.ms.us/mississippi-libraries-directory/.
- Missouri — MO Secretary of State Library Directory (MOLLI) — https://s1.sos.mo.gov/library/LibraryDirectory — Searchable directory of public, academic, school, special.
- Montana — Montana State Library ASPeN Directory — https://msl.mt.gov/libraries/Montana-Library-Network — ASPeN is the MSL library directory; landing: https://msl.mt.gov/libraries/.
- Nebraska — Nebraska Library Commission Directory — http://www.nlc.nebraska.gov/libraries/libdir/ — Directors + staff of all NE public/academic/school/special/institutional. Public-only list: https://nlc.nebraska.gov/libraries/list.asp?libtype=PL.
- Nevada — NV State Library Find-a-Library — https://nsla.nv.gov/find-a-library-directory — Directory hosted by Nevada State Library, Archives and Public Records.
- New Hampshire — NH Library Directory — https://directory.nhlibraries.org/ — Self-submitted statewide directory. StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agency page: https://www.nhsl.dncr.nh.gov/services/library-directory.
- New Jersey — NJ State Library Public Libraries Directory — https://www.njstatelib.org/services_for_libraries/library-development/new-jersey-public-libraries-directory/ — Organized by county.
- New Mexico — NM State Library Directory — https://stlib.state.nm.us/directory/index.php?id=1154 — NM Library Directory; agency landing https://nmstatelibrary.org/.
- New York — NYSL Find Your Public Library — https://www.nysl.nysed.gov/find-your-public-library — Searchable directory of public libraries statewide. PLS index: https://www.nysl.nysed.gov/libdev/pls.
- North Carolina — State Library of NC Library Directory — https://statelibrary.ncdcr.gov/library-directory — Public + academic library directory (mirror: https://library.nc.gov/nc-libraries/library-directory).
- North Dakota — ND State Library Public Libraries — https://www.library.nd.gov/ndpubliclibraries — Includes downloadable Public Library Directory PDF: https://www.library.nd.gov/sites/www/files/documents/publications/publiclibrarydirectory.pdf.
- Ohio — Ohio Public Library Directory (Ohio Library Council; the de facto OH directory) — https://members.olc.org/ohio-public-library-directory/FindStartsWith?term=B — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agency landing: https://library.ohio.gov/. OPLIN find-a-library: https://www.oplin.org/fal/.
- Oklahoma — OK Department of Libraries Public Library Locator — https://oklahoma.gov/libraries/oklahomans/public-library-locator.html — Map UI. PDF directory: https://oklahoma.gov/content/dam/ok/en/libraries/documents/OK-Public-Libraries-Directory.pdf. Open Data: https://data.ok.gov/dataset/oklahoma-public-library-directory.
- Oregon — State Library of Oregon Library Directory — http://libdir.osl.state.or.us/ — Public/academic/special/tribal/volunteer libraries, updated quarterly. Open Data mirror: https://catalog.data.gov/dataset/oregon-library-directory.
- Pennsylvania — PA Office of Commonwealth Libraries Public Library Directory — https://pa.countingopinions.com/fdir.php — Live directory; agency page: https://www.pa.gov/agencies/statelibrary/librarydirectory.
- Rhode Island — RI OLIS Public Libraries Directory — https://olis.ri.gov/directory/libraries/public — All 48 RI public library systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed.. Broader directory: https://olis.ri.gov/directory/index.php.
- South Carolina — SC State Library Public Libraries — https://www.statelibrary.sc.gov/south-carolinians/south-carolina-public-libraries — Directory of county/regional public library systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed..
- South Dakota — SD State Library Libraries Directory — https://library.sd.gov/LIB/DIR/ — Public, school, academic, special.
- Tennessee — TSLA Public Library Directory — https://tnsos.net/TSLA/PLD/index.php — Searchable by county/regionregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality./citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy..
- Texas — TSLAC Library Development & Networking — https://www.tsl.texas.gov/ldn — TSLAC houses accreditation, directory & statistics. Use IMLS PLS for bulk Texas public library addresses.
- Utah — Utah State Library Division Directory — https://library.utah.gov/directory/ — Bookmobiles, public, tribal, special; supports CSV export. Public-only: https://library.utah.gov/directory/categories/public/.
- Vermont — VT Department of Libraries Public Library Directory — https://libraries.vermont.gov/sites/libraries/files/documents/PublicLibraryDirectory.pdf — Quarterly-updated PDF directory. Landing: https://libraries.vermont.gov/find-vermont-libraries. Reporting portal: https://vtlibreports.vermont.gov/.
- Virginia — Library of Virginia Public Library Directory — https://www.lva.virginia.gov/services/public-libraries/directory — Headquarters mailing list + lookup by county/citylocalityThe city / town / settlement component of an address: a populated place sitting between region and neighbourhood in the hierarchy..
- Washington — WA State Library Directory of Washington Libraries — https://www.directory.walibraries.org/ — Maintained by WA State Library (Office of Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) with IMLS funding.
- West Virginia — WV Library Commission Library Directory — https://librarycommission.wv.gov/library_map/Pages/LibraryDirectory.aspx — Statewide directory with addresses + phone numbers.
- Wisconsin — WI DPI Public Libraries — https://dpi.wi.gov/libraries/public-libraries — Public Library and Public Library System directory; addresses downloadable from DPI directory page.
- Wyoming — Wyoming State Library Directory — https://library.wyo.gov/community/directory/ — All library types; public branches filter: https://library.wyo.gov/community/directory/single-category/public-branch/.
Licensed professionals
StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level public databases of licensed professionals (with practice/office addresses) suitable as trainingtrainingThe process of adjusting a model's parameters so its predictions match labeled examples, by repeatedly measuring error and nudging the weights to reduce it. Distinct from inference, when the trained model is run on new input. data for a postal address parsingaddress parsingThe process of decomposing a free-text postal address string into structured components — house number, street name, locality, region, postcode, and country — so a geocoder can resolve them to coordinates. NER modelneural classifierThe machine learning model at the core of Mailwoman's parser — a transformer encoder (~30M parameters) trained from scratch to do BIO token classification over addresses. It learns the 'grammar' of address formats; the gazetteer supplies the 'atlas.'. All URLs verified via web search. Most stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. license-lookup tools are query-only (search-by-name/number); the NPPES NPI Registry and several stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. portals offer bulk CSV exports.
Federal / multi-state
- NPPES NPI Registry (CMS, all US healthcare providers w/ practice addresses) — https://npiregistry.cms.hhs.gov/ — query-only UI + REST API
- NPPES NPI Downloadable Files (full monthly + weekly increments, >4 GB CSV) — https://download.cms.gov/nppes/NPI_Files.html — bulk download (best single source)
- NMLS Consumer Access (mortgage loan originators, multi-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., CSBS) — https://www.nmlsconsumeraccess.org/ — query-only
- DocInfo / FSMB (physician profiles, sourced from stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. boards) — https://www.docinfo.org/ — query-only
- FSMB Physician Data Center (PDC) (data files available for purchase) — https://www.fsmb.org/PDC/pdc-data-files/ — bulk (paid)
- Nursys (NCSBN, multi-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. RN/LPN verification) — https://www.nursys.com/ — query-only
- AIM DocFinder (multi-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. physician metadata aggregator) — http://docfinder.docboard.org/ — query-only
- ARELLO (multi-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. real estate licensee directory) — https://www.arello.com/ — query-only
State unified license portals
(Some statesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. route many professions through a single search; per-profession entries below reference these where applicable.)
- California DCA License Search — covers medical, nursing, real estate (separate ADRE), 150+ DCA professions — https://search.dca.ca.gov/
- Florida DBPR License Search — covers real estate, contractors, many trades (health professions are separate at FL DOH MQA) — https://www.myfloridalicense.com/wl11.asp?mode=2&search=Name
- Florida DOH MQA Search — covers physicians, nurses, all health pros — https://mqa-internet.doh.state.fl.us/MQASearchServices/HealthCareProviders
- Utah DOPL License Lookup Verification — covers medical, nursing, real estate (separate Division of RE), contractors — https://secure.utah.gov/llv/search/index.html
- Virginia DPOR License Lookup — covers real estate, contractors, and many occupations (medical/nursing handled by VA DHP) — https://www.dpor.virginia.gov/LicenseLookup
- Virginia DHP License Lookup — covers physicians, nurses, all health — https://dhp.virginiainteractive.org/Lookup
- Michigan LARA / MiPLUS — covers medical, nursing, real estate, residential builders, and 26 health pros — https://www.michigan.gov/lara/i-need-to/find-or-verify-a-licensed-professional-or-business and https://val.apps.lara.state.mi.us/
- Alaska CBPL Professional License Search — covers medical, nursing, real estate, contractors — https://www.commerce.alaska.gov/cbp/main/search/professional
- Hawaii DCCA PVL Search — covers medical, nursing, real estate, contractors (52 professions) — https://mypvl.dcca.hawaii.gov/public-license-search/
- Idaho DOPL License Search — covers medical, nursing, real estate, public-works contractors — https://dopl.idaho.gov/license-search/
- Illinois IDFPR License Lookup — covers medical, nursing, real estate, contractors — https://online-dfpr.micropact.com/lookup/licenselookup.aspx
- Indiana PLA License & Verification — covers medical, nursing, real estate (no statewide contractor license) — https://secure.in.gov/apps/pla/search
- Iowa DIAL (Dept. of Inspections, Appeals & Licensing) — covers medical, nursing, real estate, contractors — https://dial.iowa.gov/i-need/records
- Kansas License Verification Portal — covers many professions — https://prolicenseverify.ks.gov/
- Maine PFR Licensee Search — covers medical, real estate, residential contractors (nursing is separate at Maine BON) — https://www.maine.gov/pfr/consumer/licensee-search
- Maryland DLLR Licensing Queries — covers real estate, MHIC contractors (medical/nursing separate) — https://labor.maryland.gov/pq/
- Massachusetts Check a License — covers health pros, occupational boards, real estate, HIC contractors — https://www.mass.gov/how-to/check-an-occupational-board-license
- Minnesota MN.gov boards portal — health boards + Commerce (real estate) + DLI (contractors) — multiple sub-portals, see per-profession
- Missouri Division of Professional Registration Licensee Search — covers physicians, nursing, real estate (38 boards) — https://pr.mo.gov/licensee-search.asp
- Montana DLI Professional Licensing — covers medical, nursing, real estate, contractors — https://ebizws.mt.gov/PUBLICPORTAL/home.jsp and https://boards.bsd.dli.mt.gov/_global-pages/additional-license-information/lookup-individual
- Nebraska License Search (gov) — covers medical, nursing — https://www.nebraska.gov/LISSearch/search.cgi
- New Hampshire OPLC License Lookup — covers 54+ boards (medical, nursing, real estate, contractors limited) — https://www.oplc.nh.gov/license-lookup
- New Jersey DCA License Verification — covers ~50 professions including medical, nursing, real estate — https://newjersey.mylicense.com/verification/
- New Mexico RLD Public Search — covers medical, nursing, real estate, contractors (NM-PLUS) — https://nmrldlpi.my.site.com/bcd/s/rld-public-search
- Ohio eLicense — covers Medical Board + many; OCILB + Commerce real estate on separate eLicense subsites — https://elicense.ohio.gov/oh_verifylicense
- Oregon (per-board portals; no single unified) — see per profession
- Pennsylvania PALS — covers ~250 license types, all 29 BPOA boards (medical, nursing, real estate) — https://www.pals.pa.gov/
- South Carolina LLR Licensee Lookup — covers medical, nursing, real estate, contractors, residential builders — https://verify.llronline.com/LicLookup/LookupMain.aspx
- Tennessee Verify (Commerce & Insurance / DCI) — covers real estate, contractors, many; health pros separate at TN DOH — https://verify.tn.gov/
- Tennessee DOH Licensure Verification — physician, nursing — https://apps.health.tn.gov/Licensure/
- Vermont OPR "Find a Professional" — covers medical, nursing, real estate, residential contractors — https://sos.vermont.gov/opr/find-a-professional
- Washington DOH Provider Credential Search — health professions — https://doh.wa.gov/licenses-permits-and-certificates/provider-credential-or-facility-search
- Washington DOL Professional License Lookup — non-health (real estate, etc.) — https://professions.dol.wa.gov/s/license-lookup
- Wisconsin DSPS License Search — covers medical, nursing, real estate, dwelling contractors — https://licensesearch.wi.gov/
- Delaware DELPROS — covers medical, nursing, real estate, contractors — https://delpros.delaware.gov/OH_VerifyLicense
Per state
Alabama
- Medical: Alabama Board of Medical Examiners — https://www.albme.gov/consumers/licensee-search/ — query-only
- Nursing: Alabama Board of Nursing — https://abn.alabama.gov/applications/LicenseLookup.aspx — query-only
- Real estate: Alabama Real Estate Commission (AREC) — https://arec.alabama.gov/apps/LicenseSearch — query-only; bulk list request at https://arec.alabama.gov/apps/listrequest
- Contractor: Alabama Licensing Board for General Contractors — https://genconbd.alabama.gov/database-sql/roster.aspx — query-only
Alaska
- All four professions use the unified Alaska CBPL Professional License Search: https://www.commerce.alaska.gov/cbp/main/search/professional — query-only
- Medical: State Medical Board (via CBPL) — https://www.commerce.alaska.gov/web/cbpl/ProfessionalLicensing/StateMedicalBoard/ProfessionalLicenseSearch.aspx
- Nursing: Board of Nursing (via CBPL) — https://www.commerce.alaska.gov/web/cbpl/ProfessionalLicensing/BoardofNursing/OnlineLicenseVerification
- Real estate: Real Estate Commission (via CBPL) — https://www.commerce.alaska.gov/web/cbpl/ProfessionalLicensing/RealEstateCommission/ApplicantsLicensees.aspx
- Contractor: Construction Contractors (via CBPL) — https://www.commerce.alaska.gov/web/cbpl/ProfessionalLicensing/ConstructionContractors
Arizona
- Medical: Arizona Medical Board — https://www.azmd.gov/doctorsearch/doctorsearch — query-only
- Nursing: Arizona Board of Nursing — https://azbn.gov/licenses-and-certifications/primary-source-verification — query-only
- Real estate: Arizona Department of Real Estate (ADRE) — https://services.azre.gov/publicdatabase/SearchIndividuals.aspx — query-only
- Contractor: Arizona Registrar of Contractors (ROC) — https://azroc.my.site.com/AZRoc/s/contractor-search — query-only
Arkansas
- Medical: Arkansas State Medical Board — https://armedicalboard.adh.arkansas.gov/public/verify/default.aspx — query-only
- Nursing: Arkansas State Board of Nursing — https://arsbn.boardsofnursing.org/licenselookup — query-only
- Real estate: Arkansas Real Estate Commission — https://labor.arkansas.gov/licensing/real-estate-commission/arec-roster/agent-search/ — query-only
- Contractor: Arkansas Contractors Licensing Board — http://aclb2.arkansas.gov/clbsearch.php — query-only
California
- Unified DCA portal: https://search.dca.ca.gov/ (medical, nursing covered)
- Medical: Medical Board of California (via DCA Search) — https://search.dca.ca.gov/ — query-only
- Nursing: California BRN (via DCA Search) — https://search.dca.ca.gov/ — query-only
- Real estate: California DRE Public License Lookup — https://www2.dre.ca.gov/PublicASP/pplinfo.asp — query-only
- Contractor: Contractors State License Board (CSLB) — https://www.cslb.ca.gov/OnlineServices/CheckLicenseII/CheckLicense.aspx — query-only
Colorado
- Medical: Colorado DORA Medical Board (via DORA License Lookup) — https://apps2.colorado.gov/dora/licensing/lookup/licenselookup.aspx — query-only
- Nursing: Colorado DORA Board of Nursing (same DORA Lookup) — https://apps2.colorado.gov/dora/licensing/lookup/licenselookup.aspx — query-only; also rosters at https://apps2.colorado.gov/dora/licensing/lookup/generateroster.aspx (bulk per board)
- Real estate: Colorado Division of Real Estate eLicense — https://apps2.colorado.gov/dre/licensing/lookup/licenselookup.aspx — query-only
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor board (stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. regulates only certain trades; e.g. electrical/plumbing via DORA)
Connecticut
- Medical: CT eLicense (DPH) — https://www.elicense.ct.gov/Lookup/LicenseLookup.aspx — query-only
- Nursing: CT eLicense (DPH) — https://www.elicense.ct.gov/Lookup/LicenseLookup.aspx — query-only
- Real estate: CT eLicense (DCP Real Estate Brokers) — https://www.elicense.ct.gov/Lookup/LicenseLookup.aspx — query-only
- Contractor: CT Dept. of Consumer Protection eLicense (Home Improvement Contractor) — https://www.elicense.ct.gov/Lookup/LicenseLookup.aspx — query-only
Delaware
- All four via DELPROS — https://delpros.delaware.gov/OH_VerifyLicense — query-only
- Medical: Delaware Board of Medical Licensure & Discipline (via DELPROS)
- Nursing: Delaware Board of Nursing (via DELPROS)
- Real estate: Delaware Real Estate Commission (via DELPROS)
- Contractor: Local-only at general-contractor level; specialty trades (electrical, plumbing) licensed via DELPROS
District of Columbia
- Medical: DC Health Board of Medicine License Search — https://app.hpla.doh.dc.gov/Weblookupcs/ — query-only
- Nursing: DC Health Board of Nursing (same DC Health verification portal) — https://app.hpla.doh.dc.gov/Weblookupcs/ — query-only
- Real estate: DC DLCP OPLA License Search — https://govservices.dcra.dc.gov/oplaportal/Home/GetLicenseSearchDetails — query-only
- Contractor: DC DLCP OPLA / Construction Contractor licensing — https://govservices.dcra.dc.gov/oplaportal/Home/GetLicenseSearchDetails — query-only
Florida
- Medical: FL DOH MQA Search Portal — https://mqa-internet.doh.state.fl.us/MQASearchServices/HealthCareProviders — query-only
- Nursing: FL DOH MQA Search Portal — https://mqa-internet.doh.state.fl.us/MQASearchServices/HealthCareProviders — query-only
- Real estate: Florida DBPR License Search — https://www.myfloridalicense.com/wl11.asp?mode=2&search=Name — query-only
- Contractor: Florida DBPR (Construction Industry Licensing Board) — https://www.myfloridalicense.com/wl11.asp?mode=2&search=Name — query-only
Georgia
- Medical: Georgia Composite Medical Board — https://gateway.medicalboard.georgia.gov/verification/search.aspx — query-only
- Nursing: Georgia Board of Nursing (SOS Verification) — https://verify.sos.ga.gov/verification/ — query-only
- Real estate: Georgia Real Estate Commission — https://ata.grec.state.ga.us/account/search — query-only
- Contractor: GA State Licensing Board for Residential & General Contractors (SOS Licensing) — https://verify.sos.ga.gov/verification/ — query-only
Hawaii
- All four via Hawaii DCCA PVL Search — https://mypvl.dcca.hawaii.gov/public-license-search/ — query-only; bulk PVL dataset listed at https://opendata.hawaii.gov/dataset/professional-and-vocational-licensing-pvl-search
- Medical: Hawaii Medical Board (via PVL)
- Nursing: Hawaii Board of Nursing (via PVL)
- Real estate: Hawaii Real Estate Commission (via PVL) — also https://cca.hawaii.gov/reb/check-out-a-business-online/
- Contractor: Hawaii Contractors License Board (via PVL); RICO check at https://cca.hawaii.gov/rico/check/
Idaho
- All four via Idaho DOPL License Search — https://dopl.idaho.gov/license-search/ — query-only
- Medical: Idaho Board of Medicine — https://dopl.idaho.gov/bom/
- Nursing: Idaho Board of Nursing — https://dopl.idaho.gov/bon/bon-license-search/
- Real estate: Idaho Real Estate Commission (via DOPL) — https://dopl.idaho.gov/license-search/
- Contractor: Public Works Contractor (DOPL); residential contractors registered (limited) — https://dopl.idaho.gov/license-search/
Illinois
- All four via Illinois IDFPR License Lookup — https://online-dfpr.micropact.com/lookup/licenselookup.aspx — query-only
- Medical: IL Medical Board (via IDFPR)
- Nursing: IL Board of Nursing (via IDFPR)
- Real estate: IL Division of Real Estate (via IDFPR)
- Contractor: Illinois does not have a statewide general contractor license — local-only at GC level; roofing & plumbing licensed via IDFPR
Indiana
- All via Indiana PLA — https://secure.in.gov/apps/pla/search and https://mylicense.in.gov/everification/ — query-only
- Medical: Indiana Medical Licensing Board (via PLA)
- Nursing: Indiana State Board of Nursing (via PLA)
- Real estate: Indiana Real Estate Commission (via PLA)
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor license (Plumbing Commission licenses plumbers via PLA)
Iowa
- Medical: Iowa Board of Medicine — https://eservices.iowa.gov/PublicPortal/Iowa/IBM/licenseQuery/LicenseQuery.jsp?Profession=Physician — query-only
- Nursing: Iowa Board of Nursing — https://eservices.iowa.gov/PublicPortal/Iowa/IBON/common/index.jsp — query-only
- Real estate: Iowa Real Estate Commission (via My Iowa PLB) — https://ia-plb.my.site.com/LicenseSearchPage — query-only
- Contractor: Iowa Construction Contractor Registration (DIAL) — query at https://dial.iowa.gov/i-need/records ; bulk CSV: Active Iowa Construction Contractor Registrations — https://data.iowa.gov/Workforce/Active-Iowa-Construction-Contractor-Registrations/dpf3-iz94
Kansas
- Medical: Kansas Board of Healing Arts — https://www.kansas.gov/ssrv-ksbhada/search.html — query-only
- Nursing: Kansas State Board of Nursing — https://portal.egov.ksbn.ks.gov/verification/ — query-only
- Real estate: Kansas Real Estate Commission — https://www.krec.ks.gov/resources/search — query-only
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. contractor license (stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. regulates only roofers via AG; specialty/trade licensure varies)
Kentucky
- Medical: Kentucky Board of Medical Licensure — https://kbml.ky.gov/physician/Pages/Physician-Profile-Verification-of-Physician-License.aspx — query-only
- Nursing: Kentucky Board of Nursing — https://kybn.boardsofnursing.org/licenselookup — query-only
- Real estate: Kentucky Real Estate Commission — https://secure.kentucky.gov/KREC/databasesearch — query-only
- Contractor: Local-only at GC level; KY Dept. of Housing/Buildings & Construction licenses HVAC/plumbing/electrical separately
Louisiana
- Medical: Louisiana State Board of Medical Examiners — https://online.lasbme.org/#/verifylicense — query-only
- Nursing: Louisiana State Board of Nursing — https://lsbn.boardsofnursing.org/licenselookup — query-only
- Real estate: Louisiana Real Estate Commission (LREC) — https://portal.lrec.gov/public/search — query-only
- Contractor: Louisiana State Licensing Board for Contractors — https://arlspublic.lslbc.louisiana.gov/Public/DetailedSearch/ByName — query-only (multiple search modes)
Maine
- Medical: Maine Board of Licensure in Medicine — https://www.maine.gov/md/licensure/license-verification — query-only
- Nursing: Maine State Board of Nursing — https://www.maine.gov/boardofnursing/licensing/verifications.html — query-only (search via PFR licensee portal)
- Real estate: Maine Real Estate Commission (via OPOR/PFR) — https://www.maine.gov/pfr/consumer/licensee-search — query-only; bulk download offered
- Contractor: Local-only at GC level (no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. contractor licensing board); some trades licensed via Maine OPOR
Maryland
- Medical: Maryland Board of Physicians — https://www.mbp.state.md.us/bpqapp/ — query-only
- Nursing: Maryland Board of Nursing — https://lookup.mbon.org/verification/ — query-only
- Real estate: Maryland Real Estate Commission (DLLR Public Query) — https://www.dllr.state.md.us/cgi-bin/ElectronicLicensing/OP_search/OP_search.cgi?calling_app=RE%3A%3ARE_qselect — query-only
- Contractor: Maryland Home Improvement Commission (MHIC) Public Query — https://www.dllr.state.md.us/cgi-bin/ElectronicLicensing/OP_search/OP_search.cgi?calling_app=HIC::HIC_qselect — query-only
Massachusetts
- Medical: Massachusetts Board of Registration in Medicine — findmydoctor: https://findmydoctor.mass.gov/ — query-only
- Nursing: MA Board of Registration in Nursing — https://madph.mylicense.com/verification/ — query-only
- Real estate: MA Board of Registration of Real Estate Brokers (via DPL eLicensing) — https://elicensing21.mass.gov/CitizenAccess/GeneralProperty/PropertyLookUp.aspx?isLicensee=Y — query-only
- Contractor: MA Home Improvement Contractor (OCABR) Search — https://contractorhub.mass.gov/s/hic-contractor-search and https://services.oca.state.ma.us/hic/licenseelist.aspx — query-only; also OPSI Construction Supervisor License search via mass.gov
Michigan
- All four via MiPLUS / LARA — https://val.apps.lara.state.mi.us/ — query-only
- Medical: MI Board of Medicine (via MiPLUS)
- Nursing: MI Board of Nursing (via MiPLUS)
- Real estate: MI Board of Real Estate Brokers & Salespersons (via MiPLUS)
- Contractor: MI Residential Builders & M&A Contractors (via MiPLUS)
Minnesota
- Medical: Minnesota Board of Medical Practice — https://mn.gov/boards/medical-practice/verify/index.jsp — query-only
- Nursing: Minnesota Board of Nursing — https://mn.gov/boards/nursing/verify-a-license/index.jsp — query-only
- Real estate: Minnesota Department of Commerce License Lookup — https://mn.gov/commerce/licensing/license-lookup/ — query-only
- Contractor: Minnesota DLI License & Registration Lookup (residential contractors/remodelers/roofers) — https://www.dli.mn.gov/license-and-registration-lookup — query-only; bulk: nightly downloadable spreadsheet of all CCLD licensees
Mississippi
- Medical: Mississippi State Board of Medical Licensure — https://gateway.msbml.ms.gov/verification/search.aspx — query-only (full DB available for $300)
- Nursing: Mississippi Board of Nursing — https://gateway.licensure.msbn.ms.gov/Verification/search.aspx — query-only
- Real estate: Mississippi Real Estate Commission — https://www.mrec2.webapps.ms.gov/publicview/mrecPublicBrokerSearch.aspx?Div=MREC — query-only
- Contractor: Mississippi State Board of Contractors (MSBOC) — https://www.msboc.us/ (search at search.msboc.us) — query-only
Missouri
- All via MO DPR Licensee Search — https://pr.mo.gov/licensee-search.asp — query-only; bulk "Downloadable Listings" updated nightly at https://pr.mo.gov/
- Medical: Missouri Board of Registration for the Healing Arts (via DPR)
- Nursing: Missouri State Board of Nursing (via DPR)
- Real estate: Missouri Real Estate Commission (via DPR)
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor license
Montana
- All four via Montana DLI Licensee Lookup — https://ebizws.mt.gov/PUBLICPORTAL/home.jsp — query-only; bulk Licensee Mailing Lists at https://boards.bsd.dli.mt.gov/_global-pages/additional-license-information/licensee-mailing-lists
- Medical: Montana Board of Medical Examiners (via DLI)
- Nursing: Montana Board of Nursing (via DLI)
- Real estate: Montana Board of Realty Regulation (via DLI)
- Contractor: Montana Construction Contractor Registration (via DLI)
Nebraska
- Medical: Nebraska Board of Medicine & Surgery (DHHS) — https://www.nebraska.gov/LISSearch/search.cgi — query-only
- Nursing: Nebraska Board of Nursing (DHHS) — https://www.nebraska.gov/LISSearch/search.cgi — query-only
- Real estate: Nebraska Real Estate Commission — https://nrec.igovsolution.net/online/Verification/Individual — query-only
- Contractor: Nebraska Dept. of Labor Contractor Registration — https://dol.nebraska.gov/conreg/Search — query-only (full database publicly searchable)
Nevada
- Medical: Nevada State Board of Medical Examiners — https://nsbme.mylicense.com/verification/Search.aspx — query-only
- Nursing: Nevada State Board of Nursing — https://nvbn.boardsofnursing.org/licenselookup — query-only
- Real estate: Nevada Real Estate Division — https://red.prod.secure.nv.gov/lookup/licenselookup.aspx — query-only
- Contractor: Nevada State Contractors Board (NSCB) — https://app.nvcontractorsboard.com/Clients/NVSCB/Public/ContractorLicenseSearch/ContractorLicenseSearch.aspx — query-only
New Hampshire
- All four via NH OPLC License Lookup — https://www.oplc.nh.gov/license-lookup — query-only
- Medical: NH Board of Medicine (via OPLC)
- Nursing: NH Board of Nursing (via OPLC)
- Real estate: NH Real Estate Commission (via OPLC)
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor license (NH licenses some trades, e.g. electricians, via OPLC)
New Jersey
- All major professions via NJ DCA License Verification — https://newjersey.mylicense.com/verification/ — query-only
- Medical: NJ State Board of Medical Examiners — https://www.njconsumeraffairs.gov/bme/Pages/verification.aspx — query-only
- Nursing: NJ Board of Nursing (via DCA) — https://newjersey.mylicense.com/verification/
- Real estate: NJ Real Estate Commission (housed at DOBI) — https://www.nj.gov/dobi/licenseesearch/licsearch.htm — query-only
- Contractor: NJ Home Improvement Contractor (via DCA Consumer Affairs) — https://newjersey.mylicense.com/verification/ — query-only
New Mexico
- All four via NM RLD Public Search — https://nmrldlpi.my.site.com/bcd/s/rld-public-search — query-only; legacy verification at http://verification.rld.state.nm.us/
- Medical: New Mexico Medical Board (via RLD)
- Nursing: New Mexico Board of Nursing (via RLD)
- Real estate: New Mexico Real Estate Commission (via RLD)
- Contractor: New Mexico Construction Industries Division (via RLD)
New York
- Medical: NYSED Office of the Professions Online Verification — https://eservices.nysed.gov/professions/verification-search — query-only
- Nursing: NYSED Office of the Professions (same portal) — https://eservices.nysed.gov/professions/verification-search — query-only
- Real estate: NYS DOS Division of Licensing Services (eAccessNY public search) — https://appext20.dos.ny.gov/nydos/selSearchType.do — query-only
- Contractor: Local-only at GC level (e.g. NYC DOB Home Improvement Contractor licensing); no statewide general contractor license
North Carolina
- Medical: North Carolina Medical Board — https://portal.ncmedboard.org/verification/search.aspx — query-only; NCMB Roster (bulk-ish list)
- Nursing: North Carolina Board of Nursing — https://portal.ncbon.com/licenseverification/search.aspx — query-only
- Real estate: North Carolina Real Estate Commission — https://license.ncrec.gov/ncrec/oecgi3.exe/O4W_LIC_SEARCH_NEW — query-only
- Contractor: NC Licensing Board for General Contractors (NCLBGC) — https://portal.nclbgc.org/Public/Search — query-only
North Dakota
- Medical: North Dakota Board of Medicine — https://www.ndbom.org/public/find_verify/verify.asp — query-only
- Nursing: North Dakota Board of Nursing — https://ndbon.boardsofnursing.org/licenselookup — query-only
- Real estate: North Dakota Real Estate Commission Licensee Directory — https://services.realestatend.org/directory/ — query-only
- Contractor: North Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (FirstStop) Contractor Search — https://firststop.sos.nd.gov/search/contractor — query-only
Ohio
- Medical: State Medical Board of Ohio (via eLicense) — https://elicense.ohio.gov/oh_verifylicense — query-only
- Nursing: Ohio Board of Nursing (via eLicense) — https://elicense.ohio.gov/oh_verifylicense — query-only
- Real estate: Ohio Division of Real Estate & Professional Licensing — https://elicense3.com.ohio.gov/lookup/licenselookup.aspx — query-only (note: site migrated Oct 2025; check https://com.ohio.gov/newsystem)
- Contractor: Ohio Construction Industry Licensing Board (OCILB) — https://elicense4.com.ohio.gov/lookup/licenselookup.aspx — query-only (trades only; OH has no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GC license)
Oklahoma
- Medical: Oklahoma State Board of Medical Licensure & Supervision — https://www.okmedicalboard.org/search — query-only (separate DO board at https://oklahoma.gov/osboe.html)
- Nursing: Oklahoma Board of Nursing — https://okbn.boardsofnursing.org/licenselookup — query-only
- Real estate: Oklahoma Real Estate Commission (OREC) — https://orec.us.thentiacloud.net/webs/orec/ — query-only
- Contractor: Oklahoma Construction Industries Board (CIB) — https://okcibv7prod.glsuite.us/GLSuiteWeb/Clients/OKCIB/Public/LicenseeSearch/LicenseeSearch.aspx — query-only (trade-only; OK has no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GC license)
Oregon
- Medical: Oregon Medical Board — https://omb.oregon.gov/search — query-only
- Nursing: Oregon State Board of Nursing — https://osbn.boardsofnursing.org/licenselookup — query-only
- Real estate: Oregon Real Estate Agency (OREA eLicense) — https://orea.elicense.micropact.com/Lookup/LicenseLookup.aspx — query-only
- Contractor: Oregon Construction Contractors Board (CCB) — https://search.ccb.state.or.us/search/ — query-only
Pennsylvania
- All medical/nursing/real estate via PALS — https://www.pals.pa.gov/ — query-only
- Medical: PA State Board of Medicine (via PALS)
- Nursing: PA State Board of Nursing (via PALS)
- Real estate: PA Real Estate Commission (via PALS)
- Contractor: PA Attorney General Home Improvement Contractor Registration — https://hicsearch.attorneygeneral.gov/ — query-only
Rhode Island
- Medical: RI Department of Health (Board of Medical Licensure & Discipline) — https://healthri.mylicense.com/verification/ — query-only
- Nursing: RI Department of Health (Board of Nurse Registration) — https://healthri.mylicense.com/verification/ — query-only
- Real estate: RI Department of Business Regulation Real Estate Lookup — https://ridbrprod-search.state-reg-eastern.tylerapp.com/ — query-only
- Contractor: RI Contractors' Registration & Licensing Board (CRLB) — https://crb.ri.gov/search/contractor-search — query-only
South Carolina
- All four via SC LLR Licensee Lookup — https://verify.llronline.com/LicLookup/LookupMain.aspx — query-only
- Medical: SC Board of Medical Examiners — https://verify.llronline.com/LicLookup/Med/Med.aspx?div=16
- Nursing: SC Board of Nursing (via LLR) — https://verify.llronline.com/LicLookup/LookupMain.aspx
- Real estate: SC Real Estate Commission — https://verify.llronline.com/LicLookup/Rec/Rec.aspx?div=19
- Contractor: SC Contractor's Licensing Board (commercial) — https://verify.llronline.com/LicLookup/Contractors/Contractor.aspx ; Residential Builders — https://verify.llronline.com/LicLookup/Resbu/Resbu.aspx
South Dakota
- Medical: SD Board of Medical & Osteopathic Examiners (SDBMOE) — https://sdbmoe.gov/ (Licensee Lookup) — query-only
- Nursing: SD Board of Nursing — https://sdbon.boardsofnursing.org/licenselookup — query-only
- Real estate: SD Real Estate Commission Licensee List — https://dlr.sd.gov/realestate/license_verification_system.aspx — query-only
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor license (specialty trades only via DLR boards; contractor excise-tax license via DOR)
Tennessee
- Medical: TN Department of Health Licensure Verification — https://apps.health.tn.gov/Licensure/ — query-only
- Nursing: TN Department of Health (same portal) — https://apps.health.tn.gov/Licensure/ — query-only
- Real estate: TN Real Estate Commission (via DCI Verify portal) — https://verify.tn.gov/ — query-only
- Contractor: TN Board for Licensing Contractors (via DCI Verify portal) — https://verify.tn.gov/ — query-only
Texas
- Medical: Texas Medical Board (LIST) — https://www.tmb.state.tx.us/resources/for-the-public/look-up-a-license and https://list.tmb.state.tx.us/ — query-only
- Nursing: Texas Board of Nursing — https://www.bon.texas.gov/licensure_verification.asp — query-only
- Real estate: Texas Real Estate Commission (TREC) — https://www.trec.texas.gov/license-search — query-only; bulk: TREC High Value Data Sets — https://www.trec.texas.gov/public/high-value-data-sets
- Contractor: Texas Department of Licensing & Regulation (TDLR) — https://www.tdlr.texas.gov/LicenseSearch/ — query-only (TX has no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. GC license; TDLR covers electricians/HVAC/etc.)
Utah
- All four via Utah DOPL License Lookup Verification — https://secure.utah.gov/llv/search/index.html — query-only
- Medical: Utah Physician Licensing Board (via DOPL)
- Nursing: Utah Board of Nursing (via DOPL)
- Real estate: Utah Division of Real Estate (via DOPL) — separate division but uses DOPL lookup
- Contractor: Utah Contractors (via DOPL)
Vermont
- All four via VT OPR "Find a Professional" — https://sos.vermont.gov/opr/find-a-professional — query-only
- Medical: Vermont Board of Medical Practice (via OPR)
- Nursing: Vermont State Board of Nursing (via OPR)
- Real estate: Vermont Real Estate Commission (via OPR)
- Contractor: Vermont Residential Contractor Registration (via OPR) — https://sos.vermont.gov/residential-contractors
Virginia
- Medical: Virginia Department of Health Professions (DHP) License Lookup — https://dhp.virginiainteractive.org/Lookup — query-only
- Nursing: Virginia DHP (same portal) — https://dhp.virginiainteractive.org/Lookup — query-only
- Real estate: Virginia DPOR License Lookup — https://www.dpor.virginia.gov/LicenseLookup — query-only
- Contractor: Virginia DPOR Board for Contractors — https://www.dpor.virginia.gov/LicenseLookup — query-only
Washington
- Medical: Washington DOH Provider Credential Search — https://doh.wa.gov/licenses-permits-and-certificates/provider-credential-or-facility-search — query-only; bulk: WA Health Care Provider Credential Data on data.wa.gov — https://data.wa.gov/health/Health-Care-Provider-Credential-Data/qxh8-f4bd
- Nursing: Washington DOH (same provider credential search) — https://doh.wa.gov/licenses-permits-and-certificates/provider-credential-or-facility-search — query-only + bulk (above)
- Real estate: Washington DOL Professional License Lookup — https://professions.dol.wa.gov/s/license-lookup — query-only
- Contractor: Washington L&I Verify a Contractor — https://secure.lni.wa.gov/verify/ — query-only
West Virginia
- Medical: WV Board of Medicine — https://wvbom.wv.gov/public/search/ — query-only (separate WV Board of Osteopathic Medicine at https://www.wvbdosteo.org/verify/)
- Nursing: WV RN Board — https://wvrn.boardsofnursing.org/licenselookup — query-only (LPN Board separate at https://lpnboard.wv.gov/licensure/Pages/Check-Licensure-Status.aspx)
- Real estate: WV Real Estate Commission — https://apps.wv.gov/REC/Licensing/Application/LicenseInfoService — query-only
- Contractor: WV Contractor Licensing Board — https://wvclboard.wv.gov/verify/ — query-only
Wisconsin
- All four via Wisconsin DSPS License Search — https://licensesearch.wi.gov/ — query-only
- Medical: WI Medical Examining Board (via DSPS)
- Nursing: WI Board of Nursing (via DSPS)
- Real estate: WI Real Estate Examining Board (via DSPS)
- Contractor: WI Dwelling Contractor / trades (via DSPS)
Wyoming
- Medical: Wyoming Board of Medicine — https://wyomedboard.wyo.gov/consumers/license-lookup — query-only
- Nursing: Wyoming State Board of Nursing — https://wybn.boardsofnursing.org/licenselookup — query-only
- Real estate: Wyoming Real Estate Commission — https://realestate.wyo.gov/ (public license search) — query-only
- Contractor: Local-only — no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. general contractor license (electricians licensed at stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. level via State Fire Marshal)
Secretary of State, business, notary, charity, lobbyist
Notes on scope and quirks
- Business entity searches: every stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. offers free name/agent query; only a minority offer bulk downloads (FL, OR partial via open data, LA via paid API, HI by-record paid). DE does not publish principal addresses. NV charges for some access; TX SOSDirect charges $1/search.
- Notary registries: most statesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. publish searchable directories. NH, TN, WY publish only PDF lists or none. GA notaries are commissioned by county clerks but indexed centrally by GSCCCA.
- Charity registries: typically AG, but SoS in CO, GA, MD, MS, NC, ND, OK, PA, SC, TN, WA, WV; DBR in RI; DCP in CT; DLCP in DC; VDACS in VA; DPFR in ME; DFI in WI; FDACS in FL; DCP in UT (transitioning to DCCC). DE, ID, MT, SD, WY have no stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level charity registration (only fundraisers in some). AZ repealed charity registration in 2013 (veterans + fundraisers still register).
- Lobbyist registries: SoS for most; Ethics Commission for AL, GA, HI, KS, MO, OK, SC, TN, TX, WI, WV; Legislature for IA, NE, NV; PIC for DE; APOC for AK; DLS Ethics Council for VA; PDC for WA; OGEC for OR; ELEC for NJ; BEGA for DC; JLEC/OLIG for OH; KLEC for KY; LREC/ILRC for IN; ME Ethics; MA SoC; NH SoS; MD SEC.
Per state
Alabama
- Business entity search: Alabama Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://arc-sos.state.al.us/CGI/CORPNAME.MBR/INPUT — query-only — includes registered agent
- Notary registry: Alabama Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://arc-sos.state.al.us/CGI/notename.mbr/input — query-only (also county-level browsing)
- Charity registry: Alabama Attorney General — https://www.alabamaag.gov/licensing-registration/charitable-organizations/ (search: https://ago.igovsolution.net/online/Lookups/Business.aspx) — query-only
- Lobbyist registry: Alabama Ethics Commission — https://ethics.alabama.gov/lobbyists.aspx — query-only; annual PDF list at https://ethics.alabama.gov/docs/LobbyList/2024LobbyistList.pdf
Alaska
- Business entity search: Alaska Division of Corporations, Business and Professional Licensing — https://www.commerce.alaska.gov/cbp/main/search/entities — query-only — registered agent included
- Notary registry: Office of the Lieutenant Governor — https://aws.state.ak.us/NotaryDirectory/ — query-only
- Charity registry: Alaska Department of Law — https://www.law.alaska.gov/department/civil/consumer/charities_list.html — list/query
- Lobbyist registry: Alaska Public Offices Commission (APOC) — https://apoc.doa.alaska.gov/filer-resources/lobbying/ — query-only
Arizona
- Business entity search: Arizona Corporation Commission (eCorp) — https://ecorp.azcc.gov/EntitySearch/Index — query-only; database purchase available
- Notary registry: Arizona Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://apps.azsos.gov/apps/notary/search/default.aspx — query-only (by name/county/zip)
- Charity registry: AZ repealed charity registration in 2013. Veterans charities only — Arizona Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://azsos.gov/business/other-services/veterans-charities-organizations — query-only
- Lobbyist registry: Arizona Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://lobbying.az.gov/ — query-only; bulk DB purchasable ($25) at https://azsos.gov/services/database-purchasing
Arkansas
- Business entity search: Arkansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://bcs.sos.arkansas.gov/search — query-only
- Notary registry: Arkansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://bcs.sos.arkansas.gov/search/notary — query-only
- Charity registry: Arkansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (oversight by SoS since 2018; AG focuses on enforcement) — https://www.sos.arkansas.gov/business-commercial-services-bcs/nonprofit-charitable-entities/charitable-entities — query-only
- Lobbyist registry: Arkansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. / Ethics — https://ethics-disclosures.sos.arkansas.gov/public/lobbyist/lobbyistdata — query-only
California
- Business entity search: California Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (bizfile Online) — https://bizfileonline.sos.ca.gov/search/business — query-only; includes principal + agent addresses; free PDF copies
- Notary registry: California Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ca.gov/notary/notary-public-listing — query-only (active commissions)
- Charity registry: California Attorney General Registry of Charities and Fundraisers — https://rct.doj.ca.gov/Verification/Web/Search.aspx?facility=Y — query-only
- Lobbyist registry: California Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (CAL-ACCESS) — https://cal-access.sos.ca.gov/Lobbying/ — query-only; bulk daily data downloads available
Colorado
- Business entity search: Colorado Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.state.co.us/biz/BusinessEntityCriteriaExt.do — query-only; includes principal and registered agent
- Notary registry: Colorado Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.state.co.us/notary/pages/public/verifyNotary.xhtml — query-only
- Charity registry: Colorado Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charities and Fundraisers) — https://www.coloradosos.gov/ccsa/pages/search/basic.xhtml — query-only
- Lobbyist registry: Colorado Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.state.co.us/lobby/SearchLobbyist.do — query-only; PDF directories also published
Connecticut
- Business entity search: Connecticut Secretary of the StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (business.ct.gov; CONCORD legacy) — https://service.ct.gov/business/s/onlinebusinesssearch — query-only
- Notary registry: Connecticut Secretary of the StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (eLicense) — https://www.elicense.ct.gov/Lookup/LicenseLookup.aspx — query-only (select Notary Public)
- Charity registry: Connecticut Department of Consumer Protection (Public Charities Unit) — https://portal.ct.gov/dcp/charities/public-charities — query-only
- Lobbyist registry: Connecticut Office of State Ethics — https://www.oseapps.ct.gov/NewLobbyist/security/loginhome.aspx — query-only
Delaware
- Business entity search: Delaware Division of Corporations — https://icis.corp.delaware.gov/ecorp/entitysearch/namesearch.aspx — query-only — NOTE: Delaware does NOT publish full principal/officer addresses publicly, only registered agent; detailed status $10–$20/entity
- Notary registry: Delaware Notary Public (Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) — https://notary.delaware.gov/ ; bulk dataset at https://data.delaware.gov/Licenses-and-Certifications/Notaries-Commissioned-in-Delaware/q8dr-mj6p — bulk available
- Charity registry: Delaware does NOT require general charity registration. No public registry. Private foundations file 990-PF with AG. Investigate manually: https://attorneygeneral.delaware.gov/tag/charities/
- Lobbyist registry: Delaware Public Integrity Commission (PIRS) — https://pirs.delaware.gov/ — query-only
District of Columbia
- Business entity search: DC Department of Licensing and Consumer Protection (CorpOnline) — https://corponline.dlcp.dc.gov/homepage — query-only
- Notary registry: Office of the Secretary of DC (Office of Notary Commissions and Authentications) — https://os.dc.gov/service/notary-public-search — query-only with map
- Charity registry: DC Department of Licensing and Consumer Protection (Basic Business License - Charitable Services Business) — https://dlcp.dc.gov/node/1618416 — license search via CorpOnline / MyDC Business Center — query-only
- Lobbyist registry: DC Board of Ethics and Government Accountability (BEGA) — https://efiler.bega.dc.gov/LRRSearch — query-only
Florida
- Business entity search: Florida Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Division of Corporations (Sunbiz) — https://search.sunbiz.org/ — bulk download — Daily & quarterly via SFTP at https://dos.fl.gov/sunbiz/other-services/data-downloads/
- Notary registry: Florida Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Division of Corporations — https://notaries.dos.fl.gov/not001.html — query-only
- Charity registry: Florida Department of Agriculture and Consumer Services (Check-A-Charity) — https://csapp.fdacs.gov/CSPublicApp/CheckACharity/CheckACharity.aspx — query-only
- Lobbyist registry: Florida Lobbyist Registration Office (Joint Legislative/Executive portal) — https://www.floridalobbyist.gov/ — query-only; directories at /LobbyistInformation/RegisteredExecutiveLobbyists and /RegisteredLegislativeLobbyists
Georgia
- Business entity search: Georgia Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Corporations Division) — https://ecorp.sos.ga.gov/businesssearch — query-only
- Notary registry: Georgia Superior Court Clerks' Cooperative Authority (GSCCCA) — https://search.gsccca.org/notary/ — query-only (statewide index of county-commissioned notaries)
- Charity registry: Georgia Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Securities & Charities Division) — https://sos.ga.gov/index.php/securities/registered_charities_search — query-only (verify portal: http://verify.sos.ga.gov/Verification)
- Lobbyist registry: Georgia Government Transparency and Campaign Finance Commission — https://media.ethics.ga.gov/search/lobbyist/lobbyist_byname.aspx — query-only
Hawaii
- Business entity search: Hawaii Business Express / BREG (DCCA Business Registration Division) — https://hbe.ehawaii.gov/documents — query-only; bulk lists paid (5¢/record via List Builder)
- Notary registry: Hawaii Department of the Attorney General — https://notary.ehawaii.gov/notary/public/publicsearch.html — query-only
- Charity registry: Hawaii Department of the Attorney General (Tax & Charities Division) — https://ag.hawaii.gov/tax/ — query-only (Hawaii Charity Finder)
- Lobbyist registry: Hawaii State Ethics Commission — https://hawaiiethics.my.site.com/public/s/ — query-only; bulk CSV at data.gov: https://catalog.data.gov/dataset/hawaii-state-ethics-commissions-lobbyist-registration-statements
Idaho
- Business entity search: Idaho Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (SOSBiz) — https://sosbiz.idaho.gov/search/business/ — query-only
- Notary registry: Idaho Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (SOSBiz) — https://sosbiz.idaho.gov/search/notary — query-only
- Charity registry: ID has NO general charity registration requirement. No public registry. Investigate manually. Telephone solicitors register with AG: https://www.ag.idaho.gov/
- Lobbyist registry: Idaho Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Sunshine system) — https://sunshine.voteidaho.gov/lobbyists — query-only
Illinois
- Business entity search: Illinois Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://apps.ilsos.gov/businessentitysearch/ — query-only
- Notary registry: Illinois Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://apps.ilsos.gov/notarysearch/ — query-only
- Charity registry: Illinois Attorney General (Charitable Trust Bureau) — https://charitable.illinoisattorneygeneral.gov/ — query-only (new portal launched Aug 2025)
- Lobbyist registry: Illinois Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://apps.ilsos.gov/lobbyistsearch/index.jsp — query-only; bulk download via Illinois Data Portal
Indiana
- Business entity search: Indiana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (INBiz) — https://bsd.sos.in.gov/publicbusinesssearch — query-only
- Notary registry: Indiana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (INBiz) — https://inbiz.in.gov/certification/notary — query-only
- Charity registry: Indiana does not register charities themselves; only professional solicitors register with AG — https://www.in.gov/attorneygeneral/consumer-protection-division/charities-and-donors/charitable-fundraising/ — query-only for fundraisers
- Lobbyist registry: Indiana Lobby Registration Commission (ILRC) — https://www.in.gov/ilrc/ ; lobbying data at https://www.in.gov/ilrc/lobbying-data/ — query-only
Iowa
- Business entity search: Iowa Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Fast Track Filing) — https://sos.iowa.gov/search/business/search.aspx — query-only
- Notary registry: Iowa Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sos.iowa.gov/search/notary/search.aspx — query-only
- Charity registry: IA has NO general charity registration. Charitable trusts and professional fundraisers register with AG — https://www.iowaattorneygeneral.gov/for-businesses/professional-fundraisers-and-charity-information--registration — query-only
- Lobbyist registry: Iowa Legislature — https://www.legis.iowa.gov/lobbyist — query-only; executive branch via Iowa Ethics & Campaign Disclosure Board: https://ethics.iowa.gov/ethics/executive-branch-lobbying
Kansas
- Business entity search: Kansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ks.gov/eforms/BusinessEntity/Search.aspx — query-only
- Notary registry: Kansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ks.gov/general-services/notary_public/notary-search.aspx — query-only
- Charity registry: Kansas Attorney General — https://www.ag.ks.gov/in-your-corner-kansas/resources/charity-search — query-only
- Lobbyist registry: Kansas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ks.gov/elections/lobbyists_directory_search.aspx — query-only
Kentucky
- Business entity search: Kentucky Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sosbes.sos.ky.gov/BusSearchNProfile/search.aspx — query-only
- Notary registry: Kentucky Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://web.sos.ky.gov/notaries/ — query-only (limited public search)
- Charity registry: Kentucky Attorney General — https://www.ag.ky.gov/Resources/Consumer-Resources/charity/Pages/registration.aspx — registration program; query-only via 990 archive
- Lobbyist registry: Kentucky Legislative Ethics Commission (KLEC) — https://apps.klec.ky.gov/ — query-only
Louisiana
- Business entity search: Louisiana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (CORAWeb) — https://coraweb.sos.la.gov/commercialsearch/commercialsearch.aspx — query-only; paid Commercial API for bulk
- Notary registry: Louisiana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://coraweb.sos.la.gov/Notary/NotarySearch.aspx — query-only; bulk download referenced ("Notary Bulk Data")
- Charity registry: Louisiana Attorney General — https://www.ag.state.la.us/Charities — query-only; only charities using professional solicitors must register
- Lobbyist registry: Louisiana Ethics Administration / Board of Ethics — https://ethics.la.gov/lobbyistdata/SearchByLobbyist.aspx — query-only
Maine
- Business entity search: Maine Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (ICRS) — https://apps3.web.maine.gov/nei-sos-icrs/ICRS — query-only
- Notary registry: Maine Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.maine.gov/online/notary/search/ — query-only
- Charity registry: Maine Department of Professional and Financial Regulation (OPOR) — https://www.maine.gov/pfr/professionallicensing/professions/charitable-solicitations-act/licensing/charitable-organizations — query-only
- Lobbyist registry: Maine Commission on Governmental Ethics and Election Practices — https://www.maine.gov/ethics/lobbyists — query-only
Maryland
- Business entity search: Maryland State Department of Assessments and Taxation (SDAT) via Business Express — https://egov.maryland.gov/businessexpress/entitysearch — query-only
- Notary registry: Maryland Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Notary Division) — https://mdsos2.my.site.com/s/search-notary-database — query-only
- Charity registry: Maryland Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charitable Organizations Division) — https://onestop.md.gov/list_views/62f3e1797f7e3200016a3dab (Charity Public Registry); main page https://sos.maryland.gov/Charity/pages/default.aspx — query-only
- Lobbyist registry: Maryland State Ethics Commission — https://lobby-ethics.maryland.gov/public_access — query-only
Massachusetts
- Business entity search: Massachusetts Secretary of the Commonwealth (Corporations Division) — https://corp.sec.state.ma.us/corpweb/CorpSearch/CorpSearch.aspx — query-only
- Notary registry: Massachusetts does not publish a public notary search. Contact Public Records Division, Secretary of the Commonwealth — https://www.mass.gov/info-details/find-a-notary-public — Not searchable online; investigate manually
- Charity registry: Massachusetts Attorney General (Non-Profit Organizations/Public Charities Division) — https://masscharities.my.site.com/FilingSearch/s/ — query-only
- Lobbyist registry: Massachusetts Secretary of the Commonwealth (Lobbyist Division) — https://www.sec.state.ma.us/lobbyistpublicsearch/ — query-only
Michigan
- Business entity search: Michigan LARA Corporations Division (MiBusiness Registry) — https://mibusinessregistry.lara.state.mi.us/search/business — query-only
- Notary registry: Michigan Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Office of the Great Seal) — https://dsvsesvc.sos.state.mi.us/TAP/_/ — query-only
- Charity registry: Michigan Attorney General (Charitable Trust Section) — https://www.ag.state.mi.us/charitabletrust/frmDisclaimer.aspx — query-only
- Lobbyist registry: Michigan Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. / Bureau of Elections (MiTN) — https://mi-boe.entellitrak.com/etk-mi-boe-prod/page.request.do?page=page.miboeLobbyPublicSearch — query-only
Minnesota
- Business entity search: Minnesota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://mblsportal.sos.mn.gov/Business/Search — query-only
- Notary registry: Minnesota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://notary.sos.mn.gov/ — query-only
- Charity registry: Minnesota Attorney General — https://www.ag.state.mn.us/Charity/Search/ — query-only
- Lobbyist registry: Minnesota Campaign Finance and Public Disclosure Board — https://cfb.mn.gov/reports-and-data/viewers/lobbying/lobbyists/ — query-only; current lists at https://cfb.mn.gov/reports-and-data/searches-and-lists/other-reports-and-lists/current-lists/
Mississippi
- Business entity search: Mississippi Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://corp.sos.ms.gov/corp/portal/c/page/corpBusinessIdSearch/portal.aspx — query-only
- Notary registry: Mississippi Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ms.gov/notarysearch/notarysearch.aspx — query-only
- Charity registry: Mississippi Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charities Division) — https://charities.sos.ms.gov/online/portal/ch/page/charities-search/portal.aspx — query-only
- Lobbyist registry: Mississippi Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Elections Division) — https://www.sos.ms.gov/elec/portal/msel/page/search/portal.aspx — query-only
Missouri
- Business entity search: Missouri Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.mo.gov/BusinessEntity/soskb/csearch.asp — query-only
- Notary registry: Missouri Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://s1.sos.mo.gov/business/notary/search/notarysearch.aspx — query-only
- Charity registry: Missouri Attorney General — https://ago.mo.gov/civil-division/consumer/charity — search via "Check-a-Charity"; query-only
- Lobbyist registry: Missouri Ethics Commission — https://mec.mo.gov/mec/Lobbying/LobbyistSearch.aspx — query-only
Montana
- Business entity search: Montana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://biz.sosmt.gov/search — query-only
- Notary registry: Montana Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sosmt.gov/notary/find-a-notary/ — query-only (opt-in for public listing)
- Charity registry: MT has NO stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level charity registration. No public registry. Investigate manually
- Lobbyist registry: Montana Commissioner of Political Practices (COPP) — https://politicalpractices.mt.gov/home/Legislative-Session-and-Lobbying/Lobbying-FAQ — query-only via COPP portal
Nebraska
- Business entity search: Nebraska Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.nebraska.gov/sos/corp/corpsearch.cgi — query-only — verified via https://sos.nebraska.gov/business-services/corporate-and-business
- Notary registry: Nebraska Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sos.nebraska.gov/business-services/notary-public — limited public search; manage by contacting (402) 471-2558; investigate further for searchable index
- Charity registry: NE has NO general charity registration with stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. agency. Charitable trust notice requirements via AG — https://protectthegoodlife.nebraska.gov/charitable-trusts — query/notice-only
- Lobbyist registry: Nebraska Legislature / Clerk of the Legislature (Nebraska Accountability and Disclosure Commission for activity reports) — https://nebraskalegislature.gov/lobbyist/ ; NADC: https://nadc.nebraska.gov/view-campaign-filings-personal-financial-disclosures-potential-conflicts-lobbying-reports-and-more — query-only
Nevada
- Business entity search: Nevada Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (SilverFlume) — https://esos.nv.gov/EntitySearch/OnlineEntitySearch — query-only free; full document access has fees historically
- Notary registry: Nevada Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://esos.nv.gov/NotarySearchOnline/NotarySearchExternal — query-only
- Charity registry: Nevada Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Commercial Recording Division) — https://www.nvsos.gov/sos/licensing/charitable-organizations — query via Business Entity Search; bulk data download referenced
- Lobbyist registry: Nevada Legislature (Legislative Counsel Bureau) — https://www.leg.state.nv.us/lobbyist/ — query-only
New Hampshire
- Business entity search: New Hampshire Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (NH QuickStart) — https://quickstart.sos.nh.gov/online/BusinessInquire — query-only
- Notary registry: NH has no public online notary search; the SoS publishes a roster (Spring 2023+) — https://www.sos.nh.gov/notary-public — Investigate manually
- Charity registry: New Hampshire Department of Justice (Charitable Trusts Unit) — https://www.doj.nh.gov/bureaus/charitable-trusts/registered-charities — query-only
- Lobbyist registry: New Hampshire Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.nh.gov/lobbyists — query-only; PDF/Excel lists for each session
New Jersey
- Business entity search: New Jersey Department of the Treasury, Division of Revenue and Enterprise Services — https://www.njportal.com/dor/businessnamesearch/ — query-only (free name search; status reports paid)
- Notary registry: New Jersey Treasury, Division of Revenue — https://www.nj.gov/cgi-bin/treas/revenue/search5.pl — query-only
- Charity registry: New Jersey Division of Consumer Affairs (Charities Registration & Investigation Section) — https://charportal.dca.njoag.gov/Charity-Registration/CHR-Public-Search-Page/ — query-only
- Lobbyist registry: New Jersey Election Law Enforcement Commission (ELEC) — https://www.elec.nj.gov/publicinformation.htm — query-only
New Mexico
- Business entity search: New Mexico Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://enterprise.sos.nm.gov/search/business — query-only
- Notary registry: New Mexico Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://enterprise.sos.nm.gov/search/notary — query-only
- Charity registry: New Mexico Department of Justice (formerly AG) — https://secure.nmdoj.gov/CharitySearch/ — query-only
- Lobbyist registry: New Mexico Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.cfis.state.nm.us/media/ReportLobbyistFilingPeriods.aspx ; legacy reports at https://portal.sos.state.nm.us/financialDisclosure/SearchLobbyist.aspx — query-only; downloadable CSV/PDF
New York
- Business entity search: New York Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Division of Corporations — https://apps.dos.ny.gov/publicInquiry/ — query-only (owners/principals NOT publicly available; agent and entity info only)
- Notary registry: New York Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://dos.ny.gov/search-commissioned-nys-notaries-public — query-only; bulk dataset at https://data.ny.gov/Economic-Development/Commissioned-NYS-Notaries-Public/rwbv-mz6z
- Charity registry: New York Attorney General (Charities Bureau) — https://charities-search.ag.ny.gov/RegistrySearch — query-only
- Lobbyist registry: New York Commission on Ethics and Lobbying in Government (COELIG, successor to JCOPE) — https://ethics.ny.gov/ — query-only via Public Reporting (legal status under litigation)
North Carolina
- Business entity search: North Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sosnc.gov/online_services/search/by_title/search_Business_Registration — query-only
- Notary registry: North Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sosnc.gov/online_services/notary/search_notary_number — query-only
- Charity registry: North Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charitable Solicitation Licensing Division) — https://www.sosnc.gov/online_services/search/Charities_Results — query-only
- Lobbyist registry: North Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Lobbying Compliance Division) — https://www.sosnc.gov/online_services/search/lobbying_results — query-only
North Dakota
- Business entity search: North Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (FirstStop) — https://firststop.sos.nd.gov/search/business — query-only
- Notary registry: North Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (FirstStop) — https://firststop.sos.nd.gov/search/notary — query-only; data list requests available
- Charity registry: North Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://firststop.sos.nd.gov/search/charitable — query-only
- Lobbyist registry: North Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (FirstStop) — https://firststop.sos.nd.gov/search/lobbyist — query-only; annual lists at https://firststop.sos.nd.gov/lists
Ohio
- Business entity search: Ohio Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://businesssearch.ohiosos.gov/ — query-only
- Notary registry: Ohio Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.ohiosos.gov/notary — query-only
- Charity registry: Ohio Attorney General — https://charitable.ohioago.gov/Research-Charities — query-only
- Lobbyist registry: Ohio Joint Legislative Ethics Committee — Office of the Legislative Inspector General (OLAC) — https://www2.jlec-olig.state.oh.us/olac/ — query-only
Oklahoma
- Business entity search: Oklahoma Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ok.gov/corp/corpInquiryFind.aspx — query-only
- Notary registry: Oklahoma Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ok.gov/notary/search.aspx — query-only
- Charity registry: Oklahoma Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.sos.ok.gov/corp/charityInquiryFind.aspx — query-only
- Lobbyist registry: Oklahoma Ethics Commission (Guardian system) — https://guardian.ok.gov/ ; older system: https://pay.apps.ok.gov/ethics/lobbyist/public_index.php — query-only (Guardian 2.0 public portal partially delayed)
Oregon
- Business entity search: Oregon Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sos.oregon.gov/business/Pages/find.aspx — query-only; some data via Oregon open data portal
- Notary registry: Oregon Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sos.oregon.gov/business/Pages/notary-public-directory.aspx — query-only; bulk Active Notaries dataset at https://data.oregon.gov/business/Active-Notaries/j2pk-zk6z
- Charity registry: Oregon Department of Justice (Charitable Activities Section) — https://justice.oregon.gov/charities — query-only
- Lobbyist registry: Oregon Government Ethics Commission — https://apps.oregon.gov/OGEC/EFS/Records — query-only
Pennsylvania
- Business entity search: Pennsylvania Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Bureau of Corporations and Charitable Organizations) — https://file.dos.pa.gov/search/business — query-only
- Notary registry: Pennsylvania Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://www.notaries.pa.gov/pages/notarysearch.aspx — query-only
- Charity registry: Pennsylvania Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Bureau of Corporations and Charitable Organizations) — https://www.charities.pa.gov/ — query-only
- Lobbyist registry: Pennsylvania Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Lobbying Disclosure) — https://www.pa.gov/services/dos/search-lobbying-disclosure-reports — query-only
Rhode Island
- Business entity search: Rhode Island Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://business.sos.ri.gov/corpweb/corpsearch/corpsearch.aspx — query-only
- Notary registry: Rhode Island Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://business.sos.ri.gov/PublicNotarySearch/Home — query-only
- Charity registry: Rhode Island Department of Business Regulation (DBR) — https://dbr.ri.gov/banking-securities-and-charitable-organizations/securities-and-charities/charitable-organizations — query/file-only; no robust public search
- Lobbyist registry: Rhode Island Department of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Lobby Tracker) — https://lobbytracker.sos.ri.gov/ — query-only
South Carolina
- Business entity search: South Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://businessfilings.sc.gov/BusinessFiling/Entity/Search — query-only (note: officers/directors not maintained by SoS)
- Notary registry: South Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://search.scsos.com/notaries — query-only
- Charity registry: South Carolina Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://search.scsos.com/charities — query-only
- Lobbyist registry: South Carolina State Ethics Commission — https://apps.sc.gov/lobbyingactivity/LAIndex.aspx — query-only
South Dakota
- Business entity search: South Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sosenterprise.sd.gov/BusinessServices/Business/FilingSearch.aspx — query-only
- Notary registry: South Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sosenterprise.sd.gov/BusinessServices/Notary/NotarySearch.aspx — query-only
- Charity registry: SD has NO charity registration. Paid telephone solicitors register with AG Division of Consumer Protection — https://consumer.sd.gov/fastfacts/charity.aspx — minimal; investigate manually
- Lobbyist registry: South Dakota Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sosenterprise.sd.gov/BusinessServices/Lobbyist/LobbyistSearch.aspx — query-only
Tennessee
- Business entity search: Tennessee Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://tnbear.tn.gov/Ecommerce/FilingSearch.aspx (linked from https://sos.tn.gov/businesses) — query-only
- Notary registry: Tennessee Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://sos.tn.gov/businesses/services/search-notary-commissions — query-only (notaries elected by county legislative body; commissioned by SoS)
- Charity registry: Tennessee Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Division of Charitable Solicitations and Gaming) — https://tncab.tnsos.gov/portal/registered-charities-search — query-only
- Lobbyist registry: Tennessee Ethics Commission (Bureau of Ethics and Campaign Finance) — https://apps.tn.gov/ilobby/ — query-only
Texas
- Business entity search: Texas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (SOSDirect) — https://direct.sos.state.tx.us/acct/acct-login.asp — query-only; $1/search; account required; free filing status at https://webservices.sos.state.tx.us/filing-status/status.aspx
- Notary registry: Texas Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://direct.sos.state.tx.us/notaries/NotarySearch.asp — query-only; bulk data at https://data.texas.gov/dataset/Texas-Notary-Public-Commissions/gmd3-bnrd — bulk available
- Charity registry: TX has NO general charity registration. Specific categories (law enforcement telephone solicitors under LETSA, veterans, public safety) register with AG — https://www.texasattorneygeneral.gov/divisions/charitable-trusts/registration-and-filings
- Lobbyist registry: Texas Ethics Commission — https://www.ethics.state.tx.us/search/lobby/ — query-only; PDF lists by cycle; data downloads back to 1993
Utah
- Business entity search: Utah Division of Corporations and Commercial Code — https://businessregistration.utah.gov/EntitySearch/OnlineEntitySearch — query-only
- Notary registry: Utah Lieutenant Governor's Office — https://secure.utah.gov/notary/search.html — query-only
- Charity registry: Transitioning: as of Jan 1 2025, nonprofits register with Utah Division of Corporations and Commercial Code (DCCC) — https://commerce.utah.gov/dcp/for-businesses/charities/ — DCP historical search; investigate manually for new DCCC integration
- Lobbyist registry: Utah Lieutenant Governor's Office — https://lobbyist.utah.gov/search/publicsearch — query-only
Vermont
- Business entity search: Vermont Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://bizfilings.vermont.gov/online/BusinessInquire — query-only
- Notary registry: Vermont Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Office of Professional Regulation) — https://sos.vermont.gov/opr/online-services — "Find a Professional"; downloadable roster available
- Charity registry: Vermont Attorney General — https://ago.vermont.gov/attorney-generals-office-divisions-and-unit/charities-and-paid-fundraisers/paid-fundraisers — only paid fundraisers register; charities themselves not stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-registered; investigate manually for charity list
- Lobbyist registry: Vermont Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Vermont Lobbying Information System) — https://lobbying.vermont.gov/Public/SearchByEmployer — query-only
Virginia
- Business entity search: Virginia State Corporation Commission (Clerk's Information System) — https://cis.scc.virginia.gov/ — query-only
- Notary registry: Virginia Secretary of the Commonwealth — https://solutions.virginia.gov/Notary/Search/Search — query-only
- Charity registry: Virginia Department of Agriculture and Consumer Services (Office of Charitable and Regulatory Programs) — https://cos.vdacs.virginia.gov/ — query-only
- Lobbyist registry: Virginia Conflict of Interest and Ethics Advisory Council — https://ethics.dls.virginia.gov/ ; search at http://ethicssearch.dls.virginia.gov/ — query-only
Washington
- Business entity search: Washington Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (CCFS - Corporations and Charities Filing System) — https://ccfs.sos.wa.gov/ — query-only
- Notary registry: Washington State Department of Licensing — https://professions.dol.wa.gov/s/license-lookup — query-only (select Notaries)
- Charity registry: Washington Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charities Program) — https://ccfs.sos.wa.gov/ or https://give.wa.gov/search — query-only
- Lobbyist registry: Washington Public Disclosure Commission (PDC) — https://www.pdc.wa.gov/political-disclosure-reporting-data/browse-search-data/lobbyists/agents ; clients at /employers — query-only
West Virginia
- Business entity search: West Virginia Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://apps.wv.gov/sos/businessentitysearch/ — query-only
- Notary registry: West Virginia Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://erls.wvsos.gov/NotarySearchOnline/NotarySearchExternal — query-only
- Charity registry: West Virginia Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. (Charitable Organizations Division) — https://erls.wvsos.gov/OnlineCharitiesSearch/Search — query-only
- Lobbyist registry: West Virginia Ethics Commission — https://ethics.wv.gov/lobbyist-directories — searchable PDF directories of lobbyists and employers; registration portal at https://registerlobbyist.wv.gov/
Wisconsin
- Business entity search: Wisconsin Department of Financial Institutions (DFI) — https://apps.dfi.wi.gov/apps/corpsearch/search.aspx — query-only (note: DFI, not SoS)
- Notary registry: Wisconsin Department of Financial Institutions — https://apps.dfi.wi.gov/apps/notarysearch/SearchCriteria.aspx — query-only
- Charity registry: Wisconsin Department of Financial Institutions — https://apps.dfi.wi.gov/apps/notarysearch is for notaries; charities at https://apps.dfi.wi.gov/ice/berg/Registration/OrganizationCredentialSearch.aspx (select Charitable Organizations 800) — query-only
- Lobbyist registry: Wisconsin Ethics Commission (Eye on Lobbying) — https://lobbying.wi.gov/ — query-only
Wyoming
- Business entity search: Wyoming Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://wyobiz.wyo.gov/business/filingsearch.aspx — query-only
- Notary registry: Wyoming Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. has no public online notary search. Notary info on commission only — https://sos.wyo.gov/services/notaries.aspx — Not searchable online; investigate manually
- Charity registry: WY has NO stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level charity registration. No public registry. Investigate manually
- Lobbyist registry: Wyoming Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. — https://lobbyist.wyo.gov/Lobbyist/LobbyistSearch.aspx?mode=initial — query-only
Regulated facilities, open data portals, and parcels
State open data portals
- Alabama — Alabama Geographic Information Office — https://data-algeohub.opendata.arcgis.com/ — ArcGIS Hub — primary geospatial portal; no unified statewide tabular open-data portal (open.alabama.gov hosts transparency/finance only).
- Alaska — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Alaska — https://data.alaska.gov/ — Socrata — tabular open data. Companion geoportal: https://gis.data.alaska.gov/ (ArcGIS Hub).
- Arizona — Arizona Geographic Information Council (AGIC) / StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. CartographerCartographerMailwoman's mapping utilities. Composes MapLibre style specifications and builds vector source records for the demo's Protomaps basemap.'s Office — https://azgeo-open-data-agic.hub.arcgis.com/ — ArcGIS Hub — primary statewide portal (geospatial-led).
- Arkansas — Arkansas GIS Office (ASDI) — https://gis.arkansas.gov/ — Custom + ArcGIS — geospatial clearinghouse; no unified statewide tabular portal.
- California — CA Government Operations Agency — https://data.ca.gov/ — CKAN — statewide; companion CalHHS Open Data (https://data.chhs.ca.gov/) and CA State Geoportal.
- Colorado — Colorado Office of Information Technology — https://data.colorado.gov/ — Socrata (Colorado Information Marketplace).
- Connecticut — Office of Policy and Management — https://data.ct.gov/ — Socrata.
- Delaware — Delaware Open Data Council — https://data.delaware.gov/ — Socrata.
- District of Columbia — DC OCTO — https://opendata.dc.gov/ — ArcGIS Hub.
- Florida — Florida Geographic Information Office — https://geodata.floridagio.gov/ — ArcGIS Hub. Also: Florida Geographic Data Library at https://fgdl.org/ (UF GeoPlan Center, bulk download).
- Georgia — Georgia Geospatial Information Office (GIO) — https://data-hub.gio.georgia.gov/ — ArcGIS Hub — geospatial-led; no unified statewide tabular portal.
- Hawaii — State Office of Enterprise Technology Services — https://opendata.hawaii.gov/ — CKAN.
- Idaho — Idaho Geospatial Office — https://gis-idaho.hub.arcgis.com/ — ArcGIS Hub. Also INSIDE Idaho clearinghouse: https://www.insideidaho.org/.
- Illinois — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Illinois — https://data.illinois.gov/ — CKAN.
- Indiana — Management Performance Hub — https://hub.mph.in.gov/ — CKAN.
- Iowa — Iowa Dept. of Management — https://data.iowa.gov/ — Socrata.
- Kansas — DASC (Data Access and Support Center) — https://hub.kansasgis.org/ — ArcGIS Hub — geospatial-led; no unified statewide tabular portal.
- Kentucky — KyGovMaps / Kentucky Geography Network — https://opengisdata.ky.gov/ — ArcGIS Hub.
- Louisiana — N/A — No unified statewide open data portal. Louisiana Transparency and Accountability Portal (https://wwwcfprd.doa.louisiana.gov/latrac/portal.cfm) covers finance only; GIS data scattered (e.g., https://atlas.ga.lsu.edu/).
- Maine — Maine GeoLibrary — https://mainegeolibrary-maine.hub.arcgis.com/ — ArcGIS Hub.
- Maryland — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Maryland — https://opendata.maryland.gov/ — Socrata. Companion geospatial: https://data.imap.maryland.gov/ (MD iMAP).
- Massachusetts — MassGIS / EOTSS — https://gis.data.mass.gov/ (geospatial) and https://data.mass.gov/ (tabular) — ArcGIS Hub / Socrata.
- Michigan — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Michigan — https://data.michigan.gov/ — Socrata. Geospatial: https://gis-michigan.opendata.arcgis.com/.
- Minnesota — MnGeo (Geospatial Information Office) — https://gisdata.mn.gov/ — CKAN — Geospatial Commons.
- Mississippi — MARIS / Mississippi Geospatial Data Catalog — https://opendata.gis.ms.gov/ — ArcGIS Hub. No unified statewide tabular portal.
- Missouri — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Missouri — https://data.mo.gov/ — Socrata (lightweight). Geospatial: https://data-msdis.opendata.arcgis.com/ (MSDIS).
- Montana — Montana State Library — https://msl.mt.gov/geoinfo/ (portal) and https://geoinfo.msl.mt.gov/ (data hub) — ArcGIS Hub — geospatial-led; includes statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence..
- Nebraska — Office of the CIO Geographic Information Office — https://www.nebraskamap.gov/ — ArcGIS Hub.
- Nevada — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Nevada — https://open.nv.gov/ — Socrata (limited). No comprehensive unified portal; GIS scattered.
- New Hampshire — NH GRANIT (UNH) — https://granit.unh.edu/ + https://new-hampshire-geodata-portal-1-nhgranit.hub.arcgis.com/ — ArcGIS Hub.
- New Jersey — NJ Office of Information Technology — https://data.nj.gov/ — Socrata. Geospatial: https://njogis-newjersey.opendata.arcgis.com/ (NJGIN).
- New Mexico — NM RGIS (UNM) — https://rgis.unm.edu/ — Custom clearinghouse — no unified statewide tabular portal.
- New York — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of New York — https://data.ny.gov/ — Socrata.
- North Carolina — NC OneMap (CGIA) — https://www.nconemap.gov/ — ArcGIS Hub.
- North Dakota — ND Information Technology / Geospatial Committee — https://gishubdata.nd.gov/ — ArcGIS Hub.
- Ohio — DataOhio Portal — https://data.ohio.gov/ — CKAN. Geospatial: https://ogrip-geohio.opendata.arcgis.com/ (OGRIP).
- Oklahoma — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Oklahoma — https://data.ok.gov/ — CKAN.
- Oregon — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Oregon — https://data.oregon.gov/ (Socrata, limited) + https://geohub.oregon.gov/ (ArcGIS Hub, geospatial primary).
- Pennsylvania — Commonwealth of PA — https://data.pa.gov/ — Socrata. Geospatial: https://www.pasda.psu.edu/ (Penn State, bulk).
- Rhode Island — N/A unified — RIGIS (https://www.rigis.org/) for geospatial; data.ri.gov used for Municipal Transparency Portal only.
- South Carolina — SCGIS (gis.sc.gov) — http://www.gis.sc.gov/data.html — Custom + ArcGIS portals — no unified statewide tabular portal.
- South Dakota — SD Bureau of IT — https://gis-south-dakota-open-data-hub-sdbit.hub.arcgis.com/ — ArcGIS Hub — geospatial-led; no unified statewide tabular portal.
- Tennessee — STS GIS Services — https://tn-tnmap.opendata.arcgis.com/ — ArcGIS Hub — geospatial-led; no unified statewide tabular portal.
- Texas — Texas Department of Information Resources — https://data.texas.gov/ — Socrata. Geospatial: https://data.tnris.org/ (TxGIO/TNRIS).
- Utah — StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. of Utah — https://opendata.utah.gov/ — Socrata. Geospatial (SGID) curated by UGRC: https://gis.utah.gov/products/sgid/.
- Vermont — VCGI — https://geodata.vermont.gov/ — ArcGIS Hub. Tabular: https://data.vermont.gov/ — Socrata.
- Virginia — Virginia Geographic Information Network (VGIN) — https://data.virginia.gov/ — Socrata + VGIN.
- Washington — WaTech / OCIO — https://data.wa.gov/ — Socrata. Geospatial: https://geo.wa.gov/ (ArcGIS Hub).
- West Virginia — WV GIS Technical Center (WVU) — https://wvgis.wvu.edu/ — Clearinghouse — no unified statewide tabular portal.
- Wisconsin — N/A unified — multiple specialized portals; GeoData@Wisconsin (https://geodata.wisc.edu/) is the most comprehensive geospatial catalog.
- Wyoming — Wyoming Geospatial Hub — https://data.geospatialhub.org/ — ArcGIS Hub — geospatial-led; no unified statewide tabular portal.
License terms note: most stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. ArcGIS Hub deployments default to Esri Open Data terms (effectively public-domain or attribution); confirm per dataset. Socrata-hosted stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. portals generally publish under each stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.'s open-data terms (typically attribution-only).
Regulated establishments per state
Each stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. lists, where available: Child care licensing, Assisted living/nursing home (stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level), Alcohol/ABC, Cannabis (where legal & public), Auto dealer licensing.
Alabama
- Child care: AL Dept. of Human Resources, Child Care Services — https://apps.dhr.alabama.gov/daycare/daycare_search — query-only.
- Assisted living/nursing: AL Dept. of Public Health, Bureau of Health Provider Standards — https://www.alabamapublichealth.gov/providerstandards/directory.html — query-only directory.
- Alcohol/ABC: AL ABC Board — https://alabcboard.gov/licensing-compliance — query-only; no public bulk download.
- Cannabis: N/A — Medical cannabis law passed but program/licenses not yet broadly public. Investigate AMCC (https://amcc.alabama.gov/) for updates.
- Auto dealer: AL Dept. of Revenue Motor Vehicle Division — https://www.revenue.alabama.gov/division/motor-vehicle/ — Not found — investigate manually for public roster.
Alaska
- Child care: AK Dept. of Health, Child Care Program Office — https://health.alaska.gov/en/division-of-public-assistance/child-care-program-office/ — search tool; bulk not obvious.
- Assisted living/nursing: AK Dept. of Health, Residential Licensing — https://health.alaska.gov/en/division-of-health-care-services/residential-licensing/ — query-only.
- Alcohol/ABC + Cannabis: AK Alcohol & Marijuana Control Office (AMCO) — https://www.commerce.alaska.gov/web/amco — license search; status PDFs.
- Auto dealer: AK DMV — https://doa.alaska.gov/dmv/dealer/ — Current Dealer List in PDF/Excel (bulk download).
Arizona
- Child care: AZ Dept. of Health Services, Bureau of Child Care Licensing — https://geodata-adhsgis.hub.arcgis.com/datasets/state-licensed-childcare-facilities-in-arizona — bulk download (ArcGIS).
- Assisted living/nursing: AZ DHS Bureau of Residential Facilities Licensing — https://azcarecheck.azdhs.gov/s/ — query-only (AZ Care Check).
- Alcohol/ABC: AZ Dept. of Liquor Licenses & Control — https://liquor.az.gov/license-search — query-only; legacy lookup at https://www.azliquor.gov/query/query.cfm.
- Cannabis: AZ DHS Marijuana Licensing — https://www.azdhs.gov/licensing/marijuana/ — query-only.
- Auto dealer: AZ MVD Dealer Licensing — https://azdot.gov/mvd/services/professional-services/dealer-licensing — Not found — investigate manually for public roster.
Arkansas
- Child care: AR Dept. of Human Services, Child Care Licensing — https://ardhslicensing.my.site.com/elicensing/s/search-provider/find-providers?language=en_US&tab=CC — query-only.
- Assisted living/nursing: AR Dept. of Human Services / Office of Long Term Care — https://humanservices.arkansas.gov/divisions-shared-services/medical-services/office-of-long-term-care/ — Not found — investigate manually for public roster.
- Alcohol/ABC: AR Dept. of Finance & Administration, Alcoholic Beverage Control — https://www.dfa.arkansas.gov/office/alcohol-beverage-control/ — monthly Permit Change Lists in PDF (https://www.dfa.arkansas.gov/wp-content/uploads/January_2026_PermitChangeList.pdf).
- Cannabis: AR Medical Marijuana Commission — https://www.dfa.arkansas.gov/office/medical-marijuana-commission/ — dispensary list published by AR Dept. of Health.
- Auto dealer: AR State Police, Used Motor Vehicle Dealer Roster — https://dps.arkansas.gov/law-enforcement/arkansas-state-police/services-programs/used-motor-vehicle-dealer-license/used-motor-vehicle-dealer-roster/ — bulk roster.
California
- Child care: CA Dept. of Social Services, Community Care Licensing Division — https://www.ccld.dss.ca.gov/carefacilitysearch/ — query + open dataset at https://cdss.ca.gov/inforesources/cdss-programs/community-care-licensing/ccld-data.
- Assisted living/nursing: CA CDPH "Cal Health Find" — https://www.cdph.ca.gov/Programs/CHCQ/LCP/CalHealthFind/pages/home.aspx — query; bulk via CHHS Open Data — https://data.chhs.ca.gov/dataset/healthcare-facility-locations.
- Alcohol/ABC: CA Dept. of Alcoholic Beverage Control — https://www.abc.ca.gov/licensing/licensing-reports/ — bulk download (CSV, refreshed daily).
- Cannabis: CA Dept. of Cannabis Control — https://search.cannabis.ca.gov/ — search + license summary report.
- Auto dealer: CA DMV Occupational License Lookup — https://www.dmv.ca.gov/portal/vehicle-industry-services/occupational-licensing/occupational-license-lookup/ — query-only.
Colorado
- Child care: CO Dept. of Early Childhood — https://apps.colorado.gov/apps/cdhs/childcare/lookup/index.jsf (Colorado Shines) — query; bulk via CDPHE ArcGIS: https://data-cdphe.opendata.arcgis.com/datasets/ba8161673d734074a081006adc7ea496.
- Assisted living/nursing: CDPHE Health Facilities — https://cdphe.colorado.gov/find-and-compare-facilities — query-only.
- Alcohol/ABC: CO Dept. of Revenue, Liquor Enforcement Division — https://sbg.colorado.gov/liquor-license-lists — monthly PDFs/Excel; open data: https://data.colorado.gov/Business/CO-Liquor-Licenses/ptf9-yh8v.
- Cannabis: CO Marijuana Enforcement Division — https://med.colorado.gov/licensee-information-and-lookup-tool — search; licensed facilities list page.
- Auto dealer: CO Auto Industry Division — https://sbg.colorado.gov/active-facility-license-listings-auto-industry-division — bulk listings + https://codor.mylicense.com/AID_Verification/.
Connecticut
- Child care: CT Office of Early Childhood — https://www.211childcare.org/ + stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. license search at https://www.elicense.ct.gov/ — query-only.
- Assisted living/nursing: CT Dept. of Public Health Facility Licensing & Investigations Section — https://portal.ct.gov/dph/health-care-quality-and-safety/the-facility-licensing--investigations-section/facility-licensing--investigations-section — query.
- Alcohol/ABC: CT Dept. of Consumer Protection, Liquor Control — https://data.ct.gov/Business/Liquor-Permits/wbja-pumr — Socrata bulk download.
- Cannabis: CT DCP, Cannabis program — https://portal.ct.gov/dcp/medical-marijuana-program/licenses-and-applications — list of licensees; also https://data.ct.gov.
- Auto dealer: CT DMV — https://portal.ct.gov/dmv/dealers/dealers/dealers-and-repairers — Not found — investigate manually for bulk roster.
Delaware
- Child care: DE Office of Child Care Licensing (DSCYF) — https://kids.delaware.gov/occl/ — query-only.
- Assisted living/nursing: DE Division of Health Care Quality — https://dhss.delaware.gov/dhcq/ — query.
- Alcohol/ABC: DE Alcoholic Beverage Control Commission — https://date.delaware.gov/OABCC/ — license search; data available on DE open data portal (https://data.delaware.gov/).
- Cannabis: DE Office of the Marijuana Commissioner — https://marijuana.delaware.gov/ — license list (program launching 2024–2026).
- Auto dealer: DE DMV — https://www.dmv.de.gov/services/dealer_services/index.shtml — Not found — investigate manually.
District of Columbia
- Child care: DC Office of the State Superintendent of Education (OSSE) — https://osse.dc.gov/service/child-care-licensing-and-monitoring — query; bulk via Open Data DC.
- Assisted living/nursing: DC Dept. of Health, Health Regulation and Licensing Administration — https://dchealth.dc.gov/service/health-care-facility-and-laboratory-licensing — query.
- Alcohol/ABC: DC Alcoholic Beverage and Cannabis Administration (ABCA) — https://abra.dc.gov/page/abra-licensee-search — query; bulk via Open Data DC.
- Cannabis: DC ABCA — https://abca.dc.gov/page/cannabis-licensing — license list (medical cannabis legal; recreational limited).
- Auto dealer: DC DMV — https://dmv.dc.gov/service/business-services — Not found — investigate manually.
Florida
- Child care: FL Dept. of Children and Families, Child Care Provider Search — https://cares.myflfamilies.com/PublicSearch/ — query-only.
- Assisted living/nursing: FL Agency for Health Care Administration (AHCA), FloridaHealthFinder — https://www.floridahealthfinder.gov/facilitylocator/FacilitySearch.aspx — query; bulk via https://ahca.myflorida.com/health-care-policy-and-oversight/health-quality-assurance/health-facility-regulation.
- Alcohol/ABC: FL Dept. of Business and Professional Regulation, Division of ABT — https://www.myfloridalicense.com/wl11.asp?mode=0&SID= — license search; bulk via FL DBPR data downloads.
- Cannabis: FL Office of Medical Marijuana Use — https://knowthefactsmmj.com/mmtc/ — list of medical marijuana treatment centers.
- Auto dealer: FL Dept. of Highway Safety and Motor Vehicles — https://services.flhsmv.gov/MVDLLicenseSearch/ — query-only license search.
Georgia
- Child care: GA Dept. of Early Care and Learning (DECAL) — https://families.decal.ga.gov/ChildCare/Search — query-only.
- Assisted living/nursing: GA Dept. of Community Health, Healthcare Facility Regulation — https://dch.georgia.gov/divisionsoffices/healthcare-facility-regulation/healthcare-facility-licensing — Not found — investigate manually for facility search.
- Alcohol/ABC: GA Dept. of Revenue, Alcohol & Tobacco Division — https://dor.georgia.gov/alcohol-tobacco — Not found — investigate manually for bulk licensee list.
- Cannabis: GA Access to Medical Cannabis Commission (low-THC oil only) — https://gmcc.ga.gov/ — list of licensed producers (very limited program).
- Auto dealer: GA Board of Used Motor Vehicle Dealers — https://sos.ga.gov/used-motor-vehicle-dealers — license verification: https://verify.sos.ga.gov/verification/.
Hawaii
- Child care: HI Dept. of Human Services, Child Care Licensing — https://humanservices.hawaii.gov/bessd/cclp/ — query.
- Assisted living/nursing: HI Dept. of Health, Office of Health Care Assurance — https://health.hawaii.gov/ohca/facility-search/ — query.
- Alcohol/ABC: Honolulu Liquor Commission + county-level (HI has county-level liquor commissions); no statewide unified DB. Hawaii County: https://www.hawaiicounty.gov/departments/liquor-control.
- Cannabis: HI Dept. of Health, Medical Cannabis Dispensary Program — https://health.hawaii.gov/medicalcannabis/ — license list.
- Auto dealer: HI Dept. of Commerce and Consumer Affairs (DCCA) — https://mypvl.dcca.hawaii.gov/public-license-search/ — query-only.
Idaho
- Child care: ID Dept. of Health and Welfare, Child Care Licensing — https://healthandwelfare.idaho.gov/services-programs/children-families/child-care-licensing — query.
- Assisted living/nursing: ID Dept. of Health and Welfare, Residential Assisted Living Facilities — https://healthandwelfare.idaho.gov/providers/facility-and-resident-care/residential-care-or-assisted-living-facilities — Not found — investigate manually for public roster.
- Alcohol/ABC: ID State Liquor Division — https://liquor.idaho.gov/ — control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.; ID State Police Alcohol Beverage Control issues retail licenses — https://isp.idaho.gov/abc/. Not found — investigate manually for downloadable roster.
- Cannabis: N/A — recreational and medical cannabis illegal in Idaho.
- Auto dealer: ID Transportation Dept., Dealer Operations — https://itd.idaho.gov/dmv/dealer-licensing/ — Not found — investigate manually for public roster.
Illinois
- Child care: IL Dept. of Children and Family Services (DCFS) — https://www.dcfs.illinois.gov/safe-kids/parents/find-licensed-child-care.html — query-only.
- Assisted living/nursing: IL Dept. of Public Health, Health Care Facility Profiles — https://hfsrs.illinois.gov/ — query; bulk via data.illinois.gov.
- Alcohol/ABC: IL Liquor Control Commission — https://www2.illinois.gov/sites/ilcc/Pages/default.aspx — license search; bulk via data.illinois.gov.
- Cannabis: IL Dept. of Financial and Professional Regulation, Cannabis — https://idfpr.illinois.gov/profs/adultusecan.html — list of approved licensees published.
- Auto dealer: IL Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Dealer Licensing — https://www.ilsos.gov/departments/vehicles/dealer/home.html — Not found — investigate manually for public roster.
Indiana
- Child care: IN Family and Social Services Administration, Child Care Finder — https://www.in.gov/fssa/carefinder/ — query.
- Assisted living/nursing: IN State Dept. of Health — https://gateway.in.gov/welcome/welcome — Not found — investigate manually for facility search.
- Alcohol/ABC: IN Alcohol and Tobacco Commission — https://www.in.gov/atc/ — license search; bulk available on Indiana Data Hub: https://hub.mph.in.gov/.
- Cannabis: N/A — recreational and medical cannabis illegal in Indiana (low-THC only).
- Auto dealer: IN Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Auto Dealer Services — https://www.in.gov/sos/dealer/ — license verification: https://inbiz.in.gov/.
Iowa
- Child care: IA Dept. of Health and Human Services, Child Care — https://ccmis.dhs.state.ia.us/ChildCareProvider — query (search & resource referral).
- Assisted living/nursing: IA Dept. of Inspections, Appeals and Licensing, Health Facilities — https://dia-hfd.iowa.gov/facilities — query.
- Alcohol/ABC: IA Alcoholic Beverages Division — https://abd.iowa.gov/ — license search; bulk via data.iowa.gov: https://data.iowa.gov/browse?category=Alcohol+%26+Drugs.
- Cannabis: IA Dept. of Health and Human Services, Office of Medical Cannabidiol — https://hhs.iowa.gov/programs/programs-and-services/medical-cannabidiol — limited program, dispensary list published.
- Auto dealer: IA Dept. of Transportation, Motor Vehicle Enforcement — https://iowadot.gov/mvd/motor-vehicle-enforcement — Not found — investigate manually.
Kansas
- Child care: KS Dept. of Health and Environment, Child Care Licensing — https://www.kdhe.ks.gov/192/Child-Care-Licensing — query at https://childcareapp.kdhe.state.ks.us/.
- Assisted living/nursing: KS Dept. for Aging and Disability Services (KDADS) — https://www.kdads.ks.gov/commissions/survey-certification-credentialing-commission — Not found — investigate manually.
- Alcohol/ABC: KS Dept. of Revenue, Alcoholic Beverage Control — https://www.ksrevenue.gov/abcindex.html — license search; bulk not obvious.
- Cannabis: N/A — recreational and medical cannabis illegal in Kansas.
- Auto dealer: KS Dept. of Revenue, Division of Vehicles — https://www.ksrevenue.gov/dovindex.html — Not found — investigate manually.
Kentucky
- Child care: KY Cabinet for Health and Family Services, Division of Regulated Child Care — https://prdweb.chfs.ky.gov/ChildCare/SearchChildCare.aspx — query.
- Assisted living/nursing: KY Office of Inspector General, Long Term Care Facilities — https://chfs.ky.gov/agencies/os/oig/dhc/Pages/default.aspx — query; bulk not obvious.
- Alcohol/ABC: KY Dept. of Alcoholic Beverage Control — https://abc.ky.gov/Pages/default.aspx — license search.
- Cannabis: KY Office of Medical Cannabis (launching 2025) — https://kymedcan.ky.gov/ — license list emerging.
- Auto dealer: KY Motor Vehicle Commission — https://mvc.ky.gov/Pages/default.aspx — license verification: https://mvc.ky.gov/Pages/Look-up-a-Salesperson-or-Dealership.aspx.
Louisiana
- Child care: LA Dept. of Education, Early Childhood — https://www.louisianabelieves.com/early-childhood — query at https://childcaremap.la.gov/.
- Assisted living/nursing: LA Dept. of Health, Health Standards Section — https://ldh.la.gov/page/256 — query.
- Alcohol/ABC: LA Office of Alcohol and Tobacco Control — https://atc.louisiana.gov/ — license search at https://atc.la.gov/atc/permits.
- Cannabis: LA Dept. of Health, Medical Marijuana program — https://ldh.la.gov/page/medical-marijuana — limited dispensary list; LDAF licenses producers.
- Auto dealer: LA Used Motor Vehicle Commission — https://www.lumvc.com/ — query; LA Motor Vehicle Commission (new dealers): https://lmvc.la.gov/.
Maine
- Child care: ME Dept. of Health and Human Services, Child Care Licensing — https://www.maine.gov/dhhs/ocfs/provider-resources/child-care-licensing-information — query at https://www.maine.gov/dhhs/ocfs/provider-resources/find-child-care.
- Assisted living/nursing: ME DHHS, Division of Licensing and Certification — https://www.maine.gov/dhhs/ocfs/provider-resources/licensing — query.
- Alcohol/ABC: ME Bureau of Alcoholic Beverages and Lottery Operations (control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. for off-premise) + Bureau of Licensing — https://www.maine.gov/dafs/bablo/ — Not found — investigate manually for retail licensee list.
- Cannabis: ME Office of Cannabis Policy — https://www.maine.gov/dafs/ocp/open-data/adult-use — adult-use bulk data downloads; medical: https://www.maine.gov/dafs/ocp/open-data/medical.
- Auto dealer: ME Bureau of Motor Vehicles — https://www.maine.gov/sos/bmv/licenses/dealerinfo.html — Not found — investigate manually for public roster.
Maryland
- Child care: MD State Dept. of Education, Office of Child Care — https://earlychildhood.marylandpublicschools.org/child-care-providers/office-child-care-locate-child-care — query at https://ccvalidate.msde.maryland.gov/.
- Assisted living/nursing: MD Dept. of Health, Office of Health Care Quality — https://health.maryland.gov/ohcq/Pages/Home.aspx — query.
- Alcohol/ABC: MD Alcohol and Tobacco Commission — https://atc.maryland.gov/ — license search; county boards also issue.
- Cannabis: MD Cannabis Administration — https://cannabis.maryland.gov/Pages/Licensee-Search.aspx — licensee search.
- Auto dealer: MD Motor Vehicle Administration, Business Licensing & Consumer Services — https://mva.maryland.gov/businesses/Pages/dealer.aspx — Not found — investigate manually for public roster.
Massachusetts
- Child care: MA Dept. of Early Education and Care — https://www.mass.gov/info-details/find-a-licensed-program-or-search-a-licensed-program-s-history — query at https://eeclead.force.com/EEC_ChildCareSearch.
- Assisted living/nursing: MA Dept. of Public Health + Executive Office of Elder Affairs (assisted living) — https://www.mass.gov/info-details/find-an-assisted-living-residence — query; nursing homes at https://www.mass.gov/info-details/find-a-nursing-home.
- Alcohol/ABC: MA Alcoholic Beverages Control Commission — https://www.mass.gov/orgs/alcoholic-beverages-control-commission — license search via local licensing authorities; MA Open Checkbook for ABCC.
- Cannabis: MA Cannabis Control Commission — https://masscannabiscontrol.com/open-data/ — bulk open data (Socrata).
- Auto dealer: MA Registry of Motor Vehicles — https://www.mass.gov/lists/motor-vehicle-business-and-supplier-information — Not found — investigate manually for bulk roster.
Michigan
- Child care: MI Dept. of Lifelong Education, Advancement and Potential (MiLEAP), Child Care Licensing — https://www.michigan.gov/lara/bureau-list/cclb — query at https://www.michigan.gov/greatstarttoquality.
- Assisted living/nursing: MI Dept. of Licensing and Regulatory Affairs (LARA), Bureau of Community and Health Systemsexpectation-maximizationAn iterative algorithm that estimates model parameters when some variables are unobserved. In Mailwoman's matcher, EM learns the Fellegi-Sunter m and u parameters from unlabeled data — no training labels needed. — https://www.michigan.gov/lara/bureau-list/bchs — query at https://w2.lara.state.mi.us/VAL/.
- Alcohol/ABC: MI Liquor Control Commission — https://www.michigan.gov/lara/bureau-list/mlcc — license search at https://aca3.accela.com/MLCC/.
- Cannabis: MI Cannabis Regulatory Agency — https://www.michigan.gov/cra — license data hub: https://www.michigan.gov/cra/resources/statistical-reports.
- Auto dealer: MI Secretary of StateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality., Business Services — https://www.michigan.gov/sos/businesses — Not found — investigate manually for public roster.
Minnesota
- Child care: MN Dept. of Human Services, Licensing — https://www.dhs.state.mn.us/main/idcplg?IdcService=GET_DYNAMIC_CONVERSION&RevisionSelectionMethod=LatestReleased&dDocName=id_004008 — query at https://licensinglookup.dhs.state.mn.us/.
- Assisted living/nursing: MN Dept. of Health — https://www.health.state.mn.us/facilities/regulation/index.html — facility search at https://apps.health.state.mn.us/ords/r/dhss/hfid.
- Alcohol/ABC: MN Dept. of Public Safety, Alcohol and Gambling Enforcement — https://dps.mn.gov/divisions/age — Not found — investigate manually for bulk licensee list.
- Cannabis: MN Office of Cannabis Management (launching) — https://mn.gov/ocm/ — license list emerging.
- Auto dealer: MN Dept. of Public Safety, Driver and Vehicle Services — https://dps.mn.gov/divisions/dvs/business-resources/Pages/dealer-services.aspx — Not found — investigate manually.
Mississippi
- Child care: MS State Dept. of Health, Child Care Facilities — https://msdh.ms.gov/page/30,0,183.html — query at https://msdh.ms.gov/childcaresearch/.
- Assisted living/nursing: MS State Dept. of Health, Health Facilities Licensure and Certification — https://msdh.ms.gov/page/30,0,82.html — query.
- Alcohol/ABC: MS Dept. of Revenue, Alcoholic Beverage Control — https://www.dor.ms.gov/abc — license search; MS is a control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality..
- Cannabis: MS State Dept. of Health, Medical Cannabis — https://msdh.ms.gov/page/30,0,431.html — license list.
- Auto dealer: MS Motor Vehicle Commission — https://www.mmvc.ms.gov/ — Not found — investigate manually.
Missouri
- Child care: MO Dept. of Elementary and Secondary Education, Office of Childhood — https://dese.mo.gov/childhood/child-care — query at https://healthapps.dhss.mo.gov/showmechildcare/.
- Assisted living/nursing: MO Dept. of Health and Senior Services, Section for Long-Term Care Regulation — https://health.mo.gov/seniors/nursinghomes/ — query.
- Alcohol/ABC: MO Division of Alcohol and Tobacco Control — https://atc.dps.mo.gov/ — license search.
- Cannabis: MO Dept. of Health and Senior Services, Division of Cannabis Regulation — https://cannabis.mo.gov/licensed-facilities/ — bulk list.
- Auto dealer: MO Dept. of Revenue, Motor Vehicle Bureau — https://dor.mo.gov/motor-vehicle/dealers/ — Not found — investigate manually for public roster.
Montana
- Child care: MT Dept. of Public Health and Human Services, Early Childhood and Family Support — https://dphhs.mt.gov/ecfsd/childcare/ — query at https://childcarechoices.dphhs.mt.gov/.
- Assisted living/nursing: MT DPHHS, Quality Assurance Division, Licensure Bureau — https://dphhs.mt.gov/qad/licensure — query at https://dphhs.mt.gov/qad/licensure/healthcarefacilities.
- Alcohol/ABC: MT Dept. of Revenue, Liquor Control Division — https://mtrevenue.gov/liquor/ — license search at https://app.mt.gov/lcc/.
- Cannabis: MT Dept. of Revenue, Cannabis Control Division — https://mtrevenue.gov/cannabis/ — licensee map and list.
- Auto dealer: MT Dept. of Justice, Motor Vehicle Division — https://dojmt.gov/driving/mvd-business-partners/ — Not found — investigate manually.
Nebraska
- Child care: NE DHHS, Child Care Licensing — https://dhhs.ne.gov/Pages/Child-Care-Licensing.aspx — query at https://dhhs.ne.gov/Pages/Child-Care-Roster.aspx (downloadable roster).
- Assisted living/nursing: NE DHHS, Division of Public Health, Licensure Unit — https://dhhs.ne.gov/Pages/Healthcare-Facility-and-Provider-Look-up.aspx — query.
- Alcohol/ABC: NE Liquor Control Commission — https://lcc.nebraska.gov/ — license search; downloadable lists available.
- Cannabis: N/A — recreational and medical cannabis illegal in Nebraska (limited program approved 2024; not yet operational).
- Auto dealer: NE Motor Vehicle Industry Licensing Board — https://www.mvib.nebraska.gov/ — license verification.
Nevada
- Child care: NV DHHS, Child Care Licensing — https://dpbh.nv.gov/Reg/ChildCare/dta/Licensure/ — query.
- Assisted living/nursing: NV DHHS, Division of Public and Behavioral Health, Health Care Quality & Compliance — https://dpbh.nv.gov/Reg/HealthFacilities/Health_Facilities_-_Home/ — query.
- Alcohol/ABC: NV Dept. of Taxation (regulates wholesalers); retail licensing is local/county — https://tax.nv.gov/services/liquor — Not found — investigate manually.
- Cannabis: NV Cannabis Compliance Board — https://ccb.nv.gov/ — licensee list at https://ccb.nv.gov/list-of-licensees/.
- Auto dealer: NV DMV, Occupational and Business Licensing — https://dmvnv.com/dealers.htm — license verification at https://dmvapp.nv.gov/dmv/OBL/OBL_Lookup/Pages/OBLLookup.aspx.
New Hampshire
- Child care: NH DHHS, Child Care Licensing Unit — https://www.dhhs.nh.gov/programs-services/licensing-residential-care-and-child-care — query at https://nhpublichealth.force.com/nhccsearch/s/.
- Assisted living/nursing: NH DHHS, Health Facilities Administration — https://www.dhhs.nh.gov/programs-services/health-care-licensing/health-facilities-licensing-and-certification — query.
- Alcohol/ABC: NH Liquor Commission — https://www.nh.gov/liquor/ — control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.; license search at https://www.liquorandwineoutlets.com/.
- Cannabis: NH Therapeutic Cannabis Program (medical only) — https://www.dhhs.nh.gov/programs-services/health-care/therapeutic-cannabis-program — list of ATCs (Alternative Treatment Centers).
- Auto dealer: NH DMV — https://www.nh.gov/safety/divisions/dmv/dealers/ — Not found — investigate manually for public roster.
New Jersey
- Child care: NJ Dept. of Children and Families, Office of Licensing — https://www.nj.gov/dcf/providers/licensing/laws/CCCmanual.html — query at https://www.childcarenj.gov/.
- Assisted living/nursing: NJ Dept. of Health, Health Facility Survey and Field Operations — https://www.nj.gov/health/healthfacilities/ — facility search.
- Alcohol/ABC: NJ Division of Alcoholic Beverage Control — https://www.nj.gov/oag/abc/ — license search; data available via data.nj.gov.
- Cannabis: NJ Cannabis Regulatory Commission — https://www.nj.gov/cannabis/businesses/ — licensee list.
- Auto dealer: NJ Motor Vehicle Commission, Business Licensing Services Bureau — https://www.nj.gov/mvc/business/dealer.htm — Not found — investigate manually.
New Mexico
- Child care: NM Early Childhood Education and Care Department — https://www.nmececd.org/ — query at https://nmececd.force.com/providersearch/s/.
- Assisted living/nursing: NM Dept. of Health, Division of Health Improvement — https://www.nmhealth.org/about/dhi/hflc/ — query.
- Alcohol/ABC: NM Regulation and Licensing Department, Alcoholic Beverage Control Division — https://www.rld.nm.gov/alcohol-and-gaming/ — license search.
- Cannabis: NM Regulation and Licensing Dept., Cannabis Control Division — https://www.rld.nm.gov/cannabis/ — license list at https://nmrldlpi.my.site.com/ccd/s/ccd-licensee-search.
- Auto dealer: NM Motor Vehicle Division, Dealer Licensing — https://www.mvd.newmexico.gov/dealers/ — Not found — investigate manually for public roster.
New York
- Child care: NY Office of Children and Family Services (OCFS) — https://ocfs.ny.gov/programs/childcare/looking/ — query at https://ocfs.ny.gov/programs/childcare/looking/lookup.php.
- Assisted living/nursing: NY State Dept. of Health, Nursing Home Profile — https://profiles.health.ny.gov/nursing_home/ — query; assisted living: https://profiles.health.ny.gov/adult_care.
- Alcohol/ABC: NY State Liquor Authority — https://sla.ny.gov/ — license search via https://www.tax.ny.gov/research/liquor.htm; bulk on data.ny.gov: https://data.ny.gov/Economic-Development/Liquor-Authority-Quarterly-List-of-Active-Licenses/hrvs-fxs2.
- Cannabis: NY Office of Cannabis Management — https://cannabis.ny.gov/license-verification — license verification; data on data.ny.gov.
- Auto dealer: NY DMV — https://dmv.ny.gov/business-services/find-business — query at https://dmv.ny.gov/find-business.
North Carolina
- Child care: NC DHHS, Division of Child Development and Early Education — https://ncchildcaresearch.dhhs.nc.gov/ — query; bulk via NC.gov data.
- Assisted living/nursing: NC DHHS, Division of Health Service Regulation — https://info.ncdhhs.gov/dhsr/reports.htm — facility reports + downloads.
- Alcohol/ABC: NC ABC Commission — https://abc.nc.gov/ — license search; NC is partial control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality..
- Cannabis: N/A — recreational and medical cannabis illegal in North Carolina (limited hemp/CBD only).
- Auto dealer: NC Division of Motor Vehicles, License and Theft Bureau — https://www.ncdot.gov/dmv/license-id/dealers/Pages/default.aspx — Not found — investigate manually.
North Dakota
- Child care: ND DHHS, Early Childhood Services — https://www.hhs.nd.gov/cfs/childcare — query at https://www.ndchildcare.org/.
- Assisted living/nursing: ND DHHS, Division of Health Facilities — https://www.hhs.nd.gov/health/health-facilities — query.
- Alcohol/ABC: ND Office of State Tax Commissioner, Alcohol Tax Section — https://www.tax.nd.gov/business/alcohol-tax — Not found — investigate manually for retail licensee list.
- Cannabis: ND Dept. of Health and Human Services, Medical Marijuana — https://www.hhs.nd.gov/medical-marijuana — dispensary list.
- Auto dealer: ND DOT, Motor Vehicle Dealer Section — https://www.dot.nd.gov/dotnet/forms/motorvehicle/dealer.aspx — Not found — investigate manually.
Ohio
- Child care: OH Dept. of Children and Youth, Child Care Search — https://childcaresearch.ohio.gov/ — query; bulk available.
- Assisted living/nursing: OH Dept. of Health, Bureau of Survey and Certification — https://odh.ohio.gov/know-our-programs/long-term-care/long-term-care — query at https://gw.odh.ohio.gov/eLicense/.
- Alcohol/ABC: OH Dept. of Commerce, Division of Liquor Control — https://com.ohio.gov/divisions-and-programs/liquor-control/about — license lookup; OH is partial control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality..
- Cannabis: OH Division of Cannabis Control — https://com.ohio.gov/divisions-and-programs/cannabis-control — license list.
- Auto dealer: OH Bureau of Motor Vehicles, Dealer Licensing — https://bmv.ohio.gov/dealer-licensing.aspx — Not found — investigate manually.
Oklahoma
- Child care: OK Dept. of Human Services, Child Care Services — https://oklahoma.gov/okdhs/services/cc/child-care-search.html — query at https://oklahoma.gov/okdhs/services/cc/find-childcare.html.
- Assisted living/nursing: OK State Dept. of Health, Long Term Care Service — https://oklahoma.gov/health/protective-health/long-term-care-service.html — query.
- Alcohol/ABC: OK Alcoholic Beverage Laws Enforcement (ABLE) Commission — https://oklahoma.gov/able.html — license search.
- Cannabis: OK Medical Marijuana Authority (OMMA) — https://oklahoma.gov/omma.html — license list at https://oklahoma.gov/omma/licensing/active-licensees.html.
- Auto dealer: OK Used Motor Vehicle and Parts Commission — https://oklahoma.gov/umvpc.html — license verification.
Oregon
- Child care: OR Dept. of Early Learning and Care — https://oregonearlylearning.com/ — query at https://oregonchildcare.org/.
- Assisted living/nursing: OR Dept. of Human Services, Aging and People with Disabilities — https://www.oregon.gov/odhs/providers-partners/ltc-providers/Pages/default.aspx — facility search at https://ltclicensing.oregon.gov/Facilities.
- Alcohol/ABC: OR Liquor and Cannabis Commission (OLCC) — https://www.oregon.gov/olcc/ — license search; bulk download available.
- Cannabis: OLCC — https://www.oregon.gov/olcc/marijuana/Pages/default.aspx — licensee data downloads.
- Auto dealer: OR DMV, Business Regulation — https://www.oregon.gov/odot/dmv/pages/business/vehicledealer.aspx — Not found — investigate manually.
Pennsylvania
- Child care: PA Dept. of Human Services, Office of Child Development and Early Learning — https://www.findchildcare.pa.gov/ — query.
- Assisted living/nursing: PA Dept. of Health, Health Facility Locator — https://sais.health.pa.gov/commonpoc/content/PublicWeb/NHLocator2.asp — query; PA DHS for assisted living: https://www.dhs.pa.gov/Services/Assistance/Pages/Assisted-Living-Residences.aspx.
- Alcohol/ABC: PA Liquor Control Board (control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) + PA State Police Bureau of Liquor Control Enforcement — https://www.lcb.pa.gov/Licensing/Pages/default.aspx — license search at https://www.lcbapps.lcb.state.pa.us/Licensing/PublicLicenseeInfo/.
- Cannabis: PA Dept. of Health, Medical Marijuana Program — https://www.health.pa.gov/topics/programs/Medical%20Marijuana/Pages/Medical%20Marijuana.aspx — list of dispensaries.
- Auto dealer: PA State Board of Vehicle Manufacturers, Dealers and Salespersons — https://www.pa.gov/agencies/dos/programs/professional-licensing/boards-commissions/state-board-of-vehicle-manufacturers-dealers-and-salespersons.html — license verification at https://www.pals.pa.gov/.
Rhode Island
- Child care: RI Dept. of Human Services, Office of Child Care — https://dhs.ri.gov/programs-and-services/child-care-assistance-program — query at https://exit.healthsourceri.com/dhs/childcare/.
- Assisted living/nursing: RI Dept. of Health, Center for Health Facilities Regulation — https://health.ri.gov/find/facilities/ — query.
- Alcohol/ABC: RI Dept. of Business Regulation, Division of Commercial Licensing, Liquor — https://dbr.ri.gov/divisions/commerciallicensing/liquor.php — Not found — investigate manually for retail licensee list (issued by municipalities).
- Cannabis: RI Cannabis Control Commission — https://dbr.ri.gov/office-cannabis-regulation — license list.
- Auto dealer: RI DMV, Dealers' License & Regulations Office — https://www.dmv.ri.gov/registrations/dealers/ — Not found — investigate manually.
South Carolina
- Child care: SC Dept. of Social Services, Child Care Licensing — https://childcare.sc.gov/ — query.
- Assisted living/nursing: SC Dept. of Public Health, Bureau of Health Facilities Licensing — https://dph.sc.gov/about/divisions-offices/healthcare-quality/health-care-facility-licensing — query.
- Alcohol/ABC: SC Dept. of Revenue, Alcohol Beverage Licensing — https://dor.sc.gov/tax/abl — license search.
- Cannabis: N/A — recreational and medical cannabis illegal in South Carolina (CBD only).
- Auto dealer: SC DMV, Dealer Licensing — https://www.scdmvonline.com/Dealers — license verification at https://scdmvonline.com/Dealers/Dealer-Lookup.
South Dakota
- Child care: SD Dept. of Social Services, Child Care Services — https://dss.sd.gov/childcare/ — query at https://apps.sd.gov/SS19DCCS/Default.aspx.
- Assisted living/nursing: SD Dept. of Health, Office of Health Care Facilities Licensure and Certification — https://doh.sd.gov/providers/licensure/ — query.
- Alcohol/ABC: SD Dept. of Revenue, Alcohol & Tobacco — https://dor.sd.gov/businesses/taxes/alcohol-tax/ — Not found — investigate manually for retail licensee list (issued locally).
- Cannabis: SD Dept. of Health, Medical Cannabis — https://medcannabis.sd.gov/ — list of medical cannabis establishments.
- Auto dealer: SD Dept. of Revenue, Motor Vehicles — https://dor.sd.gov/businesses/motor-vehicle/dealer-licensing/ — Not found — investigate manually.
Tennessee
- Child care: TN Dept. of Human Services, Child Care Licensing — https://www.tn.gov/humanservices/for-families/child-care-services.html — query at https://apps.tn.gov/dhsccsearch/.
- Assisted living/nursing: TN Dept. of Health, Health Care Facilities — https://www.tn.gov/health/health-program-areas/health-care-facilities.html — query at https://apps.health.tn.gov/Licensure.
- Alcohol/ABC: TN Alcoholic Beverage Commission — https://www.tn.gov/abc — license search.
- Cannabis: N/A — recreational and medical cannabis illegal in Tennessee (limited low-THC).
- Auto dealer: TN Motor Vehicle Commission — https://www.tn.gov/commerce/regboards/mvc.html — license verification at https://verify.tn.gov/.
Texas
- Child care: TX Health and Human Services, Child Care Licensing — https://www.hhs.texas.gov/services/safety/child-care — query at https://www.hhs.texas.gov/providers/protective-services-providers/child-care-regulation/search-texas-child-care-operations.
- Assisted living/nursing: TX HHS, Long-Term Care Regulation — https://www.hhs.texas.gov/providers/long-term-care-providers — bulk LTC facility downloads at https://www.hhs.texas.gov/providers/long-term-care-providers/long-term-care-provider-search.
- Alcohol/ABC: TX Alcoholic Beverage Commission — https://www.tabc.texas.gov/ — public inquiry at https://apps.tabc.texas.gov/publicinquiry/ — bulk available.
- Cannabis: TX Dept. of Public Safety, Compassionate-Use Program (limited) — https://www.dps.texas.gov/section/compassionate-use-program — limited dispensary list.
- Auto dealer: TX Dept. of Motor Vehicles — https://www.txdmv.gov/dealers — license search at https://www.txdmv.gov/dealers/licensee-search.
Utah
- Child care: UT Dept. of Health and Human Services, Child Care Licensing — https://ccl.utah.gov/ccl/ — query at https://ccl.utah.gov/CCL/Provider/Search.
- Assisted living/nursing: UT DHHS, Health Facility Licensing and Certification — https://hflc.health.utah.gov/ — query.
- Alcohol/ABC: UT Dept. of Alcoholic Beverage Services (control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) — https://abs.utah.gov/ — licensee list.
- Cannabis: UT Dept. of Agriculture and Food (cultivators) + UT Dept. of Health (pharmacies) — https://medicalcannabis.utah.gov/pharmacies/ — list of medical cannabis pharmacies.
- Auto dealer: UT Motor Vehicle Enforcement Division — https://mved.utah.gov/ — license verification at https://secure.utah.gov/mvedlookup/.
Vermont
- Child care: VT Dept. for Children and Families, Child Development Division — https://dcf.vermont.gov/cdd/find-child-care — query at https://www.brightfutures.dcf.state.vt.us/.
- Assisted living/nursing: VT Dept. of Disabilities, Aging and Independent Living, Division of Licensing and Protection — https://dail.vermont.gov/about-dail/divisions/licensing-and-protection — facility list.
- Alcohol/ABC: VT Dept. of Liquor and Lottery — https://liquorcontrol.vermont.gov/ — control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.; license search at https://liquorcontrol.vermont.gov/licensees.
- Cannabis: VT Cannabis Control Board — https://ccb.vermont.gov/ — licensee list at https://ccb.vermont.gov/licenses/list.
- Auto dealer: VT DMV, Motor Vehicle Dealers — https://dmv.vermont.gov/dealers — Not found — investigate manually for public roster.
Virginia
- Child care: VA Dept. of Education, Office of Child Care Health and Safety — https://www.doe.virginia.gov/programs-services/early-childhood — query at https://www.dss.virginia.gov/facility/search/cc2.cgi.
- Assisted living/nursing: VA Dept. of Health, Office of Licensure and Certification — https://www.vdh.virginia.gov/licensure-and-certification/ — query; VDSS for assisted living: https://www.dss.virginia.gov/facility/search/alf.cgi.
- Alcohol/ABC: VA ABC Authority (control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) — https://www.abc.virginia.gov/ — license search at https://www.abc.virginia.gov/licensees.
- Cannabis: VA Cannabis Control Authority — https://cca.virginia.gov/ — limited program; medical cannabis processor list.
- Auto dealer: VA Motor Vehicle Dealer Board — https://www.mvdb.virginia.gov/ — license search at https://mvdbportal.dpor.virginia.gov/Lookup/Index.
Washington
- Child care: WA Dept. of Children, Youth, and Families — https://www.dcyf.wa.gov/services/earlylearning-childcare/find-child-care — query.
- Assisted living/nursing: WA Dept. of Social and Health Services, Aging and Long-Term Support Administration — https://fortress.wa.gov/dshs/adsaapps/lookup/ — facility lookup.
- Alcohol/ABC: WA State Liquor and Cannabis Board (WSLCB) — https://lcb.wa.gov/records/frequently-requested-lists — bulk list downloads.
- Cannabis: WSLCB — https://lcb.wa.gov/records/frequently-requested-lists — bulk licensee lists.
- Auto dealer: WA Dept. of Licensing, Vehicle Dealers and Manufacturers — https://www.dol.wa.gov/business/vehicleregistration/dealersmfg.html — license verification at https://professions.dol.wa.gov/s/license-lookup.
West Virginia
- Child care: WV Dept. of Human Services, Bureau for Family Assistance — https://dhhr.wv.gov/bcf/services/familyassistance/Children/Pages/ChildCare.aspx — query at https://dhhr.wv.gov/bcf/services/familyassistance/Children/Pages/Search.aspx.
- Assisted living/nursing: WV Office of Health Facility Licensure and Certification — https://ohflac.wvdhhr.org/ — query.
- Alcohol/ABC: WV Alcohol Beverage Control Administration — https://abca.wv.gov/ — license search.
- Cannabis: WV Office of Medical Cannabis — https://omc.wv.gov/ — list of dispensaries.
- Auto dealer: WV Division of Motor Vehicles, Dealer Services — https://transportation.wv.gov/DMV/Dealers/Pages/default.aspx — Not found — investigate manually.
Wisconsin
- Child care: WI Dept. of Children and Families, Child Care Regulation — https://dcf.wisconsin.gov/cclicensing — query at https://childcarefinder.wisconsin.gov/.
- Assisted living/nursing: WI Dept. of Health Services, Division of Quality Assurance — https://www.dhs.wisconsin.gov/regulations/index.htm — facility search at https://www.dhs.wisconsin.gov/dqa/index.htm.
- Alcohol/ABC: WI Dept. of Revenue, Alcohol Beverage and Tobacco — https://www.revenue.wi.gov/Pages/FAQS/ise-atc.aspx — Not found — investigate manually (retail licenses issued by municipalities).
- Cannabis: N/A — recreational and medical cannabis illegal in Wisconsin.
- Auto dealer: WI Dept. of Transportation, Dealer & Agent Section — https://wisconsindot.gov/Pages/dmv/dlr-agents/dlr-lic/default.aspx — Not found — investigate manually.
Wyoming
- Child care: WY Dept. of Family Services, Early Childhood Programs — https://dfs.wyo.gov/community-services/early-childhood-programs/child-care-licensing/ — query.
- Assisted living/nursing: WY Dept. of Health, Healthcare Licensing and Surveys — https://health.wyo.gov/aging/hls/ — query.
- Alcohol/ABC: WY Dept. of Revenue, Liquor Division (control stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.) — https://revenue.wyo.gov/liquor-division — Not found — investigate manually for retail licensee list (issued locally).
- Cannabis: N/A — recreational and medical cannabis illegal in Wyoming.
- Auto dealer: WY Dept. of Transportation, Motor Vehicle Services — https://www.dot.state.wy.us/home/driver_license_records/dealer_services.html — Not found — investigate manually.
State-aggregated parcel data
Only statesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. with a true statewide parcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. aggregation (not just per-county) listed. License notes added where visible.
- Arkansas — AR GIS Office — https://gis.arkansas.gov/product/parcels/ — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. aggregated; public domain.
- Connecticut — CT Office of Policy and Management / CT ECO — https://cteco.uconn.edu/data/parcels/ — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. by town; public.
- Delaware — DE FirstMap — https://firstmap.delaware.gov/ — statewide cadastral; public.
- Maine — Maine GeoLibrary — https://mainegeolibrary-maine.hub.arcgis.com/datasets/maine::maine-parcels-organized-towns/ — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. for organized towns; public.
- Maryland — MD iMAP / MD Dept. of Planning — https://planning.maryland.gov/Pages/OurProducts/PropertyMapProducts/MDPropertyViewProducts.aspx — statewide MdProperty View; bulk download.
- Massachusetts — MassGIS — https://www.mass.gov/info-details/massgis-data-property-tax-parcels — statewide standardized assessor parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence.; public domain / CC0 (MassGIS terms).
- Minnesota — MN Geospatial Commons — https://gisdata.mn.gov/dataset/plan-parcels-open — statewide compiled from opt-in counties; public.
- Montana — Montana State Library, Cadastral — https://msl.mt.gov/geoinfo/msdi/cadastral/ — statewide cadastral framework; public.
- New Hampshire — NH GRANIT, NH Parcel Mosaic — https://granit.unh.edu/pages/b7974e6c63b543d68a323efa7e86aede — statewide parcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. mosaic; public.
- North Carolina — NC OneMap — https://www.nconemap.gov/datasets/nconemap::north-carolina-parcels-polygons — statewide aggregated from all 100 counties + Eastern Band of Cherokee; public.
- Rhode Island — RIGIS — https://www.rigis.org/datasets/edc::e-911-sites-rhode-island/ + statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. — https://www.rigis.org/maps/parcels/ — statewide; public.
- Tennessee — TN Comptroller (assessment data) + TN GIS Services parcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. viewer — https://tnmap.tn.gov/assessment/ — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence.; public.
- Utah — UGRC State Geographic Information Database (SGID) — https://gis.utah.gov/products/sgid/cadastre/parcels/ — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence.; public domain.
- Vermont — VCGI Vermont Parcel Program — https://geodata.vermont.gov/pages/parcels — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence.; public.
- Virginia — VGIN — https://data.virginia.gov/dataset/virginia-parcels-vgin-feature-service — statewide parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. featurefeatureAn input signal a model conditions on. Beyond the raw tokens, Mailwoman feeds soft features — gazetteer-membership channels and the postcode anchor — that inform predictions without overriding them. service; public.
- Wyoming — WyoGeoHub — https://data.geospatialhub.org/datasets/wyoming-cadastre/ — statewide cadastre; public.
States NOT included here either lack stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality.-level parcelparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. aggregation (county-only) or only publish partial datasets: AL, AK, AZ, CA, CO, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, MI, MS, MO, NE, NV, NJ, NM, NY, ND, OH, OK, OR, PA, SC, SD, TX, WA, WV, WI. Some of these (e.g., NJ, TX, WI, OR) maintain statewide indexes pointing to county data but do not redistribute parcelsparcelA property polygon or record carrying a situs (site) address and often a separate owner mailing address. County GIS parcel aggregations are a training source for address-point variety and situs-vs-owner divergence. as a unified statewide layerlayerOne transformer block — attention plus a feed-forward network, with normalization and residual connections — applied to every position. Stacking layers lets the model build up richer representations; Mailwoman's encoder has 6. at no cost.
Notes on bulk vs. query, and license terms
- ArcGIS Hub-hosted stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. portals (Esri Open Data) generally allow CSV/GeoJSON/SHP downloads with attribution; Esri terms are public-domain-equivalent by default but each dataset may override.
- Socrata-hosted portals (data.ca.gov, data.ny.gov, opendata.maryland.gov, etc.) expose SODA APIs for query and CSV/JSON bulk export per dataset.
- Many regulator websites (DMV dealer lookups, liquor license search portals) are query-only; bulk acquisition typically requires FOIA/public records request unless an open-data dataset is also published.
- Cannabis: included only where stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. has a legal commercial program and publishes a licensee list. StatesregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. marked N/A either prohibit cannabis or only permit narrow medical/CBD programs without a meaningful public dispensary roster.
- Always check per-stateregionThe first-level administrative subdivision of a country — a US state, a French region, a province. The component between country and locality. terms of use; CC-BY and CC0 are common but not universal.