Initiate X Search
The Basic X Search API enables users to retrieve relevant links and tweets based on specified search queries without utilizing AI-driven models. It analyzes links from X posts that align with the provided search criteria.
Authorizations
Query Parameters
Search query. For syntax, check https://docs.datura.ai/guides/capabilities/twitter-queries
Sort by Top or Latest
User to search for
Start date in UTC (YYYY-MM-DD format)
End date in UTC (YYYY-MM-DD format)
Language code (e.g., en, es, fr)
Filter for verified users
Filter for blue checkmark verified users
Include only tweets with quotes
Include only tweets with videos
Include only tweets with images
Minimum number of retweets
Minimum number of replies
Minimum number of likes
Number of tweets to retrieve
1 <= x <= 100
Response
"987654321"
"This is an example tweet."
10
5
100
1000
2
1500
3
"https://twitter.com/example_tweet"
"2023-01-01T00:00:00Z"
false
false
[]
"987654321"
"This is an example tweet."
10
5
100
1000
2
1500
3
"https://twitter.com/example_tweet"
"2023-01-01T00:00:00Z"
false
false
[]
The response is of type object
.