For Contractor Platforms

Automate licence verification for your marketplace

Build trust and safety into your platform. Verify contractors at onboarding and monitor continuously for compliance.

1.1M+ licences
Fast response
8 states covered

The Problem

Manual Document Review

Your team spends hours reviewing uploaded licence documents. It doesn't scale and it's error-prone.

Licences Expire Without Notice

A contractor verified last year might not be licensed today. Without monitoring, you won't know until something goes wrong.

Trust & Safety Risk

When an unlicensed contractor causes damage, your platform's reputation is on the line.

Who Needs This

Platforms that connect contractors with work

Contractor Marketplaces

Platforms like hipages, ServiceSeeking, and Airtasker that connect homeowners with tradies need to verify contractor credentials.

  • Verify during contractor signup
  • Display verified badges
  • Continuous monitoring

Compliance Platforms

Platforms like Cm3 and ComplyFlow that manage contractor compliance for enterprise clients.

  • Bulk verification API
  • Webhook notifications
  • Audit trail for clients

The Solution

API integration for onboarding + ongoing monitoring

// Verify during contractor signup
const response = await fetch(
  'https://api.workclear.com.au/verify?licence_number=' + licenceNumber,
  { headers: { 'x-api-key': process.env.WORKCLEAR_API_KEY } }
);

const data = await response.json();

if (data.status === 'active') {
  // License is valid - allow signup, show verified badge
  await createContractorProfile({
    ...formData,
    licenseVerified: true,
    licenseClasses: data.licence_classes,
    verifiedAt: new Date(),
  });
} else {
  // License not found or inactive - flag for review
  await flagForManualReview(formData);
}

Onboarding Verification

  • Instant verification during signup
  • Verify licence class matches claimed trade
  • Auto-reject fake or expired licences

Ongoing Monitoring

  • Regular re-verification of all contractors
  • Webhook alerts when status changes
  • Auto-suspend profiles for expired licences

Benefits for Platforms

Reduce Manual Review

Stop reviewing uploaded documents. Verify against the source of truth in milliseconds.

Continuous Compliance

Never have an unlicensed contractor on your platform. Catch expirations before they matter.

Build User Trust

Verified badges increase customer confidence and booking rates.

Enterprise Ready

Need high-volume API access, custom SLAs, or dedicated support? We work with platforms of all sizes.

Contact for Enterprise Pricing

Start verifying licences today

Free account — unlimited web lookups. No credit card required.

No credit cardSetup in 2 minutesCancel anytime