# Top solar panel contractors in Austin Texas

**Use case:** 

Scrape solar panel installers and contractors in Austin TX from BuildZoom. Perfect for comparing solar installation companies.

## Input

```json
{
  "city": "Austin, TX",
  "trade": "solar-contractors",
  "constructionType": "residential",
  "avgProjectValue": "",
  "sortBy": "score",
  "maxPages": 10,
  "maxResults": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "contractorName": {
    "label": "Contractor",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "bzScore": {
    "label": "BZ Score",
    "format": "number"
  },
  "totalProjects": {
    "label": "Projects",
    "format": "number"
  },
  "priceRange": {
    "label": "Price Range",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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