D&B DUNS Lookup & Company Intelligence
Pricing
from $0.01 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
45
Total users
2
Monthly active users
6 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
task | string | "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. |
dunsNumber | string | - | No | 9-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. |
companyName | string | - | No | The business name to search for. Required for search_company and match_company tasks. |
countryCode | string | "US" | No | ISO 2-letter country code (e.g., US, GB, DE) |
state | string | - | No | State or province name/code |
city | string | - | No | City name |
postalCode | string | - | No | ZIP or postal code |
streetAddress | string | - | No | Street address for matching |
telephoneNumber | string | - | No | Company phone number |
registrationNumber | string | - | No | Business registration number (EIN, company number, etc.) |
naicsCode | string | - | No | Industry classification code |
sicCode | string | - | No | Standard Industrial Classification code |
productCode | string | "DCP_STD" | No | D&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. |
matchType | string | "Advanced" | No | Matching algorithm type |
confidenceLowerLimit | integer | 6 | No | Minimum confidence score for matches (1-10) |
maxCandidates | integer | 10 | No | Maximum number of match candidates to return |
dunsNumbers | string | - | No | Comma-separated list of DUNS numbers for batch operations |
webhookUrl | string | - | No | URL to send results to (Zapier, Make, n8n, etc.) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| API Request | Each 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.