# BBB Los Angeles Home Improvement Leads

**Use case:** 

Export BBB home improvement businesses in Los Angeles with ratings, accreditation, phones, categories, addresses, and profile URLs.

## Input

```json
{
  "search": "Home Improvement",
  "location": "Los Angeles, CA",
  "distance": 25,
  "startUrls": [],
  "maxResults": 100,
  "maxPages": 10,
  "maxRequestRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "string"
  },
  "primaryCategory": {
    "label": "Primary category",
    "format": "string"
  },
  "bbbRating": {
    "label": "BBB rating",
    "format": "string"
  },
  "isBbbAccredited": {
    "label": "Accredited",
    "format": "boolean"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "profileUrl": {
    "label": "BBB profile",
    "format": "string"
  },
  "bbbOffice": {
    "label": "BBB office",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "object"
  }
}
```

## About this Actor

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