# BBB Toronto Contractor Directory Canada Scraper

**Use case:** 

Build a Toronto contractor list from the BBB directory with ratings and accreditation status. Franchise and partner managers vet referrals fast.

## Input

```json
{
  "keywords": [
    "Roofing Contractor",
    "General Contractor"
  ],
  "location": "Toronto, ON",
  "country": "CAN",
  "max_results": 10
}
```

## Output

```json
{
  "businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "url": {
    "label": "BBB URL",
    "format": "link"
  },
  "search_keyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "extraction_date": {
    "label": "Extraction Date",
    "format": "date"
  },
  "extraction_datetime": {
    "label": "Extraction Datetime",
    "format": "date"
  },
  "rating": {
    "label": "BBB Rating",
    "format": "text"
  },
  "ratingScore": {
    "label": "Rating Score",
    "format": "number"
  },
  "bbbMember": {
    "label": "BBB Member",
    "format": "boolean"
  },
  "accreditationStatus": {
    "label": "Accreditation",
    "format": "text"
  },
  "tobText": {
    "label": "Type of Business",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalcode": {
    "label": "ZIP Code",
    "format": "text"
  },
  "reportUrl": {
    "label": "BBB Profile",
    "format": "link"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "serviceAreasSummary": {
    "label": "Service Areas",
    "format": "array"
  },
  "outOfBusinessStatus": {
    "label": "Out of Business",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BBB Business Listings Scraper — Search by Keywords & Location](https://apify.com/datacach/bbb-search-listing-by-keywords) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datacach/bbb-search-listing-by-keywords) to learn more, explore other use cases, and run it yourself.