# BuildZoom Contractor & Permit — Full Export

**Use case:** 

Scrape the full buildzoom contractor & permit dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract buildzoom contractor & permit for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200
}
```

## Output

```json
{
  "contractorName": {
    "label": "Contractorname",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "bzScore": {
    "label": "Bzscore",
    "format": "number"
  },
  "totalPermitsLifetime": {
    "label": "Totalpermitslifetime",
    "format": "number"
  },
  "totalPermitValueLifetime": {
    "label": "Totalpermitvaluelifetime",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profileurl",
    "format": "string"
  }
}
```

## About this Actor

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