7

Is there some way to purchase a product on Amazon via the API?

Currently I'm buying several products on daily base, where each product can be delivered to differnet addresses, and each time I have to go over the checkout phase on Amazon (many clicks).

According to my searches (for example Programmatically make Amazon purchase?) it seems that there is no way to purchase a product via the API and I understand the reasons for that. However, I wonder if there is some other way to automate the process of ordering multiple products on Amazon.

starball
  • 20,030
  • 7
  • 43
  • 238
Tomer Peled
  • 3,571
  • 5
  • 35
  • 57
  • 3
    "Doug" recently commented on [the other question](http://stackoverflow.com/q/9048756/462117) that his product https://zinc.io/ offers this feature. – nandhp Nov 28 '12 at 02:21

1 Answers1

2

Another way at it would be to automate the browser with Selenium. Of course this would require updating the code every time the Amazon website changed.

Joshua Penman
  • 415
  • 1
  • 5
  • 13