Relative Content

Tag Archive for pythonweb-scraping

How to get data from a webpage that does not respond to GET

I am new to coding and I am learning to scrape webpages. My current project is to gather fuel prices from supermarkets. Data is available here. Since python scrapping failed when trying to retrieve data from this page. I tried to debug with curl and it seems the server blocks incomings scrape requests. Is there any other way to get the info needed?

Problem with web scraping with beautifulsoup

The problem is that the data appears in only one column and is not distributed among the rest of the columns (an image has been attached).
Knowing the seventh step, I used the zip longest method and did unpacking. I do not know exactly where the problem is.