We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: