Glassdoor Python API
Project description
Python API for Glassdoor.com
Install
From source:
$ clone https://github.com/hackerlist/glassdoor
$ cd glassdoor
$ sudo pip install .
...
From pip:
$ sudo pip install glassdoor
...
Use
From the Command Line:
$ glassdoor google
{
'satisfaction': {
'ratings': 1953,
'score': 4.2
},
'ceo': {
'reviews': 985,
'%approval': 95,
'name': u 'Larry Page',
'avatar': u 'http://media.glassdoor.com/people/ceo/9079/google-larry-page.jpg'
},
'meta': {
'website': u 'www.google.com',
'reviews': 1953,
'name': u 'Google',
'Revenue': '$10+ billion (USD) per year',
'Industry': 'Information Technology',
'Founded': '1998',
'connections': 0,
'Competitors': 'Microsoft,Apple,Facebook',
'score': None,
'location': u 'Mountain View, CA',
'logo': u 'http://static.glassdoor.com/static/img/sqLogo/generic-150.png?v=7fc3122vf',
'Type': 'Company - Public\r\n\t\t\t\t\t\t(GOOG)',
'size': [5000]
},
'salary': [{
'position': u 'Software Engineer',
'range': (78000, 215000),
'samples': 4456,
'mean': 118966
}, {
'position': u 'Software Engineer In Test',
'range': (63000, 169000),
'samples': 269,
'mean': 104644
}, {
'position': u 'Senior Software Engineer',
'range': (80000, 250000),
'samples': 255,
'mean': 150506
}]
}
...
Within Python:
>>> from glassdoor import get
>>> x = get('dropbox')
>>> x
{'ceo': {'%approval': 100,
'avatar': 'http://media.glassdoor.com/people/ceo/415350/dropbox-drew-houston.jpg',
'name': 'Drew Houston',
'reviews': 14},
'meta': {'Competitors': 'Unknown',
'Founded': 'Unknown',
'Industry': 'Computer Software',
'Type': 'Company - Private',
'connections': 0,
'location': 'San Francisco, CA',
'name': 'Dropbox',
'reviews': 16,
'score': 4.6,
'size': (None, None),
'website': 'www.dropbox.com'},
'salary': [{'mean': 112688,
'position': 'Software Engineer',
'range': (100000, 138000),
'samples': 4},
{'mean': 78912,
'position': 'Software Engineer',
'range': (69840, 87996),
'samples': 2},
{'mean': 60892,
'position': 'Technical Support Engineer',
'range': (56000, 66000),
'samples': 2}],
'satisfaction': {'ratings': 16, 'score': 4.6}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
glassdoor-0.0.8.tar.gz
(5.7 kB
view details)
File details
Details for the file glassdoor-0.0.8.tar.gz
.
File metadata
- Download URL: glassdoor-0.0.8.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a299d10da352b9f5dd35dfd4f556fe661e537e00e4318d225ecf4759ec0b6e8a |
|
MD5 | 89597b0d30268fc8134b087e4693187a |
|
BLAKE2b-256 | 91fe1ad14948b3c4fc3bcdc37024a7615ce2dce9aed15c0dfe2fbe256b59f2b1 |