lundi 29 juillet 2019

How do I retrieve JSON from web page without a dedicated .json url?

I am building a web scrape for this website https://www.kucoin.com/news and I want to be able to pick up the latest news. For other websites, I would simply get the JSON and parse it into python and constantly monitor it to see if there any changes. However, for this web page, there are no dedicated JSON URL I can access when I looked through the Network Tab in Google Chrome. Apparently, the JSON is on the same page as that web (when I view source, it is at the bottom). How can I extract the JSON itself so I can setup a web scrape / monitor for it?




Aucun commentaire:

Enregistrer un commentaire