Web Scraping Amazon for search query using BeautifulSoup, Selenium, Python.
- Python3
- BeautifulSoup4
- Selenium
- Install BeautifulSoup4
pip install beautifulsoup4
- Install Selenium
pip install selenium
- install webdriver-manager
pip install webdriver-manager
This program uses a search-term to search on amazon.in website. Right now the search-term this program works for:
- Books
Simple modification to capture the appropriate tags for other search results can be done to extract information of other search queries.