Project

indeed

0.01
No commit activity in last 3 years
No release in over 3 years
Simple wrapper for JSON api provided by indeed. Original documentation at: http://www.indeed.com/jsp/apiinfo.jsp (Require authorization) Support search jobs API 2.0 and get jobs API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Indeed integration plugin

Simple integration plugin for Indeed.com XML feed api
https://ads.indeed.com/jobroll/xmlfeed (Require authorization)

Requirements

The following gems are required:

  • yajl-ruby
  • rake

Installation

gem install indeed

Example

require 'indeed'
Indeed.key = <publisher key>
result = Indeed.search(:q => "ruby", :l => "Boston")
result.totalResults #indeed returns number of results
Indeed.get('f8abbe5539f14420', '4fb26405a44d7eb8')