IG

부분 유료
분류별 Crawler | 업데이트됨 il y a 15 jours | Social
인기

9.9 / 10

지연 시간

3,259ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

What is next_cursor and how to use it?

Rapid account: Abidzarmuhammad 25
abidzarmuhammad25
il y a 4 ans

What value is needed for using pagination in next_cursor parameter?

Rapid account: Abidzarmuhammad 25
abidzarmuhammad25 Commented il y a 4 ans

Oh i got it, thank you very much 😄

Rapid account: Yuananf
yuananf Commented il y a 4 ans

I suppose you are talking about Medias/HashTagMedias, next_cursor are the pagination parameter. For the next page, just replace next_cursor with ‘end_cursor’ from the result.

For example, first time you can ignore the next_cursor parameter, when you get the result, you will find something like

"page_info":{
"has_next_page":true
"end_cursor":"QVFBdEhCb08yNUxLZ0tmRVVPWkJBQ2oyRjN0dmJxTVlkMEhSVllPOFJKWlB3RzY3Z3RsaEFkSlQzM0g4eVVwbS1yRm5SaHVCdnFrNFJfcjFrdkt4MFFENg=="
}

Then in your next request, set the value of next_cursor as this end_cursor value, and so on.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입