Individuals and Wealth Search API

Table of contents

Overview

The Acuris High Net Worth Individuals (HNWI) Search API, is the interface you use to search and retrieve basic profiles of individuals from Wealthmonitor archive of over 300,000 records.

It is delivered over HTTPs, conforms to RESTful principles, and returns JSON objects.

Quick start

You can call the Search API endpoint and get the latest published content included in your subscription:

curl -H 'Authorization: Bearer YOUR_API_KEY' https://api.acuris.com/individuals/

The ‘hits’ property in the payload shows the total number of items returned. The default response includes the latest 20 items, and you can paginate through the response to get additional content. The API can also be interrogated using a set of filters to fetch specific subsets of data.

Compression

We recommend the use of GZIP compression to gain up to 80% reduction in the json data transfer.

Accept-Encoding:deflate,gzip

Concurrency and rate limits

Each API key is limited to a maximum of 5 concurrent requests and 10 requests per second. Requests over the limit will receive the response ‘429 Too Many Requests’.

Detailed technical information for the Acuris HNWI Search API is available via the Swagger documentation.