Relative Content

Tag Archive for pythonselenium-webdriverweb-scrapingbeautifulsoup

Trying to webscrape from the website, but the sale doesn’t show up

I tried to web scraping from this website https://circlechart.kr/page_chart/album.circle?serviceGbn=year&termGbn=year&hitYear=2012&targetTime=2012&nationGbn=T&year_time=3 to get the artist song, name, and the sales. But from the codes i wrote below, i do get the artist name and song, but the sales didn’t show up in my csv file. This file is important for me to complete my midterm. I hope anyone can help me

Hello anyone can help me? because i need this for today. Please… . I tried to webscrape from the website, but the sale didnt show up

I tried to web scraping from this website https://circlechart.kr/page_chart/album.circle?serviceGbn=year&termGbn=year&hitYear=2012&targetTime=2012&nationGbn=T&year_time=3 to get the artist song, name, and the sales. But from the codes i wrote below, i do get the artist name and song, but the sales didn’t show up in my csv file. This file is important for me to complete my midterm. I hope anyone can help me

BeautifulSoup and Selenium boost up with massive amount of data

I’m scrapping an e-commerce website with thousands of objects. BeautifulSoup with request does the stuff quick. But only to reveal the phone numbers (<a> tag with href references to js script) I have to use selenium running a web driver which becomes a bottleneck.
What effective method to make this kind of parsing relatively quick ? Mb some common approaches like multiprocessing?