Skip to content

This is a platform supporting the latest free software engineer job information for the new graduates. The keywords include software grad, entry Software, Software University, Software graduate, Software college, junior developer, will be used for LinkedIn job search.

License

Notifications You must be signed in to change notification settings

jhon-murillo/LinkedIn-Scraper

 
 

Repository files navigation

LinkedIn Spider

Hits

This is a platform supporting the latest free software engineer job information for the new graduates. The keywords includes software grad, entry Software, Software university, Software graduate, Software college, junior developer, will be used for LinkedIn job search.

Temporarily supported by a hard-working LinkedIn scraper, which works 996 and never sleep. Only for self study purpose. No commercial usage allowed

Demo

The demo is deployed on Netlify

Screenshot Try it here

Note that the column can be sortable. Nimbly to use search for better filtering.

Usage

To configure your system for development, first install Node.js and npm and then run npm install. This will install some dependencies using npm. The Environment I use is Node 12.18.1 and npm 7.20.3.

To display the website, run npm start. Then visit localhost:3000 as default. To run the scraper, simply run node linkedin_xxx_scraper.js (xxx can be intern or fulltime), and wait for 2 minutes until page reloading. Or you can run 'autopush.sh' shell script which runs scraper and pushes to github.

You can also set a cron job using crontab command line tool:

Use crontab -e to add new job, then add cron schedule expression:

crontab -e
#schedule expression
0 8-20 * * * cd path/to/your/repo && ./autopush.sh

This expression means run script at minute 0 every hour from 8am. to 8pm.

Todos

  • spider server
  • Differences in contrast
  • push service

About

This is a platform supporting the latest free software engineer job information for the new graduates. The keywords include software grad, entry Software, Software University, Software graduate, Software college, junior developer, will be used for LinkedIn job search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.3%
  • CSS 21.9%
  • HTML 4.1%
  • Shell 0.7%