Skip to content
Advertisement

Tag: web-scraping

Webscrape a product website like thingiverse

I am very new in webscraping and I am trying to do a small project where I can scrape a website like Thingiverse or similar where different CAD (or similar) files are shown. I am trying to for a particular Search keyword obtain a list of all the results. When I inspect the website the different products are highlighted in

BeautifulSoup returns empty list with valid html content

I’m trying to build a webscraper for a hungarian e-commerce site called https://www.arukereso.hu. The problem is that when the nextpage() function is first called, it returns a valid link (https://www.arukereso.hu/notebook-c3100/?start=25), the request’s content is also valid html, but BeautifulSoup makes an empty list out of it, therefore the program ends with an error. I would be grateful, if someone could

Advertisement