Skip to content

tomquirk/seek-com-au-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seek-com-au-api

🧑‍💼 Python wrapper for the seek.com.au API (unofficial)

Installation

Using Python >= 3.6:

pip install -e git+https://github.com/tomquirk/seek-com-au-api.git#egg=seek_com_au_api

Example usage

from seek_com_au import SeekComAu

api = SeekComAu()

# Search job listings
listings = api.search(keywords='public health officer', limit=5)

# Get listing
listing = api.get_listing(listings[0].id)

Data classes

Data class for a listing. See listing.py for reference.

About

🧑‍💼 Python wrapper for the Seek API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages