Skip to content

Latest commit

 

History

History

internshala_scraper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Internshala Internships Scraper Script by TechTarun


This script written in Python can scrape the computer science internships data from Internshala and create a CSV out of it.

In order to run it, just use command python path/to/codefile

Currently written to scrape computer science internships, this script is general in natire and can scrape any internships just by changing the necessary URLs in the code.

Technologies used -

  • Python 3
  • Requests
  • Beautiful Soup
  • Pandas