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.

FG

Searching for a Company

Closed

funny_guy_1 opened this issue
2 months ago

What URL should I use when I want to search for a company, ideally by company name, city, and state, and I want to pull back the company details such as Fiscal Year End? I'm writing about Run ID: OhMvJaE3lpIFT8bX2. In this example I'm searching for a company called Stonhard, but the run didn't finish. Also, can I search by company name, city, and state, and not just the company name?

epctex avatar

epctex (epctex)

2 months ago

Hey there,

Thank you very much for reaching out and letting us know about your inquiry. To fix your run, you have to remove the startUrls field completely and use Residential proxy. An example input can be found below:

1{
2    "maxItems": 5,
3    "mode": "COMPANIES",
4    "country": "us",
5    "search": "Stonhard",
6    "proxy": {
7      "useApifyProxy": true,
8      "apifyProxyGroups": ["RESIDENTIAL"]
9    }
10  }

Regarding the search, the actor only supports the company name search, and it retrieves all the companies that matches with the term. You can limit your results by maxItems or endPage. However, search and find the company with multiple filters is not possible at the current moment.

Best

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 10 hours ago