Hey there,
My name is Samuel Kahn and I am a Data Science graduate student at UC Berkeley. I have been using your API For the past couple months with ease (Big Thank You btw), but this past week it stopped working.
For example :
from glassdoor import get
x = get('dropbox')
x
returns
{'satisfaction': {'ratings': 0, 'score': None}, 'ceo': {'reviews': 0, '%approval': None, 'name': '', 'avatar': ''}, 'meta': {'website': '', 'reviews': None, 'name': u'Dropbox', 'connections': 0, 'score': None, 'location': '', 'logo': None, 'size': [None, None]}, 'salary': []}
Did glass door maybe change the layout of their webpage so the crawl isn't working properly?
Hey there,
My name is Samuel Kahn and I am a Data Science graduate student at UC Berkeley. I have been using your API For the past couple months with ease (Big Thank You btw), but this past week it stopped working.
For example :
returns
{'satisfaction': {'ratings': 0, 'score': None}, 'ceo': {'reviews': 0, '%approval': None, 'name': '', 'avatar': ''}, 'meta': {'website': '', 'reviews': None, 'name': u'Dropbox', 'connections': 0, 'score': None, 'location': '', 'logo': None, 'size': [None, None]}, 'salary': []}
Did glass door maybe change the layout of their webpage so the crawl isn't working properly?