X Search
Retrieve Replies for a Post
The Tweets and Replies by User API enables users to retrieve relevant tweets and replies based on specified search queries without relying on AI-powered models. It analyzes and extracts links from X posts that align with the provided search criteria.
GET
Authorizations
Query Parameters
The ID of the post to search for.
The number of tweets to fetch.
Required range:
1 <= x <= 100
Search query. For syntax, check https://docs.datura.ai/guides/capabilities/twitter-queries
Response
200
application/json
A JSON object mapping Twitter Search to its search results.
Example:
"987654321"
Example:
"This is an example tweet."
Example:
10
Example:
5
Example:
100
Example:
1000
Example:
2
Example:
1500
Example:
3
Example:
"https://twitter.com/example_tweet"
Example:
"2023-01-01T00:00:00Z"
Example:
false
Example:
false
Example:
[]
Example:
"987654321"
Example:
"This is an example tweet."
Example:
10
Example:
5
Example:
100
Example:
1000
Example:
2
Example:
1500
Example:
3
Example:
"https://twitter.com/example_tweet"
Example:
"2023-01-01T00:00:00Z"
Example:
false
Example:
false
Example:
[]
The response is of type object
.