• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a web macro solution for Amazon data

Here is a demo of what we need done:

http://imgur.com/erQN2oG

Basically this is an Amazon report for a specific date range. The date ranges are contained in the URL so we can replicate that in an Excel spreadsheet.

What we need is for a tool to go to the URL, hit the Download Button, and then rename that file to reflect the Start Date of the report (last part not a requirement).

It would end up pulling and downloading reports for every week in the past year.

Any tools that would fit this case? Thanks!
 
Wget? Curl? It depends on how many POSTs have to be done, and how many cookies have to be set, but it should be doable.

If you really think you need to automate a web browser, there's Selenium. But I'm not sure it would automate saving. :\

I'm sure there are intermediate options as well.
 
Back
Top