Xpoz - Twitter / X Scraper avatar

Xpoz - Twitter / X Scraper

Pricing

Pay per usage

Go to Apify Store
Xpoz - Twitter / X Scraper

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

Xpoz

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

8 days ago

Last modified

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

  1. Try it now — run the Actor without an API key to get a preview with limited results (max 5) and narrower data coverage
  2. Get an API key at xpoz.ai/get-token for full access with unlimited results and optimal data coverage
  3. Run the Actor — paste your API key, select an action, and provide the required identifier
  4. Download results — output is stored in the Apify dataset as JSON

Actions

ActionDescriptionIdentifier
Get UserFetch a single Twitter user profileUsername or user ID
Get UsersFetch multiple Twitter user profiles at onceList of usernames or user IDs (use Identifiers field)
Search UsersSearch for Twitter users by nameSearch query
Get User ConnectionsGet followers or following list of a userUsername or user ID
Get Users by KeywordsFind users whose bio matches keywordsKeyword query
Get Posts by IDsFetch specific tweets by their IDsList of tweet IDs (use Identifiers field)
Get Posts by AuthorFetch tweets posted by a specific userUsername or user ID
Search PostsSearch tweets by keyword or querySearch query
Get RetweetsGet retweets of a specific tweetTweet ID
Get QuotesGet quote tweets of a specific tweetTweet ID
Get CommentsGet replies to a specific tweetTweet ID
Get Post Interacting UsersGet users who liked, retweeted, or replied to a tweetTweet ID
Count PostsCount tweets matching a keyword or querySearch query

Input Parameters

ParameterTypeRequiredDescription
apiKeyStringYesYour Xpoz API key
actionEnumYesThe Twitter/X action to perform
identifierStringNoA username, tweet ID, or search query (depends on action)
identifiersString[]NoMultiple usernames or tweet IDs (for Get Users / Get Posts by IDs)
identifierTypeEnumNoWhether the identifier is a username or id (default: username)
connectionTypeEnumNofollowers or following (for Get User Connections)
interactionTypeEnumNolikes, retweets, or replies (for Get Post Interacting Users)
startDateStringNoFilter results from this date (ISO 8601, e.g. 2024-01-01)
endDateStringNoFilter results until this date (ISO 8601, e.g. 2024-12-31)
limitIntegerNoMaximum number of results to return
fieldsString[]NoSpecific fields to include in the response
forceLatestBooleanNoForce fetching the latest data instead of cached results
fetchAllPagesBooleanNoAutomatically fetch all pages of paginated results
languageStringNoFilter by language (ISO 639-1 code, e.g. en, es)
filterOutRetweetsBooleanNoExclude 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.

Support