Riješeno: dobiti podatke o web stranici kao json python

Posljednje ažuriranje: 09/11/2023

Glavni problem sa dobijanjem podataka o web stranici kao JSON je to što može biti teško ispravno raščlaniti.

-3.x json web-scraping BeautifulSoup selenium I am trying to get the data from this webpage: https://www.worldometers.info/coronavirus/country/us/ I have tried using BeautifulSoup and Selenium, but neither of them seem to work for me. How can I get the data from this page?... I am trying to get the data from this webpage: https://www.worldometers.info/coronavirus/country/us/ I have tried using BeautifulSoup and Selenium, but neither of them seem to work for me. How can I get the data from this page?...

Struganje weba

Web scraping je proces izdvajanja podataka sa web stranice ili dokumenta pomoću web pretraživača. Podaci mogu biti u obliku teksta, slika ili drugih elemenata.

Šta je JSON?

?

JSON je lagani format za razmjenu podataka. Ljudima je lako čitati i pisati, a mašinama je lako raščlaniti i generirati.

Slični postovi: