From 808a19a8f78e4415a944afde5dbb3e8955a31b50 Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Fri, 3 Nov 2023 18:51:02 -0500 Subject: [PATCH] docs: readme - date_to, date_from --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df35bd..8dcac68 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Optional ├── past_days (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) │ -├── date_range (string tuple): Start and end dates to filter properties listed or sold, both dates are required. +├── date_from, date_to (string): Start and end dates to filter properties listed or sold, both dates are required. } (use this to get properties in chunks as there's a 10k result limit) │ Format for both must be "YYYY-MM-DD". │ Example: ("2023-05-01", "2023-05-15") (fetches properties listed/sold between these dates)