Skip to main content

Glassdoor Python API

None

Project description

Python API for Glassdoor.com

## Install

From source:

$ clone https://github.com/hackerlist/glassdoor $ cd glassdoor $ sudo pip install -e .

From pip:

$ sudo pip install glassdoor

## Use

>>> from glassdoor import get
>>> x = get('dropbox')
>>> x.json()
{'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

None

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.4.tar.gz (5.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page