steam-crawler icon indicating copy to clipboard operation
steam-crawler copied to clipboard

The Offset is incremented, but the page returned is not right

Open MHTTHM opened this issue 5 years ago • 1 comments

I have got the game names and IDs. When running steam-review-crawler, the value of 'start_offset' increase: start_offset=0 start_offset=20 start_offset=40 start_offset=60 but they all return the same page. Has the url changed?

MHTTHM avatar Dec 19 '19 20:12 MHTTHM

According to Steam API that endpoint has changed since then.

Just replace start_offset with cursor in your query_string, instructions in how to use the cursor field in this link:

https://partner.steamgames.com/doc/store/getreviews

mrsoneji avatar Jan 25 '20 21:01 mrsoneji