paradoxpj / amazon-search-result-scraper

A simple python project that scrapes out items and their details from Amazon search results web-page using BeautifulSoup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amazon-search-result-scraper

A simple python project that scrapes out items and their details from Amazon search results web-page using BeautifulSoup.

Installation

Use the package manager pip to install dependencies of the amazon-search-result-scraper.

pip install -r requirements.txt

How to run

The 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.py

or

python3 main.py

Check the outcome in the result.xlsx sheet.

Contributing

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.

About

A simple python project that scrapes out items and their details from Amazon search results web-page using BeautifulSoup.


Languages

Language:Python 100.0%