hhldiniz / glasslenses_server

Glasslenses server-side configuration and other backend related code
MIT License
0 stars 0 forks source link

Spike - Create Glassdoor scraper #2

Open hhldiniz opened 4 months ago

hhldiniz commented 4 months ago

Since we don't have access to Glassdoor API (denied by their team) we need to make a scrapper that will fetch this info manually from the Glassdoor webpage. We'll use Python for that. Check out Beautiful Soup library

bezmaxwell commented 3 months ago

Accord to recomendation we will use Beautiful Soup Library to get this scraper.