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

1

Total users

9

Monthly users

9

Runs succeeded

>99%

Last modified

21 hours 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": "0117_71047_187739",
"businessId": "71047",
"tobId": "10050-000",
"bbbId": "0117",
"businessName": "Possamai Construction & Aggregates",
"tobText": "Excavating Contractors",
"bbbName": "Better Business Bureau of Greater Ottawa",
"rating": "A+",
"ratingScore": 100,
"score": 73.77873,
"accreditationStatus": "",
"bbbMember": true,
"charitySeal": false,
"isCharity": 0,
"accreditedCharity": true,
"logoUri": "https://m.bbb.org/prod/ProfileImages/2025/7ce76d86-265b-4af1-a2b6-352a3f288451.png",
"Type of Entity": "Corporation",
"Business Started": "24/7/1974",
"Business Started Locally": "24/7/1974",
"Business Incorporated": "22/5/2002",
"phone": "(705) 759-4491",
"email": "possamai@soonet.ca",
"Principal Contacts": "Ryan Possamai, Vice President",
"Customer Contacts": "Ryan Possamai, Vice President",
"Social Media": "https://www.instagram.com/ryanpossamai/",
"Web Site": "https://www.possamaiconstruction.com",
"address": "1183 Old Goulais Bay Road ",
"city": "Sault Sainte Marie",
"state": "ON",
"postalcode": "P6C 0A7",
"location": "46.591309,-84.343330",
"distance": "125.5 km",
"categories": "Excavating Contractors, Construction, Demolition Contractors, Snow Removal Services",
"serviceAreaDescription": "",
"hasServiceArea": true,
"serviceArea": "Sault Ste. Marie, ON and surrounding areas",
"serviceAreasSummary": "Algoma County, ON, Greater Sudbury County, ON, Sudbury County, ON",
"reportUrl": "/ca/on/sault-sainte-marie/profile/excavating-contractors/possamai-construction-aggregates-0117-71047",
"localReportUrl": "",
"leaveReviewUrl": "/ca/on/sault-sainte-marie/profile/excavating-contractors/possamai-construction-aggregates-0117-71047/customer-reviews",
"requestAQuoteUrl": "/ottawa/quote/request-possamai-construction-aggregates-71047",
"businessLoginUrl": "/ottawa/login",
"url_register": "https://www.bbb.org/ca/on/sault-sainte-marie/profile/excavating-contractors/possamai-construction-aggregates-0117-71047",
"requestAQuoteUrlId": 739,
"Local BBB Url": "https://www.bbb.org/local-bbb/bbb-of-greater-ottawa",
"BBB File Opened": "30/9/2019",
"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": "string",
"Customer Contacts": "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"
}