user-tweets

Installation
SKILL.md

Fetch a User's Tweets

Read tweets from a specific X (Twitter) account - recent posts, likes, or media tweets. Supports lookup by username and bulk extraction of a full post history.

Endpoints

Endpoint Purpose Cost
GET /x/users/{username} Look up user by @handle, get numeric ID Read tier
GET /x/users/{id}/tweets Recent tweets (paginated) Read tier
GET /x/users/{id}/likes Tweets the user liked (paginated) Read tier
GET /x/users/{id}/media Tweets with media (paginated) Read tier
POST /extractions (toolType=post_extractor) Bulk post history, up to 1,000 tweets Per result
POST /extractions (toolType=user_likes) Bulk likes history Per result
POST /extractions (toolType=user_media) Bulk media posts Per result

Base URL: https://xquik.com/api/v1. Auth: x-api-key.

Resolving a username to an ID

Related skills

More from xquik-dev/x-twitter-scraper

Installs
9
GitHub Stars
80
First Seen
Apr 23, 2026