SEARCH_TWEETS_TWITTER

Search and get up to 100 tweets from the last 7 days based on keyword, handle or hashtag.

People
icon of TwitterTwitter
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
SEARCH_TWEETS_TWITTER(query
[type]
[date]
[language]
)
query

Keywords to search tweets for. For example: "No-code tools".

[optional] type

Specifies type of search results returned. Choose either:

  • "recent"
  • "popular"
  • "mixed" (default) - returns a mix between the most recent and most popular tweets
Selected options:
Mixed
Popular
Recent
[optional] date

Returns tweets created before the given date, formatted as YYYY-MM-DD, limited to 7 previous days. For example: "2020-03-04".

[optional] language

Language of the tweet, as given by ISO 639-1 code. For example: "en".

Examples

SEARCH_TWEETS_TWITTER("bitcoin") returns List of most relevant tweets that match the term "bitcoin"