Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Advanced Twitter search query parameters
List of search terms to query Twitter,Visit Advance Search TwitterXAPI to generate advanced search terms online.
Example:
["python programming", "AI technology"]
Maximum number of tweets to return
Required range:
1 <= x <= 100000
Example:
50
Sort order for results
Available options:
Latest
, Top
Example:
"Latest"