phoet / asin

:books: :package: Amazon Simple INterface - Support for ItemLookup, SimilarityLookup, Search, BrowseNode and Cart Operations
http://asin.herokuapp.com/
167 stars 59 forks source link

Question: Getting lowest new price including shipping #38

Closed EvanTedesco closed 10 years ago

EvanTedesco commented 10 years ago

Currently I can get the list price or the lowest new price but the lowest new price doesn't include shipping. Does anyone have any idea as to how I can get the lowest new price including shipping?

Edit: Apparently, due to a recent change, Amazon no longer offers the ability to grab the lowest price via their API. I just wanted to update this comment in case anyone is running into the same problem as I was. I solved it by using Nokogiri to scrape the product details page for the price.

phoet commented 10 years ago

try stackoverflow.com to get answers to such questions, read this first: http://stackoverflow.com/help/how-to-ask