Find Industry Codes
Product | D&B Direct 2.0, D&B Direct Onboard |
Product Code(s) | Not Applicable |
Options(s) | None |
Monitoring Available | No |
Interface | REST |
Method | GET |
Format(s) | JSON |
Service | EntityList |
{version} | 6.4 |
6.4 Released On | October 6, 2017 |
Returns D&B industry codes that match the specified keyword.
Update History
No modifications have been made to this data layer since the initial release.
Feature Request
IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.
Overview
When requesting this feature, a valid Industrial Classification code (explanation below) or keyword is required. Multiple codes may be submitted in a single request, however, only one keyword may be submitted per request.
Sorting Results: By default, the results from this service will be ascending by ???. Optionally, both the sort direction and a primary sort field can be designated on the request.
Pagination: This feature provides a single set of results.
Industrial Classifications
Any of the following may be used to initiate a request from this feature;
NAICS Code: The North American Industry Classification System (NAICS) was developed jointly by the U.S., Canada, and Mexico to provide new comparability in statistics about business activity across North America.
SIC Code (US): A four-digit numeric coding system developed by the United States government for the classification of industrial activities. The Standard Industrial Classification (SIC) was replaced by NAICS starting in 1997.
SIC Code (UK): An industry coding scheme defined by the UK government's Office for National Statistics Classifications and Harmonisation based on the Classification of Economic Activities (NACE) Revision.2 classification.
Data Layer Entitlement
For customers in U.S. and Canadian markets, the API is provisioned for specific collections of products, reports, and/or features (collectively referred to as data layers) for production and trial usage. Entitlement is not required for testing in the sandbox environment.
- This feature is entitled as "Detailed Search & Build-a-List - Company/Industry" for D&B Direct 2.0 customers.
For customers in the UK, Ireland, Belgium, Netherlands and Luxembourg markets, the API is provisioned as a specific set of data layers for production, trial, and sandbox usage.
- This particular data layer is included in the D&B Direct Onboard 2.0 suite.
Specification
GET https://direct.dnb.com/V6.4/industries?IndustryCode-1=801105&IndustryCodeTypeCode-1=3599&ReturnOnlyPremiumIndustryIndicator=false&findindustry=true Authorization:<MyToken>
Input parameters that include a "-n" designation may be repeated on the request, using a sequence number. For example, for the parameter "example-n", create a request like https://{endpoint}?{other parameters}&example-1={value}&example-2={value} and so on. If a single instance of the parameter is used, it still requires a "-1" suffix.
Name | Characteristics |
---|---|
IndustryCodeTypeCode-n | Attribute Possible values: 19295 [UK SIC 2007]; 3599 [D&B Standard Industry Code]; 700 [NAICS] |
IndustryCode-n | string up to 16 chars., Optional An alphanumeric value identifying a business activity based on the scheme specified by the typeText. For instance, 1611 represents the highway and street construction industry in the U.S. SIC (Standard Industrial Classification) system. Clarification Note: These are generally external codes created by an external authoritative body, like the U.S. Office of Management and Budget (OMB), but D&B may have created extensions to more precisely define an activity, as in the case of the SIC 2+2 (the last 4 digits of an 8-digit SIC). |
KeywordText | string up to 256 chars., Optional Text used as an index term to retrieve search results. KeywordText can consist of a word, phrase or an alphanumerical term. |
SortDirectionText | SortDirectionEnum, Optional Text that indicates the direction of sorting; e.g., Ascending,Descending. |
SortBasisText | FindIndustrySortBasis, Optional Text denoting the data based on which the result set should be sorted; e.g., IndustryCode, IndustryDescription |
ReturnOnlyPremiumIndustryIndicator | boolean, Optional When true (set to 1), only the industries part of First Research Industry List have to be listed in the search response. When false (set to 0) all the industries that match the search criteria have to be listed in the search response. |
CustomerReferenceText-n | string at least 1 chars. up to 240 chars., Optional (up to 5x) |
CustomerBillingEndorsementText | string at least 1 chars. up to 240 chars., Optional |
Endpoint
Use the following endpoint for requesting this feature. The {version} is dependent on the underlying service delivering the response.
REST (EntityList) |
---|
GET https://direct.dnb.com/V{version}/industries?findindustry |
Testing
This operation will return a static set of results in the D&B Direct test environment (sandbox), regardless of the request parameters.
Feature Response
NOTE: The D&B Direct REST implementation uses the BadgerFish approach for JSON with some minor variations.
Specification
The following is a list of the possible data fields returned by this operation in the JSON response. Samples are provided for testing successful and failed retrieval, and to demonstrate the basic layout of a response. The data returned in samples may not represent actual values that this feature will deliver.
NOTE: The D-U-N-S Number returned in the response will be a nine-digit zero-padded, numeric value.
{ "FindIndustryResponse": { "@ServiceVersionNumber": "6.4", "TransactionDetail": { "ApplicationTransactionID": "Id-9061d359d4ad07003fac0e00596a4528-1", "ServiceTransactionID": "Id-9061d359d4ad07003fac0e00596a4528-1", "TransactionTimestamp": "2017-10-03T10:08:17" }, "TransactionResult": { "SeverityText": "Information", "ResultID": "CM000", "ResultText": "Success", "ResultMessage": [ { "ResultDescription": "Industry Code Data Successfully Retrieved" } ] }, "FindIndustryResponseDetail": { "CandidateMatchedQuantity": 6, "CandidateReturnedQuantity": 6, "IndustryCode": [ { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1807", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "Anesthesiologists" } ], "IndustryExplanationText": "engage in the medical practice of anesthesiology.", "DisplaySequence": 1 }, { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1852", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "Dermatologists" } ], "IndustryExplanationText": "engage in the medical practice of dermatology.", "DisplaySequence": 2 }, { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1936", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "OBGYNs" } ], "IndustryExplanationText": "(obstetricians and gynecologists) diagnose and treat diseases and disorders of the female reproductive system, counsel patients in family planning, provide natal care, deliver babies, and conduct lab tests.", "DisplaySequence": 3 }, { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1944", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "Pediatricians" } ], "IndustryExplanationText": "provide medical care for children and adolescents.", "DisplaySequence": 4 }, { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1949", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "Physicians" } ], "IndustryExplanationText": "medical services.", "DisplaySequence": 5 }, { "@TypeText": "D&B Hoovers Industry Code", "@DNBCodeValue": 25838, "IndustryCode": "1995", "IndustryCodeDescription": [ { "@IndustryCodeDescriptionLengthCode": 9120, "$": "Optometrists" } ], "IndustryExplanationText": "services pertaining to eyecare, eyewear, and vision.", "DisplaySequence": 6 } ] } } }
Response Codes & Error Handling
Successful service requests will return a CM000 response code in the TransactionResult ResultID field. Otherwise, one of the D&B Direct standard response codes will be returned.
This operation may return the following response codes: CM001, CM002, CM003, CM004, CM005, CM007, CM012, CM018, and SC001-SC009.
D&B Direct 2.0 API requests are provided on a metered basis; and may require entitlement prior to use in the production environment. In addition, a concurrency limit (QPS) is monitored to ensure that it is not exceeded. An error code will be returned in the event that a transaction is throttled.
Qualified usage (e.g., a successful response) is tracked and billed according to the terms & conditions of the customer's contract. The response codes CM000, CM010, PD002 and PD015 are considered successful. A built-in feature exists to prevent duplicate billing when multiple successful requests with the same criteria are submitted on the same calendar day (which is based on Eastern Standard Time [GMT-5]).
Business Elements
While D&B Direct uses a product canonical naming model in the request/response, many customers may be more familiar with the following business element labels.
Name | Description |
---|---|
Industry Code | This code represents the locally used activity code. These are generally regionally based industry identification systems. Examples include 1972 U.S. SIC, SBA, APE, and NACE. PCM XPath: //IndustryCode/ IndustryCode |
Industry Code Description | PCM XPath: //IndustryCode/ IndustryCodeDescription |
Short Overview | A short overivew about the industry PCM XPath: //IndustryCode/ IndustryExplanationText |
The preceding list is not presented in the order, nor manner, in which the information is packaged and delivered via the D&B Direct API. Legend: [C] = may be included in a Custom Data product; [M] = may be referenced by the Monitoring process; [M+] = Monitored using an aggregate or attribute XPath.
Feature Notes
For each matching result, this feature returns the D&B industry code, industry code name and a short overview explaining the industry.
An option exists to return only industries that have information available in the Research - Industry Code product.