# Sorsa Developer Platform ## Docs - [About](https://sorsaio.mintlify.app/about.md) - [API Key Usage](https://sorsaio.mintlify.app/api-key-usage.md) - [/comments Get comments (replies) under a tweet](https://sorsaio.mintlify.app/api-reference/beta-test/comments-get-comments-replies-under-a-tweet.md): Fetch the comments (replies) under a specific tweet. The request requires the tweet link and optionally a cursor for pagination. The response includes the comment info and a next_cursor for fetching additional comments if available.

WARNING! This endpoint is in beta testing. Some comments may not be returned due to existing bugs. - [Community Members](https://sorsaio.mintlify.app/api-reference/community/community-members.md):

Returns basic public profile data for users who are members of a specific Twitter/X Community. You provide the community link or community ID, and the endpoint returns profile information for each member, such as display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags like verification and DM availability. If more members are available, a next_cursor is returned to load the next page.

Use cases:
Analytics tools tracking who joins a community and how the member base changes over time; marketing teams finding relevant users inside a niche community for outreach; community managers exporting member lists for reporting and segmentation; CRM systems importing community members as leads and enriching their profiles; research tools collecting structured profiles from specific communities for analysis.
- [/community-search-tweets](https://sorsaio.mintlify.app/api-reference/community/community-search-tweets.md):

Searches for tweets inside a specific Twitter/X Community using a text query. You must provide the community_id and a query parameter. The endpoint returns up to 20 matching tweets per request from that community. Each result includes the tweet text, creation date, engagement metrics, conversation details, and basic author information. Results can be sorted by popular or latest. If more results are available, a next_cursor is returned to load the next page.

Use cases:
Analytics platforms tracking keywords inside niche communities; marketing teams monitoring brand mentions within a specific community; research tools collecting topic-based discussions from selected communities; community dashboards adding keyword filtering; developers building in-community search with cursor pagination.
- [Community Tweets Feed](https://sorsaio.mintlify.app/api-reference/community/community-tweets-feed.md):

Returns tweets from a specific Twitter/X Community. You provide the community ID or link, and the endpoint returns tweets published inside that community. Each result includes the tweet text, creation date, engagement metrics, and basic author information. Results can be sorted by popular or latest. If the sorting parameter is not provided, the default order is latest. If more results are available, a next_cursor is returned to load the next page.

Use cases:
Analytics platforms tracking activity inside niche communities; marketing teams monitoring discussions within industry-specific communities; research tools collecting posts from topic-based communities; community dashboards displaying structured feeds from selected communities; developers building community-based feeds with cursor pagination.
- [/about Get info about a user's country, username changes](https://sorsaio.mintlify.app/api-reference/get-data/about-get-info-about-a-users-country-username-changes.md): Get info about a user's account. Link or user_id is required. Returns country, username change count, and last username change time. - [/community-tweets Get tweets from a community](https://sorsaio.mintlify.app/api-reference/get-data/community-tweets-get-tweets-from-a-community.md): Retrieve tweets from a specified community by providing the community ID or url as a body parameter. You can also use the cursor for pagination to fetch additional tweets. The response includes tweet details, such as text, retweet count, favorite count, creation date, and user information. The next_cursor is included for paginating through further results. The order_by parameter can be "popular" or "latest". If not provided, the tweets will be ordered by latest. - [/follows Get a list of user info a specified account follows](https://sorsaio.mintlify.app/api-reference/get-data/follows-get-a-list-of-user-info-a-specified-account-follows.md): Retrieve a list of user info that the specified Twitter account follows. Provide either the account's handle or link as a query parameter. If order_by is empty, the results will be sorted by the following date of the account. Set order_by to "score", the results will be sorted by the score of the account. - [/handle-to-id/{user_handle} Get user ID from Twitter handle.](https://sorsaio.mintlify.app/api-reference/get-data/handle-to-id-get-user-id-from-twitter-handle.md): Retrieve the unique user ID associated with a specified Twitter handle. The request requires the "handle" parameter to be provided in the query. - [/id-to-handle/{user_id} Get Twitter handle from user ID.](https://sorsaio.mintlify.app/api-reference/get-data/id-to-handle-get-twitter-handle-from-user-id.md): Retrieve the Twitter handle associated with a specified user ID. The request requires the "id" parameter to be provided in the query. - [/info/{user_handle} Get basic Twitter account information by user handle](https://sorsaio.mintlify.app/api-reference/get-data/info-get-basic-twitter-account-information-by-user-handle.md): Retrieve basic information for a specific Twitter account. The response includes avatar, banner, description, followers count, follows count, account ID, name, registration date, screen name, status count, and verification status. - [/info-id/{user_id} Get basic Twitter account information by user id](https://sorsaio.mintlify.app/api-reference/get-data/info-id-get-basic-twitter-account-information-by-user-id.md): Retrieve basic information for a specific Twitter account. The response includes avatar, banner, description, followers count, follows count, account ID, name, registration date, screen name, status count, and verification status. - [/list-members Get members of a Twitter list](https://sorsaio.mintlify.app/api-reference/get-data/list-members-get-members-of-a-twitter-list.md): Retrieve the members of a specified Twitter list by providing the list ID as a query parameter. The response returns basic information about the members, including their avatar, ID, name, and handle - [/list-tweets Get tweets from a Twitter list](https://sorsaio.mintlify.app/api-reference/get-data/list-tweets-get-tweets-from-a-twitter-list.md): Retrieve tweets from a specified Twitter list by providing the list ID as a query parameter. You can also use the cursor for pagination to fetch additional tweets. The response includes tweet details, such as text, retweet count, favorite count, creation date, and user information. The next_cursor is included for paginating through further results. - [/search-tweets Search for tweets using a specific query](https://sorsaio.mintlify.app/api-reference/get-data/search-tweets-search-for-tweets-using-a-specific-query.md): Retrieve tweets that match a specific query, replicating Twitter’s search functionality. The request requires a “query” parameter to specify the search terms and accepts an optional “next_cursor” for paginating through additional tweets. The response includes a list of tweets with details such as text, creation date, author handle, engagement metrics (retweets, and replies) and more info, along with a “next_cursor” for fetching further results. - [/search-users earch for Twitter users by keyword.](https://sorsaio.mintlify.app/api-reference/get-data/search-users-earch-for-twitter-users-by-keyword.md): This endpoint allows you to search for Twitter accounts using a keyword or phrase. The request requires a "query" parameter with the search term. The response includes a list of matching users with basic profile information such as handle, user ID, name, avatar, and description. Results are sorted by relevance. - [/tweet-info-bulk Return tweet info from multiple tweet links](https://sorsaio.mintlify.app/api-reference/get-data/tweet-info-bulk-return-tweet-info-from-multiple-tweet-links.md): The response returns an array of tweet information, each containing the tweet text, user ID, engagement metrics (retweets, favorites, replies, etc.), and other tweet metadata for each provided tweet link.

UP TO 100 TWEETS PER REQUEST - [/tweet-info Get user ID and tweet text from a tweet link.](https://sorsaio.mintlify.app/api-reference/get-data/tweet-info-get-user-id-and-tweet-text-from-a-tweet-link.md): Retrieve the user ID and tweet text from a specific tweet by providing the tweet link and user handle in the request body. The response returns the tweet text and the corresponding user ID. - [/user-tweets Retrieve info of a user's tweets](https://sorsaio.mintlify.app/api-reference/get-data/user-tweets-retrieve-info-of-a-users-tweets.md): Fetch the info of tweets posted by a specified user. The request requires the user's link and optionally a cursor for pagination. The response includes the tweet texts and a next_cursor for fetching additional tweets if available. - [List Followers](https://sorsaio.mintlify.app/api-reference/lists/list-followers.md):

Returns basic public profile data for users who follow a specific Twitter/X list. You provide the list ID, and the endpoint returns profile information for each follower, such as display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags like verification and DM availability. If more followers are available, a next_cursor is returned to load the next page.

Use cases:
Analytics tools measuring who is interested in a curated list and tracking list audience growth; marketing teams finding engaged users who follow competitor or influencer lists; community managers identifying potential members from list followers; CRM systems importing list followers as leads and enriching their profiles; research tools collecting structured profiles of users following specific topic lists.
- [List Members](https://sorsaio.mintlify.app/api-reference/lists/list-members.md):

Returns basic public profile data for accounts included in a specific Twitter/X list. You provide the list ID, and the endpoint returns profile information for each member, such as display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags like verification and DM availability. If more members are available, a next_cursor is returned to load the next page.

Use cases:SaaS products displaying member cards for curated lists; analytics tools analyzing audience size and profile stats of list members; marketing teams reviewing influencers or competitors grouped in a list; CRM systems importing structured profile data from thematic lists; research tools collecting structured account data from predefined user groups.

- [List Tweets Feed](https://sorsaio.mintlify.app/api-reference/lists/list-tweets-feed.md):

Returns tweets from a specific Twitter/X list. You provide the list ID, and the endpoint returns tweets published by accounts included in that list. Each result contains tweet text, creation date, engagement metrics, and basic author information. If more results are available, you can use next_cursor to load the next page.

Use cases:
Analytics platforms tracking curated groups of accounts (for example, “top founders” or “crypto analysts” lists); marketing teams monitoring competitor or influencer lists; research tools collecting tweets from thematic lists; community dashboards displaying content from selected user groups; developers building list-based feeds with pagination support.
- [Search for Mentions of account](https://sorsaio.mintlify.app/api-reference/search/search-for-mentions-of-account.md):

Returns tweets that mention a specific user, selected by the user’s handle. Results are sorted by mention time in descending order (newest first). Each page returns up to 20 mentions, and you can use next_cursor to load the next page. Each mention includes the tweet text and key metrics, plus basic author info.

Use cases:
Customer support teams tracking public replies and complaints about a brand account; community managers monitoring shoutouts and conversations around a project or founder; marketing teams measuring campaign mentions and finding UGC to repost; analytics tools collecting mentions over time for reporting and sentiment tagging; developers building a notifications-style mentions inbox with cursor pagination.
- [Search Tweets Advanced](https://sorsaio.mintlify.app/api-reference/search/search-tweets-advanced.md):

Works the same way as Advanced Search in Twitter/X.

Searches for tweets that match a given text query. You pass a query parameter, and the endpoint returns up to 20 matching tweets per request. Each result includes the tweet text, creation date, engagement metrics, conversation details, and basic author information.

Results can be sorted by popularorlatest. If more results are available, a next_cursor is returned to load the next page.

The query syntax works the same way as Twitter/X Advanced Search. You can use operators like from:, to:, since:, until:, exact phrases, hashtags, and other filters to narrow down results if needed. For more examples of supported operators and query patterns, see: https://github.com/igorbrigadir/twitter-advanced-search

Use cases:
Analytics platforms tracking keywords and trends; marketing teams monitoring brand mentions or campaign phrases; research tools collecting filtered datasets (for example, tweets from a specific account during a date range); SaaS products building custom search dashboards; developers adding search functionality with cursor-based pagination.
- [Search users by Keyword](https://sorsaio.mintlify.app/api-reference/search/search-users-by-keyword.md):

Searches for Twitter/X users by a keyword or phrase. You pass a query, and the endpoint returns a list of matching accounts with basic profile info like handle, user id, name, avatar, bio, follower stats, and verification or protected status. If there are more results, you will also receive a next_cursor for pagination.

Use cases:
SaaS products letting users find accounts inside an app; analysts researching people, projects, or brands by name keywords; marketing teams building lists of relevant creators or company accounts; CRM or enrichment tools turning a keyword into a set of candidate profiles; developers implementing autocomplete or “search people” with cursor paging./
- [Account Score](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/account-score.md):

Returns the Sorsa Score for a Twitter/X account. The score is a numeric value that estimates an account’s popularity among influencers, projects, and VCs. A higher score means stronger visibility and recognition within this ecosystem. You can request the score using a handle, profile link, or user ID. For accounts with a large number of followers, the response may take longer to generate.

Use cases:
Analytics platforms ranking accounts by influence level; marketing teams evaluating creators or founders before outreach; VC or project research tools filtering accounts by ecosystem relevance; SaaS dashboards displaying influence metrics next to user profiles; scoring systems combining Sorsa Score with other engagement data.
- [Follower Category Stats](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/follower-category-stats.md):

Returns follower statistics for a Twitter/X account based on Sorsa categories. The response includes total followers and how many of them are classified as influencers, projects, or VC employees, plus whether the account is protected. If the account is already in our database, the response is usually fast. Otherwise, it may take longer because the data needs to be collected in real time, especially for accounts with a large follower base.

Use cases:
Analytics dashboards breaking down audience composition; marketing teams checking whether an account is followed by influencers, projects, or VCs; research tools comparing audience quality across multiple accounts; growth teams monitoring changes in follower mix over time; SaaS products showing category stats next to a profile.
- [New Followers (Last 7 Days)](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/new-followers-last-7-days.md):

Returns a list of accounts that have started following a specific Twitter/X user in the past 7 days. You can provide a handle or user ID. The response includes profile data for each new follower, along with the follow date. If no new followers are found, an empty list is returned. The requested account must exist in our database.

Only accounts that are already present in our database are included in the response. This means the endpoint does not return all new followers, but only those tracked by our system.

Use cases:
Analytics platforms tracking audience growth of monitored accounts; VC and research tools spotting when influencers or projects start following a founder; marketing teams identifying new high-value followers; SaaS dashboards highlighting recent follower activity; growth analysis tools detecting momentum and network expansion among tracked users.
- [New Followings (Last 7 Days)](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/new-followings-last-7-days.md):

Returns a list of accounts that a specific Twitter/X user has started following in the past 7 days. You can provide a handle or user ID. The response includes profile data for each newly followed account, along with the follow date. If no new followings are found, an empty list is returned. The requested account must exist in our database.

Only accounts that are already present in our database are included in the response. This means the endpoint does not return all followings, but only those tracked by our system.

Use cases:
Analytics platforms tracking recent relationship changes between monitored accounts; VC and research tools spotting new strategic follows within a specific ecosystem; marketing teams identifying new partnerships or signals of interest; SaaS dashboards highlighting recent follow activity between tracked users; growth analysis tools detecting network expansion among selected accounts.
- [Score Changes](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/score-changes.md):

Returns score change statistics for a Twitter/X account. You can provide a handle, profile link, or user ID. The endpoint returns the score delta for the last week and the last month. This data is based on records stored in our database, so the account must already exist in our system.

Use cases:
Analytics platforms tracking influence growth over time; marketing teams monitoring creator momentum before partnerships; research tools identifying fast-growing accounts; SaaS dashboards showing weekly and monthly score trends; VC or ecosystem analysis tools spotting rising profiles.
- [Top Followers by Score](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/top-followers-by-score.md):

Returns the top 20 followers of a specific Twitter/X account ranked by Sorsa Score. You provide the user handle, and the endpoint returns basic profile information and the score for each of the highest-ranked followers.

Use cases:
Analytics platforms identifying high-influence followers of a target account; marketing teams evaluating the quality of an account’s audience; VC and ecosystem research tools analyzing strong network connections; SaaS dashboards highlighting influential followers; growth analysis tools measuring audience strength beyond follower count.
- [Top Following by Score](https://sorsaio.mintlify.app/api-reference/sorsa-info-crypto-related/top-following-by-score.md):

Returns the top 20 accounts that a specific Twitter/X user follows, ranked by Sorsa Score. You provide the user handle, and the endpoint returns basic profile information and the score for each of the highest-ranked accounts the user is following.

Use cases:
Analytics platforms identifying which high-influence accounts a user follows; marketing teams understanding a creator’s interests and network; VC and ecosystem research tools mapping strong connections and attention signals; SaaS dashboards highlighting the most relevant accounts in a user’s following list; growth analysis tools comparing who different accounts follow by score.
- [Key Usage Info](https://sorsaio.mintlify.app/api-reference/technical-endpoints/key-usage-info.md):

Returns usage statistics for the current API key. The response includes how many requests were allocated in total, how many remain, and the time when the current request balance becomes invalid (either the subscription period ends or the one-time package expires).

Use cases:
Developers checking quota before batch jobs; SaaS dashboards showing API usage in account settings; automation systems pausing tasks when quota is low; monitoring tools tracking consumption; billing/support teams answering “why requests stopped” questions.
- [Profile Link to User ID](https://sorsaio.mintlify.app/api-reference/technical-endpoints/profile-link-to-user-id.md):

Returns the Twitter/X user ID extracted from a profile URL. You provide the full profile link, and the endpoint returns the corresponding stable user ID.

Use cases:
Developers converting profile URLs into user IDs before making other API requests; SaaS platforms normalizing different input formats (link vs handle vs ID); analytics tools processing scraped profile links into structured identifiers; automation systems resolving shared profile URLs into internal IDs; data pipelines standardizing user references for storage and further processing.
- [User ID to Username](https://sorsaio.mintlify.app/api-reference/technical-endpoints/user-id-to-username.md):

Returns the current Twitter/X username for a given user ID. You provide the user ID, and the endpoint returns the corresponding username.

Use cases:
Developers converting stored user IDs back into readable usernames; SaaS platforms displaying handles in dashboards while keeping IDs internally; analytics tools resolving IDs when exporting reports; automation systems syncing internal records with current usernames; CRM systems updating handles if a user has changed their username.
- [Username to User ID](https://sorsaio.mintlify.app/api-reference/technical-endpoints/username-to-user-id.md):

Returns the unique Twitter/X user ID for a given username. You provide the username, and the endpoint returns the corresponding stable user ID.

Use cases:
Developers converting usernames into IDs before making other API requests; SaaS platforms normalizing user identifiers in databases; analytics tools storing stable IDs instead of usernames; automation systems resolving usernames to internal identifiers; data pipelines preparing consistent user references for further processing.
- [Article info](https://sorsaio.mintlify.app/api-reference/tweets/article-info.md):

Returns full data for a Twitter/X Article using its URL. You provide the article link, and the endpoint returns the full text content, publication date, engagement metrics, and basic author information. The response is structured so you can store, display, or analyze long-form content in a consistent format.

Use cases:
Analytics platforms tracking performance of long-form posts; marketing teams reviewing article engagement and reach; research tools collecting long text content for analysis; monitoring systems archiving published articles with metrics; developers building article preview or detail views inside dashboards.
- [Tweet Comments (replies) list](https://sorsaio.mintlify.app/api-reference/tweets/tweet-comments-replies-list.md):

Returns replies (comments) under a specific tweet. You provide the tweet link, and the endpoint returns a list of reply tweets with their text, creation date, engagement metrics, conversation details, and basic author information. If more replies are available, a next_cursor is returned for pagination.

Use cases:
Community management tools monitoring discussions under brand posts; analytics platforms measuring engagement and reply sentiment; moderation systems reviewing replies for spam or abuse; research tools collecting conversation threads for analysis; SaaS dashboards showing structured reply feeds under selected tweets.
- [Tweet info](https://sorsaio.mintlify.app/api-reference/tweets/tweet-info.md):

Returns full tweet data using a tweet URL or tweet ID. You provide the tweet link (and related user handle if required), and the endpoint returns the tweet text, creation date, engagement metrics, conversation information, and basic author details. If the tweet is a reply, quote, or repost, related nested tweet and user data is also included.

Use cases:
Analytics tools fetching engagement metrics for a specific post; marketing teams reviewing performance of campaign tweets; moderation systems analyzing individual tweets by URL; CRM or monitoring platforms enriching stored tweet links with full metadata; developers building “paste tweet link → show full data” features inside dashboards.
- [Tweet info (bulk request)](https://sorsaio.mintlify.app/api-reference/tweets/tweet-info-bulk-request.md):

Returns full tweet data for multiple tweet URLs or tweet IDs in a single request. You provide up to 100 tweet links, and the endpoint returns an array of tweet objects. Each object includes the tweet text, creation date, engagement metrics, conversation details, and basic author information. This works the same way as the single tweet endpoint, but processes multiple links at once.

Use cases:
Analytics platforms collecting metrics for many tweets at once; marketing teams evaluating performance of multiple campaign posts; reporting tools generating summaries from a list of tweet URLs; moderation systems reviewing batches of flagged tweets; developers optimizing workflows by reducing the number of individual requests.
- [Tweet Quotes list](https://sorsaio.mintlify.app/api-reference/tweets/tweet-quotes-list.md):

Returns quote tweets for a specific tweet. You provide the original tweet link, and the endpoint returns a list of tweets that quoted it. Each result includes the quote text, creation date, engagement metrics, conversation details, and basic author information. If more results are available, a next_cursor is returned for pagination.

Use cases:
Marketing teams tracking how a post is being reshared with commentary; analytics platforms measuring reach and secondary engagement through quotes; community managers monitoring public reactions and discussions; research tools collecting quote tweets for sentiment or narrative analysis; SaaS dashboards displaying structured quote feeds for a selected tweet.
- [Tweet Retweeters](https://sorsaio.mintlify.app/api-reference/tweets/tweet-retweeters.md):

Returns the users who retweeted a specific tweet, selected by tweet id. Results are sorted by retweet time in descending order (newest first). If there are more results, you will also receive a next_cursor to load the next page. Each user item includes basic profile info like username, id, name, avatar, bio, and follower stats.

Use cases:
Marketing teams finding accounts that reshared a campaign post for follow-up and audience research; analytics platforms measuring who amplifies content and building retweeter segments; community managers identifying active supporters and potential ambassadors; research tools exporting retweeter lists for network analysis; developers building “who retweeted this” views with cursor pagination.
- [User Tweets](https://sorsaio.mintlify.app/api-reference/tweets/user-tweets.md):

Returns a list of tweets posted by a specific user. You provide the user’s profile link, and the endpoint returns tweet data such as text, post time, engagement counts, view count, and basic context like replies, quotes, and retweets (with nested tweet/user info when available).

With each request returning up to 20 tweets. If there are more results, you will also receive a next_cursor to load the next page.

Use cases:
SaaS dashboards showing a user’s latest posts; analytics tools collecting tweets for engagement tracking and content analysis; marketing teams reviewing a creator’s recent posts before outreach; moderation or compliance tools checking recent activity for specific keywords; developers building infinite scroll or batch processing using next_cursor.
- [/followers-stats Get number of followers for each category on TweetScout](https://sorsaio.mintlify.app/api-reference/tweetscout-info/followers-stats-get-number-of-followers-for-each-category-on-tweetscout.md): Get statistics on the number of followers by TweetScout categories: influencers, projects and VC employees. This endpoint receives data in real time, so it may take some time to respond especially for accounts with a large number of followers.
If we have information about the account in our database, the response will be quick. Otherwise, the request may take longer to process, as we need to gather account information. - [/handle-history Get the history of Twitter handles.](https://sorsaio.mintlify.app/api-reference/tweetscout-info/handle-history-get-the-history-of-twitter-handles.md): Retrieve the history of Twitter handles for a specified account. The response includes an array of objects with the date and handle for each change. If the account is not found in the database, the endpoint returns a 404 status. The request requires the user ID or current handle as input. - [/new-following-7d Get a list of new followes Twitter account from past 7 days](https://sorsaio.mintlify.app/api-reference/tweetscout-info/new-following-7d-get-a-list-of-new-followes-twitter-account-from-past-7-days.md): This endpoint returns a list of accounts that the specified Twitter account has followed in the last 7 days. The request requires either the account handle or user ID. The response includes a list of followed accounts with their user ID, handle, and follow date. If the account hasn't followed anyone new in the past 7 days, an empty list is returned. The specified account must exist in our database. If the account is not found, the endpoint will return an error. - [/score-changes Get score stats](https://sorsaio.mintlify.app/api-reference/tweetscout-info/score-changes-get-score-stats.md): This endpoint retrieves a stats of score delta. Use username or ID of twitter account. This endpoint work with our DB, user does exists on our website - [/score/{user_handle} Get info on score of account on TweetScout](https://sorsaio.mintlify.app/api-reference/tweetscout-info/score-get-info-on-score-of-account-on-tweetscout.md): Get info on score of account on TweetScout. Score is a metric that estimates an account's popularity among Influencers, Projects, and VCs. The higher the Score the better. This endpoint may take some time to respond especially for accounts with a large number of followers - [/score-id/{user_id} Get info on score of account by ID on TweetScout](https://sorsaio.mintlify.app/api-reference/tweetscout-info/score-id-get-info-on-score-of-account-by-id-on-tweetscout.md): Get info on score of account on TweetScout. Score is a metric that estimates an account's popularity among Influencers, Projects, and VCs. The higher the Score the better. This endpoint may take some time to respond especially for accounts with a large number of followers - [/top-followers/{user_handle} Get top 20 account followers by TweetScout score](https://sorsaio.mintlify.app/api-reference/tweetscout-info/top-followers-get-top-20-account-followers-by-tweetscout-score.md): This endpoint returns basic account information and score for the top 20 followers with the highest score. If speed is more important to you, use endpoint /top-followers?from=db - [/top-following/{user_handle} Get top 20 account follows by TweetScout score](https://sorsaio.mintlify.app/api-reference/tweetscout-info/top-following-get-top-20-account-follows-by-tweetscout-score.md): This endpoint returns basic account information and score for the top 20 follows with the highest score. - [/followers](https://sorsaio.mintlify.app/api-reference/users-data/followers.md) - [/follows](https://sorsaio.mintlify.app/api-reference/users-data/follows.md) - [User About Info](https://sorsaio.mintlify.app/api-reference/users-data/user-about-info.md):

Returns data from the “About” section of a Twitter/X account. The endpoint returns information such as the account’s country, number of username changes, and the date of the last username change. It may also include affiliation details, connection method, and identity verification status (for example, whether the account is ID-verified).

Use cases:

Compliance and risk tools checking username history and ID verification signals; analytics platforms tracking rebranding or frequent handle changes; marketing teams reviewing account background before partnerships; fraud detection systems flagging suspicious username change patterns; CRM systems enriching stored profiles with country and affiliation data.

- [User Profile Info](https://sorsaio.mintlify.app/api-reference/users-data/user-profile-info.md):

Returns basic public profile data for a Twitter/X account using its handle (username), ID or link. This endpoint is used to read the display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags such as verification and DM availability.

Use cases:
SaaS products that show user cards with name, bio, and follower count; analytics tools that need quick account stats before deeper processing; marketing platforms checking audience size and verification status before outreach; CRM systems enriching stored handles with profile data; bot or fraud detection services validating basic account signals.
- [User Profile Info (batch request)](https://sorsaio.mintlify.app/api-reference/users-data/user-profile-info-batch-request.md):

Returns basic public profile data for multiple Twitter/X accounts using their handles (usernames), IDs or links. This endpoint is used to read the display name, bio, follower and following counts, total posts, profile images, account creation date, and simple status flags such as verification and DM availability.

Use cases:
SaaS products that show user cards with name, bio, and follower count; analytics tools that need quick account stats before deeper processing; marketing platforms checking audience size and verification status before outreach; CRM systems enriching stored handles with profile data; bot or fraud detection services validating basic account signals.
- [/verified-followers](https://sorsaio.mintlify.app/api-reference/users-data/verified-followers.md) - [/check-comment Check if the user posted a comment under the tweet](https://sorsaio.mintlify.app/api-reference/verification/check-comment-check-if-the-user-posted-a-comment-under-the-tweet.md): Check if the user posted a comment under the tweet. Returns 'true' or 'false' - [/check-follow Check if the user follows the account](https://sorsaio.mintlify.app/api-reference/verification/check-follow-check-if-the-user-follows-the-account.md): Check if the user follows the account. Returns "true" or "false"
- [/check-member Checks if a given user is a member of a specified community.](https://sorsaio.mintlify.app/api-reference/verification/check-member-checks-if-a-given-user-is-a-member-of-a-specified-community.md): This endpoint verifies whether a user belongs to a particular community. It accepts either a community ID or URL, and a user handle or user link or user id, then returns a boolean flag indicating membership status. - [/check-quoted Check if a user quoted or retweeted a tweet](https://sorsaio.mintlify.app/api-reference/verification/check-quoted-check-if-a-user-quoted-or-retweeted-a-tweet.md): Check if a user has quoted or retweeted a specific tweet. The response includes the quoted text, retweet date, and the status (retweet, quoted, or not found). - [/check-retweet Check if a user retweeted a tweet (100 retweets per request)](https://sorsaio.mintlify.app/api-reference/verification/check-retweet-check-if-a-user-retweeted-a-tweet-100-retweets-per-request.md): Check if a user has retweeted a specific tweet by checking up to 100 retweets per request. Use next_cursor to paginate through additional retweets. - [Comment Status Check](https://sorsaio.mintlify.app/api-reference/verification/comment-status-check.md):

Checks whether a specific user has posted a reply under a given tweet. You provide the required user and tweet identifiers, and the endpoint returns a boolean commented value (true or false). If a comment is found, the response also includes the reply tweet data with its text, creation date, engagement metrics, and basic author information.

Use cases:
Campaign tools verifying comment participation in contests; SaaS platforms enforcing “comment to unlock” actions; analytics systems validating engagement from specific users; moderation tools checking if a user replied under a flagged tweet; automation workflows triggering actions based on comment activity.
- [Community Membership Check](https://sorsaio.mintlify.app/api-reference/verification/community-membership-check.md):

Checks whether a specific user is a member of a given Twitter/X Community. You provide the community ID or URL, along with a user handle, profile link, or user ID. The endpoint returns a boolean is_member value indicating whether the user belongs to that community.

Use cases:
SaaS products restricting features to community members; marketing tools verifying community participation before access to gated content; automation systems validating membership before triggering actions; analytics platforms checking overlap between users and specific communities; growth tools measuring conversion into community membership.
- [Follow Status Check](https://sorsaio.mintlify.app/api-reference/verification/follow-status-check.md):

Checks whether one Twitter/X user follows another account. You provide the required user identifiers in the request, and the endpoint returns afollow value (true or false)

Use cases:
SaaS products verifying follow conditions for gated access; marketing tools checking if influencers follow a brand account; automation systems validating follow relationships before triggering actions; CRM platforms enriching relationship data between accounts; growth tools measuring campaign-based follow conversions.
- [Quote Status Check](https://sorsaio.mintlify.app/api-reference/verification/quote-status-check.md):

Checks whether a specific user has quoted or retweeted a given tweet. You provide the required user and tweet identifiers, and the endpoint returns a status value (quoted, retweet, or not_found). If a quote or retweet is found, the response also includes the related date and quote text (if available).

Use cases:
Campaign tools verifying repost or quote participation in promotions; analytics platforms validating different types of engagement; automation systems triggering actions based on quote vs retweet behavior; fraud detection tools checking suspicious repost activity; SaaS products enforcing “quote or retweet to qualify” conditions.
- [Retweet Status Check](https://sorsaio.mintlify.app/api-reference/verification/retweet-status-check.md):

Checks whether a specific user has retweeted a given tweet. The endpoint reviews up to 100 retweets per request. If more retweets need to be checked, a next_cursor is returned for pagination. The response includes a boolean retweet value (true or false).

Use cases:
Campaign tools verifying retweet participation in giveaways; analytics platforms validating engagement actions by specific users; automation systems triggering rewards based on retweet activity; fraud detection tools checking suspicious engagement patterns; SaaS products enforcing “retweet to unlock” conditions.
- [/when-follow Get date when one account followed another.](https://sorsaio.mintlify.app/api-reference/verification/when-follow-get-date-when-one-account-followed-another.md): Get date when one account followed another. Attention: This only works if both accounts were already in our database.
Returns follow date (or the date the account was added to our database, in which case the response will be "Before xx.xx.xxxx"). If the account is not following, it returns False. - [Article Content](https://sorsaio.mintlify.app/article-content.md) - [Base URL & Versioning](https://sorsaio.mintlify.app/base-url-and-versioning.md) - [Check Comment](https://sorsaio.mintlify.app/check-comment.md) - [Check Community Member](https://sorsaio.mintlify.app/check-community-member.md) - [Check Followers](https://sorsaio.mintlify.app/check-followers.md) - [Check Quoted](https://sorsaio.mintlify.app/check-quoted.md) - [Check Retweet](https://sorsaio.mintlify.app/check-retweet.md) - [Community Members](https://sorsaio.mintlify.app/community-members.md) - [Community Search Tweets](https://sorsaio.mintlify.app/community-search-tweets.md) - [Community Tweets Feed](https://sorsaio.mintlify.app/community-tweets-feed.md) - [ДОДЕЛАТЬ Response format](https://sorsaio.mintlify.app/dodelat-response-format.md) - [Error Codes Dictionary](https://sorsaio.mintlify.app/error-codes-dictionary.md) - [Finding Target Audiences by Keywords](https://sorsaio.mintlify.app/finding-target-audiences-by-keywords.md) - [Followers Stats](https://sorsaio.mintlify.app/followers-stats.md) - [Verified Followers](https://sorsaio.mintlify.app/get-followers.md) - [Historical Data Access From X](https://sorsaio.mintlify.app/historical-data-access.md) - [How to Search Mentions of Account With API](https://sorsaio.mintlify.app/how-to-search-mentions-of-account.md) - [How to Search Tweets with API](https://sorsaio.mintlify.app/how-to-search-tweets-with-api.md) - [Welcome to Sorsa API](https://sorsaio.mintlify.app/index.md) - [List Members](https://sorsaio.mintlify.app/list-members.md) - [List Tweets Feed](https://sorsaio.mintlify.app/list-tweets-feed.md) - [Mentions Search](https://sorsaio.mintlify.app/mentions-search.md) - [New Followers (7-Day)](https://sorsaio.mintlify.app/new-followers-7-day.md) - [Pagination (Cursor-based)](https://sorsaio.mintlify.app/pagination-cursor-based.md) - [Quickstart](https://sorsaio.mintlify.app/quickstart.md) - [Rate Limits](https://sorsaio.mintlify.app/rate-limits.md) - [Real-time Monitoring & DIY Webhooks](https://sorsaio.mintlify.app/real-time-monitoring.md) - [Score](https://sorsaio.mintlify.app/score.md) - [Score Changes](https://sorsaio.mintlify.app/score-changes.md) - [Search Operators on X (Twitter): The Ultimate Guide](https://sorsaio.mintlify.app/search-operators.md) - [Top Followers](https://sorsaio.mintlify.app/top-followers.md) - [Top Following](https://sorsaio.mintlify.app/top-following.md) - [Tweet Comments (Replies)](https://sorsaio.mintlify.app/tweet-comments-replies.md) - [Tweet Info](https://sorsaio.mintlify.app/tweet-info.md) - [Tweet Info Bulk](https://sorsaio.mintlify.app/tweet-info-bulk.md) - [Tweet Quotes](https://sorsaio.mintlify.app/tweet-quotes.md) - [Tweet Retweeters](https://sorsaio.mintlify.app/tweet-retweeters.md) - [Tweets Search](https://sorsaio.mintlify.app/tweets-search.md) - [Competitor Content Analysis](https://sorsaio.mintlify.app/untitled-page.md) - [Authentication](https://sorsaio.mintlify.app/untitled-page-copied-1.md) - [User Followers](https://sorsaio.mintlify.app/user-followers.md) - [User Follows](https://sorsaio.mintlify.app/user-follows.md) - [User Info](https://sorsaio.mintlify.app/user-info.md) - [User Info Batch](https://sorsaio.mintlify.app/user-info-batch.md) - [User Tweets](https://sorsaio.mintlify.app/user-tweets.md) - [Username to ID](https://sorsaio.mintlify.app/username-to-id.md) - [Users Search](https://sorsaio.mintlify.app/users-search.md) ## OpenAPI Specs - [swagger](https://api.sorsa.io/v3/swagger.json) - [openapi](https://sorsaio.mintlify.app/v3/openapi.json)