[Solved] Is there a free way to utilise 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. The code would look something like this (I haven’t tested this code, but riffed on … Read more