Dun & Bradstreet Scraper
3 days trial then $25.00/month - No credit card required now
Dun & Bradstreet Scraper
3 days trial then $25.00/month - No credit card required now
Effortlessly extract valuable company information, financial projections, industry insights, and more from the extensive Dun & Bradstreet commercial database. Dive deep into the D&B Data Cloud, Business Directory, articles, companies, and industries with customized search terms.
You can access the Dun & Bradstreet Scraper programmatically from your own applications by using the Apify API. You can 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 "startUrls": [
3 "https://www.dnb.com/business-directory/industry-analysis.commercial_and_industrial_machinery_and_equipment_rental_and_leasing.html",
4 "https://www.dnb.com/en-us/blog/financial-risk/monthly-us-economic-health-report.html",
5 "https://www.dnb.com/business-directory/company-profiles.alibaba_(china)_technology_co_ltd.e3529c2476c569b9912000545d3314d6.html"
6 ],
7 "maxItems": 50,
8 "extendOutputFunction": "($) => {\\n const result = {};\\n // Uncomment to add a title to the output\\n // result.title = $('\''title'\'').text().trim();\\n\\n return result;\\n}",
9 "proxy": {
10 "useApifyProxy": true
11 }
12}' |
13apify call epctex/dnb-scraper --silent --output-dataset
Dun & Bradstreet Data Insights API through CLI
The Apify CLI is the official tool that allows you to use Dun & Bradstreet 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: