Skip to content

igor-alexandrov/wiselinks_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmazonParser

AmazonParser is a simple parser for retrieving information about products from amazon.com.

With the parser you can get the following fields:

  • Title

  • Brand

  • Rating

  • Price

  • Image Url

Creating a new parser:

Parsers::AmazonParser.new('http://www.amazon.com/gp/bestsellers/electronics/1266092011/ref=sv_e_1')

Parsing the chosen page:

Parsers::AmazonParser.new('http://www.amazon.com/gp/bestsellers/electronics/1266092011/ref=sv_e_1').parse

About

Rails 3 example application that uses Wiselinks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published