PE & Architect License Verification - TX & CA avatar

PE & Architect License Verification - TX & CA

Pricing

from $20.00 / 1,000 results

Go to Apify Store
PE & Architect License Verification - TX & CA

PE & Architect License Verification - TX & CA

Verify Professional Engineer (PE) & Architect licenses in Texas (TBPELS) and California (DCA). Search by name or license number, or bulk-pull the full TX PE roster (~70k actives). Returns name, license #, discipline, status, expiration. B2B AEC compliance.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

PE & Architect License Verification (TX & CA)

Apify Actor that verifies Professional Engineer (PE) and Architect licenses from official state licensing authorities. Built for AEC firms, GCs, and compliance teams that must confirm a stamp/seal is valid before sealing drawings or bidding.

Supported sources

StateSourceMethodNotes
TXTexas Board of Professional Engineers & Land Surveyors (TBPELS)Daily roster CSVFree official daily ZIP roster of ~70k active PEs. Search or bulk.
CACalifornia DCA (search.dca.ca.gov)Server-rendered search (headless Chrome)Architects Board + PE/LS/Geologist Board.

Modes

  • search — verify individual licensees by license number or name.
  • bulk — download the entire Texas PE roster (~70,000 active engineers). TX only.

Input

FieldTypeDescription
statestringTX or CA.
modestringsearch or bulk (bulk = TX only).
searchTypestringlicenseNumber or name (search mode).
boardstringCA only: architect or pe.
licenseNumberstringLicense number for exact lookup.
lastName / firstNamestringPerson name search.
maxResultsintegerCap on records returned.
proxyConfigurationobjectOptional Apify proxy.

Example: verify a TX PE by license number

{ "state": "TX", "mode": "search", "searchType": "licenseNumber", "licenseNumber": "93452" }

Example: search CA architects by name

{ "state": "CA", "mode": "search", "searchType": "name", "board": "architect", "lastName": "Smith", "maxResults": 50 }

Example: bulk-pull every active Texas PE

{ "state": "TX", "mode": "bulk", "maxResults": 100000 }

Output (per licensee)

{
"state": "TX",
"source": "TBPELS",
"name": "DOE, JANE A",
"licenseNumber": "93452",
"discipline": "Civil",
"board": "Professional Engineer",
"status": "Active",
"issueDate": "5/12/2010",
"expirationDate": "9/30/2026",
"disciplinaryFlag": false,
"scrapedAt": "2026-06-24T00:00:00.000Z"
}

Key fields: name, licenseNumber, discipline (TX) / board+license type (CA), status, issueDate, expirationDate, disciplinaryFlag, state, scrapedAt.

Notes

  • TBPELS rosters exclude individual mailing addresses/phone/email per Texas SB 510 (2023).
  • The public TBPELS roster does not enumerate disciplinary actions; disciplinaryFlag reflects non-active status. CA flags revoked/suspended/probation explicitly.
  • Data comes from official government sources and is provided for verification/compliance use.