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.
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?
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