Xpoz - Social Media Scraper avatar

Xpoz - Social Media Scraper

Pricing

Pay per usage

Go to Apify Store
Xpoz - Social Media Scraper

Xpoz - Social Media Scraper

Access Twitter/X, Instagram, Reddit, and TikTok data — users, posts, comments, followers, keyword search, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Xpoz

Xpoz

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

8 days ago

Last modified

Share

Xpoz - Social Media Intelligence

Access data from Twitter/X, Instagram, Reddit, and TikTok through the Xpoz platform. Search for users, posts, comments, followers, and more — all from a single Apify Actor.

What is Xpoz?

Xpoz is a social media intelligence platform that provides structured access to data across major social networks. This Actor wraps the Xpoz TypeScript SDK to make all capabilities available directly from Apify.

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 this Actor with your API key, platform, and action
  4. Download results from the Apify dataset as JSON, CSV, or Excel

Supported Platforms & Actions

Twitter / X

ActionDescription
getUserGet a single user profile by username or ID
getUsersGet multiple user profiles at once
searchUsersSearch users by name
getUserConnectionsGet a user's followers or following list
getUsersByKeywordsFind users by keyword search
getPostsByIdsGet specific tweets by their IDs
getPostsByAuthorGet all tweets by a specific user
searchPostsSearch tweets by keywords
getRetweetsGet retweets of a specific tweet
getQuotesGet quote tweets of a specific tweet
getCommentsGet replies to a specific tweet
getPostInteractingUsersGet users who liked, retweeted, or replied to a tweet
countPostsCount tweets matching a search query

Instagram

ActionDescription
getUserGet a user profile by username or ID
searchUsersSearch users by name
getUserConnectionsGet a user's followers or following list
getPostInteractingUsersGet users who interacted with a post
getUsersByKeywordsFind users by keyword search
getPostsByIdsGet specific posts by their IDs
getPostsByUserGet all posts by a specific user
searchPostsSearch posts by keywords
getCommentsGet comments on a specific post

Reddit

ActionDescription
getUserGet a user profile
searchUsersSearch users by name
getUsersByKeywordsFind users by keyword search
searchSubredditsSearch subreddits by name
getSubredditsByKeywordsFind subreddits by keyword search
getSubredditWithPostsGet a subreddit's info and recent posts
searchPostsSearch posts by keywords
getPostWithCommentsGet a post and its comments
searchCommentsSearch comments by keywords

TikTok

ActionDescription
getUserGet a user profile by username or ID
searchUsersSearch users by name
getUsersByKeywordsFind users by keyword search
getUsersByHashtagsFind users posting with specific hashtags
getPostsByIdsGet specific posts by their IDs
getPostsByUserGet all posts by a specific user
searchPostsSearch posts by keywords
getPostsByHashtagsGet posts with specific hashtags
getCommentsGet comments on a specific post

Tracking

ActionDescription
getTrackedItemsList all your tracked keywords, users, and hashtags
addTrackedItemsAdd items to your tracking list
removeTrackedItemsRemove items from your tracking list

Input Parameters

ParameterTypeRequiredDescription
apiKeystringYesYour Xpoz API key
platformstringYesPlatform: twitter, instagram, reddit, tiktok, or tracking
actionstringYesAction to perform (see tables above)
identifierstringDependsUsername, post ID, search query, or subreddit name
identifiersstring[]DependsMultiple IDs (for getUsers, getPostsByIds)
identifierTypestringNousername (default) or id
connectionTypestringDependsfollowers or following (for getUserConnections)
interactionTypestringDependslikes, retweets, replies, or comments
hashtagsstring[]DependsHashtags without # (for TikTok hashtag actions)
subredditstringNoFilter Reddit results to a specific subreddit
startDatestringNoStart date filter (YYYY-MM-DD)
endDatestringNoEnd date filter (YYYY-MM-DD)
limitintegerNoMaximum number of results
fieldsstring[]NoSpecific fields to include (empty = all)
forceLatestbooleanNoForce fresh data instead of cached
fetchAllPagesbooleanNoFetch all pages of results (default: first page only)
sortstringNoReddit sort order: new, hot, top, controversial, rising
timestringNoReddit time range: hour, day, week, month, year, all
languagestringNoLanguage code filter (e.g., en, es)
filterOutRetweetsbooleanNoExclude retweets from Twitter search

Example Use Cases

Find influencers talking about AI on Twitter:

  • Platform: twitter | Action: getUsersByKeywords | Identifier: artificial intelligence | Start Date: 2025-01-01

Export all posts from an Instagram account:

  • Platform: instagram | Action: getPostsByUser | Identifier: natgeo | Fetch All Pages: true

Monitor Reddit discussions about your brand:

  • Platform: reddit | Action: searchPosts | Identifier: your brand name | Sort: new

Get trending TikTok content by hashtag:

  • Platform: tiktok | Action: getPostsByHashtags | Hashtags: trending, viral

Output

Results are pushed to the default Apify dataset. Each item in the dataset corresponds to a user, post, comment, or other entity depending on the action. Download results as JSON, CSV, or Excel from the Apify console.

For paginated results, pagination metadata (total rows, total pages) is stored in the key-value store under the key PAGINATION_INFO.

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