BBB Scraper – Business data & emails avatar
BBB Scraper – Business data & emails

Pricing

$4.95 / 1,000 results

Go to Store
BBB Scraper – Business data & emails

BBB Scraper – Business data & emails

Developed by

AUTOScraping

AUTOScraping

Maintained by Community

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

BV

JSON Results are not for specified location or state

Closed

bvt3made opened this issue
12 days ago

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.

AUTOScraping avatar

Hi! Thanks for the contact. Let us analyze, and we will get back to you.

BV

bvt3made

12 days ago

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.

AUTOScraping avatar

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:

https://api.apify.com/v2/datasets/D3kGhDf3rlulgoI92/items?clean=true&format=html&limit=1000&view=overview

Let me know if this helps you. Greetings.