Amazon Best Deals

Have you ever spend hours browsing through Amazon searching for the best deals on a product that you've been waiting to purchase on Black Friday? Well, same! So I created a Python script that does just that.

The script uses Selenium to go through upto 10 pages of Amazon search results in under 60 seconds. It looks for the cheapest price and best deal available for the product you're looking for.

As input, the script takes in space-separated keywords as command-line arguments. It then searches for the given keywords and only looks at search results with titles that, at a minimum, have the provided keywords as a prefix of any of its words!