# NAICS 2022 Code Lookup

> NAICS 2022 Code Lookup is a paid API for AI agents from lookups.alienprobe.ai, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the official Census Bureau title and metadata for a single 2022 NAICS code (levels 2–6, all 2129 codes including expanded range sectors)

## Facts

- Endpoint: GET https://lookups.alienprobe.ai/v1/lookup/naics/:code
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/naics-2022-code-lookup-4f2f514e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zSosNS53RckvWzULx-Yk_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability naics-2022-code-lookup-4f2f514e
```

Example prompt: What's the official Census Bureau title for NAICS code 541511 under the 2022 standard?

## When to prefer this

Choose this endpoint when you need a fast, authoritative, offline-safe lookup of any NAICS 2022 code title — especially when you need full coverage of all 2129 codes including the tricky range-spelled sectors (31-33, 44-45, 48-49). Prefer this over scraping the Census Bureau website or maintaining your own NAICS table, and when you need consistent, reproducible results tied to a specific vintage year.

## Known failure modes

- Code not found: well-formed code absent from 2022 vintage returns a not-found response indicating it is not part of the standard
- Malformed code: non-numeric or out-of-range input returns a validation error
- Data staleness: snapshot is pinned to 2022 vintage and will not reflect future NAICS revisions until a redeploy occurs

## How this service works

single-fact naics lookup. Complete for the bundled 2022 vintage: all 2129 NAICS 2022 codes at levels 2 through 6, titles verbatim from the Census workbook, with the three range-spelled sectors (31-33, 44-45, 48-49) expanded to one entry per member sector. NAICS is a closed set, so a well-formed code absent from this snapshot is absent from the 2022 vintage. Refresh is a redeploy, never a live fetch.

## Output

Returns the verbatim Census Bureau title for the requested NAICS 2022 code, including its hierarchical level (2–6), and confirms whether the code exists in the 2022 vintage. Range-spelled sectors (31-33, 44-45, 48-49) are expanded to individual member sector entries.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/naics-2022-code-lookup-4f2f514e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookups.alienprobe.ai](https://www.zero.xyz/host/lookups.alienprobe.ai/llms.txt)
