Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 1.5 KB

README.md

File metadata and controls

60 lines (49 loc) · 1.5 KB

This Will Get Me A Job

This code will provide me a summer internship in the United States.

It is a chrome extension that saves all the pertinent information from job postings to a google sheet. The google sheet acts as a tracking tool for all the applied jobs:

  • Applied
  • Got ghosted?
  • Got an interview, went well?
  • Got an offer, accepted the offer?
  • Got a Job!

It also has many filters, statistics and rankings.

TODO list

  • Upload the code without api keys
  • Rename repository to ThisGotMeAJob

Supported platforms

  • LinkedIn
  • Stackoverflow

Job data

These are data points collected for each job:

# company info
company {
    name
    website
    logo
    size
    founded
    industry
}

# platform info
platform
website

# job info
position
type
workspace
location
salary

# timing
posted_date
applied_date

# additional info
description
comment

Web scrapper utility

I had found no great way to do web scrapping from a chrome extension, so I created my own utility:

var result = await WebScrapping.scrape('https://awesome.url/page', 'cool_scrapper_content.js')