Greetings,
I was trying to extract reviews for a certain sku and the count of reviews that api returns is not matching the count in bestbuy site. please help.
https://api.bestbuy.com/v1/reviews(sku=6356223)?apiKey=mykeyhere&format=json
Api says the count is as below
from": 1,
"to": 10,
"currentPage": 1,
"total": 1005,
"totalPages": 101,
"queryTime": "0.301",
"totalTime": "0.314",
When we see the number of reviews in the site it is 57,103
https://www.bestbuy.com/site/dualshock-4-wireless-controller-for-sony-playstation-4-glacier-white/6356223.p?skuId=6356223
please guide?
Greetings,
I was trying to extract reviews for a certain sku and the count of reviews that api returns is not matching the count in bestbuy site. please help.
https://api.bestbuy.com/v1/reviews(sku=6356223)?apiKey=mykeyhere&format=json
Api says the count is as below
from": 1,
"to": 10,
"currentPage": 1,
"total": 1005,
"totalPages": 101,
"queryTime": "0.301",
"totalTime": "0.314",
When we see the number of reviews in the site it is 57,103
https://www.bestbuy.com/site/dualshock-4-wireless-controller-for-sony-playstation-4-glacier-white/6356223.p?skuId=6356223
please guide?