Buying on Amazon through the API

Does anyone know if there is a way to buy a product on Amazon through an API?

Currently, I buy several products on a daily basis, where each product can be delivered to differnet addresses, and each time I have to go through the verification phase on Amazon (many clicks).

According to my searches (for example, Programmatically make an Amazon purchase? ) It seems that there is no way to buy a product through the API, and I understand the reasons for that. However, I am wondering if there is another way to automate the process of ordering multiple products on Amazon.

Any ideas?

+7
source share
1 answer

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

+1
source

All Articles