Skip to main content

Wrapper for searching usajobs.gov.

Project description

https://travis-ci.org/brennv/usajobs.svg?branch=master https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5-blue.svg https://img.shields.io/codecov/c/github/brennv/usajobs.svg

https://github.com/brennv/usajobs

Installation

pip install usajobs

Getting started

import usajobs

results = usajobs.search('manager')

len(results)              # 1392

result = results[0]       # first result
result.id                 # 'usajobs:445507500'
result.organization_name  # 'National Park Service'
result.position_title     # 'Project Manager (Interdisciplinary)'
result.start_date         # '2016-08-23'
result.end_date           # '2016-09-13'
result.url                # 'https://www.usajobs.gov/GetJob/ViewDetails/445507500'
result.locations          # ['Vancouver, WA']
result.minimum            # 71012
result.maximum            # 92316
result.rate_interval_code # 'PA'

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

usajobs-0.1.5.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

usajobs-0.1.5-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

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