Skip to content

A set of classes and methods for retrieving product information from Amazon's Product API by ASIN, category, keyword, etc.

Notifications You must be signed in to change notification settings

erinpettigrew/amazon-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple command line tool for making requests to Amazon’s Product API. To begin, you’ll need the appropriate keys for the Associates and PAPI programs.

  • amazon-api.rb is a class that contains methods for querying the Amazon Product API given a variety of inputs: ASIN, keyword, category, etc. It returns product attributes for informing a product object.

  • products.rb is a class that instantiates a product object from the return of an Amazon PAPI request using the AmazonAPI class.

See accompanying instructional post here:

medium.com/@codenode/how-to-access-amazon-s-product-api-in-ruby-f66558d533c8

About

A set of classes and methods for retrieving product information from Amazon's Product API by ASIN, category, keyword, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages