GET /info-batch
Description This powerful endpoint allows you to retrieve detailed profile information for multiple Twitter/X accounts in a single request. By providing a list of usernames (handles) or User IDs, you get structured data for each account, including follower counts, bios, verification status, and profile images.
Who is it for?
- Data Aggregators: To efficiently update large databases of user profiles without hitting rate limits on individual requests.
- Campaign Managers: To quickly verify the reach and authenticity of a list of potential influencers or partners.
- Developers: To populate “following” or “member” cards in your application UI by fetching batch data.
- Resolving a list of 50 usernames into their unique Twitter IDs and current stats.
- Refreshing profile metadata (like avatars and bios) for a community leaderboard.
- Filtering a large set of users to find those with a specific follower threshold or “Verified” status.