Web scrapping using beautiful soup and uploading to a google sheets worksheet

Job ID: 36580065

Budget: $250 – $750 USD

I would like to have a python script to download real estate information from this url (example):

"https://my.flexmls.com/SergioRamonLuciano/search/saved_searches/20230513194110442314000000/listings?display_filter=false&_filter=MlsStatus%20Eq%20%27Active%27%20And%20PropertyType%20Eq%20%27A%27%20And%20ListPrice%20Bt%20250000.0%2C400000.0"

Requirements:

- Use python and beautiful soup will be the best option.
- The information needs to be stored to a google sheets workseet
- All the information by each property is needed
- The script will run once a week and every week the results will be stored at the bottom of the previous week results, in order to have historical data.

Note:
In order to be able to see the results table, it seems is needed to run aditional javascript, so, it has its catch.