curl --request GET \
--url https://api.investorlift.com/v1/investors/{id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/investors/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.investorlift.com/v1/investors/{id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": {
"id": "inv_0a20a550f33b",
"market": "phx",
"name": "ZAK VENTURES LLC",
"display_name": "ZAK VENTURES LLC",
"state": "AZ",
"kind": "LANDLORD",
"confidence": "STRONG",
"scale": "large",
"institutional": false,
"is_public": false,
"last_bought_on": "2026-08-05",
"n_deals": 775,
"buyer_status": "registered",
"mailing_states": [
"AZ",
"CA"
],
"registry_version": "v4-metro-review-fixes",
"registry_run": 8,
"id_history": [
{
"registry_run": 1,
"assign_method": "NEW",
"jaccard": null,
"prev_group_id": null
},
{
"registry_run": 2,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 3,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 4,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 5,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 6,
"assign_method": "INHERITED",
"jaccard": 0.8,
"prev_group_id": 317607
},
{
"registry_run": 7,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 318750
},
{
"registry_run": 8,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 318750
}
],
"kinds": [
"LANDLORD",
"FLIPPER",
"BUILDER",
"WHOLESALER"
],
"confidence_by_kind": {
"BUILDER": {
"n": 668,
"confidence": "STRONG"
},
"FLIPPER": {
"n": 346,
"confidence": "STRONG"
},
"LANDLORD": {
"n": 334,
"confidence": "STRONG"
},
"WHOLESALER": {
"n": 158,
"confidence": "STRONG"
}
},
"classification_reasons": [
"FLIPPER:STRICT_FLIPS_2P",
"FLIPPER:STRICT_FLIP_ENTITY",
"FLIPPER:STRICT_FLIP_PLUS_QUICK_RESALE",
"WHOLESALER:QUICK_RESALES_2P",
"WHOLESALER:QUICK_RESALE_ENTITY_2PAIRS",
"LANDLORD:LONG_HOLDS_2P_CONCURRENT",
"LANDLORD:HOLDINGS_2P_RENTAL",
"LANDLORD:RENTAL_HOLDING_PLUS_FLIP",
"LANDLORD:ENTITY_LONG_HOLD_RENTAL_REG",
"BUILDER:LOT_TO_BUILD_2P",
"BUILDER:NEW_CONSTRUCTION_SALES_3P",
"BUILDER:BUILDER_NAME_SALES_3P",
"NOTE:SOLD_TO_WHOLESALER"
],
"is_entity": true,
"flipper_first": true,
"holdings_first": true,
"flipper_demoted": false,
"has_builder_name": true,
"is_ibuyer": false,
"n_strict_flips": 188,
"n_quick_resales": 158,
"n_lot_to_build_built": 5,
"n_sales_new_construction": 41,
"n_current_holdings": 302,
"is_production_builder": false,
"is_sfr_bulk_holder": false,
"institutional_reason": null,
"institutional_reasons": [],
"public_name": null,
"n_flips": 188,
"n_wholesales": 158,
"n_long_holds": 63,
"n_holds": 314,
"median_purchase_year": 2021,
"n_other": 47,
"n_builds": 5,
"n_acquisitions": 646,
"n_priced_deals": 763,
"n_unpriced_deals": 12,
"n_purchases": 1367,
"n_sales": 983,
"first_deed": "1997-07-03",
"last_deed": "2026-08-11",
"last_sold_on": "2026-08-11",
"last_flip_sold_on": "2026-08-11",
"last_deal_on": "2026-08-11",
"days_since_last_purchase": 7,
"n_purchase_events_12m": 45,
"n_purchase_events_24m": 81,
"n_flips_24m": 13,
"n_holds_24m": 61,
"n_sales_12m": 26,
"bought_12m": true,
"bought_24m": true,
"price_band": {
"window": "5y",
"p25": 210000,
"p50": 245000,
"p75": 288875,
"n_priced_purchases": 238
},
"p50_flip_sold_price": 244950,
"p50_buy_to_resale_ratio": 0.6857,
"median_hold_days": 73,
"median_spread_ratio": 0.4167,
"median_gross_profit": 70000,
"median_bought_price": 179000,
"segment_mix": {
"sfr": 0.894,
"condo_th": 0.086,
"other": 0.019
},
"segment_sfr_share": 0.894,
"cities_active": [
"PHOENIX",
"GLENDALE",
"PEORIA"
],
"n_bought_from_wholesaler": 65,
"n_bought_from_wholesaler_5y": 36,
"n_bought_from_wholesaler_24m": 21,
"share_bought_from_wholesaler": 0.085,
"last_bought_from_wholesaler_on": "2026-07-15",
"buys_wholesale": true,
"n_bought_from_investor": 104,
"n_distressed_buys": 17,
"auction": {
"n_auction_buys": 202,
"n_auction_buys_24m": 0,
"last_auction_buy_on": "2016-06-30",
"is_active_auction_buyer": false,
"auction_resale_share": 0.935,
"n_reo_buys": 4,
"n_reo_buys_24m": 0,
"last_reo_buy_on": "2013-06-19",
"is_active_reo_buyer": false,
"auction_kinds": [
"TRUSTEE_SALE",
"SHERIFF_SALE"
],
"n_auction_by_kind": {
"SHERIFF_SALE": 1,
"TRUSTEE_SALE": 201
},
"n_auction_by_venue": {},
"n_auction_events": 202,
"n_auction_resold_12m": 157,
"n_auction_transferred_12m": 34,
"n_auction_lost": 1,
"n_auction_held": 10,
"n_auction_parcels": 202,
"median_auction_discount": 0.236,
"lender_note": null,
"n_reo_by_grantor": {
"SERVICER": 4
},
"n_reo_resold_12m": 1,
"n_reo_transferred_12m": 1,
"n_reo_lost": 0,
"n_reo_held": 2,
"reo_resale_share": 0.333
},
"members": null,
"member_names": [
"ZAK VENTURES LLC",
"JSB HOMES LLC",
"LLC ZAK VENTURES",
"AZ CAPITAL PARTNERS LLC",
"HANSON INDUSTRIES LLC"
],
"n_members": 18,
"n_addresses_by_kind": {
"house": 40,
"suite": 58,
"pobox": 0
},
"has_mailing_address": true,
"buyer_signal": {
"operator_id": "inv_0a20a550f33b",
"n_operator_members": 4,
"operator_member_ids": [
"inv_0a20a550f33b",
"inv_d096f29ddb8d",
"inv_ef98e65e5e07",
"inv_fad3fbd13c56"
],
"is_anchor": true,
"merge_confidence": "MERGED_STRONG",
"activity_p_180": 0.937516,
"activity_p_365": 0.965902,
"cell_n": 1599,
"activity_model": "CYCLE_v1",
"cycle_state": "FRESH_CASH",
"capital_freed_60d": true,
"days_since_last_purchase": 7,
"days_since_last_resale": 1,
"open_inventory": 305,
"n_purchases_36m": 145,
"median_gap_days": 5,
"share_within_30d_of_resale": 0.931,
"data_end": "2026-08-12"
},
"listings": {
"n_active": 2,
"n_pending": 0,
"n_listed": 2,
"n_listed_undated": 0,
"n_holdings_dated": 314,
"n_holdings_undated": 0,
"median_list_price": 536950,
"min_list_price": 449000,
"max_list_price": 624900,
"last_listed_on": "2026-07-24",
"n_listed_12m": 27,
"listings_data_end": "2026-08-31"
},
"wholesale_purchases": {
"n": 9,
"n_12m": 1,
"n_24m": 4,
"n_5y": 8,
"n_probable": 8,
"last_on": "2026-04-08",
"n_wholesalers": 8,
"top_wholesalers": [
{
"id": "wsr_f142268d0d08",
"name": "The Local Investor",
"n": 2
},
{
"id": "wsr_056aa2c2531e",
"name": "Cash For Houses, LLC",
"n": 1
},
{
"id": "wsr_5314bba2f18b",
"name": "OneRoof Real Estate Group",
"n": 1
}
],
"n_double_closed": 1,
"median_asking_price": 305000,
"data_end": "2026-08-12"
},
"str": null,
"has_licensed_member": true,
"agent_links": [
{
"agent_id": "agt_fdfd4a0f8bae",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 38,
"party_key": null
},
{
"agent_id": "agt_fdfd4a0f8bae",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 38,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 1,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 1,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "MEDIUM",
"n_self_listings": 1,
"party_key": null
}
],
"financing": {
"n_loans": 249,
"n_loans_12m": 18,
"n_loans_24m": 30,
"n_lenders": 37,
"lenders_used": [
{
"id": "len_9f4e246dcf57",
"name": "FIRST FIDELITY BANK",
"lender_class": "BANK",
"is_hard_money": false,
"n": 147,
"n_24m": 24,
"last_loan_on": "2025-12-18"
},
{
"id": "len_5f5369213fe0",
"name": "GUILD MORTGAGE CO",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 2,
"n_24m": 1,
"last_loan_on": "2026-01-30"
},
{
"id": "len_95b4c664bb2b",
"name": "COPA LENDING LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2025-11-14"
},
{
"id": "len_a173c82df779",
"name": "PELHAM INVESTORS LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 1,
"n_24m": 1,
"last_loan_on": "2026-01-07"
},
{
"id": "len_a81f5348b9c1",
"name": "QUICK SOURCE CAPITAL LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2024-11-26"
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 1,
"n_24m": 1,
"last_loan_on": "2025-06-05"
},
{
"id": "len_d4f8215629de",
"name": "BOOMERANG ACCEPTANCE LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2026-01-02"
},
{
"id": "len_ef6fbe48c59b",
"name": "GRANDPOINT BANK",
"lender_class": "BANK",
"is_hard_money": false,
"n": 35,
"n_24m": 0,
"last_loan_on": "2016-09-28"
},
{
"id": "len_f5d8bf160316",
"name": "COUNTRYWIDE INVESTMENTS LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 12,
"n_24m": 0,
"last_loan_on": "2013-10-17"
},
{
"id": "len_1c7b0443baa5",
"name": "THE BILTMORE BANK OF ARIZONA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 10,
"n_24m": 0,
"last_loan_on": "2013-10-01"
}
],
"last_loan": {
"lender_id": "len_5f5369213fe0",
"name": "GUILD MORTGAGE CO",
"lender_class": "NONBANK",
"is_hard_money": false,
"property_id": "prop_3d21514c580d7565deb9f932659a5134",
"recording_date": "2026-01-30",
"amount": 100000,
"purpose": "PURCHASE"
},
"n_deals_measured_24m": 83,
"n_deals_financed_24m": 2,
"share_deals_financed_24m": 0.024096,
"uses_hard_money": true,
"as_of": "2026-06-25",
"dated": true
},
"data_end": "2026-08-12"
},
"meta": {
"generated_at": "2026-09-04T12:00:00.000Z",
"coverage": [
{
"market": "phx",
"state": "AZ",
"counties": [
{
"fips": "04013",
"name": "Maricopa",
"data_end": "2026-08-12"
},
{
"fips": "04021",
"name": "Pinal",
"data_end": "2026-08-06"
}
],
"bbox": [
-113.332773,
32.46915,
-110.455491,
33.999503
],
"data_end": "2026-08-12",
"build_run_id": 1,
"registry_run": 8,
"registry_version": "v4-metro-review-fixes",
"dataset_version": 1788521834,
"loaded_at": "2026-09-04T11:37:14.263Z",
"metro_buy_to_resale_ratio": 0.7192,
"universe_kind": "metro",
"universe_zips": null,
"point_tolerance_miles": 20,
"n_parcels": 1836307,
"listings_data_end": "2026-08-31",
"agents_data_end": "2026-08-31",
"wholesale_as_of": "2026-09-09",
"str_as_of": null,
"str": null,
"auction_counted": true,
"parcel_as_of": null,
"address_as_of": null,
"parcel": null,
"lenders": null
}
],
"terms": "Data: Investorlift Data Services. Public-record and MLS listing data licensed through BatchData; municipal short-term rental registries; Investorlift marketplace records. Attribution and data-use terms: https://developers.investorlift.com/guides/terms"
}
}Get one investor
The full profile: every deed name split into given and surname, how they operate, how recently they bought, and how to contact them.
curl --request GET \
--url https://api.investorlift.com/v1/investors/{id} \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/investors/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.investorlift.com/v1/investors/{id}"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": {
"id": "inv_0a20a550f33b",
"market": "phx",
"name": "ZAK VENTURES LLC",
"display_name": "ZAK VENTURES LLC",
"state": "AZ",
"kind": "LANDLORD",
"confidence": "STRONG",
"scale": "large",
"institutional": false,
"is_public": false,
"last_bought_on": "2026-08-05",
"n_deals": 775,
"buyer_status": "registered",
"mailing_states": [
"AZ",
"CA"
],
"registry_version": "v4-metro-review-fixes",
"registry_run": 8,
"id_history": [
{
"registry_run": 1,
"assign_method": "NEW",
"jaccard": null,
"prev_group_id": null
},
{
"registry_run": 2,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 3,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 4,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 5,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 317607
},
{
"registry_run": 6,
"assign_method": "INHERITED",
"jaccard": 0.8,
"prev_group_id": 317607
},
{
"registry_run": 7,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 318750
},
{
"registry_run": 8,
"assign_method": "INHERITED",
"jaccard": 1,
"prev_group_id": 318750
}
],
"kinds": [
"LANDLORD",
"FLIPPER",
"BUILDER",
"WHOLESALER"
],
"confidence_by_kind": {
"BUILDER": {
"n": 668,
"confidence": "STRONG"
},
"FLIPPER": {
"n": 346,
"confidence": "STRONG"
},
"LANDLORD": {
"n": 334,
"confidence": "STRONG"
},
"WHOLESALER": {
"n": 158,
"confidence": "STRONG"
}
},
"classification_reasons": [
"FLIPPER:STRICT_FLIPS_2P",
"FLIPPER:STRICT_FLIP_ENTITY",
"FLIPPER:STRICT_FLIP_PLUS_QUICK_RESALE",
"WHOLESALER:QUICK_RESALES_2P",
"WHOLESALER:QUICK_RESALE_ENTITY_2PAIRS",
"LANDLORD:LONG_HOLDS_2P_CONCURRENT",
"LANDLORD:HOLDINGS_2P_RENTAL",
"LANDLORD:RENTAL_HOLDING_PLUS_FLIP",
"LANDLORD:ENTITY_LONG_HOLD_RENTAL_REG",
"BUILDER:LOT_TO_BUILD_2P",
"BUILDER:NEW_CONSTRUCTION_SALES_3P",
"BUILDER:BUILDER_NAME_SALES_3P",
"NOTE:SOLD_TO_WHOLESALER"
],
"is_entity": true,
"flipper_first": true,
"holdings_first": true,
"flipper_demoted": false,
"has_builder_name": true,
"is_ibuyer": false,
"n_strict_flips": 188,
"n_quick_resales": 158,
"n_lot_to_build_built": 5,
"n_sales_new_construction": 41,
"n_current_holdings": 302,
"is_production_builder": false,
"is_sfr_bulk_holder": false,
"institutional_reason": null,
"institutional_reasons": [],
"public_name": null,
"n_flips": 188,
"n_wholesales": 158,
"n_long_holds": 63,
"n_holds": 314,
"median_purchase_year": 2021,
"n_other": 47,
"n_builds": 5,
"n_acquisitions": 646,
"n_priced_deals": 763,
"n_unpriced_deals": 12,
"n_purchases": 1367,
"n_sales": 983,
"first_deed": "1997-07-03",
"last_deed": "2026-08-11",
"last_sold_on": "2026-08-11",
"last_flip_sold_on": "2026-08-11",
"last_deal_on": "2026-08-11",
"days_since_last_purchase": 7,
"n_purchase_events_12m": 45,
"n_purchase_events_24m": 81,
"n_flips_24m": 13,
"n_holds_24m": 61,
"n_sales_12m": 26,
"bought_12m": true,
"bought_24m": true,
"price_band": {
"window": "5y",
"p25": 210000,
"p50": 245000,
"p75": 288875,
"n_priced_purchases": 238
},
"p50_flip_sold_price": 244950,
"p50_buy_to_resale_ratio": 0.6857,
"median_hold_days": 73,
"median_spread_ratio": 0.4167,
"median_gross_profit": 70000,
"median_bought_price": 179000,
"segment_mix": {
"sfr": 0.894,
"condo_th": 0.086,
"other": 0.019
},
"segment_sfr_share": 0.894,
"cities_active": [
"PHOENIX",
"GLENDALE",
"PEORIA"
],
"n_bought_from_wholesaler": 65,
"n_bought_from_wholesaler_5y": 36,
"n_bought_from_wholesaler_24m": 21,
"share_bought_from_wholesaler": 0.085,
"last_bought_from_wholesaler_on": "2026-07-15",
"buys_wholesale": true,
"n_bought_from_investor": 104,
"n_distressed_buys": 17,
"auction": {
"n_auction_buys": 202,
"n_auction_buys_24m": 0,
"last_auction_buy_on": "2016-06-30",
"is_active_auction_buyer": false,
"auction_resale_share": 0.935,
"n_reo_buys": 4,
"n_reo_buys_24m": 0,
"last_reo_buy_on": "2013-06-19",
"is_active_reo_buyer": false,
"auction_kinds": [
"TRUSTEE_SALE",
"SHERIFF_SALE"
],
"n_auction_by_kind": {
"SHERIFF_SALE": 1,
"TRUSTEE_SALE": 201
},
"n_auction_by_venue": {},
"n_auction_events": 202,
"n_auction_resold_12m": 157,
"n_auction_transferred_12m": 34,
"n_auction_lost": 1,
"n_auction_held": 10,
"n_auction_parcels": 202,
"median_auction_discount": 0.236,
"lender_note": null,
"n_reo_by_grantor": {
"SERVICER": 4
},
"n_reo_resold_12m": 1,
"n_reo_transferred_12m": 1,
"n_reo_lost": 0,
"n_reo_held": 2,
"reo_resale_share": 0.333
},
"members": null,
"member_names": [
"ZAK VENTURES LLC",
"JSB HOMES LLC",
"LLC ZAK VENTURES",
"AZ CAPITAL PARTNERS LLC",
"HANSON INDUSTRIES LLC"
],
"n_members": 18,
"n_addresses_by_kind": {
"house": 40,
"suite": 58,
"pobox": 0
},
"has_mailing_address": true,
"buyer_signal": {
"operator_id": "inv_0a20a550f33b",
"n_operator_members": 4,
"operator_member_ids": [
"inv_0a20a550f33b",
"inv_d096f29ddb8d",
"inv_ef98e65e5e07",
"inv_fad3fbd13c56"
],
"is_anchor": true,
"merge_confidence": "MERGED_STRONG",
"activity_p_180": 0.937516,
"activity_p_365": 0.965902,
"cell_n": 1599,
"activity_model": "CYCLE_v1",
"cycle_state": "FRESH_CASH",
"capital_freed_60d": true,
"days_since_last_purchase": 7,
"days_since_last_resale": 1,
"open_inventory": 305,
"n_purchases_36m": 145,
"median_gap_days": 5,
"share_within_30d_of_resale": 0.931,
"data_end": "2026-08-12"
},
"listings": {
"n_active": 2,
"n_pending": 0,
"n_listed": 2,
"n_listed_undated": 0,
"n_holdings_dated": 314,
"n_holdings_undated": 0,
"median_list_price": 536950,
"min_list_price": 449000,
"max_list_price": 624900,
"last_listed_on": "2026-07-24",
"n_listed_12m": 27,
"listings_data_end": "2026-08-31"
},
"wholesale_purchases": {
"n": 9,
"n_12m": 1,
"n_24m": 4,
"n_5y": 8,
"n_probable": 8,
"last_on": "2026-04-08",
"n_wholesalers": 8,
"top_wholesalers": [
{
"id": "wsr_f142268d0d08",
"name": "The Local Investor",
"n": 2
},
{
"id": "wsr_056aa2c2531e",
"name": "Cash For Houses, LLC",
"n": 1
},
{
"id": "wsr_5314bba2f18b",
"name": "OneRoof Real Estate Group",
"n": 1
}
],
"n_double_closed": 1,
"median_asking_price": 305000,
"data_end": "2026-08-12"
},
"str": null,
"has_licensed_member": true,
"agent_links": [
{
"agent_id": "agt_fdfd4a0f8bae",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 38,
"party_key": null
},
{
"agent_id": "agt_fdfd4a0f8bae",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 38,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 1,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "HIGH",
"n_self_listings": 1,
"party_key": null
},
{
"agent_id": "agt_391971c0904a",
"license_number": null,
"link_basis": "SELF_LISTING",
"confidence": "MEDIUM",
"n_self_listings": 1,
"party_key": null
}
],
"financing": {
"n_loans": 249,
"n_loans_12m": 18,
"n_loans_24m": 30,
"n_lenders": 37,
"lenders_used": [
{
"id": "len_9f4e246dcf57",
"name": "FIRST FIDELITY BANK",
"lender_class": "BANK",
"is_hard_money": false,
"n": 147,
"n_24m": 24,
"last_loan_on": "2025-12-18"
},
{
"id": "len_5f5369213fe0",
"name": "GUILD MORTGAGE CO",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 2,
"n_24m": 1,
"last_loan_on": "2026-01-30"
},
{
"id": "len_95b4c664bb2b",
"name": "COPA LENDING LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2025-11-14"
},
{
"id": "len_a173c82df779",
"name": "PELHAM INVESTORS LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 1,
"n_24m": 1,
"last_loan_on": "2026-01-07"
},
{
"id": "len_a81f5348b9c1",
"name": "QUICK SOURCE CAPITAL LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2024-11-26"
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 1,
"n_24m": 1,
"last_loan_on": "2025-06-05"
},
{
"id": "len_d4f8215629de",
"name": "BOOMERANG ACCEPTANCE LLC",
"lender_class": "NONBANK",
"is_hard_money": true,
"n": 1,
"n_24m": 1,
"last_loan_on": "2026-01-02"
},
{
"id": "len_ef6fbe48c59b",
"name": "GRANDPOINT BANK",
"lender_class": "BANK",
"is_hard_money": false,
"n": 35,
"n_24m": 0,
"last_loan_on": "2016-09-28"
},
{
"id": "len_f5d8bf160316",
"name": "COUNTRYWIDE INVESTMENTS LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 12,
"n_24m": 0,
"last_loan_on": "2013-10-17"
},
{
"id": "len_1c7b0443baa5",
"name": "THE BILTMORE BANK OF ARIZONA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 10,
"n_24m": 0,
"last_loan_on": "2013-10-01"
}
],
"last_loan": {
"lender_id": "len_5f5369213fe0",
"name": "GUILD MORTGAGE CO",
"lender_class": "NONBANK",
"is_hard_money": false,
"property_id": "prop_3d21514c580d7565deb9f932659a5134",
"recording_date": "2026-01-30",
"amount": 100000,
"purpose": "PURCHASE"
},
"n_deals_measured_24m": 83,
"n_deals_financed_24m": 2,
"share_deals_financed_24m": 0.024096,
"uses_hard_money": true,
"as_of": "2026-06-25",
"dated": true
},
"data_end": "2026-08-12"
},
"meta": {
"generated_at": "2026-09-04T12:00:00.000Z",
"coverage": [
{
"market": "phx",
"state": "AZ",
"counties": [
{
"fips": "04013",
"name": "Maricopa",
"data_end": "2026-08-12"
},
{
"fips": "04021",
"name": "Pinal",
"data_end": "2026-08-06"
}
],
"bbox": [
-113.332773,
32.46915,
-110.455491,
33.999503
],
"data_end": "2026-08-12",
"build_run_id": 1,
"registry_run": 8,
"registry_version": "v4-metro-review-fixes",
"dataset_version": 1788521834,
"loaded_at": "2026-09-04T11:37:14.263Z",
"metro_buy_to_resale_ratio": 0.7192,
"universe_kind": "metro",
"universe_zips": null,
"point_tolerance_miles": 20,
"n_parcels": 1836307,
"listings_data_end": "2026-08-31",
"agents_data_end": "2026-08-31",
"wholesale_as_of": "2026-09-09",
"str_as_of": null,
"str": null,
"auction_counted": true,
"parcel_as_of": null,
"address_as_of": null,
"parcel": null,
"lenders": null
}
],
"terms": "Data: Investorlift Data Services. Public-record and MLS listing data licensed through BatchData; municipal short-term rental registries; Investorlift marketplace records. Attribution and data-use terms: https://developers.investorlift.com/guides/terms"
}
}Use it when
The investor drawer, which you open from a list row, a deal row or a search hit. Also each time an id you stored earlier needs a refresh. For the investor’s deals, useGET /v1/investors/{id}/deals. To find an id from a name, use
GET /v1/investors/search.
Read the response
- The API returns person names SURNAME GIVEN, as on the deed. Print
display_name(since 0.29.0). It is the same person given-first when the spelling parsed cleanly, and it equalsnameotherwise. For a member, use the split fieldsgivenandsurname, never a given-first splitter onname. Ifis_ambiguousis true, the split is unsafe: show the rawname. contact.mailing_addresseslists every address.is_genericmarks title companies, registered agents and shared head offices.contact.primary_addressis the best non-generic one, usually where the investor actually is.skip_trace_targetspairs a person with an address, best first. Read it as: send these to a skip-trace vendor in this order.- The API measures
days_since_last_purchaseand every_12m/_24mwindow fromdata_end, never from today. median_purchase_year(since 0.26.0) is the median year the investor bought what it still holds. It is null when no holding has a date to measure: The Investor object. The lists filter on the same count (holds_minandholds_max).GET /v1/investorssorts on the holdings inside a geometry (sort=holds_desc).buyer_signalis the operator behind this investor: the ids it spans, where it is in its capital cycle, and its fitted probability to buy again. The API serves it to every key, ids and numbers only. See Same buyer, cash right now.financing(since 0.16.0) is what the lender registry ties to the investor. It carries the loans, which the API counts once across the open-lien and recorded-history tables, the lenders behind them and the last loan. It says for how many of the recent purchases the registry found a loan, and if a hard-money lender was among them. The API serves it to every key, because lender names are business records. It is null in a market without a published registry or borrower match. Every count is a floor of a partial feed: The Investor object.meta.resolved_fromis present when a refresh replaced the id you sent with a newer one. Store the newid.
Gotchas
- This host does not serve
members,contact.primary_address,contact.mailing_addresses,contact.person_membersandcontact.skip_trace_targets(null,contact_redacted: true). This host servesmember_names, but it lists only the entity and trust names. - For a retired id, the API answers
410 gonewithsuperseded_by: null. Search by name instead. A merged id is not an error: you get the new profile withmeta.resolved_from. For an id that the API never issued, the API answers a 404. - Public bodies and institutional investors resolve here even though the lists hide them. The route does not
accept
include_publicand answers400 unknown_parameter: the API always returns a profile reached by id. - Pass
marketwhen an id exists in more than one loaded market.400 market_requiredsays so and lists them.
Related
Tell me about this investor.Authorizations
API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.
Path Parameters
Investor id, inv_ followed by 12 hex characters, for example inv_abaf618f44a3. The API follows an old id from an earlier data refresh to the current investor (meta.resolved_from). It answers 410 for a retired id.
Query Parameters
Market code, for example phx. The loaded markets are in meta.coverage[]. Send it only when the id exists in more than one loaded market. 400 market_required says so. Otherwise the API uses the id's own market.
1 - 16Response
The full profile. meta.resolved_from lists the old ids that redirected here.
The full profile. meta.resolved_from lists the old ids that redirected here.
The full profile of one investor: identity, activity, price band, buyer signal and listings. It also carries the linked listing agents, Investorlift purchases, short-term rental holdings, financing and id history.
Show child attributes
Show child attributes
Response metadata: when the API produced it, which markets it covers, and how fresh they are.
Show child attributes
Show child attributes
Was this page helpful?