[Solved] Amazon API without AWS [closed]
You could do it in node.js with an http request to the page, then screen scrape the page for information. I’m sure they have standard css selectors, so you just look for those with regular expressions and get their values.…