user-tweets
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
More from xquik-dev/x-twitter-scraper
x-twitter-scraper
Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.
650x-trends
Use when the user wants to know what is trending on X (Twitter) right now. Fetches current trending topics, hashtags, and volumes by country. Useful for content ideation, timely posts, news monitoring, and spotting viral moments.
12search-tweets
Use when the user wants to search tweets on X (Twitter) by keyword, phrase, hashtag, from a specific user, within a date range, or with engagement filters. Covers both the live search endpoint (latest matches) and bulk tweet search extractions (up to 1,000 tweets per job). Returns tweet IDs, text, authors, metrics, and timestamps.
11find-viral-tweets
Use when the user wants to find viral or high-engagement tweets on X (Twitter) around a topic, from a specific author, or across a hashtag. Filters by minimum likes, retweets, or views. Read-only discovery tool.
11export-tweets-csv
Use when the user wants to export X (Twitter) data to CSV, JSONL, or XLSX. Covers exporting extraction results (tweets, followers, mentions, giveaway entrants) and formatting them for spreadsheets or pipelines. Download handling only.
11find-bangers
Use when the user asks for 'bangers' on X (Twitter) - breakout tweets with exceptional engagement relative to the author's usual performance. Surfaces anomalously high-performing tweets for inspiration or trend-spotting. Read-only.
11