Skip to content

railsware/indeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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