# Active PE Licenses in California & Texas — State Boards

**Use case:** 

Export active Professional Engineer license records from California DCA and Texas TBPE: license number, discipline, expiration date, firm name, and city.

## Input

```json
{
  "sp_intended_usage": "Build verified active PE license database for AEC staffing and credential verification",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "profession": "PE",
  "states": [
    "CA",
    "TX"
  ],
  "lastName": "",
  "licenseStatus": "active",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "profession": {
    "label": "Profession",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "license_number": {
    "label": "License Number",
    "format": "string"
  },
  "license_state": {
    "label": "License State",
    "format": "string"
  },
  "discipline": {
    "label": "Discipline",
    "format": "string"
  },
  "license_status": {
    "label": "License Status",
    "format": "string"
  },
  "license_expiration_date": {
    "label": "License Expiration Date",
    "format": "string"
  },
  "firm_name": {
    "label": "Firm Name",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [State PE / RA License Scraper - Engineers and Architects](https://apify.com/jungle_synthesizer/ncees-ncarb-state-pe-ra-license-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/ncees-ncarb-state-pe-ra-license-scraper) to learn more, explore other use cases, and run it yourself.