Find Competitors
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 all the competitors for a given company.
Update History
- January 29, 2016 (v6.2 SOAP & REST): The UnitofSize attribute is added to SalesRevenueAmount for Find Competitor.
Feature Request
IMPORTANT: Please see the new Online Services Security Enhancement Release, effective November 09, 2020.
Overview
When requesting this feature, a valid D-U-N-S Number for a company will be required. An option exists to request only the top competitors.
A top competitor designation is assigned by D&B based on analysis of the company and industry in which it operates. Public companies frequently identify top competitors in their public filings, which is also taken into consideration.
Pagination: This feature does not offer any pagination options, and will return an unlimited number of results (typically fewer than one hundred).
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 "Search/Lookup for Companies" 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/organizations/804735132/competitors Authorization: <My Token>
Name | Characteristics |
---|---|
{DUNS} | string up to 15 chars. Pattern: {([0-9a-zA-Z]*)}., Required The D-U-N-S Number is D&B's identification number, which provides unique identification of this organization, in accordance with the Data Universal Numbering System (D-U-N-S). |
ReturnOnlyTopCompetitorIndicator | boolean, Optional When true (set to 1), only the organizations classified as a top competitor for the subject organization have to be listed in the search response. When false (set to 0), all the organizations identified as a competitor for the subject organization have to be listed in the search response. |
Endpoint
Use the following endpoint for requesting this feature. The {version} is dependent on the underlying service delivering the response.
NOTE: While "organizations" is part of this endpoint, there is no service by this name. Many D&B Direct calls have a similar structure; however, the {version} component is based on the SERVICE to which a given product is associated.
REST (EntityList) |
---|
GET https://direct.dnb.com/V{version}/organizations/{DUNS}/competitors |
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.
{ "FindCompetitorResponse": { "@ServiceVersionNumber": "6.4", "TransactionDetail": { "ApplicationTransactionID": "Id-78ec0558a1200d00ec5603009cbc868a-1", "ServiceTransactionID": "Id-78ec0558a1200d00ec5603009cbc868a-1", "TransactionTimestamp": "2016-10-18T09:33:46" }, "TransactionResult": { "SeverityText": "Information", "ResultID": "CM000", "ResultText": "Success" }, "FindCompetitorResponseDetail": { "Competitor": [ { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Hamilton", "CountryISOAlpha2Code": "BM", "CountryOfficialName": "Bermuda" }, "GlobalUltimateDUNSNumber": "875658093", "ParentDUNSNumber": "875658093", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 1445.131 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Ningbo", "CountryISOAlpha2Code": "CN", "TerritoryAbbreviatedName": "Zhejiang", "CountryOfficialName": "China" }, "GlobalUltimateDUNSNumber": "544623507", "ParentDUNSNumber": "544623507", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 260.45174025 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Shenzhen", "CountryISOAlpha2Code": "CN", "TerritoryAbbreviatedName": "Guangdong", "CountryOfficialName": "China" }, "GlobalUltimateDUNSNumber": "654510015", "ParentDUNSNumber": "654510015", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 48493.574 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Espoo", "CountryISOAlpha2Code": "FI", "CountryOfficialName": "Finland" }, "GlobalUltimateDUNSNumber": "368400438", "ParentDUNSNumber": "368400438", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 15475.746000000001 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Issy Les Moulineaux", "CountryISOAlpha2Code": "FR", "TerritoryAbbreviatedName": "Hauts De Seine", "CountryOfficialName": "France" }, "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 4050.046 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "München", "CountryISOAlpha2Code": "DE", "TerritoryAbbreviatedName": "Bayern", "CountryOfficialName": "Germany" }, "GlobalUltimateDUNSNumber": "316067164", "ParentDUNSNumber": "316067164", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 85037.5548 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Tokyo", "CountryISOAlpha2Code": "JP", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690553649", "ParentDUNSNumber": "690553649", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 3080.396115 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Suwa", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Nagano", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690549639", "ParentDUNSNumber": "690549639", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 9079.638078 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Chiyoda-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690543699", "ParentDUNSNumber": "690543699", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 36131.976678000006 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Chuo-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690549118", "ParentDUNSNumber": "690549118", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 18654.571236 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Minato-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690543517", "ParentDUNSNumber": "690543517", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 63922.953 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Minato-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690553649", "ParentDUNSNumber": "690553649", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 68668.32504 } ], "TopCompetitorIndicator": true }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Kawasaki", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Kanagawa", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690543715", "ParentDUNSNumber": "690543715", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 4193.008008 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Minato-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690573522", "ParentDUNSNumber": "690573522", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 4514.598774 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Minato-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690541685", "ParentDUNSNumber": "690541685", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 24535.051086000003 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Kyoto", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Kyoto", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690557624", "ParentDUNSNumber": "690557624", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 12758.787888 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Chiyoda-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690541503", "ParentDUNSNumber": "690541503", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 81698.86494 } ], "TopCompetitorIndicator": true }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Minato-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690535281", "ParentDUNSNumber": "690535281", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 39727.32918 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Shibuya-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690535810", "ParentDUNSNumber": "690535810", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 2828.255262 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Ota-Ku", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Tokyo", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690549662", "ParentDUNSNumber": "690549662", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 31534.648758 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Osaka", "CountryISOAlpha2Code": "JP", "TerritoryAbbreviatedName": "Osaka", "CountryOfficialName": "Japan" }, "GlobalUltimateDUNSNumber": "690536925", "ParentDUNSNumber": "690536925", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 23287.527648 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Seoul", "CountryISOAlpha2Code": "KR", "TerritoryAbbreviatedName": "Seoul", "CountryOfficialName": "Republic Of Korea" }, "GlobalUltimateDUNSNumber": "687914549", "ParentDUNSNumber": "687914549", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 1099.2103155 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Seoul", "CountryISOAlpha2Code": "KR", "TerritoryAbbreviatedName": "Seoul", "CountryOfficialName": "Republic Of Korea" }, "GlobalUltimateDUNSNumber": "688298116", "ParentDUNSNumber": "688298116", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 53715.2898166 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Suwon-Shi", "CountryISOAlpha2Code": "KR", "CountryOfficialName": "Republic Of Korea" }, "GlobalUltimateDUNSNumber": "687967554", "ParentDUNSNumber": "687967554", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 187606.2069726 } ], "TopCompetitorIndicator": true }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Stockholm", "CountryISOAlpha2Code": "SE", "TerritoryAbbreviatedName": "Stockholm", "CountryOfficialName": "Sweden" }, "GlobalUltimateDUNSNumber": "353948151", "ParentDUNSNumber": "353948151", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 14365.5183 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Muang", "CountryISOAlpha2Code": "TH", "TerritoryAbbreviatedName": "Samut Prakan", "CountryOfficialName": "Thailand" }, "GlobalUltimateDUNSNumber": "659691547", "ParentDUNSNumber": "659691547", "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Eindhoven", "CountryISOAlpha2Code": "NL", "TerritoryAbbreviatedName": "Noord-Brabant", "CountryOfficialName": "Netherlands" }, "GlobalUltimateDUNSNumber": "404553448", "ParentDUNSNumber": "404553448", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 26000.7605 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Livonia", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "MI", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "690541685", "ParentDUNSNumber": "690541685", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 135.7 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Commerce Township", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "MI", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "183280973", "ParentDUNSNumber": "183280973", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 24.2 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Saint Louis", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "MO", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "133184171", "ParentDUNSNumber": "133184171", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 4447.7 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Stamford", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CT", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001661222", "ParentDUNSNumber": "001661222", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 2308.059 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Madison", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "WI", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "006112254", "ParentDUNSNumber": "006112254", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 85.6 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Miramar", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "FL", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "007933328", "ParentDUNSNumber": "001951946", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 60.9 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Santa Clara", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CA", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "047897855", "ParentDUNSNumber": "047897855", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 55870 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Round Rock", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "TX", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "601839660", "ParentDUNSNumber": "079202976", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 56940 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Cupertino", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CA", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "060704780", "ParentDUNSNumber": "060704780", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 233715 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Benton Harbor", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "MI", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001288075", "ParentDUNSNumber": "001288075", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 19872 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Hartford", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CT", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001344142", "ParentDUNSNumber": "001344142", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 65100 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Stamford", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CT", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001161793", "ParentDUNSNumber": "001161793", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 3821.504 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Schaumburg", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "IL", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001325463", "ParentDUNSNumber": "001325463", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 5881 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Armonk", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "NY", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001368083", "ParentDUNSNumber": "001368083", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 81741 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Palo Alto", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CA", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "009122532", "ParentDUNSNumber": "009122532", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 111454 } ], "TopCompetitorIndicator": false }, { "DUNSNumber": "804735132", "OrganizationPrimaryName": { "OrganizationName": { "$": "Gorman Manufacturing Company, Inc." } }, "PrimaryAddress": { "PrimaryTownName": "Fairfield", "CountryISOAlpha2Code": "US", "TerritoryAbbreviatedName": "CT", "CountryOfficialName": "United States" }, "GlobalUltimateDUNSNumber": "001367960", "ParentDUNSNumber": "001367960", "SalesRevenueAmount": [ { "@UnitOfSize": "Million", "$": 148589 } ], "TopCompetitorIndicator": false } ], "InquiryReferenceDetail": { "CustomerReferenceText": [ "findcompetitor" ], "CustomerBillingEndorsementText": "findcompetitor" } } } }
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: CM002, CM004, CM005, CM012, CM017, 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 |
---|---|
Competitor Organization Business Name | Primary Company Name of the competitor PCM XPath: //Competitor/ OrganizationPrimaryName/ OrganizationName |
Competitor Organization Country Code | Country Code of the competitor PCM XPath: //Competitor/ PrimaryAddress/ CountryISOAlpha2Code |
Competitor Organization Country Name | Country Name of the competitor PCM XPath: //Competitor/ PrimaryAddress/ CountryOfficialName |
Competitor Organization D-U-N-S number | DUNS Number of the competitor PCM XPath: //Competitor/ DUNSNumber |
Competitor Organization Global Ultimate DUNS Number | global ultimate Organization DUNS Number of the Competitor PCM XPath: //Competitor/ GlobalUltimateDUNSNumber |
Competitor Organization Parent D-U-N-S Number | parent Organization DUNS Number of the Competitor PCM XPath: //Competitor/ ParentDUNSNumber |
Competitor Organization Sales Revenue | The sales number in millions (USD) for this competitor PCM XPath: //Competitor/ SalesRevenueAmount |
Competitor Organization Territory Abbreviated Name | Territory Name of the Competitor PCM XPath: //Competitor/ PrimaryAddress/ TerritoryAbbreviatedName |
Competitor Organization Town Name | City name of the competitor PCM XPath: //Competitor/ PrimaryAddress/ PrimaryTownName |
Top Competitor Organization Indicator | Indicates if the competitor is a top competitor or not PCM XPath: //Competitor/ TopCompetitorIndicator |
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 competitor, this feature will return the D-U-N-S Number, organization name, city, state, country, sales revenue, parent and global ultimate D-U-N-S Numbers, and the top competitor indicator.