Skip to content

mohdbasi/web-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Internshala Job Scraper

This project scrapes Python/Django job listings from Internshala, extracts details such as job title, company, location, skills required, experience, salary, job description, and job link, and saves them into a well-formatted Excel file.

Features

  • Scrapes job listings from Internshala.
  • Extracts all relevant job details, including full job descriptions and required skills.
  • Saves data to an Excel file (Internshala_Jobs.xlsx).
  • Auto-adjusts column widths and wraps text for readability.
  • Highlights the header row in bold.

Requirements

  • Python 3.8+
  • See requirements.txt for required packages.

Installation

  1. Clone this repository or download the files.
  2. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Run the scraper script:
    python internshala_scraper.py
  2. The output Excel file Internshala_Jobs.xlsx will be created in the project directory.

Output

The Excel file will contain the following columns:

  • JobTitle
  • Location
  • ExperienceRequired
  • SkillsRequired
  • Salary
  • JobDescriptionSummary
  • JobURL

All columns are auto-sized and text is wrapped for better readability.

License

This project is for educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages