Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Outline

Amazon Product Scraper

Description of package/script

Scrape the details of a product from Amazon using Python and Beautiful Soup.The details include

  • Product Name
  • Product Price
  • Product Rating
  • Product Image
  • Customer Reviews

Setup instructions

We will setup the environment and install the required packages and libraries using requirements.txt file. Run the following commands in the terminal to install the required packages and libraries.

pip install -r requirements.txt

""" Class - Product\n Example -\n ```python product = Product(product_name="watch") product.get_product()

        Return\n
        ```python
        return
        {
            "data": product_link,
            "message": f"Product data has been fetched",
        }

"""

Modules used (available in requirements.txt)

  • requests_html
  • BeautifulSoup

Developed by Arvind Srivastav

Morty Proxy This is a proxified and sanitized view of the page, visit original site.