Better Business Bureau avatar
Better Business Bureau

Under maintenance

Pricing

$1.00 / 1,000 results

Go to Store
Better Business Bureau

Better Business Bureau

Under maintenance

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

1

Total users

11

Monthly users

11

Runs succeeded

>99%

Last modified

10 days 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.
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": "CAN",
"maxRecords": 1000,
"locations": [
"Algoma Mills, ON"
],
"key_words": [
"Construction Services"
]
}

Output

Example:
{
"id": "0875_8001182_160373",
"businessId": "8001182",
"tobId": "10126-000",
"bbbId": "0875",
"businessName": "Farmer Roofing Systems, Inc",
"tobText": "Roofing Contractors",
"bbbName": "BBB serving North Central Texas",
"rating": "A+",
"ratingScore": 100,
"score": 6475.959,
"accreditationStatus": "",
"bbbMember": false,
"charitySeal": false,
"isCharity": 0,
"accreditedCharity": true,
"logoUri": "",
"Type of Entity": "Corporation",
"Business Started": "1/1/1980",
"Business Started Locally": "7/16/1992",
"Business Incorporated": "10/15/1993",
"phone": "(972) 233-7663, (877) 219-3221, (817) 251-9157, (940) 387-1434, (940) 612-2500, (575) 763-5373, (940) 383-3518",
"email": "hal@farmerroofing.com",
"Principal Contacts": [
{
"name": "Mr. Hal D. Farmer",
"role": "Owner"
}
],
"Customer Contacts": [
{
"name": "Mr. Hal D. Farmer",
"role": "Owner"
}
],
"Social Media": "https://www.facebook.com/pages/Farmer-Roofing-Systems/190313107686517, https://twitter.com/FarmerRoofing, https://www.pinterest.com/farmerroofing/",
"Web Site": "https://www.farmerroofing.com",
"address": "",
"city": "Austin",
"state": "TX",
"postalcode": "78734-2904",
"location": "30.300000,-97.760000",
"distance": "2.2 mi",
"categories": "Roofing Contractors",
"serviceAreaDescription": "",
"hasServiceArea": false,
"serviceArea": "",
"serviceAreasSummary": "",
"reportUrl": "/us/tx/corinth/profile/roofing-contractors/farmer-roofing-systems-inc-0875-8001182",
"localReportUrl": "/us/tx/austin/profile/roofing-contractors/farmer-roofing-systems-inc-0875-8001182/addressId/160373",
"leaveReviewUrl": "/us/tx/corinth/profile/roofing-contractors/farmer-roofing-systems-inc-0875-8001182/customer-reviews",
"requestAQuoteUrl": "",
"businessLoginUrl": "/north-central-texas/login",
"url_register": "https://www.bbb.org/us/tx/corinth/profile/roofing-contractors/farmer-roofing-systems-inc-0875-8001182",
"requestAQuoteUrlId": 0,
"Local BBB Url": "https://www.bbb.org/local-bbb/bbb-serving-north-central-texas",
"BBB File Opened": "5/20/1992",
"raqEnabled": true,
"outOfBusinessStatus": ""
}
Data type:
{
"id": "string",
"businessId": "string",
"tobId": "string",
"bbbId": "string",
"businessName": "string",
"tobText": "string",
"bbbName": "string",
"rating": "string",
"ratingScore": "integer",
"score": "float",
"accreditationStatus": "string",
"bbbMember": "boolean",
"charitySeal": "boolean",
"isCharity": "integer",
"accreditedCharity": "boolean",
"logoUri": "string",
"Type of Entity": "string",
"Business Started": "string (date format dd/mm/yyyy)",
"Business Started Locally": "string (date format dd/mm/yyyy)",
"Business Incorporated": "string (date format dd/mm/yyyy)",
"phone": "string",
"email": "string",
"Principal Contacts": [{"name": string, "role": string}],
"Customer Contacts": [{"name": string, "role": string}],
"Social Media": "string (URL)",
"Web Site": "string (URL)",
"address": "string",
"city": "string",
"state": "string",
"postalcode": "string",
"location": "string (latitude,longitude)",
"distance": "string",
"categories": "string (comma-separated list)",
"serviceAreaDescription": "string",
"hasServiceArea": "boolean",
"serviceArea": "string",
"serviceAreasSummary": "string",
"reportUrl": "string",
"localReportUrl": "string",
"leaveReviewUrl": "string",
"requestAQuoteUrl": "string",
"businessLoginUrl": "string",
"url_register": "string",
"requestAQuoteUrlId": "integer",
"Local BBB Url": "string (URL)",
"BBB File Opened": "string (date format dd/mm/yyyy)",
"raqEnabled": "boolean",
"outOfBusinessStatus": "string"
}