https://github.com/railsware/indeed
Indeed.com integration plugin
https://github.com/railsware/indeed
Last synced: 9 months ago
JSON representation
Indeed.com integration plugin
- Host: GitHub
- URL: https://github.com/railsware/indeed
- Owner: railsware
- Created: 2010-10-25T10:28:04.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T22:17:56.000Z (almost 12 years ago)
- Last Synced: 2025-04-22T23:12:49.885Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 16
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.textile
Awesome Lists containing this project
README
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')