This project is a Python script that utilizes the BeautifulSoup library to scrape data from Internshala website. It focuses on extracting information related to jobs posted on the website.
-- Data Scraping: The script connects to the Internshala website and collects data by parsing the HTML content of the relevant web pages. It specifically targets the matching preferences section to retrieve internship-related information.
-- Jupyter Notebook Implementation: The data scraping functionality is implemented in a Jupyter Notebook for easy execution and visualization. The notebook provides a step-by-step guide for running the script and displaying the extracted data.
-- Python 3.x -- Pandas -- BeautifulSoup library