A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/fission6/python-indeed below:

fission6/python-indeed: light wrapper for indeed.com api

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4