0.0
No release in over a year
Write a longer description or delete this line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 1.15.3
 Project Readme

Google Parser

Google Parser is a ruby library that extracts keyword rankings from a Google SERP html page.

Example

html = reponse.body # Custom scraping logic

google_parser = GoogleParser::GoogleParser.new(html)
google_parser.organic_results

Installation

Add the following to your Gemfile:

gem "google_parser", "~> 0.1.0"

or run gem install google_parser to install it globally.