Bulk Property Data API

Get file download links

Get a list of download links for all bulk property data files available for the current month.

Response

<table><tr><th>Field</th><th>Type</th><th>Description</th><th>Example</th></tr> <tr><td>AZ</td><td>string</td><td>Presigned download URL for the Arizona bulk property data CSV (gzip-compressed). The token in the URL is time-limited.</td><td>https://download-links.housecanary.com/dl/<token>/2026_04_21/AZ/AZ_04_data000.csv.gz</td> </tr> <tr><td>CA</td><td>string</td><td>Presigned download URL for the California bulk property data CSV (gzip-compressed). The token in the URL is time-limited.</td><td>https://download-links.housecanary.com/dl/<token>/2026_04_21/CA/CA_06_data000.csv.gz</td> </tr> </table>
get/bulk-property-data/files

Response

Success

AZstring

Presigned download URL for the Arizona bulk property data CSV (gzip-compressed). The token in the URL is time-limited.

CAstring

Presigned download URL for the California bulk property data CSV (gzip-compressed). The token in the URL is time-limited.

Example response

{
  "AZ": "https://download-links.housecanary.com/dl/<token>/2026_04_21/AZ/AZ_04_data000.csv.gz",
  "CA": "https://download-links.housecanary.com/dl/<token>/2026_04_21/CA/CA_06_data000.csv.gz"
}