steam-crawler
steam-crawler copied to clipboard
The Offset is incremented, but the page returned is not right
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?
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: