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.
- Upload the code without api keys
- Rename repository to
ThisGotMeAJob
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
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')