I am using GoogleNews API to crawl news through following code
for row in df[\'keyword\'].to_list(): googlenews.search(row) result=googlenews.result()