Skip to content

fission6/python-indeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages