Features
Everything you need to work
with license data
From official source research to API-ready normalized records — one platform covers the full pipeline.
Capabilities
Built for real data workflows
Not just a lookup tool — a full data layer for real estate license information.
Official Source Research
Every state's real estate regulatory body is researched individually. We identify the official channels for license data — commission databases, department portals, and public record systems.
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, access method, refresh frequency, and any limitations. Full transparency — no surprises.
Nightly Updates
Where data sources support automated collection, we refresh records on a nightly basis. Each record includes a last_verified timestamp so you know exactly how fresh it is.
RESTful API Access
A clean, documented API with intuitive endpoints. Search by name, license number, state, status, or brokerage. Pagination, filtering, and bulk queries 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.
Source Provenance
Every record includes metadata about where it came from, when it was collected, and when it was last verified. Full audit trail 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 or broker holds an active license in a given state before onboarding, transacting, or referral.
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's licensed, where, and under what brokerage.
Market Intelligence
Analyze licensee distributions, brokerage sizes, and market dynamics across states using structured, queryable data.
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 | Official regulatory body name |
| last_verified | Timestamp of last verification |