Scrape business listings from BBB.org (Better Business Bureau) including company details, ratings, contact information, and accreditation status. Perfect for market research and lead generation.
Extract detailed business information from the Better Business Bureau (BBB.org) website. This actor helps you gather comprehensive data about businesses, their ratings, and accreditation status across different locations and categories in the United States.
The actor accepts the following input parameters:
searchUrls
: Array of BBB search URLs to scrapemaxItems
: Maximum number of results to collectmaxItems
parameter to control the amount of data collectedA full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.bbb.org/search?find_country=USA&find_entity=50544-000&find_id=4847_19000&find_latlng=40.762801%2C-73.977818&find_loc=New+York%2C+NY&find_text=Restaurants&find_type=Category&page=1&touched=10" 4 ], 5 "maxItems": 30 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.bbb.org/search?find_country=USA&find_entity=50544-000&find_id=4847_19000&find_latlng=40.762801%2C-73.977818&find_loc=New+York%2C+NY&find_text=Restaurants&find_type=Category&page=1&touched=10", 4 "listing": { 5 "name": "Cityspree, Inc.", 6 "category": "Restaurants", 7 "rating": "BBB Rating: NR", 8 "phone": "(850) 359-9121", 9 "address": "1350 6th Avenue, New York, NY 10019", 10 "profileUrl": "https://www.bbb.org/us/ny/new-york/profile/restaurants/cityspree-inc-0121-60114", 11 "isAccredited": false 12 }, 13 "scrapedAt": "2025-01-20T07:25:42.022Z" 14 }, 15 ... 16]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!