Skip to main content
GET
Find an investor by any name it buys under

Authorizations

Authorization
string
header
required

API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.

Query Parameters

q
string
required

The name to look for: an entity ("ZAK VENTURES"), a person in either order ("Dana Rivera" or "RIVERA DANA"), or part of one. Case and punctuation do not matter. The name needs at least 3 letters or digits after normalisation. The API answers 400 to a shorter name.

Required string length: 1 - 200
market
string

Market code, for example phx. The loaded markets are in meta.coverage[]. It narrows the search to that market. The API answers 400 when that market is not loaded. Without it the API searches every loaded market and each hit carries its market.

Required string length: 1 - 16
limit
integer
default:10

Investors to return, 1 to 50 (default 10).

Required range: 1 <= x <= 50
n_deals_min
integer
default:1

Minimum investment deals as buyer inside the area loaded for the market, 0 to 1,000,000 (default 1). The default hides seller-only profiles, for example builders that never bought. A value of 0 shows them.

Required range: 0 <= x <= 1000000
include_public
enum<string>

Include public bodies (counties, cities, housing authorities). Default: false.

Available options:
true,
false

Response

Investors whose deed names match the query, best match first. page.next_cursor is always null and page.capped is true when the API cut the page at limit.

Investors whose deed names match the query, best match first. page.next_cursor is always null and page.capped is true when the API cut the page at limit.

data
object[]
required

The hits, best match first.

page
object
required

The page block of a name search: no cursor, the limit applied, the hits returned and if the API cut the page at the limit.

meta
object
required

Response metadata: when the API produced it, which markets it covers, and how fresh they are.