Dun & Bradstreet Scraper avatar

Dun & Bradstreet Scraper

Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Dun & Bradstreet Scraper

Dun & Bradstreet Scraper

epctex/dnb-scraper
Try for free

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/perspectives/analytics/us-business-economic-trends.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:

Developer
Maintained by Community
Actor metrics
  • 34 monthly users
  • 11 stars
  • 91.4% runs succeeded
  • 9.4 hours response time
  • Created in Mar 2021
  • Modified about 7 hours ago