BBB Data Crawler
3 days trial then $25.00/month - No credit card required now
BBB Data Crawler
3 days trial then $25.00/month - No credit card required now
Scrape data from the Better Business Bureau as known as BBB. Crawl and extract company information, insights, financial projections, social links, accreditations and much more. Scrape the huge BBB Cloud, retrieve charities and businesses in the United States, Canada, and Mexico by their categories.
You can access the BBB Data Crawler 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.bbb.org/us/ny/new-york/category/home-improvement",
4 "https://www.bbb.org/us/ny/new-york/categories",
5 "https://www.bbb.org/us/ny/new-york/profile/home-builders/jf-hughes-builders-inc-0121-87134180",
6 "https://www.bbb.org/search?find_country=USA&find_entity=66005-000&find_id=1099_2800-400-1100&find_latlng=40.762801%2C-73.977818&find_loc=New%20York%2C%20NY&find_text=Clean%20Up%20Services&find_type=Category&page=1&sort=Relevance"
7 ],
8 "maxItems": 50,
9 "endPage": 1,
10 "extendOutputFunction": "($) => { return {} }",
11 "proxy": {
12 "useApifyProxy": true
13 }
14}' |
15apify call epctex/bbb-scraper --silent --output-dataset
BBB Scraper API through CLI
The Apify CLI is the official tool that allows you to use BBB Data Crawler locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: