Marketplaces & GC networks
One license check, wired into onboarding and kept fresh.
A contractor marketplace lives or dies on whether its pros are actually licensed. Build the check once as a single API primitive, run it at onboarding, and let a daily refresh plus a monitor catch the ones who lapse later. No manual review queue, no stale badges.
The workflow
- ✓One verify call at signup gates who gets listed
- ✓Confirm DBPR license, workers-comp, and lead-safe in the same flow
- ✓Daily refresh keeps every badge honest
- ✓A monitor flags the pros who drift out of compliance
- ✓Look up by license, or by name plus county for messy intake
- ✓No disciplinary or negative data exposed, by design
The onboarding primitive
curl "https://permitintel.ai/api/v1/verify/license?name=ACME%20ROOFING&county=Lee" \
-H "x-api-key: pmit_your_key"
# response carries is_active and expires_in_days so you can gate listing in one checkRuns on
The Verification API for onboarding, and Monitoring and Webhooks to keep the roster honest. Verification is on every plan; monitoring is Growth and up.
Wire up your first verification check
License verification is on every plan, including the 14-day trial. No card.
Start free trial