/search-tweets Search for tweets using a specific query
Get Data
/search-tweets Search for tweets using a specific query
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.
POST
/search-tweets Search for tweets using a specific query