For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SalesGet Support
HomeGuidesAPI reference
HomeGuidesAPI reference
  • Middesk API
        • Action
        • Address
        • Adverse Media Screening
        • Bankruptcy
        • Business
        • Certification
        • Document
        • Formation
        • Industry Classification
        • Lien
        • Litigation
        • Monitor
        • Names
        • Order
        • Person
        • Policy Result
        • Politically Exposed Persons Screening
        • Registration
        • Review Task
        • Signal
        • Tax exempt organization
        • TIN
        • Watchlist
        • Website
        • Profile
LogoLogo
Contact SalesGet Support
On this page
  • Industry classification attributes
  • Classification systems
  • Status values
  • High-risk industries
Middesk APIBusiness VerificationObject reference

Industry classification object

Was this page helpful?
Previous

Lien object

Next
Built with

This page describes the industry_classification object, which represents the automated classification of a business into industry categories. Industry classification uses web analysis and other data sources to determine a business’s industry, providing NAICS, SIC, and MCC codes along with risk indicators.

Example JSON response
1{
2 "object": "industry_classification",
3 "id": "f074244d-5cf3-4703-950a-73a7d54ee555",
4 "status": "completed",
5 "categories": [
6 {
7 "classification_system": "NAICS",
8 "name": "Software Publishers",
9 "sector": "INFORMATION",
10 "category": "SOFTWARE_PUBLISHERS",
11 "score": 0.92,
12 "high_risk": false,
13 "naics_codes": ["511210"],
14 "sic_codes": ["7372"],
15 "mcc_codes": ["5734"],
16 "prohibited_labels": null
17 },
18 {
19 "classification_system": "MCC",
20 "name": "Computer Software Stores",
21 "sector": "RETAIL",
22 "category": "COMPUTER_SOFTWARE",
23 "score": 0.85,
24 "high_risk": false,
25 "naics_codes": ["511210"],
26 "sic_codes": ["7372"],
27 "mcc_codes": ["5734"],
28 "prohibited_labels": null
29 }
30 ],
31 "created_at": "2024-01-30T23:49:01.100Z",
32 "completed_at": "2024-01-30T23:49:15.200Z"
33}

Industry classification attributes

AttributeTypeDescription
objectstringThe object type. Always industry_classification.
idstring (uuid)The unique identifier for the industry classification.
statusstringThe processing status. Possible values: pending, completed, failed.
categoriesobject[]An array of industry category classifications.
categories[].classification_systemstringThe classification system used. Possible values: NAICS, MCC, Prohibited.
categories[].namestringThe human-readable industry name.
categories[].sectorstringThe industry sector in CONSTANT_CASE format.
categories[].categorystringThe industry category in CONSTANT_CASE format.
categories[].scorefloatThe classification confidence score from 0.0 to 1.0.
categories[].high_riskbooleanWhether this industry is considered high risk.
categories[].naics_codesstring[]NAICS (2022) classification codes.
categories[].sic_codesstring[]SIC classification codes.
categories[].mcc_codesstring[]MCC (Merchant Category Code) classification codes.
categories[].prohibited_labelsstring[] | nullProhibited classification labels if applicable.
created_attimestampThe timestamp when the classification was created.
completed_attimestamp | nullThe timestamp when the classification completed processing.
websiteobject | nullWebsite status information used for the classification.
website.statusstringThe website status. One of online, offline, or unknown.
website.parkedbooleanWhether the website is a parked domain.

Classification systems

SystemDescription
NAICSNorth American Industry Classification System - the standard used by Federal statistical agencies to classify business establishments.
MCCMerchant Category Code - a four-digit code used by payment card networks to classify businesses by the type of goods or services they provide.
ProhibitedIndicates industries that may be prohibited for certain use cases or compliance requirements.

Status values

StatusDescription
pendingThe classification is currently being processed.
completedThe classification has been completed successfully.
failedThe classification could not be completed.

High-risk industries

The high_risk flag indicates whether an industry is generally considered higher risk for compliance purposes. High-risk industries may include:

  • Money services businesses
  • Gambling and gaming
  • Adult entertainment
  • Cannabis-related businesses
  • Cryptocurrency exchanges
  • Firearms dealers
  • Telemarketing

The specific determination of high-risk status may vary based on your organization’s risk policies.

Get a demo
Contact your account manager or contact sales to inquire about access.