Start here
This guide contains public integration notes for Maryland. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.Maryland coverage, pricing, and sources
Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
Table of Contents
Data Sources
Maryland uses a single integration against the Maryland State Department of Assessments and Taxation (SDAT), served through the Maryland Business Express public entity-detail portal. The public detail page returns the SDAT Department ID, legal name, principal office address, resident agent name and address, current status and good-standing flag, business type and business code, formation/registration date, state of formation, stock and close-corporation classifications, mailing address, and the entity’s filing history. The API response carries the Department ID, legal name, principal office address, status, business type and code, formation/registration date, and state of formation. The resident agent, stock and close-corporation classifications, and mailing address appear only on the free Trade Register Extract (a printable record of the public entity-detail page), which is included with every lookup at no extra charge.Single authoritative mode. One live, authoritative read of the register serves both onboarding and verification requests. There is no cached snapshot.
Officers not on the public surface. Officer, director, member, and manager rosters are not published on the Maryland Business Express public entity-detail page. They are visible only after authentication with a Maryland Business Express account or through a paid Personal Property Assessment record. The publicly-served Resident Agent (statutory service-of-process address) is included in the Trade Register Extract but is not returned as a legal representative in the API response.
Company Identifiers
Query Identifiers
Identifiers in API Response
Search Capabilities
Name search anchors on the beginning of the legal name (case-insensitive). Use a fuller query string to narrow the result set. Fictitious names (DBAs) and trade names are not indexed; search only resolves legal entity names as registered with SDAT.
Quirks & Gotchas
Mappings
Legal Forms
Maryland reports entity type as a free-textBusiness Type field on the SDAT entity-detail page (e.g. “CORPORATION”, “DOMESTIC LLC”, “FOREIGN CORPORATION”, “DOMESTIC LLC”, “FOREIGN LLC”). A secondary Business Code (e.g. “04 ORDINARY BUSINESS - NON-STOCK”) further classifies the entity.
The API returns the raw SDAT Business Type in legalForm.localName. No standardized legal form category is returned yet.
Stock status (“STOCK” / “NONSTOCK”) and close-corporation flag (“YES” / “NO”) are additional qualifiers published on the detail page. They appear on the Trade Register Extract and are not returned in the API response.
Entity Status
Maryland reports entity status as a free-text field (e.g. “Active”, “Incorporated”, “Forfeited”, “Dissolved”, “Cancelled”). The API normalizes it into a structuredstatus object with a localName (the raw SDAT value) and an active boolean.