Zillow Property Data Pipe

Back in the old days, before Tadabase, we built a Zillow integration for our database that would fetch all of the data related to a property and display it in the database. The only downside was that the information was fetched and then stored statically in the app, therefore it did not refresh when values changed.

Unless I’m missing something, a Tadabase pipe should be able to pull in Zillow information via the Zillow API and display it dynamically in Tadabase without the need to store it in the TB app, correct?

Yes, you are 100% correct. When adding it to a data source it will be in real-time.

However, you’d need to be careful since most APIs will throttle you. So if you load 100 records in a table and each record must be fetched, it can exceed the APIs limit.