Skip to content

This project aims to scrape and analysis interviews from Glassdoor. It is focused for data science as for now. There will be more data science work on this repo on the future.

License

Notifications You must be signed in to change notification settings

AhmedTammaa/InterviewInsightMine

Repository files navigation

Interview Insight Mine

This project aims at collecting and analyzing interview questions from Glassdoor. The project is currently in its first phase, focused on data-oriented roles.

  • Data Science (Main focus)
  • Data Analysis
  • Data Engineering

Progress until now

All data science interviews from FAANG are scraped and saved into CSV files. (Old)
Now we have 9000+ data-oriented from FAANG and non-FAANG companies so our data is more diverse.

NEW: A new deep learning model is under development to tag the scrapped questions. Currently, there are 2000+ Tagged questions on the dataset. The new deep learning model is being developed in this repo InterviewQuestionTagging

Libraries and tools

  • Python 3.10.1
  • Selenium
  • Beautiful Soup
  • Plotly (for Visualization)
  • Jupyter notebook

Usage

  1. Go to the company you want to scrape its interview
  2. Filter the job interview
  3. Get the paged link (e.g. go to page 2, then change the IP2 in the link to IP1)
  4. Plug the link into the config.py
  5. Fill the rest of the data into the config.py
  6. Run the scraper script $ Python scraper.py
  7. Wait for it until it finishes scrapping
  8. Run the data_cleaner.ipynb
  9. Get your final CSV file it will be named items_$company_name.csv
  10. Enjoy analyzing your data (this repo will contain data analysis in the future)

Future Plans (for now)

The project is still in scarping phase, so far, 9000+ data-oriented interviews. There will be data analysis scripts and insights for the collected data.

Contact

If you have any questions or need anything relevant to the project, feel free to email me.

About

This project aims to scrape and analysis interviews from Glassdoor. It is focused for data science as for now. There will be more data science work on this repo on the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors