{"uid":"cap_X7As7VfkoSLhBDTriRJ9u","slug":"readx-followers-web-546d0aa0","name":"ReadX Followers Web","description":"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","url":"https://readx.sh/api/:name/followers_web","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","required":["name"],"properties":{"name":{"type":"string","pattern":"^[A-Za-z0-9_]+$","minLength":1,"description":"X handle without the leading @ (alphanumeric and underscore)."},"cursor":{"type":"string","description":"Pagination cursor from a previous response's pagination.next_cursor (the conversation endpoint at /api/{name}/tweets/{id} instead takes its own nested reply cursor — see that endpoint)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_6rmxqCQCunYP0pBZ_LJTi","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns a paginated list of a Twitter/X user's followers as rendered on the web, ~70 per page, capped at ~800 total","exampleAgentPrompt":"Can you pull the full list of followers for the X account 'elonmusk' — paginate through all the pages until you have them all?","exampleUseCases":[{"title":"Influencer audience analysis","prompt":"Get me all the followers of the X account 'naval' so I can analyze who's in his audience."},{"title":"Competitor follower research","prompt":"Fetch the followers of the Twitter account 'OpenAI' — I want to see who their followers are and paginate through all the pages."},{"title":"Social graph mapping","prompt":"List all the followers of the X user 'pmarca' so I can map their social connections — keep paginating until you've got everything up to the cap."}],"resultDescription":"A paginated JSON response containing an array of follower account objects (with profile details such as name, handle, bio, follower/following counts) as displayed on the X web interface, along with pagination metadata including a next_cursor and a has_more boolean flag indicating whether additional pages exist.","failureModes":["Unknown or suspended X handle returns 404 or empty result","Rate limiting or quota exhaustion returns 429 or payment-required error","Invalid cursor value causes pagination error","Follower list is private/protected — endpoint may return empty or error","Cap of ~800 followers reached — has_more remains false even if account has more followers","Malformed username (e.g. includes '@') rejected by pattern validation"],"whenToPreferThis":"Use this endpoint when you need the web-view follower list for a specific X/Twitter account, especially when you want paginated access up to ~800 followers without needing Twitter's official API credentials. It is ideal for lightweight social graph analysis, influencer research, or audience auditing where the cap of ~800 is sufficient. If you need verified followers only, use the verified followers endpoint on the same service instead.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:53:02.024Z","isFirstParty":false}