Advanced Search & Query Operations
Leverage powerful search capabilities to find exactly the tweets you need. Our advanced search system combines semantic similarity, keyword matching, and sophisticated filtering to deliver highly relevant results from Twitter/X.Semantic Search
Find tweets based on meaning and context using vector embeddings
Hybrid Search
Combine semantic similarity with keyword matching for precise results
Smart Filtering
Apply complex filters including date ranges, engagement metrics, and user targeting
Query Operators
Use Twitter’s native query syntax for advanced tweet discovery
Search Operations
Query-Based Search
Search tweets using thesearchbyquery
endpoint with Twitter’s native query syntax. Supports advanced operators, filters, and targeting options for precise tweet discovery.
Full Archive Search
Access Twitter’s complete historical tweet archive using thesearchbyfullarchive
endpoint.
Get Tweet by ID
Retrieve a specific tweet using its unique Twitter ID by using thegetbyid
endpoint. Perfect for fetching individual tweets when you have the exact tweet identifier.
Get Replies to a Tweet
Retrieve all replies to a specific tweet using its unique Twitter ID by using thegetreplies
endpoint. This endpoint returns threaded conversations and responses, allowing you to analyze engagement and discussion around particular content.
Get Retweeters
Retrieve all users who retweeted a specific tweet using its unique Twitter ID by using thegetretweeters
endpoint. This endpoint returns a list of users who have retweeted the tweet, allowing you to analyze engagement and discussion around particular content.
User Timeline Operations
Get Tweets from a User’s Timeline
Retrieve tweets from a user’s timeline using their unique Twitter ID by using thegettweets
endpoint. This endpoint returns a list of tweets from the user’s timeline, allowing you to analyze their activity and content.
Get Media (Photos/Videos) from a User
Retrieve media (photos/videos) from a user’s timeline using their unique Twitter ID by using thegetmedia
endpoint. This endpoint returns a list of media from the user’s timeline, allowing you to analyze their activity and content.
Profile Operations
Get User Profile Information
Retrieve user profile information using their unique Twitter ID by using thesearchbyprofile
endpoint. This endpoint returns a list of user profile information, allowing you to analyze their activity and content.
Get User Profile by User ID
Retrieve user profile information using their unique Twitter ID by using thegetprofilebyid
endpoint. This endpoint returns a list of user profile information, allowing you to analyze their activity and content.
Get Followers of a Profile
Retrieve followers of a profile using their unique Twitter ID by using thegetfollowers
endpoint. This endpoint returns a list of followers of the profile, allowing you to analyze their activity and content.
Get Users that a Profile is Following
Retrieve users that a profile is following using their unique Twitter ID by using thegetfollowing
endpoint. This endpoint returns a list of users that the profile is following, allowing you to analyze their activity and content.
Other Operations
Get Trending Topics
Retrieve trending topics by using thegettrends
endpoint. This endpoint returns a list of trending topics, allowing you to analyze the current trends and topics.