How to Search Alaska Business Records

Complete guide to searching Alaska business entity records through the Alaska Division of Corporations and the Filed API. Find LLCs, corporations, and other entities registered in Alaska.

Published March 19, 2026Updated March 23, 2026

Overview of Alaska Business Records

Alaska's business entity records are maintained by the Alaska Department of Commerce, Community, and Economic Development (DCCED), specifically the Division of Corporations, Business and Professional Licensing. Every LLC, corporation, limited partnership, and nonprofit that formally registers in Alaska receives a public record in the state's business database.

Alaska has a unique business environment shaped by its geography, natural resources, and relatively small population. The state's economy is heavily influenced by oil and gas, fishing, tourism, mining, and federal government spending. Despite being the largest state by land area, Alaska has one of the smallest populations, which means its business registry is more manageable in size while still covering a diverse range of industries.

The Alaska Division of Corporations is responsible for:

  • Registering new business entities (LLCs, corporations, partnerships, nonprofits)
  • Maintaining the business entity database with current information on all registered entities
  • Processing biennial reports
  • Recording amendments, mergers, dissolutions, and name changes
  • Providing public access to business entity records through the online search portal

Key facts about Alaska business records:

  • Online portal: Alaska's official business entity search is accessible through the Division of Corporations website at commerce.alaska.gov/cbp.
  • Entity Number format: Alaska assigns each entity a unique entity number, which serves as the primary identifier for lookups.
  • Biennial reports: Alaska requires most entities to file biennial reports (every two years), not annual reports.
  • No state income tax or sales tax: Alaska is one of the few states with no state income tax and no statewide sales tax, which influences business formation decisions.
  • Alaska Native Corporations: Alaska is unique in having Alaska Native Corporations (ANCs), created under the Alaska Native Claims Settlement Act of 1971. These are a distinct type of entity not found in other states.
  • Filed API coverage: The Filed API currently indexes approximately 30,000 Alaska business entities.

Whether you are verifying an Alaska business, conducting due diligence on an Anchorage-based company, or building an application that needs AK entity data, this guide covers the full process.

How to Search Alaska Business Records: Step-by-Step

Here is a detailed walkthrough of how to search for a business entity using Alaska's official search tool:

Step 1: Navigate to the business search

Go to commerce.alaska.gov/cbp/main/search/entities. This is the main search page for Alaska's business entity database.

Step 2: Choose your search method

Alaska offers several search options:

  • Entity Name Search: The most common method. Enter the full or partial business name. Alaska supports partial matching.
  • Entity Number Search: If you have the entity's number, enter it for an exact match. This is the fastest and most reliable method.
  • Registered Agent Search: Search by the name of the entity's registered agent.
  • Officer Search: Search by the name of an officer, director, or manager.

Step 3: Review the results list

The search returns a list of matching entities showing the entity name, number, type, and status. Click on an entity to view its full record.

Step 4: Review the entity detail page

The detail page contains the complete public record for the entity:

  • Filing Information: Entity type, entity number, formation date, status, and home jurisdiction
  • Registered Agent: Name and address of the designated agent for service of process
  • Principal Office: The entity's primary business address
  • Officers/Directors/Managers: Names of people managing the entity
  • Biennial Report Information: Due dates and filing status

Tips for effective Alaska business searches:

  • Use the entity number whenever possible. It is unique and returns an exact match.
  • Drop entity suffixes for broader results. Search for "Northern Lights" instead of "Northern Lights Consulting LLC."
  • Check for "Good Standing" status. Alaska uses "Good Standing" to indicate an entity is current on all filings. "Not in Good Standing" means the entity has missed a filing but has not been dissolved.
  • Alaska Native Corporations have unique names. Many ANCs include the name of the village or region they represent.
  • Consider the seasonal nature of some businesses. Many Alaska businesses (fishing, tourism) are seasonal and may have addresses or officers that change.

Alaska Business Entity Types

Alaska uses specific designations for different entity types in its business registry. Understanding these labels helps you interpret search results correctly.

Domestic entities (formed in Alaska):

  • Limited Liability Company — An LLC formed in Alaska. This is the most common entity type for new formations.
  • Corporation — A for-profit corporation formed in Alaska.
  • Nonprofit Corporation — A nonprofit corporation formed in Alaska.
  • Limited Partnership — An LP formed in Alaska.
  • Limited Liability Partnership — An LLP formed in Alaska.
  • Alaska Native Corporation — A unique entity type created under the Alaska Native Claims Settlement Act (ANCSA) of 1971. There are 13 regional corporations and over 200 village corporations, which are among the largest private landowners in Alaska.

Foreign entities (formed outside Alaska, registered to do business here):

  • Foreign Limited Liability Company — An LLC formed in another state or country, authorized to operate in Alaska.
  • Foreign Corporation — A corporation formed elsewhere, registered in Alaska.
  • Foreign Nonprofit Corporation — A nonprofit formed elsewhere, registered in Alaska.
  • Foreign Limited Partnership — An LP formed elsewhere, registered in Alaska.

Other designations you may encounter:

  • Business Name (DBA) — Trade name registrations for businesses operating under a name different from their legal entity name.
  • Professional Corporation (PC) — For licensed professionals such as doctors and lawyers.

Entity type distribution in Alaska:

LLCs and Corporations make up the largest share of Alaska's business registry. Alaska Native Corporations, while smaller in number, are economically significant — regional ANCs like Arctic Slope Regional Corporation, NANA Regional Corporation, and Doyon Limited are among the largest employers and landowners in the state.

Alaska Biennial Report Requirements

Alaska requires most registered business entities to file biennial reports (every two years) to maintain their good standing status.

Key facts about Alaska biennial reports:

  • Filing period: Reports are due every two years, based on the entity's formation date.
  • Due date: The biennial report is due by January 2 of the reporting year. The reporting year depends on whether the entity was formed in an odd or even year.
  • Filing fee: Currently $100 for domestic LLCs, $200 for domestic corporations. Foreign entity fees vary.
  • Online filing: Reports can be filed online through the CBPL portal.
  • Consequence of non-filing: Entities that fail to file their biennial report are placed in "Not in Good Standing" status. Continued non-filing can lead to involuntary dissolution.

What the biennial report updates:

  • Alaska biennial reports confirm or update the following:
  • Entity name
  • Registered agent name and address
  • Principal office address
  • Officer, director, or manager names and addresses

Why biennial matters for research:

Because Alaska uses a two-year reporting cycle, entity data may be updated less frequently than in states with annual reports. When verifying an Alaska entity, a filing that is up to two years old is still considered current. This does not indicate a problem — it is how Alaska's system works.

Biennial report data via the Filed API:

bash
curl "https://filed.dev/api/v1/entity/ak-12345" \
  -H "Authorization: Bearer your_api_key"
json
{
  "id": "ak-12345",
  "name": "NORTHERN LIGHTS CONSULTING LLC",
  "state": "AK",
  "type": "Limited Liability Company",
  "status": "Good Standing",
  "filing_date": "2020-04-22",
  "filing_number": "12345",
  "registered_agent": {
    "name": "Alaska Registered Agents Inc",
    "address": "1029 W 3rd Ave, Suite 200, Anchorage, AK 99501"
  }
}

The Filed API returns the most current information from Alaska's business database, including data from the latest biennial report filing.

Searching Alaska Businesses via the Filed API

If you need Alaska business data programmatically — for application integrations, bulk verification, compliance workflows, or CRM enrichment — the Filed API provides a direct alternative to the Alaska CBPL website.

The Filed API currently indexes approximately 30,000 Alaska business entities. You can search by name, retrieve entity details, and get structured JSON consistent with every other state in the API.

Example: Search Alaska businesses by name

bash
curl "https://filed.dev/api/v1/search?q=Northern+Lights+Consulting&state=AK" \
  -H "Authorization: Bearer your_api_key"

Response:

json
{
  "results": [
    {
      "id": "ak-12345",
      "name": "NORTHERN LIGHTS CONSULTING LLC",
      "state": "AK",
      "type": "Limited Liability Company",
      "status": "Good Standing",
      "filing_date": "2020-04-22",
      "filing_number": "12345",
      "registered_agent": {
        "name": "Alaska Registered Agents Inc",
        "address": "1029 W 3rd Ave, Suite 200, Anchorage, AK 99501"
      }
    }
  ]
}

Example: Look up a specific Alaska entity by number

bash
curl "https://filed.dev/api/v1/entity/ak-12345" \
  -H "Authorization: Bearer your_api_key"

Why use the API instead of the Alaska CBPL website:

  • Structured JSON output. The state website returns HTML pages. The API returns clean JSON.
  • Normalized across states. Alaska entity types are returned in the same schema as every other state.
  • Bulk lookups. Verify thousands of Alaska entities without manual searches.
  • Cross-state search. Search Alaska alongside any other state in a single request.
  • Same API for every state. One integration covers Alaska and all other supported states.

Alaska CBPL Website vs. Filed API: When to Use Each

Use the Alaska CBPL website when:

  • You need to look up a single Alaska business as a one-off task.
  • You need to file documents with the Alaska Division of Corporations (biennial reports, amendments, new registrations).
  • You need official certificates of good standing or certified copies.
  • You need to search professional license records (which are in the same CBPL system).

Use the Filed API when:

  • You are building an application that requires Alaska business verification.
  • You need to search AK entities alongside other states in a single workflow.
  • You process more than a few AK lookups per week and need structured data.
  • You want to integrate Alaska business data into your CRM, ERP, compliance system, or onboarding flow.
  • You need consistent data formatting without scraping HTML.

Feature comparison:

FeatureAlaska CBPL WebsiteFiled API
Data formatHTML (web page)JSON
Bulk accessNoYes
Cross-state searchNo (AK only)Yes (all supported states)
Programmatic accessNot supportedREST API
Filing documentsYesNo (data access only)
Officer dataYesWhere available
Registered agentYesYes
CostFreeFree tier + paid plans

For developers and businesses that need Alaska entity data at scale, the API is the practical choice. For occasional research or filing paperwork, the Alaska CBPL website works fine.

See our state coverage page for Alaska for the latest entity count and field coverage.

Common Alaska Business Search Scenarios

Here are real-world scenarios where you would search Alaska business records:

Scenario 1: Verifying an Anchorage-based contractor

You are onboarding a contractor based in Anchorage and need to confirm they are a real, active business.

  1. Search the Alaska CBPL (or the API) by the company name.
  2. Confirm the entity exists and its status is "Good Standing."
  3. Check the formation date — does it align with the company's claimed history?
  4. Verify the registered agent is current.
  5. Review officers/managers listed in the record.

Scenario 2: Service of process on an Alaska corporation

You need to serve legal papers on an Alaska corporation.

  1. Search for the entity by name or entity number.
  2. Find the registered agent name and address. Alaska requires all corporations and LLCs to maintain a registered agent with a physical Alaska address.
  3. Serve the registered agent at the listed address.
  4. If the registered agent has resigned, Alaska law allows service on the Commissioner of Commerce as a fallback.

Scenario 3: Researching an Alaska Native Corporation

You are researching an ANC for partnership or contracting opportunities (ANCs receive certain federal contracting preferences under the SBA 8(a) program).

  1. Search by the corporation name in the Alaska CBPL.
  2. Verify the entity is active and in good standing.
  3. Check officers and directors — ANCs have boards elected by Alaska Native shareholders.
  4. Note: ANCs are structured differently from typical corporations and have unique governance requirements under ANCSA.

Scenario 4: Bulk verification of Alaska businesses

Your compliance team needs to verify multiple Alaska-based entities.

bash
# Verify multiple Alaska businesses programmatically
for company in "ARCTIC SLOPE REGIONAL" "DENALI CONSTRUCTION" "KENAI PENINSULA FISHING"; do
  curl -s "https://filed.dev/api/v1/search?q=$(echo $company | tr ' ' '+')&state=AK" \
    -H "Authorization: Bearer your_api_key" | jq '.results[0] | {name, status, filing_number}'
done

Alaska's business registry, combined with the Filed API for programmatic access, provides all the data you need for entity verification, legal research, and compliance workflows. For the latest Alaska entity data and field coverage, see our Alaska state coverage page.

Search Alaska Business Records

Use Filed to search entities registered in Alaska or browse all Alaska filings.

Skip the Alaska DCCED website — get structured Alaska business data via API

The Filed API gives you Alaska business entities as clean, structured JSON. Search by name, filter by type, and integrate AK data into your application — no scraping, no inconsistent HTML. Same format whether you query Alaska, Florida, or any other state.