# BBB Roofing Contractors Data in Houston, TX

**Use case:** 

Retrieve detailed BBB profiles of roofing contractors in Houston. Get ratings, reviews, and business information quickly.

## Input

```json
{
  "keyword": "roofing contractor",
  "location": "Houston, TX",
  "country": "USA",
  "sort": "Relevance",
  "accreditedOnly": false,
  "scrapeDetails": false,
  "maxResults": 60,
  "maxPages": 3,
  "searchUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "requestDelay": 3000,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "bbbId": {
    "label": "BBB ID",
    "format": "text"
  },
  "bbbRating": {
    "label": "BBB Rating",
    "format": "text"
  },
  "isAccredited": {
    "label": "Accredited",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "searchKeyword": {
    "label": "Matched Search",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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