Realty in US

FREEMIUM
Verified
От Api Dojo | Обновлено 16 दिन पहले | Business
Популярность

9.9 / 10

Задержка

1,613ms

Уровень обслуживания

99%

Health Check

N/A

Назад ко всем обсуждениям

list_date not restricting

Rapid account: Pixelfast
pixelfast
5 महीने पहले

For some reason the following json post shows me sold listings with list_date prior to my “min”.

It works fine when I only use 1 value (“sold” or “for_sale”) in the “status”, but not when I use both.

{
“limit”: 200,
“offset”: 0,
“state_code”: “FL”,
“search_location”: {“location”: “MONROE County, FL”},
“status”: [“for_sale”,“sold”],
“list_date”: {“max”: “2023-12-05”,“min”: “2022-12-05”},
“sort”: {
“direction”: “desc”,
“field”: “list_price”
},
“list_price”: {
“min”: 200000,
“max”: 50000000
}
}

	This is for the v3 List endpoint https://realty-in-us.p.rapidapi.com/properties/v3/list
Rapid account: Apidojo
apidojo Commented 4 महीने पहले

No, it isn’t. You can check realtor.com and see whether or not the site support such a feature.

Rapid account: Easysleepsas Fnr M Mtbyzr
easysleepsas-fnr_MMtbyzr Commented 4 महीने पहले

for properties/v3/list “list_date” is indeed a field that is shown in the endpoint example. see below:

field string One of the following : photo_count,last_update_date,list_date,list_price,sold_date,sold_price,beds,lot_sqft

is this a mistake?

Rapid account: Apidojo
apidojo Commented 5 महीने पहले

Hello,

Where do you see “list_date” as filter?! It is not documented or supported.

Regards.

Rapid account: Pixelfast
pixelfast Commented 5 महीने पहले

Thanks for the reply.

This post also doesn’t seem to recognize the list_date min/max filter. It returns all values regardless of list_date?

{

"limit": 200,

"offset": 0,

"state_code": "FL",

"search_location": {"location": "MIAMI DADE County, FL"},

	"status": ["for_sale"],

"list_date": {"max": "2023-12-07","min": "2022-09-07"},

"sort": {

    "direction": "desc",

    "field": "list_date"

    },

"list_price": {

    "min": 200000,

    "max": 50000000

    }

}
Rapid account: Apidojo
apidojo Commented 5 महीने पहले

Hello,

If you use realtor.com, you will see that you cannot select sold, rent, sale filters all together, it is OR condition https://prnt.sc/_pkusgtwikeM.

Regards.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии