CCBAY Data

Public record lookups, answered by API, for the people who do them by hand.

Two products, both built from official sources, both answering one question per call. They exist because the work they replace is currently a person with six government websites open.

Property records, Harris County, Texas

Owner of record, legal description, appraisal district values, tax delinquency, and which homeowners association governs an address. Read live from the county and the state register on every request.

EndpointAnswersPer call
/v1/propertyOwner, values and tax status in one call$0.15
/v1/parcelOwner of record, legal, appraisal values$0.05
/v1/taxDelinquency flag and how it was determined$0.10
/v1/hoaWhich association governs the address, who manages it, recorded CC and R file numbers$0.75
/v1/hoa/searchSearch Texas associations by name, city, county or zip$0.10
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://api.ccbaydata.com/v1/property?address=7902%20HOPEWELL"

The association lookup is the one with no substitute. The large property data vendors are built on assessor, recorder and deed records, and none of that carries which association covers a subdivision, who manages it, or what the certificate says. It comes from the statutory management certificates the state indexes, which is why it can answer for associations that sit on no document platform at all.

License verification, three states

One name or number in, every covered roster searched, one answer out: credential, status, expiration, and any disciplinary action the agency publishes.

EndpointAnswersPer call
/v1/verifyName or number across every covered board$0.50
/v1/licenseOne license number, exact match$0.10
/v1/licenseeName, inside one state$0.15
/v1/coverageRosters covered and live record countsfree
curl -H "Authorization: Bearer YOUR_KEY" \
  "https://license.ccbaydata.com/v1/verify?name=Jane%20Doe"

What is covered

Six official rosters, about 6.5 million records. Live counts are at /v1/coverage, free and without a key.

Three rules the answers follow

Getting a key

PlanCalls a monthPrice
Trial100free, one month
Starter2,000$99
Pro10,000$399
Scale60,000$1,499

Send the key as Authorization: Bearer ... or X-API-Key: ... on every request. Included calls are a monthly cap, not a meter that keeps running: at the cap the API says so instead of billing you for the overage.

Email [email protected] for a trial key. Automated buyers can also pay per call with no account at all; every endpoint above quotes its own price when called without a key.

Terms that matter before you integrate

This is not a consumer report. Nothing here may be used, in whole or in part, as a factor in establishing anyone's eligibility for employment, credit, insurance, housing or tenancy, or for any other purpose under 15 U.S.C. 1681b. It may not be used to build a list of individuals or to target marketing at occupants.

Every record is compiled from government sources and is returned with the source and the retrieval time attached. Appraisal district values are the district's opinion of value, not an appraisal. Tax status is what the tax office served at that moment, not a payoff quote or a lien search.