adamlwgriffiths / amazon_scraper

Provides content not accessible through the standard Amazon API
Other
235 stars 60 forks source link

Reviews not getting after review page #20

Closed hparik11 closed 8 years ago

hparik11 commented 8 years ago

I am getting the reviews for first review page. But after first page how would I get the reviews for other pages?

adamlwgriffiths commented 8 years ago

What is the code you are using? I can't help unless you give me more information.

I've updated some of the documentation, if it is insufficient you can always look at the code for the Reviews class, it's easy to understand.

https://github.com/adamlwgriffiths/amazon_scraper/blob/master/amazon_scraper/reviews.py

hparik11 commented 8 years ago

issue

Here I am trying to get the 100 reviews for the product id 'B012DTDBI8'. and as you mentioned in the documentation, I have used full_reviews method. But still I'm getting 10 reviews only from review page.

adamlwgriffiths commented 8 years ago

Thanks, I've fixed it in 90df4439f345843e5bb2005bc9f3ce2144517acb. Pushed a new release, 0.3.2. Yet another differently styled amazon tag.

Please confirm it's fixed for you.

hparik11 commented 8 years ago

Thanks a ton. It's working fine..

adamlwgriffiths commented 8 years ago

Tests are passing Verified that there are more than 10 brief and full reviews.

Are you sure you've upgraded to 0.3.2? pip install --upgrade amazon_scraper==0.3.2