DEV Community

Discussion on: Scrape Google Scholar with Python

Collapse
 
datum_geek profile image
Mohamed Hachaichi πŸ‡ΊπŸ‡¦ • Edited

Can we scrap the number of citations+year inside the barplot (citation by graph)?

Collapse
 
dmitryzub profile image
Dmitriy Zub β˜€οΈ

Do you mean value of each individual cell?

Collapse
 
dmitryzub profile image
Dmitriy Zub β˜€οΈ

@datum_geek the blog post has received major updates including graph extraction if it's something you still need πŸ™‚

Collapse
 
datum_geek profile image
Mohamed Hachaichi πŸ‡ΊπŸ‡¦

Hi @dmitryzub, I facing issues to scrap data on "samsung", for all pages of google scholar. Including title of the publication, authors of the publication, the year, and the full abstract. You code (the first peace) does not work, it reders nothing!

Thread Thread
 
dmitryzub profile image
Dmitriy Zub β˜€οΈ • Edited

Hi, @datum_geek.

What error do you receive? Pagination, data extraction works as expected without changes. I've just tested in the online IDE that is linked in this post:

Image description