How to scrape the web for news articles about the stock market using GoogleNews PyPi

Viewed 16

I would like to scrape the web to get top news about the stock market. Preferably, the trending news and the most popular topics using GoogleNews PyPi. Anyone know how to do that? Also, I was wondering if the GoogleNews package had a way to only pull articles from a specific website?

1 Answers

I suggest you to search for stock or news API's first before struggling scrapping things on google. There are a lot of free API you can take advantage of.

Related