Catalog / company

readx.sh

32 agent-payable APIs. Every listing carries a tested call recipe - endpoint, auth shape, pricing, and known gotchas - on its detail page. readx.sh

APICategoryPrice / callUptime 30dStatusDocs
ReadX
A user's timeline filtered to tweets with media. Example: GET /api/jack/with_media
-$0.01-listedcall recipe →
ReadX
Just the user's pinned tweet, if any. Example: GET /api/jack/pinned
-$0.01-listedcall recipe →
ReadX
A Spaces / broadcast: title, state, watch count, replay m3u8. Example: GET /api/broadcasts/1
-$0.01-listedcall recipe →
ReadX
Replies to a tweet (paginate with cursor until has_more is false). Example: GET /api/tweets/20/replies
-$0.01-listedcall recipe →
ReadX
Tweet search for a hashtag. Same as `/api/search?q=%23tag`. Example: GET /api/hashtag/typescript
-$0.01-listedcall recipe →
ReadX
The users that belong to a list (paginate with cursor until has_more is false). Example: GET /api/lists/84839422/members
-$0.01-listedcall recipe →
ReadX
A user's timeline including their replies. Example: GET /api/jack/with_replies
-$0.01-listedcall recipe →
ReadX
A user's verified followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/verified_followers
-$0.01-listedcall recipe →
ReadX
Account info: join date, base location, verification, username changes. Example: GET /api/jack/about
-$0.01-listedcall recipe →
ReadX
Accounts affiliated with a user (e.g. an organization's members). Example: GET /api/jack/affiliates
-$0.01-listedcall recipe →
ReadX
A single tweet with its full conversation: tweets before, after and replies. Example: GET /api/jack/tweets/20
-$0.01-listedcall recipe →
ReadX
Search for tweets by query (optional product filter; paginate with cursor). Example: GET /api/search/tweets?q=typescript
-$0.01-listedcall recipe →
ReadX
Tweets that mention a user (paginate with cursor until has_more is false). Example: GET /api/jack/mentions
-$0.01-listedcall recipe →
ReadX
Resolve an @handle to its numeric user id. Example: GET /api/tools/get_user_id?username=jack
-$0.01-listedcall recipe →
ReadX
A single tweet on its own, without the surrounding conversation. Example: GET /api/tweets/20
-$0.01-listedcall recipe →
ReadX
Full profile: bio, counts, banner, pinned tweet and a photo rail. Example: GET /api/jack/profile
-$0.01-listedcall recipe →
ReadX
An X article (long-form post) by its wrapper tweet id (public). Example: GET /api/articles/1
-$0.01-listedcall recipe →
ReadX
Search for users by query (paginate with cursor until has_more is false). Example: GET /api/search/users?q=jack
-$0.01-listedcall recipe →
ReadX
A user's timeline: tweets, retweets and quotes. Example: GET /api/jack
-$0.01-listedcall recipe →
ReadX
A user's profile info: id, name, bio, location, follower/following counts, verification. Example: GET /api/jack/info
-$0.01-listedcall recipe →
ReadX
Accounts that retweeted a tweet (paginate with cursor until has_more is false). Example: GET /api/tweets/20/retweeters
-$0.01-listedcall recipe →
ReadX
A2A task invocation — send a skill id + input, get back a completed Task with the result. Example: GET /api/a2a/v1/message:send
-$0.01-listedcall recipe →
ReadX
Search tweets. Start the query with @ (or add f:user) to search users instead. Example: GET /api/search?q=typescript
-$0.01-listedcall recipe →
ReadX
Accounts a user follows (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/following
-$0.01-listedcall recipe →
ReadX
A tweet's edit history: the latest version plus every prior revision. Example: GET /api/jack/tweets/20/history
-$0.01-listedcall recipe →
ReadX
Resolve a numeric user id to its current @username. Example: GET /api/tools/get_username?user_id=12
-$0.01-listedcall recipe →
ReadX
A user's followers (~200 per page; paginate with cursor until has_more is false). Example: GET /api/jack/followers
-$0.01-listedcall recipe →
ReadX
Resolve up to 20 @handles to numeric user ids (map; null on per-handle failure). Example: GET /api/tools/get_user_ids?usernames=jack,elonmusk
-$0.01-listedcall recipe →
ReadX
Accounts a user follows as shown on the web (~70 per page, capped at ~800; paginate with cursor until has_more is false). Example: GET /api/jack/following_web
-$0.01-listedcall recipe →
ReadX
Resolve up to 20 numeric user ids to @usernames (map; null on per-id failure). Example: GET /api/tools/get_usernames?user_ids=12,44196397
-$0.01-listedcall recipe →
ReadX
Trending topics for a location (worldwide by default; filter with country or woeid). Example: GET /api/trends?country=US
-$0.01-listedcall recipe →
ReadX
A user's followers as shown on the web (~70 per page, capped at ~800; paginate with cursor until has_more is false). Example: GET /api/jack/followers_web
-$0.01-listedcall recipe →
Call these APIs - Get API Key →Back to catalog