BBB Scraper
Pricing
from $0.01 / 1,000 results
BBB Scraper
Scrape Better Business Bureau (BBB) business profiles, ratings, complaints, reviews, and accreditation data. Get comprehensive trust signals and reputation data for any business.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
66
Total users
19
Monthly active users
5.7 days
Issues response
5 days ago
Last modified
Categories
Share
BBB Business Scraper
Scrape Better Business Bureau profiles, ratings, complaints, reviews, and accreditation data. Get comprehensive business reputation data including BBB ratings, complaint history, customer reviews, and accreditation status.
Quick Start
Test with Demo Mode (free, no API key needed)
{"demoMode": true,"businessUrl": "https://example.com"}
Run with real data
{"demoMode": false,"scrapeType": "business_profile","businessUrl": "https://example.com","accreditedOnly": false,"includeComplaints": true,"includeReviews": true,"maxResults": 50,"webhookPlatform": "custom"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
scrapeType | string | "business_profile" | No | Type of data to scrape |
businessUrl | string | - | No | Direct BBB business profile URL (e.g., https://www.bbb.org/us/ca/los-angeles/profile/...) |
businessName | string | - | No | Business name to search for |
location | string | - | No | City and state (e.g., 'Los Angeles, CA') |
category | string | - | No | Filter by business category |
accreditedOnly | boolean | false | No | Only return BBB accredited businesses |
minRating | string | - | No | Minimum BBB rating (A+, A, A-, B+, B, B-, C+, C, C-, D+, D, D-, F) |
includeComplaints | boolean | true | No | Scrape complaint details (increases run time) |
includeReviews | boolean | true | No | Scrape customer reviews |
maxResults | integer | 50 | No | Maximum number of businesses to scrape |
proxyConfiguration | object | - | No | Proxy settings for the scraper |
demoMode | boolean | true | No | Return sample data without actual scraping (for testing) |
webhookUrl | string | - | No | URL to POST results when scraping completes (Zapier, Make, n8n, custom endpoint) |
webhookPlatform | string | "custom" | No | Platform type for webhook formatting |
webhookHeaders | object | - | No | Custom HTTP headers to send with webhook (JSON object) |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Business Scraped | Each BBB business profile scraped | $0.06 |
Demo mode is free -- no charges for sample data.
Troubleshooting
"API error 429" or "Rate limit"
Too many requests. Wait a minute and try again, or reduce the number of items per run.
No results or empty dataset
Check the run log for error messages. Common causes:
- Invalid input format (check the examples above)
- The target data doesn't exist or is too small to track
How do I test without an API key?
Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.
Built by John Rippy | Actor Arsenal