Twitter Surf – User Tweets is a paid API for AI agents from twitter.surf.cascade.fyi, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14, last successful call 2026-07-17).
Fetches the recent tweets posted by a specific Twitter/X user, optionally including replies
User tweets
Returns a collection of tweet objects from the specified user's timeline, including tweet text, timestamps, and metadata. Optionally includes replies if the include_replies flag is set to true.
GEThttps://twitter.surf.cascade.fyi/users/jaborjohn/tweetsUse this endpoint when you need to retrieve tweets from a specific Twitter/X user by username, especially in automated or agent workflows that support x402 micropayment protocols. It is particularly useful for monitoring a user's posting activity, aggregating content for analysis, or building context around a specific account's recent statements. Prefer this over scraping when you need structured tweet data with optional reply filtering.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"include_replies": false
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": [],
"meta": {
"next_cursor": "DAADDAABAAgAAgAAAAIIAAMAAAAACAAEAAAAAAoABRyYLjm4gCcQCgAGHJguObh_2PAAAA",
"result_count": 0,
"has_next_page": false
}
}| Field | Type | Description |
|---|---|---|
| datarequired | array | |
| metarequired | object |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"