Skip to content

This project is aimed at scraping the data of university professors from Google Scholar, including their citation count, h-index, and other relevant information. The scraped data will be stored in a CSV file for further analysis.

Notifications You must be signed in to change notification settings

Anas1108/Scraping-Google-Scholar-Data-of-University-Professors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Scraping Google Scholar Data of University Professors using Python

Overview

This project is aimed at scraping the data of university professors from Google Scholar, including their citation count, h-index, and other relevant information. The scraped data will be stored in a CSV file for further analysis. This project will be implemented using Python, BeautifulSoup, and the requests library. The project will be executed in an IPython Notebook.

Prerequisites

Before starting this project, you will need to have the following software installed on your machine:

  • Python 3.x
  • Jupyter Notebook
  • pip
  • virtualenv (optional)

Installation

  1. Clone the repository to your local machine:
  1. Change into the project directory:
  • cd <repository_name>
  1. Create a virtual environment (optional):
  • virtualenv env
  1. Activate the virtual environment (if you created one in step 3):
  • source env/bin/activate
  1. Install the required packages:
  • pip install -r requirements.txt

Usage

  1. Start Jupyter Notebook:
  • jupyter notebook
  1. Open the IPython Notebook file google_scholar_scraping.ipynb.

  2. Follow the instructions in the notebook to scrape the data from Google Scholar.

  3. The scraped data will be stored in a CSV file named professors_data.csv.

Note

Please note that Google Scholar may have restrictions on scraping its data. Use this project at your own risk and make sure to respect the terms of service of Google Scholar.

About

This project is aimed at scraping the data of university professors from Google Scholar, including their citation count, h-index, and other relevant information. The scraped data will be stored in a CSV file for further analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published