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

Python module to scrape Amazon reviews.

Results 1 amazon-scraper issues
Sort by recently updated
recently updated
newest added

Using url: http://www.amazon.com/Minecraft-Guide-Unbelievable-Handbook-minecraft-ebook/dp/B00SA2Y6QY/ I tried to get a list of reviews as the documentation recommended. ``` url = "http://www.amazon.com/Minecraft-Guide-Unbelievable-Handbook-minecraft-ebook/dp/B00SA2Y6QY/" >>> rev = scrape.Product(url) Traceback (most recent call last): File "",...