
Dun & Bradstreet Business Directory Scraper
2 hours trial then $15.00/month - No credit card required now

Dun & Bradstreet Business Directory Scraper
2 hours trial then $15.00/month - No credit card required now
Extract company information such as name, sales revenue, address, and URL from the DNB directory. Get an overview of the number of companies that can be scraped.
Actor Metrics
10 monthly users
No reviews yet
5 bookmarks
>99% runs succeeded
Created in Jul 2023
Modified 2 months ago
You can access the Dun & Bradstreet Business Directory Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "listingUrls": [
3 {
4 "url": "https://www.dnb.com/business-directory/company-information.manufacturing.eg.html"
5 }
6 ],
7 "maxPagesPerListing": 1,
8 "overviewCountryName": "",
9 "proxy": {
10 "useApifyProxy": true,
11 "apifyProxyCountry": "CA",
12 "apifyProxyGroups": [
13 "RESIDENTIAL"
14 ]
15 }
16}' |
17apify call mscraper/dun-bradstreet-business-directory-scraper --silent --output-dataset
Dun & Bradstreet Business Directory Scraper API through CLI
The Apify CLI is the official tool that allows you to use Dun & Bradstreet Business Directory Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: