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 9 months ago

hhldiniz commented 9 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 8 months ago

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