Skip to content

TildaDares/internships-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internships Web Scraper API

Internships Web Scraper API is a LinkedIn Web Scraper that scrapes the page for internship opportunities. It returns internship opportunities from all over the world and it can also search by internship role.

API Documentation

GET /results (get all internships)

GET /results/:role (get internships by role)

Development

To run this project on your local machine, do the following:

  • Run git clone https://github.com/TildaDares/internships-web-scraper.git to clone this repo.
  • Run cd internships-web-scraper to navigate into the project folder.
  • Run npm i to install all the packages.
  • Start the server by running npm run start
  • Open http://localhost:8000/results with your browser to see the results of the scrape in your terminal.

Releases

No releases published

Packages

No packages published