Skip to main content

Start here

This guide contains public integration notes for New Hampshire. 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.

New Hampshire coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
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

API access: US-NH is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-NH" will otherwise return 400 until the enum is expanded.

Data Sources

New Hampshire uses a single live integration against the New Hampshire Department of State, QuickStart Business Register (quickstart.sos.nh.gov). The register is the official record for every domestic and foreign for-profit and nonprofit corporation, limited liability company, limited partnership, limited liability partnership, professional limited liability company, professional association, trade name, and trademark filed in New Hampshire.
Live-only. The New Hampshire Department of State does not publish a free open-data feed or bulk CSV export. Per-snapshot XML extracts are available only via a paid authenticated subscription. Every lookup resolves live against the QuickStart register. There is no non-authoritative fast path.
Each entity record published by the register includes: legal name, NH Business ID, business type, current status, management style (LLC), citizenship of formation, business creation date, home-jurisdiction formation date, principal and mailing addresses, annual-report years, NAICS principal-purpose rows, the full list of officers and directors with titles and business addresses, and the registered agent with office and mailing addresses.

Company Identifiers

Query Identifiers

Identifier TypeFormatExampleNotes
NH Business IDVariable-length decimal number, 1 to 9 digits848218Assigned by the Department of State at filing time. Unique across all entity types: corporations, LLCs, limited partnerships, trade names, and trademarks share the same numeric space.
The NH Business ID has no fixed length and no leading zeros. Observed values as of May 2026 range from roughly 100000 to 999000, but the register does not impose a minimum digit count. Pass the number as-is.

Identifiers in API Response

IdentifierFormatExampleFound In
entityIdVariable-length decimal848218All entity types

Search Capabilities

Search TypePatternExampleMatch TypeExpected Results
By Name2–100 chars"Granite State"Starts-with (case-insensitive)Multiple results; capped at 50
By NH Business IDNumeric848218ExactOne result; matchType: id
Name search anchors on the beginning of the legal name (case-insensitive). To narrow results, use a more specific prefix. The result set is capped at 50 matches.

Quirks & Gotchas

QuirkDetails
No open-data snapshotEvery request resolves live against the QuickStart register. There is no non-authoritative fast mode, and there is no open-data baseline for onboarding checks.
Business ID is variable lengthNH Business IDs have no fixed digit count and no leading zeros. Do not zero-pad or truncate. Pass the value exactly as returned by search.
Multiple register presentation formatsThe QuickStart register may present entity records in different formats depending on the entity type. The API normalizes all formats into the same response shape.
No shareholders or UBOsNew Hampshire does not publicly disclose individual shareholders or ownership percentages. No state beneficial-ownership register exists.
No FEINThe federal employer identification number is not disclosed through the public QuickStart register.
Trade Names have no Principals gridTrade Name entities do not list officers. The registering owner is returned as an otherKeyPersons entry with role “Owner”.
NAICS rows may be free-textThe Principal Purpose grid on the detail page may contain free-text descriptions instead of numeric NAICS codes. Both forms are returned as-is from the register.
Annual report years, not full datesThe register publishes the last and next annual report year as integers, not full dates.
Certificate of Good Standing is a paid upgradeThe official New Hampshire Certificate of Good Standing carries a register fee and is ordered and delivered separately from company data. See Data Availability.

Mappings

Legal form is sourced from the “Business Type” field on the QuickStart Business Information detail page. The vocabulary is an empirical set observed from the live register (verified May 2026).
Business Type (QuickStart)StandardizedISO 20275
Domestic Profit CorporationCorporationC3JQ
Foreign Profit CorporationCorporationC3JQ
Domestic Nonprofit CorporationNonprofitOrganization4RCO
Foreign Nonprofit CorporationNonprofitOrganization4RCO
Domestic Limited Liability CompanyLimitedLiabilityCompanyJY0X
Foreign Limited Liability CompanyLimitedLiabilityCompanyJY0X
Domestic Limited PartnershipPartnershipXJHM
Foreign Limited PartnershipPartnershipXJHM
Domestic Limited Liability PartnershipPartnershipB5UR
Foreign Limited Liability PartnershipPartnershipB5UR
Domestic Professional Limited Liability CompanyLimitedLiabilityCompanyJY0X
Foreign Professional Limited Liability CompanyLimitedLiabilityCompanyJY0X
Domestic Professional AssociationOther
Trade NameOther
TrademarkOther

Officer Roles

NH QuickStart publishes officer, director, manager, member, and partner titles verbatim on the detail page. Common titles are mapped to a standardized role label; novel or unusual titles are normalized through AI enrichment.
Raw Title (QuickStart)StandardizedNotes
PresidentPresident
Vice PresidentVicePresident
SecretarySecretary
TreasurerTreasurer
DirectorDirector
IncorporatorDirector
ManagerManagerLLC manager-managed entities
MemberOwnerLLC member-managed entities
OrganizerOwner
PartnerPartnerGeneral partnerships
General PartnerGeneralPartnerLimited partnerships
Limited PartnerLimitedPartnerLimited partnerships
Chief Executive Officer / CEOCEO
ChairmanChairman
PrincipalCEO
The registered agent is not returned as a Legal Representative. It is returned in otherKeyPersons. The agent receives service of process but has no statutory authority to bind the entity.

Company Statuses

Status (QuickStart)Active
ActiveYes
Good StandingYes
DissolvedNo
Administratively DissolvedNo
Admin DissolutionNo
Administratively SuspendedNo
ExpiredNo
MergedNo
Non-QualifiedNo

Data Availability

For the full and current list of available datapoints, documents, and their sources, see the pricing page.
Data PointAvailableNotes
Company nameYesCurrent legal name as filed
Company statusYesFrom the live QuickStart register
Registration dateYesBusiness creation date recorded by the Department of State
Legal addressYesPrincipal office and mailing addresses
Legal formYesBusiness type with standardized category and ISO 20275 mapping where available
Legal representativesYesOfficers, directors, managers, members, and partners with titles and business addresses
Registered agentYesName, registered office address, and mailing address
NAICS codesYesPrincipal-purpose rows from the detail page; may be free-text descriptions for some entities
Activity codes (NACE / ISIC)NoNot collected by the Department of State
ShareholdersNoNot publicly disclosed
UBOsNoNo state register; federal database is restricted
Trade Register ExtractYesPrintable PDF of the QuickStart business record, included at no extra charge with every company data call
Certificate of Good StandingYes (paid)Official New Hampshire Certificate of Good Standing, ordered through the Department of State and delivered within minutes. Carries a register fee. See the pricing page.
Articles of Incorporation / filed documentsNoAvailable behind the authenticated NH-Login portal; not yet integrated
Financial dataNoNot collected
Fictitious names (DBAs)PartialTrade names registered under the same entity are surfaced in the company record. Standalone trade-name entities are separately searchable by name or NH Business ID.

Example API Responses

Search by Name

curl -X POST "https://api.topograph.co/v2/search?country=US-NH&query=Granite" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "848218",
    "legalName": "GRANITE STATE HOLDINGS, INC.",
    "countryCode": "US-NH",
    "matchReason": {
      "matchType": "default"
    },
    "address": {
      "region": "NH",
      "countryCode": "US"
    }
  }
]

Search by NH Business ID

curl -X POST "https://api.topograph.co/v2/search?country=US-NH&query=848218" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "848218",
    "legalName": "GRANITE STATE HOLDINGS, INC.",
    "countryCode": "US-NH",
    "matchReason": {
      "matchType": "id"
    }
  }
]

Company Profile

curl -X POST "https://api.topograph.co/v2/company" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"countryCode": "US-NH", "id": "848218", "dataPoints": ["company", "legalRepresentatives"], "mode": "verification"}'
{
  "company": {
    "id": "848218",
    "countryCode": "US-NH",
    "identifiers": { "entityId": "848218" },
    "legalName": "GRANITE STATE HOLDINGS, INC.",
    "status": {
      "localName": "Active",
      "active": true
    },
    "registrationDate": "2010-03-15",
    "legalForm": {
      "localName": "Domestic Profit Corporation",
      "englishTranslation": "General Business Corporation",
      "standardized": "Corporation"
    },
    "legalAddress": {
      "street": "123 Main Street",
      "city": "Concord",
      "region": "NH",
      "postalCode": "03301",
      "countryCode": "US"
    }
  },
  "legalRepresentatives": [
    {
      "name": "Jane A. Doe",
      "role": {
        "localName": "President",
        "standardized": "President"
      }
    }
  ]
}