Skip to content

crowdint/keyword_ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Keyword Ranking

Use this gem to calculate the keyword ranking for Bing, Yahoo or Google as follows:

Ranking.new(:keyword => 'one keyword', :url => 'www.mydomain.com', :limit => 100).from_google

##Note

  • Only :keyword and :url are required
  • You can search --> .from_google, .from_yahoo, .from_bing
  • :limit by default is 200
  • You can change the results per page value changing :res_per_page having in mind that not all the 3 engines support more than 10 results per page with this utility

More updates coming

##TODO

  • Improve Testing Code

About

Ruby library to get the ranking of a url based on a keyword in Bing, Yahoo or Google

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages