# Charlotte plumbers: BBB ratings and complaints

**Use case:** 

Find plumbers in Charlotte, NC with BBB rating, accreditation, complaint counts and contact details. Good for vetting leads and local research.

## Input

```json
{
  "searchTerm": "plumbers",
  "location": "Charlotte, NC",
  "businessUrls": [],
  "accreditedOnly": false,
  "hasComplaints": false,
  "maxResults": 20
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "bbbRating": {
    "label": "BBB rating",
    "format": "string"
  },
  "isAccredited": {
    "label": "BBB Accredited",
    "format": "boolean"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "number"
  },
  "avgRating": {
    "label": "Average review rating",
    "format": "number"
  },
  "complaintsTotal": {
    "label": "Complaints total",
    "format": "number"
  },
  "ownerName": {
    "label": "Owner / principal",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "profileUrl": {
    "label": "BBB profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BBB Scraper 🏢 (ratings, complaints, contacts)](https://apify.com/tagadanar/bbb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/bbb-scraper) to learn more, explore other use cases, and run it yourself.