v1

latestOpenAPI 3.0.1MIT2026-07-26589101.4 KB

Get the bookmarks list of the logged-in user. You must set the login_cookie. You can get the login_cookie from /twitter/user_login_v2. Returns tweets in the same format as other tweet endpoints. Use cursor for pagination.

post/twitter/bookmarks_v2

Request body

login_cookiesstring required

The login cookies of the user. You can get the login_cookie from /twitter/user_login_v2. Must be set

proxystring required

The proxy to use. Please use high-quality residential proxies and avoid free proxies. Required. Example: http://username:password@ip:port

countinteger

Number of bookmarks to return per page. Default is 20

cursorstring

Cursor for pagination. Use next_cursor from previous response to get next page

Response

Bookmarks response

has_next_pageboolean required

Indicates if there are more results available

next_cursorstring required

Cursor for fetching the next page of results