post https://api.realestateapi.com/v2/PropertyDetailBulk
For retrieving of up to 1000 properties at once. Can be used standalone, but it's designed to work together with the Property Search API. Use this API for quickly exporting lists, or bulk search requests for analytics. Pass in addresses, or a list of ID's returned from the Property Search API.
When running the Property Search API, you can retrieve a count of how many properties fit a certain criteria or by specifying count to be 'false', you can receive a list of those properties. On those property objects, you will find a property with the name "id". The input to this endpoint is an array of at least length 1 (max 1000) of these ids returned from our Property Search API.