scrape-amazon icon indicating copy to clipboard operation
scrape-amazon copied to clipboard

🤩 Python Package for Scraping Amazon Product Reviews ✨

Results 4 scrape-amazon issues
Sort by recently updated
recently updated
newest added

1. Add a sleep to avoid ConnectionError in urlFunctions.py 2. Add checking if Top critical reviews exist. 3. Change pageSpanText find from the checking rating to checking reviews. 4. Amazon...

### Scrape all product details of a seller Scrape **ALL** product details using **`me-ID`** of the seller and return the **dataframe** or store it in a **csv** file. Create a...

enhancement
help wanted
good first issue
hacktoberfest2020
hacktoberfest
python
unassigned

My code ``` from scrape_amazon import get_reviews reviews = get_reviews('in','B09RMG1M98') ``` Error log : [INFO] Scraping Reviews of Amazon ProductID - B09RMG1M98 [scrape-amazon] - Amazon.in:Customer reviews: realme narzo 50 (Speed...

### Describe the bug `get_reviews()` fails with error `IndexError: list index out of range`. ### To Reproduce ```python3 from scrape_amazon import get_reviews get_reviews('it','B08TZVHJS6') ```