0.01
No commit activity in last 3 years
No release in over 3 years
Ruby library to get the ranking of a url based on a keyword in Bing, Yahoo or Google
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 1.2.9
 Project Readme

#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