get
/api/v2/filters/naicsPython SDK method:
client.filters.get_naics()Get industry (NAICS) codes
Returns the list of available North American Industry Classification System (NAICS) codes. Use the codes returned here in the naics field of analysis requests to filter by raw NAICS codes.
Input Parameters
| Name | Location | Type | Values | Description | Value Required |
|---|---|---|---|---|---|
minNAICSLevel | query | integer (int64) | - | Minimum NAICS hierarchy level to include (1–5). Omit to return all levels. | N |
maxNAICSLevel | query | integer (int64) | - | Maximum NAICS hierarchy level to include (1–5). Omit to return all levels. | N |
Success Responses
200 response: object
OK.
| Name | Type | Description |
|---|---|---|
code | integer (int64) | NAICS code. |
description | string | NAICS code description. |
isPurchasedForPOI | boolean | Whether the code is purchased for POI analytics. |
level | integer (int64) | NAICS hierarchy level. |
levelName | string | NAICS hierarchy level name. |
Response Errors
| HTTP Status Code | Reason |
|---|---|
| 400 | The request body or parameters are invalid. |
| 401 | Authentication is required or the provided credentials are invalid. |
| 403 | The authenticated user lacks permission to perform this operation. |
| 404 | The requested resource does not exist. |
| 422 | The request is syntactically valid but semantically cannot be processed. |
| 429 | The request rate limit has been exceeded. |
| 500 | An unexpected server error occurred. |