curl --request GET \
--url https://api.investorlift.com/v1/investors/{id}/wholesale-purchases \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/investors/{id}/wholesale-purchases', 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}/wholesale-purchases"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "wl_bcb999e41e34355af7bdff75af42575b",
"market": "phx",
"source_listing_id": 329348,
"property": {
"id": "prop_72f79d9c9bb4b27f0d0158704423c05a",
"address_short": "3009 N Salida Del Sol",
"city": "CHANDLER",
"state": "AZ",
"zip": "85224",
"latitude": 33.350283,
"longitude": -111.878816,
"segment": "SFR",
"bedrooms": 3,
"sqft": 1410
},
"distance_miles": null,
"wholesaler": {
"id": "wsr_5314bba2f18b",
"name": "OneRoof Real Estate Group",
"brands": [
"OneRoof Real Estate"
]
},
"listing": {
"listed_on": "2026-07-20",
"accepted_offer_on": null,
"contract_verified_on": null,
"asking_price": 400990,
"arv_estimate": 520000,
"condition": "MAJOR_REPAIR"
},
"outcome": "ASSIGNED",
"verification": "CONFIRMED",
"outcome_text": "Closed 2026-07-28; bought per the recorded deed.",
"time_fit": true,
"closed_before_publish": false,
"confidence": "MEDIUM",
"buyer": {
"id": "inv_4a8213dc5193",
"name": "WHITE FIG HOMES JV LLC",
"display_name": "WHITE FIG HOMES JV LLC",
"kind": "ENTITY",
"tier": "REGISTRY_STRONG",
"market": "phx"
},
"intermediate": {
"id": null,
"name": null,
"display_name": null,
"is_lister": null
},
"deed": {
"closed_on": "2026-07-28",
"pattern": "SINGLE",
"chain_certain": null,
"price": 377500,
"price_basis": "RECORDED",
"price_ratio": 0.941
},
"registry_deal_id": "deal_077ab1bc7afd496c3c32ce9b9abdc9c3",
"lenders_active": [
{
"id": "len_6f2755f464e8",
"name": "JPMORGAN CHASE BANK NA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 218,
"n_investor": 191,
"n_purchase_money": 15,
"share": 0.101019462,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_c5c2e7961690",
"name": "DESERT FINANCIAL CREDIT UNION",
"lender_class": "BANK",
"is_hard_money": false,
"n": 176,
"n_investor": 15,
"n_purchase_money": 7,
"share": 0.081556997,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_0d4ff9d2a545",
"name": "BCDGR LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 15,
"n_investor": 15,
"n_purchase_money": 15,
"share": 0.00695088,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 163,
"n_investor": 11,
"n_purchase_money": 51,
"share": 0.075532901,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_e28e16f5bdfd",
"name": "UNITED WHOLESALE MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 140,
"n_investor": 10,
"n_purchase_money": 81,
"share": 0.064874884,
"as_of": "2026-06-25",
"dated": true
}
],
"lister_attribution": "PRIMARY",
"lister_on_title": "NONE",
"lister_on_title_role": null,
"buyer_fate": "HELD",
"offer_buyer_match": "UNNAMED",
"retail_signals": [
"R5_OWNER_OCCUPIED_NOW"
],
"n_other_listings": 0,
"n_listings_on_parcel": 1,
"superseded_by_id": null,
"data_end": "2026-08-12",
"as_of": "2026-09-09"
},
{
"id": "wl_430ef2e66eb7c083ca067c1a381e1664",
"market": "phx",
"source_listing_id": 309557,
"property": {
"id": "prop_935c2fe2db97ed9acb1a7f42b2019d82",
"address_short": "3208 N Margate Pl",
"city": "CHANDLER",
"state": "AZ",
"zip": "85224",
"latitude": 33.353089,
"longitude": -111.886526,
"segment": "SFR",
"bedrooms": 4,
"sqft": 1699
},
"distance_miles": null,
"wholesaler": {
"id": "wsr_5b4c562940a4",
"name": "Hoffer Group",
"brands": []
},
"listing": {
"listed_on": "2026-03-30",
"accepted_offer_on": null,
"contract_verified_on": null,
"asking_price": 394900,
"arv_estimate": 515000,
"condition": "LIGHT_REHAB"
},
"outcome": "ASSIGNED",
"verification": "CONFIRMED",
"outcome_text": "Closed 2026-04-07; bought per the recorded deed.",
"time_fit": true,
"closed_before_publish": false,
"confidence": "MEDIUM",
"buyer": {
"id": "inv_4a8213dc5193",
"name": "WHITE FIG HOMES JV LLC",
"display_name": "WHITE FIG HOMES JV LLC",
"kind": "ENTITY",
"tier": "REGISTRY_STRONG",
"market": "phx"
},
"intermediate": {
"id": null,
"name": null,
"display_name": null,
"is_lister": null
},
"deed": {
"closed_on": "2026-04-07",
"pattern": "DEED_THEN_RESALE",
"chain_certain": true,
"price": 360500,
"price_basis": "RECORDED",
"price_ratio": 0.913
},
"registry_deal_id": "deal_46d30c39531310268d733801ce8cc7a0",
"lenders_active": [
{
"id": "len_6f2755f464e8",
"name": "JPMORGAN CHASE BANK NA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 218,
"n_investor": 191,
"n_purchase_money": 15,
"share": 0.101019462,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_c5c2e7961690",
"name": "DESERT FINANCIAL CREDIT UNION",
"lender_class": "BANK",
"is_hard_money": false,
"n": 176,
"n_investor": 15,
"n_purchase_money": 7,
"share": 0.081556997,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_0d4ff9d2a545",
"name": "BCDGR LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 15,
"n_investor": 15,
"n_purchase_money": 15,
"share": 0.00695088,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 163,
"n_investor": 11,
"n_purchase_money": 51,
"share": 0.075532901,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_e28e16f5bdfd",
"name": "UNITED WHOLESALE MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 140,
"n_investor": 10,
"n_purchase_money": 81,
"share": 0.064874884,
"as_of": "2026-06-25",
"dated": true
}
],
"lister_attribution": "PRIMARY",
"lister_on_title": "NONE",
"lister_on_title_role": null,
"buyer_fate": "RESALE_91_365",
"offer_buyer_match": "UNNAMED",
"retail_signals": [],
"n_other_listings": 0,
"n_listings_on_parcel": 1,
"superseded_by_id": null,
"data_end": "2026-08-12",
"as_of": "2026-09-09"
}
],
"page": {
"next_cursor": "eyJ2IjoxLCJydW4iOiIxNzg4OTk5NjgzIiwicSI6IjQwMTVmYmE1MThiZjMzNjBjODA2NTZjMzRhN2E4NGI4NTBlMzI5ZjIxYjkyY2RkYTJlZDc0YmUxOGZkYzQ0ZGQiLCJrIjpbIjIwMjYtMDQtMDciLCIyMDI2LTAzLTMwIiwid2xfNDMwZWYyZTY2ZWI3YzA4M2NhMDY3YzFhMzgxZTE2NjQiXX0",
"limit": 2,
"returned": 2
},
"meta": {
"generated_at": "2026-09-10T00:34: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": 1788999683,
"loaded_at": "2026-09-10T00:21:23.302Z",
"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"
}
}List one investor's Investorlift purchases
Every Investorlift listing whose closing deed names this investor as the buyer.
curl --request GET \
--url https://api.investorlift.com/v1/investors/{id}/wholesale-purchases \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/investors/{id}/wholesale-purchases', 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}/wholesale-purchases"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "wl_bcb999e41e34355af7bdff75af42575b",
"market": "phx",
"source_listing_id": 329348,
"property": {
"id": "prop_72f79d9c9bb4b27f0d0158704423c05a",
"address_short": "3009 N Salida Del Sol",
"city": "CHANDLER",
"state": "AZ",
"zip": "85224",
"latitude": 33.350283,
"longitude": -111.878816,
"segment": "SFR",
"bedrooms": 3,
"sqft": 1410
},
"distance_miles": null,
"wholesaler": {
"id": "wsr_5314bba2f18b",
"name": "OneRoof Real Estate Group",
"brands": [
"OneRoof Real Estate"
]
},
"listing": {
"listed_on": "2026-07-20",
"accepted_offer_on": null,
"contract_verified_on": null,
"asking_price": 400990,
"arv_estimate": 520000,
"condition": "MAJOR_REPAIR"
},
"outcome": "ASSIGNED",
"verification": "CONFIRMED",
"outcome_text": "Closed 2026-07-28; bought per the recorded deed.",
"time_fit": true,
"closed_before_publish": false,
"confidence": "MEDIUM",
"buyer": {
"id": "inv_4a8213dc5193",
"name": "WHITE FIG HOMES JV LLC",
"display_name": "WHITE FIG HOMES JV LLC",
"kind": "ENTITY",
"tier": "REGISTRY_STRONG",
"market": "phx"
},
"intermediate": {
"id": null,
"name": null,
"display_name": null,
"is_lister": null
},
"deed": {
"closed_on": "2026-07-28",
"pattern": "SINGLE",
"chain_certain": null,
"price": 377500,
"price_basis": "RECORDED",
"price_ratio": 0.941
},
"registry_deal_id": "deal_077ab1bc7afd496c3c32ce9b9abdc9c3",
"lenders_active": [
{
"id": "len_6f2755f464e8",
"name": "JPMORGAN CHASE BANK NA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 218,
"n_investor": 191,
"n_purchase_money": 15,
"share": 0.101019462,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_c5c2e7961690",
"name": "DESERT FINANCIAL CREDIT UNION",
"lender_class": "BANK",
"is_hard_money": false,
"n": 176,
"n_investor": 15,
"n_purchase_money": 7,
"share": 0.081556997,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_0d4ff9d2a545",
"name": "BCDGR LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 15,
"n_investor": 15,
"n_purchase_money": 15,
"share": 0.00695088,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 163,
"n_investor": 11,
"n_purchase_money": 51,
"share": 0.075532901,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_e28e16f5bdfd",
"name": "UNITED WHOLESALE MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 140,
"n_investor": 10,
"n_purchase_money": 81,
"share": 0.064874884,
"as_of": "2026-06-25",
"dated": true
}
],
"lister_attribution": "PRIMARY",
"lister_on_title": "NONE",
"lister_on_title_role": null,
"buyer_fate": "HELD",
"offer_buyer_match": "UNNAMED",
"retail_signals": [
"R5_OWNER_OCCUPIED_NOW"
],
"n_other_listings": 0,
"n_listings_on_parcel": 1,
"superseded_by_id": null,
"data_end": "2026-08-12",
"as_of": "2026-09-09"
},
{
"id": "wl_430ef2e66eb7c083ca067c1a381e1664",
"market": "phx",
"source_listing_id": 309557,
"property": {
"id": "prop_935c2fe2db97ed9acb1a7f42b2019d82",
"address_short": "3208 N Margate Pl",
"city": "CHANDLER",
"state": "AZ",
"zip": "85224",
"latitude": 33.353089,
"longitude": -111.886526,
"segment": "SFR",
"bedrooms": 4,
"sqft": 1699
},
"distance_miles": null,
"wholesaler": {
"id": "wsr_5b4c562940a4",
"name": "Hoffer Group",
"brands": []
},
"listing": {
"listed_on": "2026-03-30",
"accepted_offer_on": null,
"contract_verified_on": null,
"asking_price": 394900,
"arv_estimate": 515000,
"condition": "LIGHT_REHAB"
},
"outcome": "ASSIGNED",
"verification": "CONFIRMED",
"outcome_text": "Closed 2026-04-07; bought per the recorded deed.",
"time_fit": true,
"closed_before_publish": false,
"confidence": "MEDIUM",
"buyer": {
"id": "inv_4a8213dc5193",
"name": "WHITE FIG HOMES JV LLC",
"display_name": "WHITE FIG HOMES JV LLC",
"kind": "ENTITY",
"tier": "REGISTRY_STRONG",
"market": "phx"
},
"intermediate": {
"id": null,
"name": null,
"display_name": null,
"is_lister": null
},
"deed": {
"closed_on": "2026-04-07",
"pattern": "DEED_THEN_RESALE",
"chain_certain": true,
"price": 360500,
"price_basis": "RECORDED",
"price_ratio": 0.913
},
"registry_deal_id": "deal_46d30c39531310268d733801ce8cc7a0",
"lenders_active": [
{
"id": "len_6f2755f464e8",
"name": "JPMORGAN CHASE BANK NA",
"lender_class": "BANK",
"is_hard_money": false,
"n": 218,
"n_investor": 191,
"n_purchase_money": 15,
"share": 0.101019462,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_c5c2e7961690",
"name": "DESERT FINANCIAL CREDIT UNION",
"lender_class": "BANK",
"is_hard_money": false,
"n": 176,
"n_investor": 15,
"n_purchase_money": 7,
"share": 0.081556997,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_0d4ff9d2a545",
"name": "BCDGR LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 15,
"n_investor": 15,
"n_purchase_money": 15,
"share": 0.00695088,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_b2c2b5ed925e",
"name": "ROCKET MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 163,
"n_investor": 11,
"n_purchase_money": 51,
"share": 0.075532901,
"as_of": "2026-06-25",
"dated": true
},
{
"id": "len_e28e16f5bdfd",
"name": "UNITED WHOLESALE MORTGAGE LLC",
"lender_class": "NONBANK",
"is_hard_money": false,
"n": 140,
"n_investor": 10,
"n_purchase_money": 81,
"share": 0.064874884,
"as_of": "2026-06-25",
"dated": true
}
],
"lister_attribution": "PRIMARY",
"lister_on_title": "NONE",
"lister_on_title_role": null,
"buyer_fate": "RESALE_91_365",
"offer_buyer_match": "UNNAMED",
"retail_signals": [],
"n_other_listings": 0,
"n_listings_on_parcel": 1,
"superseded_by_id": null,
"data_end": "2026-08-12",
"as_of": "2026-09-09"
}
],
"page": {
"next_cursor": "eyJ2IjoxLCJydW4iOiIxNzg4OTk5NjgzIiwicSI6IjQwMTVmYmE1MThiZjMzNjBjODA2NTZjMzRhN2E4NGI4NTBlMzI5ZjIxYjkyY2RkYTJlZDc0YmUxOGZkYzQ0ZGQiLCJrIjpbIjIwMjYtMDQtMDciLCIyMDI2LTAzLTMwIiwid2xfNDMwZWYyZTY2ZWI3YzA4M2NhMDY3YzFhMzgxZTE2NjQiXX0",
"limit": 2,
"returned": 2
},
"meta": {
"generated_at": "2026-09-10T00:34: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": 1788999683,
"loaded_at": "2026-09-10T00:21:23.302Z",
"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"
}
}buyer.id equal to this investor. The most recent closing comes first.
Use it when
Use this route for the investor drawer’s “Bought through Investorlift” table. The profile’swholesale_purchases
block carries the counts. This route returns the rows. To get the same deals as deal rows, use
GET /v1/investors/{id}/deals?source=investorlift.
Read the response
primary_onlydefaults to true, so each closing deed appears once even when two companies listed the house. The profile’swholesale_purchases.ncounts the same way: distinct closing deeds on CONFIRMED rows.verificationisCONFIRMEDon every row here unless you passverification=yourself. An investor is the buyer only on a recorded deed.wholesaler.idopens the company. That is the company this investor buys from.
Gotchas
- This route has no CSV on
api.investorlift.com. Page the JSON list instead. Give me a spreadsheet shows how. The one public CSV is the loans of a lender. - The API follows an old investor id as on the profile route. For an old id that maps to a current one, the API
answers 200 with
meta.resolved_from. For a retired id, the API answers410 gone. For an id the API never issued, the API answers 404. - If a market has no published wholesale tables, the API answers
422 wholesale_unavailable.
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 - 16Outcomes to keep (comma list or repeated key). Default: every outcome.
1What the county deeds record for the listing, in detail. The one-word verdict is verification. ASSIGNED: one deed from the homeowner to the buyer, and the listing company is not on title, so a contract assignment. DOUBLE_CLOSED: two chained deeds 0 to 14 days apart, with the company or its buyer in the middle. LISTER_HELD_THEN_SOLD: the company took title and resold within 90 days. LISTER_SOLD_FROM_INVENTORY: the company already owned the house and sold it. SOLD_OFF_MARKET_GRANTOR: one deed from a seller who is neither the homeowner of record nor the company, so an unrecorded step came before it. SOLD_TO_OWNER_OCCUPANT: the buyer moved in, so not an investor sale. FAILED_THEN_RETAIL_MLS: the homeowner sold on the MLS instead. DISTRESSED_TRANSFER: a sheriff's, trustee's or REO deed. LATE_TRANSFER: a deed 180 to 400 days after the listing that nothing ties to it. NO_TRANSFER_400: no deed within 400 days. NO_DEED_120: no deed by the deed data end, 120 to 400 days after the listing, so provisional. PENDING: the company listed the house fewer than 120 days before the deed data end, and no deed exists yet. SUPERSEDED: another Investorlift listing of the same parcel holds the credit for the deed. AMBIGUOUS_DEEDS: two or more unrelated sales that the rules cannot order.
ASSIGNED, DOUBLE_CLOSED, LISTER_HELD_THEN_SOLD, LISTER_SOLD_FROM_INVENTORY, SOLD_OFF_MARKET_GRANTOR, SOLD_TO_OWNER_OCCUPANT, FAILED_THEN_RETAIL_MLS, DISTRESSED_TRANSFER, LATE_TRANSFER, NO_TRANSFER_400, NO_DEED_120, PENDING, SUPERSEDED, AMBIGUOUS_DEEDS Verdicts to keep (comma list or repeated key): CONFIRMED for verified transactions, OPEN for listings without a closing deed by the deed data_end. Default: every verdict.
1The API derives the one-word verdict of the deeds on the listing from outcome alone, and the Investorlift status plays no part. CONFIRMED: a recorded deed closed it to a buyer, so a verified wholesale transaction. RETAIL: it closed, but to an owner-occupant or through the MLS, so not an investor sale. OPEN: the deeds record no transfer yet, up to the deed data_end. NONE: no transfer within 400 days, a distressed deed, or a transfer the rules cannot tie to this listing. NONE also when the credit went to another listing of the parcel.
CONFIRMED, RETAIL, OPEN, NONE Buyer tiers to keep (comma list or repeated key). Default: every tier.
1Who the buyer on the closing deed is, strongest first. REGISTRY_STRONG: a registry investor at STRONG or PROBABLE confidence, named, with an investor id. REGISTRY_WEAK: a registry investor at WEAK confidence, named, with an id. IL_BUYER_CONFIRMED: not in the registry, but the accepted offer's buyer or an Investorlift buyer account keys to the deed. On that tier the API names an entity and never a person. ENTITY_UNREGISTERED: an LLC or corporation not yet in the registry, often a fresh single-deed entity, named, no id. PERSON_ABSENTEE: a person whose mailing address is not the house, never named: show "individual buyer, not a known investor". OWNER_OCCUPANT: the buyer moved in, never named. UNRESOLVED: no closing deed. The first three count as a known investor.
REGISTRY_STRONG, REGISTRY_WEAK, IL_BUYER_CONFIRMED, ENTITY_UNREGISTERED, PERSON_ABSENTEE, OWNER_OCCUPANT, UNRESOLVED Keep only listings bought by a known investor (buyer_tier REGISTRY_STRONG, REGISTRY_WEAK or IL_BUYER_CONFIRMED).
true, false Keep listings published on or after this date.
Keep listings published on or before this date.
Keep listings whose closing deed is on or after this date. Once you set closed_after or closed_before, the list drops rows without a deed.
Keep listings whose closing deed is on or before this date.
Minimum asking price, inclusive, whole dollars. Once you set asking_min or asking_max, the list drops unpriced rows.
0 <= x <= 9007199254740991Maximum asking price, inclusive, whole dollars.
0 <= x <= 9007199254740991Default true: drop SUPERSEDED rows and the non-credited members of a SHARED(n) group, so the list shows one closing deed once. The filter does not touch rows without a closing deed, so the list keeps every listing. primary_only=false lists every row, duplicates included.
true, false The row order. The default closed_on puts the newest closing deed first, rows without a deed last, then the newest listing first. With listed_on, the newest listing comes first. With asking_price, the highest asking price comes first and unpriced rows last. Every sort breaks ties on the listing id.
closed_on, listed_on, asking_price Page size, 1-500 (default 500).
1 <= x <= 500Opaque cursor from page.next_cursor of the previous page. A change of query, sort, weights or data version invalidates it (400 invalid_cursor). Then restart from page 1.
1 - 4096Response
The listings the investor bought according to the recorded deeds, one page, in the requested sort.
The listings one investor bought off Investorlift, one page. meta.resolved_from lists the old ids that redirected here.
The rows of this page.
Show child attributes
Show child attributes
Pagination: the page size, the rows returned and the cursor for the next page. Paged lists carry no total. The summary block does.
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?