who-liked
Installation
SKILL.md
Who Liked This Tweet
List users who liked a specific tweet.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /extractions with toolType=favoriters | Favoriters of a tweet | Per-row |
| POST /extractions/estimate | Preview credit cost before running | Free |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.
Quick reference
POST /extractions/estimate
{ "toolType": "favoriters", "targetTweetId": "<id>" }