Technical Documentation
Reonomy offers multiple pathways for enterprise customers to use our commercial real estate data. Our data solutions fall into one of two main categories:
Reonomy data solutions are available to enterprise customers only. For information about becoming a Reonomy enterprise data customer, email us at sales@reonomy.com.
For customers requiring delivery of bulk property data (typically tens of thousands or millions of records), our bulk data feed solutions allow for fully customized, scheduled delivery of property data as CSV or NDJSON files. Our data pipeline publishes the most recent property data once a week, so you can schedule deliveries to align with our typical data publishing schedule, or a cadence that fits your needs.
For bulk deliveries, we can deliver the full dataset each time, or only records that have changed since the last run.
When configuring a bulk data feed, the key steps are:
For more information about data delivery using bulk data feeds, see About bulk data feeds.
For live integration with Reonomy property data, our API offers fast access to our property search engine and data delivery engine.
Our HTTP API accepts JSON and form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and methods. The POST /search/summaries
endpoint provides access to our search engine using the same search criteria available on the Reonomy web app. The GET /properties/{id}
endpoint lets you retrieve data for specific individual properties, while POST /properties/bulk
provides realtime access to data for up to 250 properties at a time.
For more information about synchronous data delivery using our API, see About the API