DEV Community

tarifa-man
tarifa-man

Posted on

Webscraping with loop and writing to csv

Webscraping with loop and writing to csv

2

I am attempting to scrape unstructured data from multiple URLs on a website. I used BeautifulSoup to successfully pull out the chunks that I needed. Then, to help structure the dataset I added the values to a list before writing them to a csv file.

When attempting to transfer the…

Top comments (0)