top-replies
Installation
SKILL.md
Top Replies
Get the highest-engagement replies under a specific tweet.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/tweets/{id}/replies | Replies (paginated; sort client-side) | Read tier |
| POST /extractions with toolType=reply_extractor | Bulk replies for offline sorting | Per-row |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
GET /x/tweets/{id}/replies?cursor=<optional>
-> { replies: Tweet[], nextCursor?: string }