Houski provides a comprehensive API for easy access to extensive real estate data, including properties, neighborhoods, and market trends, ideal for integration and analysis in your digital products.
If you just want a massive chunk of data in CSV or some other format, and don't want to use the API, we can help with that too. Please contact us with what you're looking for, and we'll go from there.
Continuing on from here we will assume you want to use the Houski API to retrieve on-demand data for a website, software application or similar.
Here is an example House API request for every house with 3 bedrooms in Calgary
We are returning the number of bedrooms, the number of dens, and the estimated listing price for each property - though there are hundreds of fields and other information that can be returned for every property.
curl -X GET "https://api.houski.ca/properties?api_key=YOUR_API_KEY&bedroom_eq=3&city=calgary&country_abbreviation=ca&property_type_eq=House&province_abbreviation=ab&results_per_page=3&select=bedroom,den,estimate_list_price"
const houski_data = async (): Promise<PropertiesResponse> => { // You must copy the PropertiesResponse type declarations from the // Houski API documentation to strongly type the response const url = new URL('https://api.houski.ca/properties'); url.searchParams.set('api_key', 'YOUR_API_KEY'); url.searchParams.set('bedroom_eq', '3'); url.searchParams.set('city', 'calgary'); url.searchParams.set('country_abbreviation', 'ca'); url.searchParams.set('property_type_eq', 'House'); url.searchParams.set('province_abbreviation', 'ab'); url.searchParams.set('results_per_page', '3'); url.searchParams.set('select', 'bedroom,den,estimate_list_price'); const response = await fetch(url); const data = await response.json(); return data; } (async () => { let data: PropertiesResponse = await houski_data(); // Log the response console.log(data); })();
{ "cache_hit": false, "cost_cents": 1.5, "data": [ { "address": "309 Tarington Close NE", "bedroom": 3, "den": 0, "estimate_list_price": 596069, "property_id": "61caf4b07f06fcf6" }, { "address": "82 Cramond Circle SE", "bedroom": 3, "den": 1, "estimate_list_price": 585470, "property_id": "13e1a7f1a9285f91" }, { "address": "4632 20 Avenue NW", "bedroom": 3, "den": 0, "estimate_list_price": 737439, "property_id": "a864cb979d86a032" } ], "error": "", "pagination": { "current_page": 1, "has_next_page": true, "has_previous_page": false, "page_total": 86530 }, "price_quote": false, "result_total": 259589, "time_ms": 82, "ui_info": { "city": "Calgary", "city_id": "6ec95b53075d062c", "city_link": "ca/ab/calgary", "city_slug": "calgary", "country": "Canada", "country_abbreviation": "CA", "country_abbreviation_id": "9ace2b6431b7f1be", "country_abbreviation_link": "ca", "country_slug": "canada", "province": "Alberta", "province_abbreviation": "AB", "province_abbreviation_id": "aae1f05a0f89d2c7", "province_abbreviation_link": "ca/ab", "province_slug": "alberta" } }
There are lots of things you can ask the Houski API for, such as for the features of a property, price predictions, etc. All of the potential information that can be returned is on the fields page of the API documentation.
You may have also noticed that the API response includes cost_cents. Houski has a minimum $99 monthly access fee, but you only pay for the data you actually want.
If you want a power user that requires a predictable billing cycle, we are happy to negotiate a fixed monthly fee for your API access. Please contact us.
Houski is self-serve, without the need for a sales call or demo (though if you'd like a demo of the API we're happy to give you one). You can sign up and start using the API in minutes. We have a generous 30 day free trial, and from there, billing is based on usage, so you only pay for what you use. If you are a power user and want a predictable billing cyle, you can contact us to set up a fixed monthly fee for your API access.
Houski's API powers all of the following:
We offer Houski API support via Slack. Please, join our Slack channel!
Access to the Houski API is granted upon signing up for our service. In your user dashboard, you can create and view your API key that allows you to make API requests.
Yes, we can provide data in CSV format or other formats upon request. Please contact us with your requirements.
The 30-day free trial allows you to use the Houski API with full access to its features without any cost. You will not be charged during this period, and no credit card is required. It's a great way to explore the capabilities of our API to see if it fits your needs.
Nothing. You will NOT be automatically subscribed or charged. You have to click the subscribe button to start a subscription, which will then allow you to continue using the Houski API.
Please view the pricing page for detailed information. The Houski API has a minimum $99 monthly access fee, but you only pay for the data you actually want. If you are a power user that requires a predictable billing cycle, we are happy to negotiate a fixed monthly fee for your API access. Please contact us to discuss your needs.
You click the cancel button on the user dashboard API page.
We have very few restrictions on the way the data you paid for can be used, copied or transfered. Please see our Terms of Service for more detailed information.
Utilizing Houski's API has significantly streamlined our property valuation process. The depth and accuracy of data available, from neighborhood trends to detailed property specifics, has empowered our analytics team to provide faster and more reliable assessments. A game-changer for our business, and at a way lower cost than our previous solution.
Emily N.
As a startup in the proptech space, access to comprehensive real estate data is crucial. Houski's API not only provided us with an extensive dataset but also saved us countless hours of data collection and cleaning. Their support was incredibly helpful, making integration smooth and straightforward.
Alex S.
Houski's real-time market trends and property data have been invaluable for our investment strategy. Their API is robust, reliable, and easy to use, providing us with insights that have led to smarter, data-driven investment decisions. Highly recommend Houski's unique database to any real estate investors.
George L.
Join forward-thinking businesses and developers who are using Houski's API to access the most comprehensive and accurate real estate data available in Canada. Get started with a free trial today!
Our dedicated team is here to provide more information, answer your questions, and demonstrate the impact our data can have on your operations.