D&B DUNS Lookup & Company Intelligence avatar

D&B DUNS Lookup & Company Intelligence

Pricing

from $0.01 / 1,000 results

Go to Apify Store
D&B DUNS Lookup & Company Intelligence

D&B DUNS Lookup & Company Intelligence

Access the D&B Direct+ API for comprehensive business data. Search companies, lookup DUNS numbers, get firmographics, credit scores, risk ratings, beneficial ownership, and more. Essential for B2B sales intelligence, credit decisions, supplier risk management, and KYC/AML compliance.

Pricing

from $0.01 / 1,000 results

Rating

5.0

(1)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

45

Total users

2

Monthly active users

6 days ago

Last modified

Share

Dun & Bradstreet API - DUNS Lookup & Company Intelligence

Access D&B Direct+ API for company search, DUNS number lookup, firmographics, credit scores, risk ratings, beneficial ownership, corporate linkage, and business verification. Essential for B2B sales, credit decisions, supplier risk, and KYC compliance.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.


Quick Start

Run with real data

{
"task": "search_company",
"username": "YOUR_API_KEY_HERE",
"password": "YOUR_API_KEY_HERE",
"countryCode": "US",
"productCode": "DCP_STD",
"matchType": "Advanced",
"confidenceLowerLimit": 6,
"maxCandidates": 10
}

Input Parameters

ParameterTypeDefaultRequiredDescription
taskstring"search_company"Yes*What do you want to do? Start with 'search_company' or 'match_company' to find a DUNS number, then use that DUNS number with the other tasks.
dunsNumberstring-No9-digit D-U-N-S number (e.g., 001234567). Required for all tasks except search_company and match_company. Don't know it? Use search_company or match_company first.
companyNamestring-NoThe business name to search for. Required for search_company and match_company tasks.
countryCodestring"US"NoISO 2-letter country code (e.g., US, GB, DE)
statestring-NoState or province name/code
citystring-NoCity name
postalCodestring-NoZIP or postal code
streetAddressstring-NoStreet address for matching
telephoneNumberstring-NoCompany phone number
registrationNumberstring-NoBusiness registration number (EIN, company number, etc.)
naicsCodestring-NoIndustry classification code
sicCodestring-NoStandard Industrial Classification code
productCodestring"DCP_STD"NoD&B data tier. Only applies to get_company_profile task. STD = basic info, ENH = more detail, PREM = everything. Which ones you can use depends on your D&B subscription.
matchTypestring"Advanced"NoMatching algorithm type
confidenceLowerLimitinteger6NoMinimum confidence score for matches (1-10)
maxCandidatesinteger10NoMaximum number of match candidates to return
dunsNumbersstring-NoComma-separated list of DUNS numbers for batch operations
webhookUrlstring-NoURL to send results to (Zapier, Make, n8n, etc.)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
API RequestEach D&B API request processed$0.05

Troubleshooting

"API key is required"

  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?


Built by John Rippy | Actor Arsenal

Running without credentials

If you run this actor without API credentials, it does not fail. It returns clearly labeled sample data instead. Sample items include demo: true and a _notice field, and sample runs charge no task events. Provide your own credentials in the input to receive live data. You can also set demoMode to true to preview the sample output explicitly.