Skip to content

paradoxpj/amazon-search-result-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages