문제

I want to find all paper wich cites a specific paper(e.g On Random Graphs have been cited 4531 times)

http://scholar.google.com/scholar?cites=3057989108594026226&as_sdt=2005&sciodt=0,5&hl=zh-CN

To be specific, I want the titles and cite numbers of all those papers
I can do the parsing, but I don't know how to get all result html, because google only display 10 paper on one page. So I want a way to download all the result pages.

도움이 되었습니까?

해결책

Google Scholar seems to lack a public API.

With some searching, I found scholar.py, which claims to implement a querier and parser for Google Scholar's output.

Its code on Github was updated several days ago, so I suppose that it is still working well right now.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top