Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieving amazon order history programmatically in java

I want to log into my amazon account and retrieve purchase history programmatically in java. Did a lot of research and came across screen scraping. Is this the only way or does amazon provide apis for logging in and retrieving purchase history? Also researched about AWS but its too confusing. There are lot of apis not able to figure out which one to use.

like image 786
Mahesh Gosemath Avatar asked Apr 02 '13 07:04

Mahesh Gosemath


1 Answers

Doesn't look like Amazon provides an API to specifically do what you need, however I came across this thread. You may have already seen it.

like image 113
EFeit Avatar answered Oct 23 '22 13:10

EFeit