US Real Estate

免费增值
通过 Data Scraper | 已更新 6 дней назад | Data
人气

9.8 / 10

延迟

1,538ms

服务等级

100%

Health Check

100%

返回所有讨论

Investment calculation

Rapid account: Siddiquikhawar
siddiquikhawar
2 года назад

I want to show return on investment (RIO) for all the “for-sale” properties based on search criteria.

The “for-sale” end point does not have following information that is needed to calculate return on investment (ROI).

  1. Tax amount
  2. HOA Fee

For the information above, I have to call “property-detail” end point for each property individually.

So to display ROI for 100 for-sale properties, I have to make 101 API calls (one call to “for-sale” to get the list of 100 properties and then 100 calls to “property-detail” to get tax and hoa-fee for each property).

Note that my main view has to show ROI information, so I don’t have an option of showing just the basic property info on main view and then click on the property to get the details.

What I am wondering is if it’s possible to add “Tax amount” and “HOA Fee” for each property returned by the “for-sale” end point, so I don’t have to make hundreds of calls to “property-detail” end point?

Rapid account: Datascraper
datascraper Commented 2 года назад

Hi,

Endpoints with list returns cannot display all detailed information.
You do have to get detailed information from the property-detail endpoint.

Thanks

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论