Hi Adnan,
Before you scrape any website/webpage, you must check if the administrator of that site has blocked scrapping Administrators block it because crawling affects the performance of the website
. In case you continue to scrape such a website, your ISP may block (blacklist)you. I checked the website you mentioned and they have blocked scrapping. Hence trying any method might just end up your ISP to block you(blacklist) or worse legal action for scrapping.
read this link for further reference: https://www.scrapehero.com/how-to-prevent-getting-blacklisted-while-scraping/
https://www.propertyfinder.ae/robots.txt as per this link, ajax scrapping is not allowed. Please talk to the respective service provider to seek permission to scrape/crawl their content
Once you seek their permission, you can use once of the methods mentioned in this link.
https://www.codementor.io/codementorteam/how-to-scrape-an-ajax-website-using-python-qw8fuitvi
Regards,
RRR
PS:
If my post has answered your question, please mark it as answer. Feel free to post your thoughts. !!