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
Actor stats
0
Bookmarked
25
Total users
1
Monthly active users
4 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.
Where to get your key: Your D&B Direct API username. You get this from Dun & Bradstreet when you sign up for a D&B Direct API subscription. NOT needed for Demo Mode.
You can test with Demo Mode first (free, no key needed) to see the output format before committing.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true}
Run with real data
{"demoMode": false,"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. |
username | string | - | Yes* | Your D&B Direct API username. You get this from Dun & Bradstreet when you sign up for a D&B Direct API subscription. NOT needed for Demo Mode. |
password | string | - | Yes* | Your D&B Direct API password. Same as above — from your D&B subscription. NOT needed for Demo Mode. |
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.) |
demoMode | boolean | true | No | ON = returns fake sample data for testing (FREE, no credentials needed). OFF = calls the real D&B API and returns real company data (requires D&B username + password). IMPORTANT: If you want REAL data, you MUST turn this OFF. |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| API Request | Each D&B API request processed | $0.05 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API key is required"
You have Demo Mode turned off but didn't provide an API key. Either:
- Turn Demo Mode on to test with sample data
- 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?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal