What parameters need to be put in regards to this site (www.pyszne.pl) so that the requests function can be executed properly? I need to have a url which leads to the restaurants available under a specific postcode.
here is my code:
import requests
payload = {'myvaluestring':'30-529'}
r = requests.post('https://www.pyszne.pl', data=payload)
print(r.url)
I'm only receiving the same main page url https://www.pyszne.pl/