I am using the TikTok Organic API. It returns 10 records by default and uses the following:
“cursor”: 1746975948273,
“has_more”: true
To indicate if there are additional pages. If has_more is true you passin the cursor value as a “curser=1746975948273” as a query param to the same API url and it returns the next set of results until has_more: False.
How can I set this up in an Actin River to pull the data for all pages?
The Documentation can be found here: