PE & Architect License Verification - TX & CA
Pricing
from $20.00 / 1,000 results
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
Maintained by CommunityActor 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
| State | Source | Method | Notes |
|---|---|---|---|
| TX | Texas Board of Professional Engineers & Land Surveyors (TBPELS) | Daily roster CSV | Free official daily ZIP roster of ~70k active PEs. Search or bulk. |
| CA | California 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
| Field | Type | Description |
|---|---|---|
state | string | TX or CA. |
mode | string | search or bulk (bulk = TX only). |
searchType | string | licenseNumber or name (search mode). |
board | string | CA only: architect or pe. |
licenseNumber | string | License number for exact lookup. |
lastName / firstName | string | Person name search. |
maxResults | integer | Cap on records returned. |
proxyConfiguration | object | Optional 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;
disciplinaryFlagreflects non-active status. CA flags revoked/suspended/probation explicitly. - Data comes from official government sources and is provided for verification/compliance use.