Relative Content

Tag Archive for pythonhtmlxpath

Cant Scrape webpage with Python Requests Library

I am trying to get some info from a webpage (link below) using Requests in python; however, the HTML data that I see in my browser doesn’t seem to exist when I connect via python’s request library. None of the xpath queries return any information. I am able to use requests for other sites such as amazon (the site below is actually owned by Amazon, but I can’t seem to scrape any information from it).