adding floorplans, detail json, refactored the folders

This commit is contained in:
Kadir 2024-03-07 22:02:09 +00:00
parent e2f7998ee9
commit 46bb641026
215 changed files with 481 additions and 23 deletions

View file

@ -1,15 +0,0 @@
import requests
headers = {
'Host': 'api.rightmove.co.uk',
# 'Accept-Encoding': 'gzip, deflate, br',
'User-Agent': 'okhttp/4.10.0',
'Connection': 'close',
}
params = {
'apiApplication': 'ANDROID',
'appVersion': '3.70.0',
}
response = requests.get('https://api.rightmove.co.uk/api/property/119578451', params=params, headers=headers, verify=False)