Skip to content

Parse organic search results from Google SERP's HTML.

License

Notifications You must be signed in to change notification settings

kjellberg/google_parser

Repository files navigation

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.

About

Parse organic search results from Google SERP's HTML.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published