user-tweets
GET/scrappy/x/v1/user-tweets1 credit / call
One page of a user's timeline by user id. Resolve a username with user-info first.
Parameters
- user_id
- required · numeric id
- exclude
- optional · only replies is supported
- pagination_token
- optional · from meta.next_token of the previous page
Request
curl "https://sfaie.com/api/scrappy/x/v1/user-tweets?user_id=1462305718290034688" \
-H "Authorization: Bearer $SFAIE_API_KEY"Response
{
"data": [
{
"id": "1462305720000000001",
"text": "New loop added to the Presidio route map. Full details on the site.",
"created_at": "2026-05-14T16:20:11.000Z",
"author_id": "1462305718290034688",
"lang": "en",
"public_metrics": {
"retweet_count": 12,
"reply_count": 4,
"like_count": 118,
"quote_count": 1
},
"url": "https://x.com/citytrailsf/status/1462305720000000001"
}
],
"meta": {
"next_token": "tok_p2_9d2mv"
}
}Try it
numeric id
only replies is supported
from meta.next_token of the previous page
Sign in to try this endpoint.
Calls are real. Accepted calls cost 1 credit.