Xpoz - Twitter / X Scraper
Pricing
Pay per usage
Xpoz - Twitter / X Scraper
Access Twitter/X data — users, tweets, retweets, quotes, replies, followers, following, keyword search, and more.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Xpoz
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Access Twitter/X data through the Xpoz platform. Fetch user profiles, tweets, retweets, quote tweets, replies, followers, following lists, search by keywords, and more — all without managing proxies, rate limits, or browser automation.
Getting Started
- Try it now — run the Actor without an API key to get a preview with limited results (max 5) and narrower data coverage
- Get an API key at xpoz.ai/get-token for full access with unlimited results and optimal data coverage
- Run the Actor — paste your API key, select an action, and provide the required identifier
- Download results — output is stored in the Apify dataset as JSON
Actions
| Action | Description | Identifier |
|---|---|---|
| Get User | Fetch a single Twitter user profile | Username or user ID |
| Get Users | Fetch multiple Twitter user profiles at once | List of usernames or user IDs (use Identifiers field) |
| Search Users | Search for Twitter users by name | Search query |
| Get User Connections | Get followers or following list of a user | Username or user ID |
| Get Users by Keywords | Find users whose bio matches keywords | Keyword query |
| Get Posts by IDs | Fetch specific tweets by their IDs | List of tweet IDs (use Identifiers field) |
| Get Posts by Author | Fetch tweets posted by a specific user | Username or user ID |
| Search Posts | Search tweets by keyword or query | Search query |
| Get Retweets | Get retweets of a specific tweet | Tweet ID |
| Get Quotes | Get quote tweets of a specific tweet | Tweet ID |
| Get Comments | Get replies to a specific tweet | Tweet ID |
| Get Post Interacting Users | Get users who liked, retweeted, or replied to a tweet | Tweet ID |
| Count Posts | Count tweets matching a keyword or query | Search query |
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | String | Yes | Your Xpoz API key |
action | Enum | Yes | The Twitter/X action to perform |
identifier | String | No | A username, tweet ID, or search query (depends on action) |
identifiers | String[] | No | Multiple usernames or tweet IDs (for Get Users / Get Posts by IDs) |
identifierType | Enum | No | Whether the identifier is a username or id (default: username) |
connectionType | Enum | No | followers or following (for Get User Connections) |
interactionType | Enum | No | likes, retweets, or replies (for Get Post Interacting Users) |
startDate | String | No | Filter results from this date (ISO 8601, e.g. 2024-01-01) |
endDate | String | No | Filter results until this date (ISO 8601, e.g. 2024-12-31) |
limit | Integer | No | Maximum number of results to return |
fields | String[] | No | Specific fields to include in the response |
forceLatest | Boolean | No | Force fetching the latest data instead of cached results |
fetchAllPages | Boolean | No | Automatically fetch all pages of paginated results |
language | String | No | Filter by language (ISO 639-1 code, e.g. en, es) |
filterOutRetweets | Boolean | No | Exclude retweets from search results |
Example Use Cases
- Find influencers — Search for users by keywords in their bio, then get their follower counts and recent tweets
- Export tweets — Get all tweets by a specific user or matching a search query, with optional date filtering
- Monitor keywords — Search for tweets mentioning your brand, product, or topic of interest
- Get followers — Export the full follower or following list of any public Twitter account
- Analyze engagement — Get all users who liked, retweeted, or replied to a specific tweet
Output
Results are stored in the default Apify dataset. Each item in the dataset is a Twitter user or tweet object with all available fields (or only the fields you specified).
For paginated actions, pagination metadata is saved to the key-value store under the PAGINATION_INFO key, including total rows, total pages, and page size.
Pricing
This Actor is free. You only pay for Apify platform usage (compute time) and your Xpoz API plan. The Actor is usable without an API key, but results will be very limited (max 5 items per request) with narrower data coverage. Get your API key at xpoz.ai/get-token for unlimited results and optimal data coverage.