# Broker ARELLO / State Real Estate License

**Use case:** 

Scrape Broker arello / state real estate license with contact details and key fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract arello / state real estate license for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "states": [
    "CA"
  ],
  "lastName": "",
  "licenseType": "broker",
  "licenseStatus": "",
  "maxItems": 200
}
```

## Output

```json
{
  "full_name": {
    "label": "Full Name",
    "format": "string"
  },
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_type": {
    "label": "License Type",
    "format": "string"
  },
  "license_state": {
    "label": "License State",
    "format": "string"
  },
  "license_status": {
    "label": "License Status",
    "format": "string"
  },
  "license_expiration_date": {
    "label": "License Expiration Date",
    "format": "string"
  },
  "brokerage_name": {
    "label": "Brokerage Name",
    "format": "string"
  },
  "business_city": {
    "label": "Business City",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ARELLO / State Real Estate License Scraper](https://apify.com/jungle_synthesizer/arello-state-real-estate-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/arello-state-real-estate-license-scraper) to learn more, explore other use cases, and run it yourself.