aesuli / steam-crawler

A set of scripts that crawls STEAM website to download game reviews.
GNU General Public License v3.0
44 stars 17 forks source link

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

Open MHTTHM opened 4 years ago

MHTTHM commented 4 years ago

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?

mrsoneji commented 4 years ago

According to Steam API that endpoint has changed since then.

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

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