Search

Search

Certified

Search tweets

yaml
type: io.kestra.plugin.xquik.tweets.Search
yaml
id: xquik_tweet_search
namespace: company.research

tasks:
  - id: search_posts
    type: io.kestra.plugin.xquik.tweets.Search
    apiKey: "{{ secret('XQUIK_API_KEY') }}"
    query: "from:kestra_io orchestration"
    queryType: Latest
    limit: 20

yaml
id: xquik_tweet_search_store
namespace: company.research

tasks:
  - id: search_posts
    type: io.kestra.plugin.xquik.tweets.Search
    apiKey: "{{ secret('XQUIK_API_KEY') }}"
    query: "agent framework"
    limit: 100
    fetchType: STORE
Properties
Defaulthttps://xquik.com/api/v1
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
Default20
Definitions
connectTimeoutstring
defaultCharsetstring
DefaultUTF-8
headersobject
readIdleTimeoutstring
DefaultPT5M
DefaultLatest
Possible Values
LatestTop
Formaturi