I'm doing a small project and I need to get information from the Airbnb page (specifically this url " link "). The problem occurs in the second line of code:
url = "https://www.airbnb.cl/s/Santiago--Chile?s_tag=EXop_G3D"
html = open(url)
Return me:
OpenURI::HTTPError: 503 Service Unavailable
With other sites I do not get this error, so I do not understand why this gives me back that.