API features
Real estate license API
features
One REST API from regulator sources to your stack: normalized licensee records, broker verification, affiliation fields where sources provide them, and per-jurisdiction coverage metadata.
Capabilities
Built for real data workflows
Not a consumer portal — a programmatic data layer you integrate through the REST API.
Multi-State Collection
We handle the work of gathering license data across U.S. states and territories so you can focus on your product.
Normalized License Records
Regardless of how a state structures its data, we map it into a consistent schema: name, license number, type, status, expiration, brokerage, and more.
State-by-State Coverage
We track every state individually, noting data availability, refresh frequency, and any limitations.
Frequent Refresh
Nightly, weekly, or monthly source-aligned refresh depending on jurisdiction. Every record carries a last_verified timestamp.
RESTful API Access
A clean, documented API with intuitive endpoints. Search by name, license number, state, status, or brokerage. Pagination, filtering, and batch requests supported.
Search & Verification
Built for workflows that need to verify license status, look up individuals, or check brokerage affiliations. Single lookups and batch operations both supported.
Integration-Ready
Standard JSON responses, API key auth, and webhook support (planned). Designed to plug into CRM systems, compliance platforms, onboarding flows, and data pipelines.
Change Monitoring
Track when license records change — status updates, expirations, brokerage changes. Build alerting and monitoring workflows on top of our data.
Record Metadata
Every record includes collection and verification timestamps. Useful for compliance-sensitive use cases.
Use Cases
How teams use RELD
Different teams, similar problem: they need reliable, structured license data without the manual work.
License Verification
Verify that an agent, real estate broker, or associate broker holds an active license in a given state before onboarding, transacting, referral, title, mortgage, or education workflows.
Compliance Monitoring
Continuously monitor license status for agents in your network. Get alerted when licenses expire, are suspended, or change.
Data Enrichment
Enrich your CRM, lead, or contact data with verified license information. Know who is licensed, where they are active, and which brokerage or supervising broker is on file.
Market Intelligence
Analyze licensee distributions, brokerage sizes, broker concentration, and market dynamics across states using structured, queryable data.
Brokerage Roster QA
Compare internal broker and agent rosters against regulator data to spot expired licenses, missing brokerage affiliations, or records that need staff follow-up.
Schema
Consistent data, every state
Every license record maps to a normalized schema. Here's what a typical record includes.
| Field | Description |
|---|---|
| id | Unique record identifier (UUID) |
| full_name | Licensee's full legal name |
| first_name | First name (individuals) |
| last_name | Last name (individuals) |
| business_name | Business or entity name |
| license_number | State-issued license number |
| license_type | Broker, Salesperson, etc. |
| status | Active, Inactive, Expired, Suspended |
| state | Two-letter state code |
| expiration_date | License expiration date |
| brokerage | Affiliated brokerage name |
| city | City from license record |
| source | Data source identifier |
| last_verified | Timestamp of last verification |
See it in action
Sign up to create your API key, or explore the API preview first.