CountyTaxDatabase
For NHD providers

The Mello-Roos data straight from the clerks who issue it.

California Tax Data sells data at $25–35 per report. We undercut by ~95% — and our data is fresher because it comes directly from the municipality, the moment the clerk uploads. One API call per parcel. Authoritative.

California Tax Data
$25–35
per parcel report
CountyTaxDatabase
$0.50–1.00
per API request
Your margin gain
~95%
cost reduction on the line item

Same data quality, sourced one step closer to the originating municipality.

What this looks like for you

Real volumes, real line items

Three illustrative NHD providers at different scales. Numbers are rounded list-price comparisons.

Small NHD shop
200 reports/month
CTD list price
$5,000–7,000/mo
With us
$200/mo
Saves ~$60–80k/yr
Mid-market NHD
800 reports/month
CTD list price
$20,000–28,000/mo
With us
$400/mo
Saves ~$240–330k/yr
National NHD provider
5,000 reports/month
CTD list price
$125,000–175,000/mo
With us
$2,500/mo
Saves ~$1.5–2M/yr

Illustrative pricing comparisons. Actual costs depend on the provider's contract with California Tax Data and report mix.

Pricing

Per-request metered. Billed monthly via Stripe.

No subscriptions. No seat fees. No setup.

Starter
$1.00per request
Example: 200 reports/mo → $200/mo
  • Under 1,000 requests/month
  • Email support
  • Full API access
  • Net 30 invoicing
Most popular
Growth
$0.50per request
Example: 800 reports/mo → $400/mo
  • 1,000 – 10,000 requests/month
  • Shared Slack support channel
  • Volume discount applied automatically
  • Net 30 invoicing
Volume
Customcontact us
Example: 5,000+ reports/mo → from $2,500/mo
  • Over 10,000 requests/month
  • Dedicated support engineer
  • Custom SLA & uptime guarantee
  • Annual contract option
The API

Single endpoint. JSON in, JSON out.

Request
curl https://countytaxdatabase.com/api/v1/lookup \
  -G \
  -d apn=098-070-70 \
  -d fips=06059 \
  -H "Authorization: Bearer ctd_live_<your_key>"
Response
{
  "apn": "098-070-70",
  "fips": "06059",
  "assessments": [
    {
      "district_name": "CFD 2007-1 IA1",
      "district_type": "cfd",
      "sponsoring_agency": "City of Garden Grove",
      "annual_amount": 1842.00,
      "tax_year": 2025,
      "bond_payoff_year": 2042,
      "source_org": "City of Garden Grove",
      "source_org_slug": "city-of-garden-grove"
    }
  ],
  "total_amount": 1842.00,
  "queried_at": "2026-05-21T17:30:00Z",
  "request_id": "..."
}

Each request is billed at response time. Empty results (no matching districts) are still billed — you're paying for the lookup, not the data.

Ready to swap out California Tax Data?

Email Scott. We'll issue you an API key, set up Stripe billing, and you can start replacing CTD's line item in your stack today.

info@nhddata.com