简体   繁体   English

如何通过谷歌学术搜索生成基于关键字的列表?

[英]How to scrape through Google Scholar to generate lists based on keywords?

I want to generate lists that constantly update with the latest scientific publications from scholar.google.com.我想生成列表,这些列表使用来自 Academic.google.com 的最新科学出版物不断更新。 I have some terms that have to be constantly crawled and once those keywords are found in any new publication, it has to be added to the list.我有一些必须不断抓取的术语,一旦在任何新出版物中找到这些关键字,就必须将其添加到列表中。

How do I develop such an algorithm without the need to have NLP knowledge?如何在不需要 NLP 知识的情况下开发这样的算法? Which libraries should be used?应该使用哪些库?

I am rather new to programming with Python and I am looking for a simple approach to address this issue.我对使用 Python 进行编程比较陌生,我正在寻找一种简单的方法来解决这个问题。 Many thanks for any input.非常感谢您的任何意见。

I would use an API like SerpApi Google Scholar API , and use requests to request data from that API.我会使用 API 之类的SerpApi Google Scholar API ,并使用requests从该 API 请求数据。 There are already many guides on the internet about how to use requests.互联网上已经有很多关于如何使用请求的指南。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM