{
  "x402Version": 2,
  "id": 5488,
  "slug": "5488",
  "resource": "https://lookups.alienprobe.ai/v1/lookup/naics/:code",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x701fd2Fc3295Ff2E98d986BD2032A966f54555f7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "code": "513210"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "answer": {
              "code": "513210",
              "level": 6,
              "parent_code": "51321",
              "title": "Software Publishers",
              "vintage": "2022"
            },
            "delivered_at": "2026-08-22T00:00:00.000Z",
            "schema_version": "naics-lookup.v1",
            "source": {
              "coverage": "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.",
              "name": "US Census Bureau 2022 NAICS reference file, 2-6 digit codes and titles",
              "snapshot_sha256": "c55e3851d335b79ede774cb06a2dfa39c9cd3f09afbf7187c84a97b2f91ef7d1",
              "vintage": "2022"
            },
            "subject": {
              "type": "naics",
              "value": "513210"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/lookup/naics/:code",
      "schema": {
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "type": "string"
              },
              "pathParams": {
                "additionalProperties": false,
                "properties": {
                  "code": {
                    "description": "the NAICS code to resolve, 2 to 6 digits",
                    "pattern": "^[0-9]{2,6}$",
                    "type": "string"
                  }
                },
                "required": [
                  "code"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "pathParams"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "answer": {
                    "additionalProperties": false,
                    "properties": {
                      "code": {
                        "description": "the NAICS code to resolve, 2 to 6 digits",
                        "pattern": "^[0-9]{2,6}$",
                        "type": "string"
                      },
                      "level": {
                        "maximum": 6,
                        "minimum": 2,
                        "type": "integer"
                      },
                      "parent_code": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "title": {
                        "minLength": 1,
                        "type": "string"
                      },
                      "vintage": {
                        "const": "2022",
                        "type": "string"
                      }
                    },
                    "required": [
                      "code",
                      "title",
                      "level",
                      "parent_code",
                      "vintage"
                    ],
                    "type": "object"
                  },
                  "delivered_at": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "schema_version": {
                    "const": "naics-lookup.v1",
                    "type": "string"
                  },
                  "source": {
                    "additionalProperties": false,
                    "properties": {
                      "coverage": {
                        "const": "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.",
                        "type": "string"
                      },
                      "name": {
                        "const": "US Census Bureau 2022 NAICS reference file, 2-6 digit codes and titles",
                        "type": "string"
                      },
                      "snapshot_sha256": {
                        "const": "c55e3851d335b79ede774cb06a2dfa39c9cd3f09afbf7187c84a97b2f91ef7d1",
                        "type": "string"
                      },
                      "vintage": {
                        "const": "2022",
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "vintage",
                      "snapshot_sha256",
                      "coverage"
                    ],
                    "type": "object"
                  },
                  "subject": {
                    "additionalProperties": false,
                    "properties": {
                      "type": {
                        "const": "naics",
                        "type": "string"
                      },
                      "value": {
                        "description": "the NAICS code to resolve, 2 to 6 digits",
                        "pattern": "^[0-9]{2,6}$",
                        "type": "string"
                      }
                    },
                    "required": [
                      "type",
                      "value"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "schema_version",
                  "subject",
                  "answer",
                  "source",
                  "delivered_at"
                ],
                "type": "object"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "lookups.alienprobe.ai",
  "lastUpdated": "2026-09-12T17:00:45.746Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-12T17:00:45.345Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "lookups.alienprobe.ai",
    "manifest_name": "lookups.alienprobe.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}