Tax Sales: 2010 - Current
The County holds an annual Tax Sale in May or June of each year. Tax lien certificates for properties with delinquent taxes, water and sewer bills or other liens will be auctioned to the highest bidder. On or about March 1, the County will send a delinquent notice to all property owners with delinquent bills and advertise the delinquent properties in the Howard County Times / Columbia Flier for at least four weeks prior to the sale.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"opendata-howardcountymd-gov/tax-sales-2010-current-etp2-fnbu\".\"tax_sales_2010_current\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.