How can i scrap this site?

I’m trying to scrape data from Touristica (https://www.touristica.com.tr/belek-otelleri),
but the page uses dynamic filtering and the URL never changes.
The check-in and check-out dates are handled via session/XHR requests, not query parameters, so normal scrapers can’t navigate or pull data for different dates.
How can I capture or reproduce the underlying API request to scrape results for multiple dates?

Hi!

Please describe exactly what you are trying to scrape and what steps need to be taken to render the data.