get
/api/v2/filters/naics
Python 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

NameLocationTypeValuesDescriptionValue Required
minNAICSLevelqueryinteger (int64)-Minimum NAICS hierarchy level to include (1–5). Omit to return all levels.N
maxNAICSLevelqueryinteger (int64)-Maximum NAICS hierarchy level to include (1–5). Omit to return all levels.N

Success Responses

200 response: object

OK.

NameTypeDescription
codeinteger (int64)NAICS code.
descriptionstringNAICS code description.
isPurchasedForPOIbooleanWhether the code is purchased for POI analytics.
levelinteger (int64)NAICS hierarchy level.
levelNamestringNAICS hierarchy level name.

Response Errors

HTTP Status CodeReason
400The request body or parameters are invalid.
401Authentication is required or the provided credentials are invalid.
403The authenticated user lacks permission to perform this operation.
404The requested resource does not exist.
422The request is syntactically valid but semantically cannot be processed.
429The request rate limit has been exceeded.
500An unexpected server error occurred.