ConsoleCatalog
Sign in
DNB logo

DNB

dnb.comBusiness Servicesno auth

Business directory - company profiles, financials, rankings, and industry taxonomy.

Company Profile Details

ASYNCREADNo auth

Returns a company's overview, financials, contacts, metadata, and competitors by profile URL.

ParametersFormJSON

Full D&B company profile URL or path used as the companyprofile API path query parameter

Language code for localized profile content (e.g. en)

ISO country code for the profile market (e.g. us)

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_dnb_com_company_profile_detail",
    "params": {
      "company_profile_path": "https://www.dnb.com//business-directory/company-profiles.walmart_inc.1a605a12cf2ff03a2a86273f0c4bd6e6",
      "language": "en",
      "country_code": "us"
    }
  }'