A simple python project that scrapes out items and their details from Amazon search results web-page using BeautifulSoup.
Use the package manager pip to install dependencies of the amazon-search-result-scraper.
pip install -r requirements.txtThe code extracts the list of items on the provided Amazon web-page and puts it in an xlsx sheet. To provide a search result web-page url, change the contents of constants.py file -
URL = ""To run the program, enter following code in a terminal inside the project's directory -
python main.pyor
python3 main.pyCheck the outcome in the result.xlsx sheet.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change or check the already open issues.