razeenf / Price-Tracker-Bot

Discord bot that notifies you of Amazon price drops
https://price-tracker-bot.netlify.app/
0 stars 0 forks source link

Suggetion #1

Closed unawake closed 1 year ago

unawake commented 1 year ago

What would I have to do in order to track everything on amazon like price errors and deals without manually listing an item you want to track

razeenf commented 1 year ago

Every Amazon product has a Amazon Standard Identification Number (ASIN) in the URL, so I used a web scraper to track the price for specific products using their ASIN, to do this with every product on Amazon might not work since there's so many. Amazon does have an API that gives you access to product information however its not available for public use so I didn't look into it much further.