curl --request POST \
--url https://api.apitwitter.com/twitter/timeline/for-you \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"cookie": "<string>",
"proxy": "<string>",
"count": 20,
"cursor": "<string>"
}
'{
"data": {
"tweets": [
{
"id": "2031042859114369256",
"text": "Example tweet from For You timeline",
"created_at": "Mon Mar 09 16:22:07 +0000 2026",
"author": {
"id": "44196397",
"userName": "elonmusk",
"name": "Elon Musk",
"screen_name": "elonmusk",
"followers_count": 236242950,
"friends_count": 1292,
"statuses_count": 98757,
"favourites_count": 215441,
"listed_count": 167614,
"description": "",
"location": "",
"profile_image_url_https": "",
"profile_image_url": "",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1739948056",
"verified": false,
"is_blue_verified": true,
"created_at": "",
"can_dm": false
},
"likeCount": 25604,
"retweetCount": 3699,
"replyCount": 1335,
"viewCount": 1325114,
"isRetweet": false,
"isReply": false
}
],
"has_next_page": true,
"next_cursor": "DAABCgABHC..."
},
"source": "for_you"
}GET the algorithmic For You timeline from Twitter/X via ApiTwitter. Returns personalized tweet feed with cookies and proxy.
curl --request POST \
--url https://api.apitwitter.com/twitter/timeline/for-you \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"cookie": "<string>",
"proxy": "<string>",
"count": 20,
"cursor": "<string>"
}
'{
"data": {
"tweets": [
{
"id": "2031042859114369256",
"text": "Example tweet from For You timeline",
"created_at": "Mon Mar 09 16:22:07 +0000 2026",
"author": {
"id": "44196397",
"userName": "elonmusk",
"name": "Elon Musk",
"screen_name": "elonmusk",
"followers_count": 236242950,
"friends_count": 1292,
"statuses_count": 98757,
"favourites_count": 215441,
"listed_count": 167614,
"description": "",
"location": "",
"profile_image_url_https": "",
"profile_image_url": "",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1739948056",
"verified": false,
"is_blue_verified": true,
"created_at": "",
"can_dm": false
},
"likeCount": 25604,
"retweetCount": 3699,
"replyCount": 1335,
"viewCount": 1325114,
"isRetweet": false,
"isReply": false
}
],
"has_next_page": true,
"next_cursor": "DAABCgABHC..."
},
"source": "for_you"
}Your API key