DNB Companies Scraper
14 days trial then $30.00/month - No credit card required now
DNB Companies Scraper
14 days trial then $30.00/month - No credit card required now
Filtering and extracting data about companies from https://www.dnb.com. Easily filtering results by different criteria such as revenue minimum, number of employees minimum, located in different countries, etc.
You can access the DNB Companies 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 "searchTerm": "Apple",
3 "proxyConfiguration": {
4 "useApifyProxy": true,
5 "apifyProxyGroups": [
6 "RESIDENTIAL"
7 ],
8 "apifyProxyCountry": "US"
9 }
10}' |
11apify call dtrungtin/dnb-companies-scraper --silent --output-dataset
DNB Companies Scraper API through CLI
The Apify CLI is the official tool that allows you to use DNB Companies 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: