Metadata-Version: 2.1
Name: AmazonSmartScraper
Version: 1.0.1
Summary: A package to scrape Amazon product information
Home-page: https://github.com/mohammedbenserya/AmazonScraper
Author: BENSERYA Mohamed
Author-email: benseryamohammed1@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pydantic
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Requires-Dist: fake-useragent
Requires-Dist: pyvirtualdisplay
Requires-Dist: lxml
Requires-Dist: python-decouple
Requires-Dist: colorlog
Requires-Dist: pyfiglet

# Amazon Scraper Package

## Overview

The Amazon Scraper package is designed to facilitate the extraction of product information from Amazon. It supports various functionalities such as retrieving ASINs by keyword, alias, or URL, and parsing detailed product information from JSON responses.

## Features

- **Retrieve ASINs by Keyword**: Search for products on Amazon using specific keywords and retrieve their ASINs.
- **Retrieve ASINs by Alias**: Fetch ASINs based on predefined aliases for product categories.
- **Retrieve ASINs by URL**: Extract ASINs from a given Amazon URL, with optional pagination support.
- **Parse Product Information**: Convert JSON responses into structured product data, including details like title, price, rating, and more.

## Installation

To install the package, use the following command:

```sh
pip install -r requirements.txt
```
