curl --request GET \
--url https://api.investorlift.com/v1/deals \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/deals', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.investorlift.com/v1/deals"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "deal_3d737e533571e3d9a95e071392860320",
"market": "phx",
"kind": "flip",
"deal_type": "PAIR",
"deal_kind": "FLIP",
"ownership_confirmed": null,
"buyer_status": "registered",
"buyer_exclusion": null,
"property": {
"id": "prop_d58780568cc908831cf5a059808d6e9e",
"market": "phx",
"apn": "131-28-197",
"apn_norm": "13128197",
"county_fips": "04013",
"address_short": "7424 E Cambridge Ave",
"street_no_unit": "7424 E Cambridge Ave",
"unit": null,
"city": "SCOTTSDALE",
"state": "AZ",
"zip": "85257",
"latitude": 33.478319,
"longitude": -111.920385,
"segment": "SFR",
"bedrooms": 3,
"bathrooms": 2,
"sqft": 1371,
"year_built": 1959,
"pool": true
},
"distance_miles": 0.1,
"bought_on": "2025-07-09",
"date_quality": "deed",
"held_since_source": "DEED_ACQUISITION",
"bought_price": 575000,
"sold_on": "2026-02-17",
"sold_price": 930000,
"hold_days": 223,
"gross_profit": 355000,
"spread_ratio": 0.617391,
"price_quality": "BOTH",
"days_held_to_data_end": null,
"sold_to_wholesaler": false,
"round_trip": false,
"is_purchase_event": true,
"n_parcels_in_event": 1,
"bought_from_wholesaler": false,
"bought_from_wholesaler_via": null,
"wholesaler_investor_id": null,
"bought_from_investor": false,
"bought_distressed": false,
"bought_auction_kind": null,
"holding_kind": null,
"acquisition_kind": null,
"investor": {
"id": "inv_5494f8b4fb59",
"market": "phx",
"name": "VICSDALE HOME DESIGNS LLC",
"display_name": "VICSDALE HOME DESIGNS LLC",
"state": "AZ",
"kind": "FLIPPER",
"confidence": "STRONG",
"scale": "mid",
"institutional": false,
"is_public": false,
"last_bought_on": "2026-04-22",
"n_deals": 37,
"buyer_status": "registered"
},
"seller": {
"id": null,
"name": null,
"display_name": null,
"kind": "TRUST",
"kinds": null
},
"end_buyer": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"owner": null,
"listing": null,
"short_term_rental": null,
"wholesale_listing": null,
"financing": {
"purchase_loan_status": "NONE_CAPTURED",
"purchase_loan": null,
"secondary_loans_n": null,
"link_window": null,
"outcome": null,
"as_of": "2026-06-25",
"dated": true
}
},
{
"id": "deal_46f741afdfd3a1be57bbf5afa8ed6e58",
"market": "phx",
"kind": "flip",
"deal_type": "PAIR",
"deal_kind": "FLIP",
"ownership_confirmed": null,
"buyer_status": "registered",
"buyer_exclusion": null,
"property": {
"id": "prop_a2818176007027aee8d47996b448609a",
"market": "phx",
"apn": "131-28-196",
"apn_norm": "13128196",
"county_fips": "04013",
"address_short": "7428 E Cambridge Ave",
"street_no_unit": "7428 E Cambridge Ave",
"unit": null,
"city": "SCOTTSDALE",
"state": "AZ",
"zip": "85257",
"latitude": 33.478329,
"longitude": -111.920155,
"segment": "SFR",
"bedrooms": 3,
"bathrooms": 2,
"sqft": 1683,
"year_built": 1959,
"pool": true
},
"distance_miles": 0.1,
"bought_on": "2025-03-05",
"date_quality": "deed",
"held_since_source": "DEED_ACQUISITION",
"bought_price": 540000,
"sold_on": "2025-09-18",
"sold_price": 690000,
"hold_days": 197,
"gross_profit": 150000,
"spread_ratio": 0.277778,
"price_quality": "BOTH",
"days_held_to_data_end": null,
"sold_to_wholesaler": false,
"round_trip": false,
"is_purchase_event": true,
"n_parcels_in_event": 1,
"bought_from_wholesaler": false,
"bought_from_wholesaler_via": null,
"wholesaler_investor_id": null,
"bought_from_investor": false,
"bought_distressed": false,
"bought_auction_kind": null,
"holding_kind": null,
"acquisition_kind": null,
"investor": {
"id": "inv_0d079771ae62",
"market": "phx",
"name": "KREATIVE HOME SOLUTIONS LLC",
"display_name": "KREATIVE HOME SOLUTIONS LLC",
"state": "AZ",
"kind": "FLIPPER",
"confidence": "WEAK",
"scale": "small",
"institutional": false,
"is_public": false,
"last_bought_on": "2025-03-05",
"n_deals": 1,
"buyer_status": "registered"
},
"seller": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"end_buyer": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"owner": null,
"listing": null,
"short_term_rental": null,
"wholesale_listing": null,
"financing": {
"purchase_loan_status": "NONE_CAPTURED",
"purchase_loan": null,
"secondary_loans_n": null,
"link_window": null,
"outcome": null,
"as_of": "2026-06-25",
"dated": true
}
}
],
"page": {
"next_cursor": "eyJ2IjoxLCJydW4iOiIxNzg4NDY5ODE5IiwicSI6IjRlNzcwNGQyMjljY2E1NGNjYWFjYzFmYzJjNzkwMGM2NTkwZDUzMzU4Zjg4YWJhZWVkZTgzZWRmOGJlMzZmZjkiLCJrIjpbMTU4LjQ0OTk3ODY0MjAzNzUsIjQ2Zjc0MWFmZGZkM2ExYmU1N2JiZjVhZmE4ZWQ2ZTU4Il19",
"limit": 2,
"returned": 2
},
"meta": {
"generated_at": "2026-09-03T21:40:00.000Z",
"reference_point": {
"lat": 33.476917,
"lng": -111.920385
},
"geometry": {
"kind": "radius",
"lat": 33.476917,
"lng": -111.920385,
"radius_miles": 2,
"bbox": null,
"property_id": null,
"zip": null,
"city": null
},
"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": 7,
"registry_version": "v4-metro-review-fixes",
"dataset_version": 1788469819,
"loaded_at": "2026-09-03T21:10:18.682Z",
"metro_buy_to_resale_ratio": 0.7192,
"universe_kind": "metro",
"universe_zips": null,
"point_tolerance_miles": 20,
"n_parcels": null,
"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 deals around a location
Every investor purchase, flip, wholesale, holding and resale inside a radius, a viewport, around a parcel, or in a ZIP or postal city.
curl --request GET \
--url https://api.investorlift.com/v1/deals \
--header 'Authorization: Bearer <token>'const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
fetch('https://api.investorlift.com/v1/deals', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.investorlift.com/v1/deals"
headers = {"Authorization": "Bearer <token>"}
response = requests.get(url, headers=headers)
print(response.text){
"data": [
{
"id": "deal_3d737e533571e3d9a95e071392860320",
"market": "phx",
"kind": "flip",
"deal_type": "PAIR",
"deal_kind": "FLIP",
"ownership_confirmed": null,
"buyer_status": "registered",
"buyer_exclusion": null,
"property": {
"id": "prop_d58780568cc908831cf5a059808d6e9e",
"market": "phx",
"apn": "131-28-197",
"apn_norm": "13128197",
"county_fips": "04013",
"address_short": "7424 E Cambridge Ave",
"street_no_unit": "7424 E Cambridge Ave",
"unit": null,
"city": "SCOTTSDALE",
"state": "AZ",
"zip": "85257",
"latitude": 33.478319,
"longitude": -111.920385,
"segment": "SFR",
"bedrooms": 3,
"bathrooms": 2,
"sqft": 1371,
"year_built": 1959,
"pool": true
},
"distance_miles": 0.1,
"bought_on": "2025-07-09",
"date_quality": "deed",
"held_since_source": "DEED_ACQUISITION",
"bought_price": 575000,
"sold_on": "2026-02-17",
"sold_price": 930000,
"hold_days": 223,
"gross_profit": 355000,
"spread_ratio": 0.617391,
"price_quality": "BOTH",
"days_held_to_data_end": null,
"sold_to_wholesaler": false,
"round_trip": false,
"is_purchase_event": true,
"n_parcels_in_event": 1,
"bought_from_wholesaler": false,
"bought_from_wholesaler_via": null,
"wholesaler_investor_id": null,
"bought_from_investor": false,
"bought_distressed": false,
"bought_auction_kind": null,
"holding_kind": null,
"acquisition_kind": null,
"investor": {
"id": "inv_5494f8b4fb59",
"market": "phx",
"name": "VICSDALE HOME DESIGNS LLC",
"display_name": "VICSDALE HOME DESIGNS LLC",
"state": "AZ",
"kind": "FLIPPER",
"confidence": "STRONG",
"scale": "mid",
"institutional": false,
"is_public": false,
"last_bought_on": "2026-04-22",
"n_deals": 37,
"buyer_status": "registered"
},
"seller": {
"id": null,
"name": null,
"display_name": null,
"kind": "TRUST",
"kinds": null
},
"end_buyer": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"owner": null,
"listing": null,
"short_term_rental": null,
"wholesale_listing": null,
"financing": {
"purchase_loan_status": "NONE_CAPTURED",
"purchase_loan": null,
"secondary_loans_n": null,
"link_window": null,
"outcome": null,
"as_of": "2026-06-25",
"dated": true
}
},
{
"id": "deal_46f741afdfd3a1be57bbf5afa8ed6e58",
"market": "phx",
"kind": "flip",
"deal_type": "PAIR",
"deal_kind": "FLIP",
"ownership_confirmed": null,
"buyer_status": "registered",
"buyer_exclusion": null,
"property": {
"id": "prop_a2818176007027aee8d47996b448609a",
"market": "phx",
"apn": "131-28-196",
"apn_norm": "13128196",
"county_fips": "04013",
"address_short": "7428 E Cambridge Ave",
"street_no_unit": "7428 E Cambridge Ave",
"unit": null,
"city": "SCOTTSDALE",
"state": "AZ",
"zip": "85257",
"latitude": 33.478329,
"longitude": -111.920155,
"segment": "SFR",
"bedrooms": 3,
"bathrooms": 2,
"sqft": 1683,
"year_built": 1959,
"pool": true
},
"distance_miles": 0.1,
"bought_on": "2025-03-05",
"date_quality": "deed",
"held_since_source": "DEED_ACQUISITION",
"bought_price": 540000,
"sold_on": "2025-09-18",
"sold_price": 690000,
"hold_days": 197,
"gross_profit": 150000,
"spread_ratio": 0.277778,
"price_quality": "BOTH",
"days_held_to_data_end": null,
"sold_to_wholesaler": false,
"round_trip": false,
"is_purchase_event": true,
"n_parcels_in_event": 1,
"bought_from_wholesaler": false,
"bought_from_wholesaler_via": null,
"wholesaler_investor_id": null,
"bought_from_investor": false,
"bought_distressed": false,
"bought_auction_kind": null,
"holding_kind": null,
"acquisition_kind": null,
"investor": {
"id": "inv_0d079771ae62",
"market": "phx",
"name": "KREATIVE HOME SOLUTIONS LLC",
"display_name": "KREATIVE HOME SOLUTIONS LLC",
"state": "AZ",
"kind": "FLIPPER",
"confidence": "WEAK",
"scale": "small",
"institutional": false,
"is_public": false,
"last_bought_on": "2025-03-05",
"n_deals": 1,
"buyer_status": "registered"
},
"seller": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"end_buyer": {
"id": null,
"name": null,
"display_name": null,
"kind": "PERSON",
"kinds": null
},
"owner": null,
"listing": null,
"short_term_rental": null,
"wholesale_listing": null,
"financing": {
"purchase_loan_status": "NONE_CAPTURED",
"purchase_loan": null,
"secondary_loans_n": null,
"link_window": null,
"outcome": null,
"as_of": "2026-06-25",
"dated": true
}
}
],
"page": {
"next_cursor": "eyJ2IjoxLCJydW4iOiIxNzg4NDY5ODE5IiwicSI6IjRlNzcwNGQyMjljY2E1NGNjYWFjYzFmYzJjNzkwMGM2NTkwZDUzMzU4Zjg4YWJhZWVkZTgzZWRmOGJlMzZmZjkiLCJrIjpbMTU4LjQ0OTk3ODY0MjAzNzUsIjQ2Zjc0MWFmZGZkM2ExYmU1N2JiZjVhZmE4ZWQ2ZTU4Il19",
"limit": 2,
"returned": 2
},
"meta": {
"generated_at": "2026-09-03T21:40:00.000Z",
"reference_point": {
"lat": 33.476917,
"lng": -111.920385
},
"geometry": {
"kind": "radius",
"lat": 33.476917,
"lng": -111.920385,
"radius_miles": 2,
"bbox": null,
"property_id": null,
"zip": null,
"city": null
},
"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": 7,
"registry_version": "v4-metro-review-fixes",
"dataset_version": 1788469819,
"loaded_at": "2026-09-03T21:10:18.682Z",
"metro_buy_to_resale_ratio": 0.7192,
"universe_kind": "metro",
"universe_zips": null,
"point_tolerance_miles": 20,
"n_parcels": null,
"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
You want the deals table of the God Mode screen, or the “Activity here” table of an investor drawer (addinvestor_id=).
| Instead use | When |
|---|---|
GET /v1/deals/cells | A zoomed-out map with too many points to draw. |
GET /v1/deals/summary | The numbers above the table. A paged list carries no total. |
GET /v1/deals/{id} | One deal, for a card. |
GET /v1/investors/{id}/deals | One investor’s whole history across the market, not just here. |
Read the response
- The location is a point with
radius_miles, abbox, aproperty_id, or a place. Send one location per request.lat+lngcan go beside abboxor a place as the reference point. - A place is a
zip, as a comma list or a repeated key of ZIP codes, or acity. The city is the parcel’s postal city as the county records it. It is not the short-term rental jurisdiction. The API ignores letter case. For a ZIP or a city that no loaded market’s parcels carry, the API answers422 outside_coverageand names it (zips_unknown,city). On Free and Starter the place is one ZIP (Plans and limits). - The API measures
distance_milesfrom the point you gave, or from the parcel ofproperty_id. With abbox, azipor acityand no point, it is null and the default sort is newest first. meta.geometryechoes the location that ran, so you can repeat a request from its answer. The envelope describes it.- The API names
sellerandend_buyeronly when they are registered investors. It never names a household, only its kind (PERSON,TRUSTorENTITY). investor.namealways carries a value for a registered investor. A buyer without an investor id hasbuyer_statusunclassifiedorexcluded, and is usually a household. For such a buyer, this host does not serve the deed name orinvestor.state: both come back null. It servesbuyer_statusitself.ownercarries a value only on a confirmed current holding. This host does not serveowner.namesorowner.mailing: they are null, withcontact_redacted: true. It serves the owner facts beside them.short_term_rental, on hold rows, is the parcel’s record from the city’s own licence roll.str_status=LICENSED,PENDINGkeeps the licensed and the pending holdings.str_business_use=truekeeps the holdings whose licence is a business use attributed to the current owner. The block is null on resold rows and outside every loaded city. See the short-term rental parcel.financing(since 0.16.0) says if a purchase loan is on record in the 45 days frombought_on. It also says which lender made it and what became of it.NONE_CAPTUREDis not a cash purchase (The Deal object).financed_by=len_...keeps the deals of investors who borrow from that lender.uses_private_lender=truekeeps the deals of investors who borrowed from a hard-money, investor,INDIVIDUALorPRIVATElender in the registry’s window. Both answer422 lenders_unavailablewhere the market has no published registry or borrower match.- Page with
page.next_cursor: pass it back ascursor=with the same query.
Gotchas
- By default the list hides institutional investors and public bodies. To include them, add
institutionaltoscale=and setinclude_public=true. The same defaults apply to the summary and the cells, so the numbers agree. sort=distanceneeds a point. Withbbox,ziporcityalone, the API answers400 sort_requires_point.- A city, or a list of more than six ZIPs, is a large query, like a radius over five miles. A large query waits for the large queries before it.
- A cursor is valid only for the same query, sort and data version. See Pagination.
- This route has no CSV on
api.investorlift.com. Page the JSON list (Give me a spreadsheet). The one public CSV is the loans of a lender. - For bracketed list syntax (
kind[]=flip), the API answers400 unknown_parameter. Writekind=flip,holdor repeat the key. - The API follows
investor_id=with an old id to the current investor and echoes the old id inmeta.resolved_from. For a retired id, the API answers410 gone.
Related
The calls behind a map uses this route with the summary and the cells. Filters in plain words lists every filter, and the Texas price rules.Authorizations
API key from the developer console (starts with zpka_). Create one at https://developers.investorlift.com/get-a-key.
Query Parameters
Deal kinds to keep (comma list or repeated key). Default: every kind.
1What occurred on the deal. flip: bought, fixed and resold within about a year at a profit-shaped margin; wholesale: bought and resold in under 30 days, or a chain resale or round trip within 90 (a double close); hold: bought and still owned at data_end, a confirmed holding or an un-resold purchase; long_hold: held over a year, then sold (a landlord exit); other: an investor resale that is not a clean flip. Reasons: a loss, a thin margin, a builder's new home resold, an iBuyer resale, or a chain resale of 3 to 12 months; build: a registered investor bought a lot or teardown, built a house on it during the hold, then sold. A builder's finished home bought and resold is other. On data built after 2026-09-17 the kind keeps only a single-family parcel held over 90 days, its house complete by the sale year. A market built on or before 2026-09-17 (meta.coverage[].loaded_at) counts every lot-to-build resale by a registered investor as a build until its next build.
flip, wholesale, hold, long_hold, other, build Minimum bought price, inclusive, integer dollars. When you set price_min or price_max, the API drops null-priced rows unless include_unpriced=true.
0 <= x <= 9007199254740991Maximum bought price, inclusive, integer dollars.
0 <= x <= 9007199254740991Keep deals bought on or after this date. When you set bought_after or bought_before, the API drops null-date rows unless include_undated=true.
Keep deals bought on or before this date.
Resold deals only: sold on or after this date.
Resold deals only: sold on or before this date.
Parcel segments to keep. Default: every segment.
1Parcel segment: SFR, CONDO_TH (condo or townhouse) or OTHER, a mixed bucket of manufactured, multi-family, land and commercial parcels.
SFR, CONDO_TH, OTHER Minimum bedrooms, inclusive.
0 <= x <= 50Minimum living area in square feet, inclusive, 0 to 1,000,000.
0 <= x <= 1000000Maximum living area in square feet, inclusive, 0 to 1,000,000.
0 <= x <= 1000000Keep investors that carry at least one listed kind. The check reads any of their kinds[], never the primary kind. Default: every kind. Buyers without an investor id pass unless registered_only=true.
1Investor kind, the primary one of kinds[] (an investor can carry several), for display only. FLIPPER: buys, renovates and resells. WHOLESALER: buys to resell quickly, often through a double close. LANDLORD: buys and holds rentals. BUILDER: builds on lots it buys. IBUYER: Opendoor, Offerpad or Zillow.
FLIPPER, WHOLESALER, LANDLORD, BUILDER, IBUYER Drop investors that carry any listed kind. The API checks kinds[] after investor_kind. investor_kind_exclude=WHOLESALER removes investors who also wholesale.
1Investor kind, the primary one of kinds[] (an investor can carry several), for display only. FLIPPER: buys, renovates and resells. WHOLESALER: buys to resell quickly, often through a double close. LANDLORD: buys and holds rentals. BUILDER: builds on lots it buys. IBUYER: Opendoor, Offerpad or Zillow.
FLIPPER, WHOLESALER, LANDLORD, BUILDER, IBUYER Minimum registry confidence in the investor kind: STRONG, PROBABLE or WEAK (WEAK admits everything).
STRONG, PROBABLE, WEAK Scale tiers to keep. Default: every tier except institutional. An explicit list replaces the default entirely. scale=institutional alone returns only institutional. scale=individual,small,mid,large,institutional returns everyone.
1Investor scale: individual (one person, no entity), small (fewer than 10 investment deals), mid (10 to 99), large (100 to 999) or institutional. An institutional investor is an iBuyer, a production builder, a bulk landlord with 500 or more holdings, or a known brand from a list. The registry counts the deals inside the area loaded for the market (meta.coverage[].universe_kind), so in a ZIP market the tier is a floor.
individual, small, mid, large, institutional Include public-body investors (counties, cities, housing authorities) and their deals. Default false: every list endpoint hides them.
true, false Keep null-priced rows when you set price_min or price_max (default false).
true, false Keep null-date rows when you set bought_after or bought_before (default false).
true, false Keep investors whose last purchase is at most this many months before data_end (data_end minus last_bought_on). Sales and transfers do not count. No default.
1 <= x <= 600Minimum purchase events of that investor inside the geometry, 1 to 1,000,000. The API applies it after the other filters.
1 <= x <= 1000000Investor filter: keep investors who hold at least this many parcels across the whole market at the deed data end (meta.coverage[].data_end). The count is the investor's n_holds: confirmed holdings plus un-resold purchases inside the area loaded for the market, not the holdings inside the geometry. Range 0 to 1,000,000, inclusive. For example, holds_min=20 keeps the larger portfolios. Buyers without an investor id pass unless registered_only=true.
0 <= x <= 1000000Investor filter: keep investors who hold at most this many parcels across the whole market at the deed data end (n_holds). Range 0 to 1,000,000, inclusive. holds_max=0 keeps the investors that hold nothing. Beside holds_min the pair is a band. Buyers without an investor id pass unless registered_only=true.
0 <= x <= 1000000Investor filter: at least one bought-from-wholesaler deal in the 36 months before data_end.
true, false Investor filter: true keeps investors who bought at least one house at a foreclosure auction in the 24 months before data_end. A foreclosure auction is a trustee's sale or an Arizona sheriff's sale, and the filter reads investor.auction.is_active_auction_buyer. These buyers pay cash within a day and buy without an inspection. False keeps registered investors who did not. Buyers without an investor id pass unless registered_only=true. The API answers 422 auction_unavailable in a market that does not publish its auction counts (meta.coverage[].auction_counted false).
true, false Investor filter: true keeps investors who bought at least one house from a lender, servicer or agency after a foreclosure. The window is the 24 months before data_end, and the filter reads investor.auction.is_active_reo_buyer. A bank-owned (REO) sale gave the buyer weeks, an inspection and the option to finance: the weaker cash signal beside buys_at_auction. False keeps registered investors who did not, and buys_at_auction=true&buys_reo=false is the cash-only set. Buyers without an investor id pass unless registered_only=true. The API answers 422 auction_unavailable where the market does not publish its auction counts.
true, false Deal filter: keep deals whose purchase deed was a third-party auction purchase of one of the listed kinds (comma list or repeated key). For example, bought_auction_kind=TRUSTEE_SALE keeps houses bought at a foreclosure sale. The API drops deals bought any other way and deals without a buy deed. The API answers 422 auction_unavailable where the market does not publish its auction counts.
1The kind of auction the purchase deed records: TRUSTEE_SALE and SHERIFF_SALE count toward buys_at_auction, and the API shows the other three but never counts them. TRUSTEE_SALE: a lender's foreclosure sale by the trustee, cash and final on the day, without redemption. In Arizona the buyer pays a $10,000 deposit and the full bid by 5 pm the next business day. In Texas it is the first-Tuesday courthouse sale, in Washington the Friday sale at the county's designated place under RCW 61.24. SHERIFF_SALE: a judicial sale under court order. In Arizona it is an HOA or judgment-lien sale, cash but subject to the first mortgage and to a 30-day or 6-month redemption. In Washington it is a judicial mortgage foreclosure or lien sale under RCW 6.21, with an 8-month or 1-year redemption. In Washington the sale is subject to the senior lien only when it is a lien sale. HOA_TRUSTEE_SALE: a Texas homeowners association foreclosure recorded as a trustee's deed, cash, subject to the first lien and to a 180-day redemption. TAX_SALE: a Texas constable or taxing-unit tax sale, cash, with a 180-day or 2-year redemption. In Washington it is the county treasurer's deed after the tax foreclosure judgment, with no redemption after the sale. TAX_LIEN_DEED: an Arizona treasurer's deed to a tax-lien holder, mostly vacant land, not an auction of the house.
TRUSTEE_SALE, SHERIFF_SALE, HOA_TRUSTEE_SALE, TAX_SALE, TAX_LIEN_DEED Deal filter: bought through a documented double close from a wholesaler, or from a known wholesaler. Assignments leave no deed, so absence is not evidence.
true, false Deal filter: the buy leg was a distressed sale. That is a foreclosure, trustee, sheriff or tax instrument, a deed in lieu, or a deed the feed flags as REO. It is wider than bought_auction_kind, which keeps only third-party auction purchases.
true, false Keep only rows whose buyer carries an investor id (investor.id is not null).
true, false Buyer statuses to keep.
1The buyer's standing in the registry: registered (has an investor id), unclassified, excluded or unknown (the deed names no buyer). Unclassified: a named buyer the registry did not classify as an investor, usually a household. Excluded: a named buyer the registry deliberately left out. Those are custodian trusts, relocation companies, auction houses and ambiguous surnames.
registered, unclassified, excluded, unknown Investor filter: true keeps investors that hold at least one parcel with a business-use short-term-rental licence attributed to them. That is the str roll-up's n_holdings at 1 or more. False keeps investors with none. Buyers without an investor id pass unless registered_only=true. The API answers 422 str_unavailable when a market in play has no short-term rental tables (meta.coverage[].str_as_of null).
true, false Investor filter: at least this many of the investor's holdings carry a business-use short-term-rental licence attributed to them (the str roll-up's n_holdings), 1 or more. Buyers without an investor id pass unless registered_only=true. The API answers 422 str_unavailable when a market in play has no short-term rental tables.
1 <= x <= 100000Investor filter: keep investors with at least one recorded loan from this lender, as the main borrower of the mortgage or the open lien. The value is a lender id, len_ followed by 12 hex characters, for example len_d2028f0766fc from GET /v1/lenders/search. The match is investor_id on the lender's loan rows. The count is a floor: the recorded history sees about one loan in five. Buyers without an investor id pass unless registered_only=true. The API answers 422 lenders_unavailable when a market in play has no lender registry with the borrower match (meta.coverage[].lenders null or borrowers_measured false).
^len_[0-9a-f]{12}$Investor filter: true keeps investors with a loan from a private lender, recorded in the 24 months before the lender registry's slice date (meta.coverage[].lenders.as_of). A private lender is a hard-money lender by name or behaviour (is_hard_money) or an investor lender by behaviour (is_investor_lender). A lender whose class reads INDIVIDUAL or PRIVATE also counts as private. False keeps registered investors with none such, and the result is a floor of a partial feed. Buyers without an investor id pass unless registered_only=true. The API answers 422 lenders_unavailable when a market in play has no lender registry with the borrower match.
true, false Scope the rows to one buyer (the drawer's "Activity here"). The API follows an old id from an earlier data refresh to the investor that superseded it and echoes the old id in meta.resolved_from. A retired id is 410 gone.
^inv_[0-9a-f]{12}$Scope the rows to one deal.
^deal_[0-9a-f]{32}$Point latitude (with lng). With radius_miles it is the search geometry. With bbox it is the reference point only.
-90 <= x <= 90Point longitude (with lat).
-180 <= x <= 180Search radius in miles around the point or around the centre of the property_id parcel, 0.25 to 20 (default 2). Not allowed with bbox.
0.25 <= x <= 20Viewport as west,south,east,north (WGS84 degrees). West must be less than east, south less than north, and the diagonal at most 40 mi. It must intersect a loaded market's coverage bbox (422 outside_coverage otherwise). It can carry lat + lng (without radius_miles) as the reference point for distances and sort=distance.
Parcel geometry: search around the centre of that parcel, with radius_miles. Not allowed with lat, lng or bbox.
^prop_[0-9a-f]{32}$Place geometry: the parcels of these 5-digit ZIP codes, as a comma list or a repeated key, up to 50. On the deal and investor routes the Free and Starter plans take exactly one ZIP, and more is 403 plan_limit. You can add lat + lng as the reference point for distances. Not with radius_miles, bbox, property_id or city. A ZIP that no parcel of a loaded market carries is 422 outside_coverage (zips_unknown in the body).
1 - 50 elements^\d{5}$Place geometry: the parcels whose postal city is this one, as the county records it ("Scottsdale"). Case does not matter: the API compares the value folded upper case. Never the short-term rental jurisdiction (meta.coverage[].str.jurisdictions[]). You can add lat + lng as the reference point, but not radius_miles, bbox, property_id or zip. On the deal and investor routes of the Free and Starter plans a city-wide search is 403 plan_limit. A city that no parcel of a loaded market carries is 422 outside_coverage.
1 - 100Keep only deals whose closing deed closed an Investorlift listing. Those rows carry a wholesale_listing block. The API answers 422 wholesale_unavailable when the market has no wholesale tables (meta.coverage[].wholesale_as_of null).
true, false Keep only holdings whose short-term rental status matches one of the values (comma list or repeated key): LICENSED, PENDING or EXPIRED, the block's status. The API serves NONE on rows, but NONE is not filterable in this release (400 for the value). The API applies the filter before it cuts the page. Rows that are not holdings never match. 422 str_unavailable when a market in play has no short-term rental tables (meta.coverage[].str_as_of null). Default: every row.
1The short-term rental status a holding must carry for the API to keep the row: the block's status. LICENSED means an active licence or permit, PENDING an application on file with none active, and EXPIRED every record on the parcel inactive. The API keeps a row when any of the values matches. Rows that are not holdings (flips, wholesales, resold purchases) carry no block and never match. The API serves NONE on rows, but NONE is not filterable in this release (400 for the value).
LICENSED, PENDING, EXPIRED With true, keep only hold rows whose licence is a business use attributed to the current owner: the UI's short-term rental deal type. With false, keep only hold rows whose licence is not one: a person's own home with a casita permit, or a prior owner's permit. Without str_status the test covers LICENSED and PENDING records, the only ones where business_use is true. Combine it with str_status to widen or narrow. The API applies the filter before it cuts the page. Rows that are not holdings never match. 422 str_unavailable when a market in play has no short-term rental tables (meta.coverage[].str_as_of null). Default: every row.
true, false Row order: distance (nearest first), date_desc (newest purchase first), date_asc (oldest purchase first), price_desc or price_asc (on the purchase price). With a reference point the default is distance, which needs lat + lng or property_id. With bbox alone the default is date_desc. Undated rows come last under both date sorts, and unpriced rows last under both price sorts.
distance, date_desc, date_asc, price_desc, price_asc 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
One page of deals inside the geometry after the filters, in the requested sort, with the cursor for the next page.
Deals inside the geometry, one page.
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?