Skip to main content

Start here

This guide contains public integration notes for South Dakota. Use it for identifier formats, search behavior, and state-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, and status values is the pricing page.

South Dakota 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-SD is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-SD" will otherwise return 400 until the enum is expanded.

Data Sources

South Dakota uses a single live integration against the South Dakota Secretary of State SoS Enterprise portal (sosenterprise.sd.gov). Every request hits the register in real time. There is no open-data feed or bulk extract available for free: the register only offers a paid paper subscription for bulk database downloads, so Topograph sources data directly from the live portal. The register covers every domestic and foreign for-profit and nonprofit corporation, LLC, limited partnership, registered limited liability partnership, financial institution (bank, trust company), and trade name filed in South Dakota.
Two retrieval modes, same price. Set the mode parameter:
  • onboarding — a fast base profile: legal name, entity type, current status, and filing/registration date. Non-authoritative (authoritative: false in the response); it does not include the address or registered agent.
  • verification (default) — the full authoritative record: adds the principal office address, the registered agent (otherKeyPersons), and the bundled Trade Register Extract.
Both modes bill identically and resolve live against the register (there is no free bulk-data snapshot). Use onboarding for a fast identity/status check and verification for the complete record.

Company Identifiers

Query Identifiers

Common Business ID prefixes:
The Business ID is exactly 8 characters. The two-letter prefix is always uppercase and the six-digit suffix is zero-padded. Both the prefix and the padding are significant. Do not strip or alter them when passing the ID to the API.

Identifiers in API Response

Search Capabilities

Starts-with search. Name search anchors on the beginning of the legal name (case-insensitive). Use more specific queries to narrow the result set, which is capped at 50 matches.

Quirks & Gotchas

Mappings

Company Status

Status is read directly from the register and mapped to a Topograph standardized value.
Status values not in the table above are surfaced as-is from the register under company.status.localName and may be enriched by AI where the raw label maps to a known standardized category.

Data Availability

Onboarding mode returns only the base fields — company name, entity type / legal form, current status, and registration date. The principal office address, the registered agent, and the Trade Register Extract require verification mode.

Example API Responses

Search by Name

Search by Business ID

Company Profile — onboarding mode (fast base profile)

Company Profile — verification mode (full record with registered agent)