2

I am trying to collect reviews from Walmart API using the URL: http://api.walmartlabs.com/v1/reviews/10307695?apiKey={apiKey}&format=json

The api returns results page wise.Another parameter page={pagenumber} can be added to the url. http://api.walmartlabs.com/v1/reviews/10307695?page={pagenumber}&apiKey={apiKey}&format=json

The problem is the product has around 21000 reviews but the API returns only reviews until page number 25(125 reviews). Is there a way to collect all the reviews?

Uddhav P. Gautam
  • 7,362
  • 3
  • 47
  • 64
Raja7
  • 21
  • 4
  • 1
    Documentation seems kinda bad, the official docs don't even mention anything about pagination. Have you tried adding a `&start=` parameter? e.g. `&start=125` to start at the 125th review? – confetti Jul 30 '18 at 23:53
  • @confetti I tried adding the start parameter. It doesn't seem to make any difference – Raja7 Aug 07 '18 at 05:17

0 Answers0