Tomer Peled
Tomer Peled

Reputation: 3591

Purchase on Amazon via API

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.

Upvotes: 7

Views: 4985

Answers (1)

Joshua Penman
Joshua Penman

Reputation: 435

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.

Upvotes: 2

Related Questions