-
Notifications
You must be signed in to change notification settings - Fork 7
fission6/python-indeed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple wrapper for indeed api. go to indeed.com - register for api publisher token example from indeed import IndeedApi token = 'your token' api = IndeedApi(token) json_results = api.search('job keywords') print json_results json_details = api.job_details([json_results['results'][0]['jobkey']]) print json_details
About
light wrapper for indeed.com api
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published