Forum Discussion
RKD2313
Mar 19, 2023Copper Contributor
Book Database + Amazon API = How To?
I have a large collection of books and growing. Using a USB Barcode scanner I scanned all the books I currently have at my house into an Excel Spreadsheet. Im wanting to use Amazon's API to keep tabs on the pricing within the spreadsheet. When a book becomes profitable I will list it or send it in to Amazon FBA. I can do everything except configure/integrate the API within the spreadsheet.
3 Replies
Sort By
- peiyezhuBronze Contributorwhat is Amazon's API ?
- RKD2313Copper Contributor
Welllllllllll..... lol ... I need some guidance all the way around.
I **think** its either here or here will take you to it
- peiyezhuBronze ContributorAPI for getting data about products available to Amazon Business customers.
if with vba,you need xmlhttp object to get info.
Or command line curl.
Or other language (PHP C#) to fetch web page/json.