web_programming.get_amazon_product_data

This file provides a function which will take a product name as input from the user, and fetch from Amazon information about products of this name or category. The product information will include title, URL, price, ratings, and the discount available.

Attributes

product

Functions

get_amazon_product_data(→ pandas.DataFrame)

Take a product name or category as input and return product information from Amazon

Module Contents

web_programming.get_amazon_product_data.get_amazon_product_data(product: str = 'laptop') pandas.DataFrame

Take a product name or category as input and return product information from Amazon including title, URL, price, ratings, and the discount available.

web_programming.get_amazon_product_data.product = 'headphones'