Find Competitors
Product | D&B Direct 2.0, D&B Direct Onboard |
Product Code(s) | Not Applicable |
Option(s) | None |
Monitoring Available | No |
Interface | SOAP |
WSDL | download |
Format(s) | XML |
Service | EntityList |
Operation | FindCompetitor |
{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
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ent="http://services.dnb.com/EntityListServiceV2.0"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-11"> <wsse:Username>MyUserName</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">MyPassword</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ent:FindCompetitorRequest> <FindCompetitorRequestDetail> <InquiryDetail> <DUNSNumber>804735132</DUNSNumber> </InquiryDetail> </FindCompetitorRequestDetail> </ent:FindCompetitorRequest> </soapenv:Body> </soapenv:Envelope>
Name | Characteristics |
---|---|
FindCompetitorRequest | Aggregate |
FindCompetitorRequest. FindCompetitorRequestDetail | Aggregate, Required Records the search criteria provided by the Customer/User to find the list of business competitors for the subject organization. |
FindCompetitorRequest. FindCompetitorRequestDetail. InquiryDetail | Aggregate, Required Records data that allows the customer to specify identifying information about the subject being inquired, e.g., the DUNS Number. |
FindCompetitorRequest. FindCompetitorRequestDetail. InquiryDetail. DUNSNumber | 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). |
END: FindCompetitorRequest. FindCompetitorRequestDetail. InquiryDetail | /Aggregate |
FindCompetitorRequest. FindCompetitorRequestDetail. FindCompetitorSpecification | Aggregate, Optional Records the parameters for refining the search result. |
FindCompetitorRequest. FindCompetitorRequestDetail. FindCompetitorSpecification. 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. |
END: FindCompetitorRequest. FindCompetitorRequestDetail. FindCompetitorSpecification | /Aggregate |
END: FindCompetitorRequest. FindCompetitorRequestDetail | /Aggregate |
END: FindCompetitorRequest | /Aggregate |
Endpoint
Use the following endpoint with the downloadable WSDL to request this feature.
SOAP (EntityList) |
---|
https://direct.dnb.com/EntityList/V{version} |
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
Specification
The following is a list of the possible data fields returned by this operation in the XML 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.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"> <ns3:FindCompetitorResponse ServiceVersionNumber="6.4" xmlns:ns2="http://services.dnb.com/TransactionFaultV2.0" xmlns:ns3="http://services.dnb.com/EntityListServiceV2.0" xmlns:ser="http://services.dnb.com/ServiceHeaderV2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <TransactionDetail> <ApplicationTransactionID>Id-78ec0558a1200d00ec5603009cbc868a-1</ApplicationTransactionID> <ServiceTransactionID>Id-78ec0558a1200d00ec5603009cbc868a-1</ServiceTransactionID> <TransactionTimestamp>2016-10-18T09:33:46</TransactionTimestamp> </TransactionDetail> <TransactionResult> <SeverityText>Information</SeverityText> <ResultID>CM000</ResultID> <ResultText>Success</ResultText> </TransactionResult> <FindCompetitorResponseDetail> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Hamilton</PrimaryTownName> <CountryISOAlpha2Code>BM</CountryISOAlpha2Code> <CountryOfficialName>Bermuda</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>875658093</GlobalUltimateDUNSNumber> <ParentDUNSNumber>875658093</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">1445.131</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Ningbo</PrimaryTownName> <CountryISOAlpha2Code>CN</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Zhejiang</TerritoryAbbreviatedName> <CountryOfficialName>China</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>544623507</GlobalUltimateDUNSNumber> <ParentDUNSNumber>544623507</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">260.45174025</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Shenzhen</PrimaryTownName> <CountryISOAlpha2Code>CN</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Guangdong</TerritoryAbbreviatedName> <CountryOfficialName>China</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>654510015</GlobalUltimateDUNSNumber> <ParentDUNSNumber>654510015</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">48493.574</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Espoo</PrimaryTownName> <CountryISOAlpha2Code>FI</CountryISOAlpha2Code> <CountryOfficialName>Finland</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>368400438</GlobalUltimateDUNSNumber> <ParentDUNSNumber>368400438</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">15475.746000000001</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Issy Les Moulineaux</PrimaryTownName> <CountryISOAlpha2Code>FR</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Hauts De Seine</TerritoryAbbreviatedName> <CountryOfficialName>France</CountryOfficialName> </PrimaryAddress> <SalesRevenueAmount UnitOfSize="Million">4050.046</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>München</PrimaryTownName> <CountryISOAlpha2Code>DE</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Bayern</TerritoryAbbreviatedName> <CountryOfficialName>Germany</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>316067164</GlobalUltimateDUNSNumber> <ParentDUNSNumber>316067164</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">85037.5548</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Tokyo</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690553649</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690553649</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">3080.396115</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Suwa</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Nagano</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690549639</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690549639</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">9079.638078</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Chiyoda-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690543699</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690543699</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">36131.976678000006</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Chuo-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690549118</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690549118</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">18654.571236</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Minato-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690543517</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690543517</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">63922.953</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Minato-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690553649</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690553649</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">68668.32504</SalesRevenueAmount> <TopCompetitorIndicator>true</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Kawasaki</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Kanagawa</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690543715</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690543715</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">4193.008008</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Minato-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690573522</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690573522</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">4514.598774</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Minato-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690541685</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690541685</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">24535.051086000003</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Kyoto</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Kyoto</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690557624</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690557624</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">12758.787888</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Chiyoda-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690541503</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690541503</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">81698.86494</SalesRevenueAmount> <TopCompetitorIndicator>true</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Minato-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690535281</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690535281</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">39727.32918</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Shibuya-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690535810</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690535810</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">2828.255262</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Ota-Ku</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Tokyo</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690549662</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690549662</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">31534.648758</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Osaka</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Osaka</TerritoryAbbreviatedName> <CountryOfficialName>Japan</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690536925</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690536925</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">23287.527648</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Seoul</PrimaryTownName> <CountryISOAlpha2Code>KR</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Seoul</TerritoryAbbreviatedName> <CountryOfficialName>Republic Of Korea</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>687914549</GlobalUltimateDUNSNumber> <ParentDUNSNumber>687914549</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">1099.2103155</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Seoul</PrimaryTownName> <CountryISOAlpha2Code>KR</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Seoul</TerritoryAbbreviatedName> <CountryOfficialName>Republic Of Korea</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>688298116</GlobalUltimateDUNSNumber> <ParentDUNSNumber>688298116</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">53715.2898166</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Suwon-Shi</PrimaryTownName> <CountryISOAlpha2Code>KR</CountryISOAlpha2Code> <CountryOfficialName>Republic Of Korea</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>687967554</GlobalUltimateDUNSNumber> <ParentDUNSNumber>687967554</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">187606.2069726</SalesRevenueAmount> <TopCompetitorIndicator>true</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Stockholm</PrimaryTownName> <CountryISOAlpha2Code>SE</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Stockholm</TerritoryAbbreviatedName> <CountryOfficialName>Sweden</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>353948151</GlobalUltimateDUNSNumber> <ParentDUNSNumber>353948151</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">14365.5183</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Muang</PrimaryTownName> <CountryISOAlpha2Code>TH</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Samut Prakan</TerritoryAbbreviatedName> <CountryOfficialName>Thailand</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>659691547</GlobalUltimateDUNSNumber> <ParentDUNSNumber>659691547</ParentDUNSNumber> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Eindhoven</PrimaryTownName> <CountryISOAlpha2Code>NL</CountryISOAlpha2Code> <TerritoryAbbreviatedName>Noord-Brabant</TerritoryAbbreviatedName> <CountryOfficialName>Netherlands</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>404553448</GlobalUltimateDUNSNumber> <ParentDUNSNumber>404553448</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">26000.7605</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Livonia</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>MI</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>690541685</GlobalUltimateDUNSNumber> <ParentDUNSNumber>690541685</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">135.7</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Commerce Township</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>MI</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>183280973</GlobalUltimateDUNSNumber> <ParentDUNSNumber>183280973</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">24.2</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Saint Louis</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>MO</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>133184171</GlobalUltimateDUNSNumber> <ParentDUNSNumber>133184171</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">4447.7</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Stamford</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CT</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001661222</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001661222</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">2308.059</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Madison</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>WI</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>006112254</GlobalUltimateDUNSNumber> <ParentDUNSNumber>006112254</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">85.6</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Miramar</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>FL</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>007933328</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001951946</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">60.9</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Santa Clara</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>047897855</GlobalUltimateDUNSNumber> <ParentDUNSNumber>047897855</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">55870.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Round Rock</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>TX</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>601839660</GlobalUltimateDUNSNumber> <ParentDUNSNumber>079202976</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">56940.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Cupertino</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>060704780</GlobalUltimateDUNSNumber> <ParentDUNSNumber>060704780</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">233715.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Benton Harbor</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>MI</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001288075</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001288075</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">19872.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Hartford</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CT</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001344142</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001344142</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">65100.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Stamford</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CT</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001161793</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001161793</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">3821.504</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Schaumburg</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>IL</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001325463</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001325463</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">5881.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Armonk</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>NY</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001368083</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001368083</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">81741.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Palo Alto</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CA</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>009122532</GlobalUltimateDUNSNumber> <ParentDUNSNumber>009122532</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">111454.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <Competitor> <DUNSNumber>804735132</DUNSNumber> <OrganizationPrimaryName> <OrganizationName>Gorman Manufacturing Company, Inc.</OrganizationName> </OrganizationPrimaryName> <PrimaryAddress> <PrimaryTownName>Fairfield</PrimaryTownName> <CountryISOAlpha2Code>US</CountryISOAlpha2Code> <TerritoryAbbreviatedName>CT</TerritoryAbbreviatedName> <CountryOfficialName>United States</CountryOfficialName> </PrimaryAddress> <GlobalUltimateDUNSNumber>001367960</GlobalUltimateDUNSNumber> <ParentDUNSNumber>001367960</ParentDUNSNumber> <SalesRevenueAmount UnitOfSize="Million">148589.0</SalesRevenueAmount> <TopCompetitorIndicator>false</TopCompetitorIndicator> </Competitor> <InquiryReferenceDetail> <CustomerReferenceText>findcompetitor</CustomerReferenceText> <CustomerBillingEndorsementText>findcompetitor</CustomerBillingEndorsementText> </InquiryReferenceDetail> </FindCompetitorResponseDetail> </ns3:FindCompetitorResponse> </soap-env:Body> </soapenv:Envelope>
NOTE: There may be additional request and/or response elements specified in the WSDL that are not applicable for D&B Direct customers. Data elements that are not listed on this page are currently unused by this operation.
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.