
BBB Scraper – Business data & emails
Pricing
$4.95 / 1,000 results

BBB Scraper – Business data & emails
Extract 50+ fields, emails, phones, ratings & accreditation from BBB profiles and searches at scale. Export JSON/CSV, schedule runs, proxy rotation & automatic captchas included. Ideal for B2B lead gen, CRM enrichment & supplier checks.
5.0 (2)
Pricing
$4.95 / 1,000 results
6
Total users
68
Monthly users
43
Runs succeeded
>99%
Issues response
1.3 days
Last modified
2 days ago
JSON Results are not for specified location or state
Closed
Despite specifying exact cities (Durham NC, Raleigh NC, and Burlington NC) in the location_list field, the actor returns results from completely unrelated states. I've tested multiple runs using both city names and ZIP codes, but none of the returned businesses are in the requested areas. The actor appears to ignore location parameters entirely. Please verify if location filtering is currently supported or broken.

Hi! Thanks for the contact. Let us analyze, and we will get back to you.
bvt3made
Thanks. I tried the manual scrape with the following results:
Returned 10 results per category, just as planned. The state filter (NC) is working. A few of results are in the exact search city (Durham), which is an improvement, but most are not.
...thought you'd want to know.

Hello! Thanks for your patience and feedback. I notice that the input you entered isn't what the actor expected. An explanation and example of the actor's input can be found in the actor's description:
In your input you have:
{ "country": "United States", "key_words": [ "mobile mechanic" ], "location_list": [ "27701", "27601", "27215" ], "maxItems": 30, "maxRecordsPerLocation": 10, "countries": "USA", "maxRecordsGlobal": 10 }
It should be like this:
{ "countries": "USA", "key_words": [ "mobile mechanic" ], "locations": [ "27701", "27601", "27215" ], "maxRecordsGlobal": 30, "maxRecordsPerLocation": 10 }
Note that there is no "maxItems", "country" must be "countries", and "location_list" must be "locations". Here's an execution with your parameters:
Let me know if this helps you. Greetings.