Skip to main content

Start here

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

Arizona 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

Data Sources

Arizona uses a single live integration against the Arizona Corporation Commission (ACC) Business Center (arizonabusinesscenter.azcc.gov). The ACC Business Center replaced the legacy eCorp portal on 2026-01-12 and is the official register for corporations, limited liability companies, limited partnerships, and other entities formed or qualified to do business in Arizona. A single profile lookup returns the legal name, entity number, status, formation date, principal physical address, officers and members (reported on the latest filing), statutory agent, and any former legal names the entity has held, all in one call.
Authoritative live lookups only. There is no fast/cached path for Arizona: every request fetches current data directly from the ACC Business Center. Both onboarding and verification requests use the same authoritative live source.
No bulk dataset. The ACC does not publish an open-data extract of Arizona business entities. A paid database extraction request is available from the ACC Records Section but is not automated or recurring, so no fast/snapshot mode is offered.

Company Identifiers

Query Identifiers

Pass the entity number exactly as it appears in ACC records. The “R…” form is assigned by the Arizona Business Center; the legacy numeric form predates the 2026 portal relaunch. Both are accepted by the search and profile endpoints.

Identifiers in API Response

Search Capabilities

Contains search. Name search finds results that contain the query string anywhere in the legal name (case-insensitive). The result set is capped. Use a longer query string to narrow results.

Quirks & Gotchas

Mappings

Legal form is sourced directly from the entity’s record type on the ACC Business Center. The local name (e.g. “Domestic For-Profit Corporation”, “Foreign Limited Liability Company”) is returned alongside a standardized Topograph category. Standardization is performed by AI enrichment against the local name. Common Arizona entity types include:

Officer Roles

The ACC stores officer titles as free-text. Topograph normalizes each title through AI enrichment, producing a standardized role label. The table shows typical results.
Officers, directors, managers, and members are classified as Legal Representatives. The statutory agent is returned as an Other Key Person and is not included in legalRepresentatives.

Company Status

The ACC returns a primary status label combined with a sub-reason where present. The active flag in the API response is true only for entities with the literal Active status.

Data Availability

For full datapoint and document availability, see the Arizona pricing page.

Example API Responses

Search by Name

Search by Entity Number

Company Profile

Company Profile — entity with former names

An entity that has been renamed carries its previous legal names in legacyLegalNames, newest first. This example is a real Arizona entity that filed Articles of Amendment on 2026-07-23 to change its name.
legacyLegalNames is omitted rather than returned as an empty array when an entity has never been renamed — which is the common case. Treat its absence as “no former names on record”, not as a failed lookup.