Search & apply filter on Amazon with just few lines of python

--

Through bot-studio we can search the keyword on amazon with the category selected as well can select brand in search results to filter out results. Following are the steps to do so:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

from bot_studio import *

3. Search keyword and select category

4. Now select the brand to filter out results.

--

--

Abhishek Chaudhary