People
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"
.