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.
| Endpoint | Answers | Per call |
|---|---|---|
/v1/property | Owner, values and tax status in one call | $0.15 |
/v1/parcel | Owner of record, legal, appraisal values | $0.05 |
/v1/tax | Delinquency flag and how it was determined | $0.10 |
/v1/hoa | Which association governs the address, who manages it, recorded CC and R file numbers | $0.75 |
/v1/hoa/search | Search 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.
| Endpoint | Answers | Per call |
|---|---|---|
/v1/verify | Name or number across every covered board | $0.50 |
/v1/license | One license number, exact match | $0.10 |
/v1/licensee | Name, inside one state | $0.15 |
/v1/coverage | Rosters covered and live record counts | free |
curl -H "Authorization: Bearer YOUR_KEY" \ "https://license.ccbaydata.com/v1/verify?name=Jane%20Doe"
What is covered
- Texas: real estate brokers and sales agents, real estate inspectors, occupational and trade licenses, insurance agents and adjusters
- Connecticut: every board in the state credential register
- Colorado: every board in the state professional and occupational register
Six official rosters, about 6.5 million records. Live counts are at /v1/coverage, free and without a key.
Three rules the answers follow
- Status is never inferred. Two of the six rosters publish no status column. Those answers say so and return the expiration date, rather than reading a future date as proof of good standing.
- The agency's own refresh date travels with the record. These are published extracts on each agency's schedule, not a live socket into a licensing system, and you are told which day the data is from.
- No match is an answer. A search that finds nothing returns the boards it searched, so not found in these rosters is never dressed up as not licensed.
Getting a key
| Plan | Calls a month | Price |
|---|---|---|
| Trial | 100 | free, one month |
| Starter | 2,000 | $99 |
| Pro | 10,000 | $399 |
| Scale | 60,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.