How to verify CSLB Contractor License automatically in Bubble.io?

Hi everyone :waving_hand:,

I’m working on a project in Bubble.io where contractors need to verify their CSLB (California State License Board) license number.

I found the official CSLB license lookup page here:
:link: Check A License - CSLB

I’d like to automatically verify a license number that a user enters — for example, when they sign up or update their profile — instead of making them manually check the CSLB site.

Has anyone implemented CSLB verification before?
I’m wondering:

  • Is there an API or public data endpoint available for CSLB verification?

  • If not, is there a workaround (e.g., using an API connector with a scraping or data parsing tool)?

  • What would be the best practice for integrating this check securely in Bubble?

Any guidance, plugins, or examples would be greatly appreciated :folded_hands:

Thanks in advance!

Workaround is possible with a headless browser making a request and retrieving the value.