From 68c7e411e44af16f46bbb8dda52940c77f08fb51 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Wed, 4 Oct 2023 22:07:51 -0500 Subject: [PATCH] [docs] pending / contingent searches --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 55a6614..6c532fd 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Optional │ ├── property_younger_than (integer): Number of past days to filter properties. Utilizes 'last_sold_date' for 'sold' listing types, and 'list_date' for others (for_rent, for_sale). │ Example: 30 (fetches properties listed/sold in the last 30 days) +| +├── pending_or_contingent (True/False): If set, fetches only pending or contingent listings. Only applicable for `for_sale listings` from general area searches. │ ├── mls_only (True/False): If set, fetches only MLS listings (mainly applicable to 'sold' listings) │