Skip to main content
200 - Successful Response
{
  "success": true,
  "records": [
    {
      "address": "123 Main St",
      "annual_revenue": 2500000,
      "base_url": "example.com",
      "city": "Springfield",
      "company_name": "Acme Inc",
      "contact_name": "Jane Smith",
      "contact_title": "President",
      "country": "United States",
      "dnb_link": "dnb.com/business-directory/company-profiles.acme_inc.html",
      "duns_number": "123456789",
      "encrypted_duns": "encrypted-id",
      "industries": [
        "Manufacturing"
      ],
      "industry": "Manufacturing",
      "record_id": "abc123",
      "state": "IL",
      "website_url": "example.com",
      "zip_code": "62701"
    }
  ],
  "total_records": 1
}
FieldDescriptionTypeExample
addressCompany street addressstring123 Main St
annual_revenueAnnual revenue reported for the companyint2500000
base_urlNormalized company website domainstringexample.com
cityCompany geographic citystringSpringfield
company_nameCompany business namestringAcme Inc
contact_nameName of the contact or principal on the D&B recordstringJane Smith
contact_titleTitle of the contact or principal on the D&B recordstringPresident
countryCompany geographic countrystringUnited States
dnb_linkDirect link to the company profile in the Dun & Bradstreet business directorystringdnb.com/business-directory/company-profiles.acme_inc.html
duns_numberThe company’s D-U-N-S number, a unique nine-digit identifier assigned by Dun & Bradstreetstring123456789
encrypted_dunsEncrypted D-U-N-S identifier; can also be supplied as a search parameter on /dnbstringencrypted-id
industriesAll industry classifications for the companylist["Manufacturing"]
industryPrimary industry classification of the companystringManufacturing
record_idUnique identifier of the D&B recordstringabc123
stateTwo-letter abbreviation for company state or provincestringIL
website_urlCompany website URLstringexample.com
zip_codeCompany geographic postal codestring62701