tweet-analytics
Installation
SKILL.md
Tweet Analytics
Check how a tweet performed on X. Fetches likes, retweets, quotes, replies, views/impressions, and can list which accounts liked or retweeted.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| GET /x/tweets/{id} | Full tweet with metrics | Read tier |
| GET /x/tweets/{id}/favoriters | Paginated list of users who liked | Read tier |
| POST /extractions (toolType=favoriters) | Bulk list of users who liked | Per result |
| POST /extractions (toolType=repost_extractor) | Bulk list of users who retweeted | Per result |
| POST /extractions (toolType=quote_extractor) | Bulk list of quote tweets | Per result |
| GET /styles/{username}/performance | Per-tweet engagement for an account over time | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key header.