indeed icon indicating copy to clipboard operation
indeed copied to clipboard

Indeed.com integration plugin

h1. Indeed integration plugin

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

h3. Requirements

The following gems are required:

  • yajl-ruby
  • rake

h3. Installation

gem install indeed

h3. 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')