Northeast Dataworks · Real Estate License Database

Nationwide real estate license lookup,
plus an API when you need it.

Search live U.S. broker, salesperson, and brokerage records in the dashboard. When you are ready to automate verification, onboarding, or compliance workflows, create an API key and use the same normalized data programmatically.

// 51 live jurisdictions · 4.75M licensee records · source-aligned refresh

No credit card · 25 free lookups every month · create an API key only when you need one

Interactive coverage map

See where records are live today

Fewer records
More
Roadmap

Loading coverage map...

Why it matters

Public does not mean easy to use.

Real estate licenses are technically public records, but operationally fragmented. Every regulator publishes differently — different formats, different status vocabularies, different update schedules, different definitions of the same field.

Most teams do not want to spend engineering time sourcing every jurisdiction, reconciling column names, tracking source URL changes, and rebuilding pipelines every time a regulator updates its site.

We do that work upstream. You get a single normalized REST API with a clear path from each official source to a stable response shape.

Source reality
  • 50 jurisdictions, 50 license export formats
  • Status codes that do not agree across regulators
  • Lookup portals built for one license at a time
  • Brokerage affiliations buried in PDFs and FOIA replies
  • CSVs that arrive in three encodings on the same day
  • Source URLs that change without notice
What we deliver
  • One normalized JSON schema across every live jurisdiction
  • Consistent status, license_type, expiration_date fields
  • Batch verify — up to 100 licenses per request, mixed states
  • Affiliation and supervisor relationships where the source carries them
  • Source-aligned refresh with a last_verified timestamp on every record
  • Stable REST API. We absorb upstream changes.
reld · normalized license data v1
Use RELD two ways

Search in the app, or integrate the API.

Some teams need a staff-facing lookup screen. Others need structured data inside their own product. RELD supports both paths with the same source-backed license records.

  • Broker verification

    Check whether a broker, associate broker, salesperson, or real estate business record appears active before onboarding, routing referrals, or approving access to a workflow.

  • Brokerage roster checks

    Sync your CRM or spreadsheet, then verify every agent's state and license number in batches of up to 100 — Texas, California, Florida, and other live jurisdictions in a single API call.

  • Supervising-broker relationships

    Use affiliation, supervisor, and affiliate endpoints in jurisdictions where RELD has relationship data to understand which supervising broker or brokerage is connected to a licensee.

Pain points

Common pain points we designed for

The recurring problems teams bring to us when they evaluate RELD for production workflows.

Compliance operations

Training staff on 50 different state lookup sites

Teams need one search surface with consistent fields, not dozens of portal UIs with different status vocabularies.

Proptech product teams

Onboarding flows that break when a state portal changes

Products need a stable integration layer that absorbs upstream churn instead of inheriting it.

Brokerage risk teams

Hours lost every week to one-at-a-time license checks

Roster reviews should be a batch verify call, not an afternoon of manual portal lookups.

Why RELD

Stop manually checking state portals.

Real estate license verification shouldn’t require visiting 50+ different websites with 50 different interfaces. We normalize it into one source for app search, API workflows, and the teams that need both.

Comprehensive License Data

Real estate license records covering multiple U.S. states and territories, normalized and searchable.

Normalized Schema

Every state's data is mapped to a common structure. One integration handles all jurisdictions.

Dashboard + API Access

Search in the dashboard immediately, then create an API key when you are ready to automate.

Compliance-Ready

Designed for license verification, compliance checks, and audit workflows out of the box.

Source-Aligned Refresh

13 jurisdictions refresh nightly, 30 weekly, and 8 follow monthly source files. Every record carries a last_verified timestamp, and the Coverage page shows the cadence for each jurisdiction.

Growing Coverage

51 live jurisdictions (49 states plus 2 territories) with about 4.75M licensee records, including about 2.47M active records. More states shipping regularly.

How It Works

From state sources to your stack

We handle the collection and normalization so you can focus on building.

01

We gather the data

We collect real estate license records across U.S. states and territories so you don't have to.

02

We normalize everything

Every state's data gets mapped into a consistent, well-documented schema. One format, every jurisdiction.

03

You start free and search in the dashboard

Create an account, verify your email, and try live license lookups in the app — no credit card. Free accounts include 25 lookups every month; create an API key only when you are ready to integrate.

For developers

Clean API, structured data.

Query by state, name, license number, or status. Get back normalized JSON with consistent field names across every jurisdiction. One integration covers every live state and territory.

  • RESTful JSON API
  • Search by name, license number, state, or status
  • Timestamps and metadata on every record
  • Batch roster verify — up to 100 licenses per request, mixed states

Free tier included · paid plans start at $99/month. View pricing →

Example API Response
GET /api/v1/licensees?state=CA&name=smith&status=active
Authorization: Bearer your_api_key

{
  "data": [
    {
      "id": "a1b2c3d4-5678-4ef0-9abc-def012345678",
      "full_name": "Jane Smith",
      "license_number": "02104591",
      "license_type": "Salesperson",
      "status": "Active",
      "state": "CA",
      "expiration_date": "2027-03-15",
      "brokerage": "Pacific Realty Group",
      "last_verified": "2026-07-13T04:00:00Z",
      "first_name": "Jane",
      "last_name": "Smith",
      "business_name": null,
      "city": "Los Angeles"
    }
  ],
  "meta": {
    "total": 47,
    "page": 1,
    "per_page": 25
  }
}

Comparison

Why not just use state lookup portals?

You could check each state's website one at a time. Here's why teams choose a unified data layer instead.

State Portals RELD
Data format Different per state Normalized JSON
Access method Manual web lookup REST API
Multi-state roster verify Check each state portal separately One POST, up to 100 licenses, mixed states
Automation Not supported Built-in
Data freshness Current at the source, but manual — no timestamps or export Source-aligned refresh with last_verified on every record
Common questions

What teams ask before they integrate.

Short answers on coverage, sources, refresh cadence, real-time verification, and how to get an API key. Long-form details live on the Coverage and API docs pages.

Which states and territories are live today?

51 jurisdictions are live today (49 states plus 2 territories) — about 4.75M licensee records combined, including about 2.47M active records. The Coverage page lists every live jurisdiction with its record counts and refresh cadence, and the roadmap covers the remaining 1 U.S. state. Because of how the Hawaii and Georgia state regulators license their data, Georgia monthly-update coverage and Hawaii are available at an additional fee for now. Contact us for add-on pricing.

Where does the data come from?

From U.S. state and territory regulatory records. We collect, normalize, and keep it current so you can access it through a single API.

How fresh is the data?

13 jurisdictions refresh nightly, 30 weekly, and 8 follow monthly source files that we check weekly for newly published data. The Coverage page shows the exact cadence for each jurisdiction. Every record carries a last_verified timestamp and the GET /api/v1/coverage endpoint reports each source's most recent ingest time.

How do I get an API key?

Start free through the dashboard — create an account, verify your email, and search live license data in the app. When you are ready to use curl, Postman, or your own product, open the API keys tab and create a key. No credit card required, and free accounts include 25 lookups every month. Pick a plan when you need more volume, support, or procurement-friendly terms.

Can I verify a specific license in real time?

Yes for live states and territories. Verify one license with GET /api/v1/licensees/verify, or POST up to 100 { state, license_number } pairs in a single batch request — mixed states allowed. Each result includes a verified flag and the full licensee record on a hit. Data reflects our most recent source-aligned refresh.

Is this a replacement for checking state portals?

For most operational workflows, yes — you can search one dashboard or query one normalized API instead of training staff on dozens of state websites. For regulatory filings or legal attestation, you should still reference the regulator directly.

Ready to simplify license data?

Start free — search in the dashboard with no credit card and 25 lookups every month. Create an API key when you are ready to integrate.