Better Business Bureau avatar
Better Business Bureau

Pricing

$1.00 / 1,000 results

Go to Store
Better Business Bureau

Better Business Bureau

Developed by

Benjamin

Benjamin

Maintained by Community

This bot allows you to scrape general information from the following website: https://www.bbb.org/ The site allows you to enter certain business categories or keywords (at least one is required), location (optional but recommended), and country (USA or Canada) (at least one is required).

0.0 (0)

Pricing

$1.00 / 1,000 results

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

a day ago

https://www.bbb.org/

Intro

This bot allows you to scrape general information from the following website: https://www.bbb.org/
The site allows you to enter certain business categories or keywords (at least one is required), location (optional but recommended), and country (USA or Canada) (at least one is required).
Therefore, we can enter these parameters and obtain the largest possible number of results from that website.
Another parameter is whether or not to scrape the business email. With this parameter enabled; it takes longer to complete the execution.
As records are obtained, they will be displayed in the "Output" tab.
If more results are required, the input parameters will need to be refined or readjusted.
You can also limit the number of items to be scraped by specifying the maximum number needed.

Input

Example: {
"countries": "USA",
"scrapeEmails": false,
"maxRecords": 10000,
"max_workers": 3,
"zipcodes": [
"Washington Bridge, NY",
"01002"
],
"key_words": [
"Roofing Contractors"
]
}

Output

Example:
{
"id": "0221_90191219_144771",
"businessName": "CRT Contracting & Coatings, Inc.",
"address": "",
"city": "Ridgefield",
"state": "NJ",
"postalcode": "07657-2004",
"tobText": "Commercial Contractors",
"rating": "A+",
"bbbMember": true,
"reportUrl": "/us/nj/ridgefield/profile/commercial-contractors/crt-contracting-coatings-inc-0221-90191219",
"phone": "(201) 598-4426",
"location": "40.829304,-73.99317",
"businessId": "90191219",
"ratingScore": 100.0,
"score": 84.18709,
"logoUri": "",
"tobId": "85310-000",
"bbbId": "0221",
"bbbName": "BBB Serving New Jersey",
"requestAQuoteUrl": "/new-jersey/quote/request-crt-contracting-coatings-inc-90191219",
"requestAQuoteUrlId": 0,
"localReportUrl": "",
"leaveReviewUrl": "/us/nj/ridgefield/profile/commercial-contractors/crt-contracting-coatings-inc-0221-90191219/customer-reviews",
"raqEnabled": true,
"outOfBusinessStatus": "",
"categories": "Commercial Contractors, Roofing Contractors, Building Contractors, Commercial Roofing",
"serviceAreasSummary": "NJ",
"url_item": "https://www.bbb.org/us/nj/ridgefield/profile/commercial-contractors/crt-contracting-coatings-inc-0221-90191219"
}