find-viral-tweets
Installation
SKILL.md
Find Viral Tweets
Surface the highest-engagement tweets matching a topic, user, or hashtag. Read-only.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/tweets/search | Search with engagement filters | Read tier |
| POST /extractions with toolType=tweet_search_extractor | Bulk viral tweet extraction | Per-row |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
GET /x/tweets/search?q=<q+min_faves:1000+min_retweets:100>&queryType=Top
-> { tweets: Tweet[], nextCursor?: string }