Xpoz - TikTok Scraper avatar

Xpoz - TikTok Scraper

Pricing

Pay per usage

Go to Apify Store
Xpoz - TikTok Scraper

Xpoz - TikTok Scraper

Access TikTok data — users, posts, comments, hashtag search, 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

1

Monthly active users

8 days ago

Last modified

Share

Access TikTok data through the Xpoz platform. Search for users, posts, comments, hashtags, and more — all from a single Apify Actor.

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 and action
  4. Download results from the Apify dataset as JSON, CSV, or Excel

Actions

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

Input Parameters

ParameterTypeRequiredDescription
apiKeystringYesYour Xpoz API key
actionstringYesAction to perform (see table above)
identifierstringDependsUsername, post ID, or search query depending on the action
identifiersstring[]DependsMultiple post IDs (for getPostsByIds)
identifierTypestringNousername (default) or id
hashtagsstring[]DependsHashtags without # (for getUsersByHashtags, getPostsByHashtags)
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)

Example Use Cases

Find trending creators by hashtag:

  • Action: getUsersByHashtags | Hashtags: trending, viral | Limit: 50

Search TikTok posts by hashtag:

  • Action: getPostsByHashtags | Hashtags: fitness, workout | Start Date: 2025-01-01

Analyze content from a specific creator:

  • Action: getPostsByUser | Identifier: charlidamelio | Fetch All Pages: true

Monitor competitor activity:

  • Action: getPostsByUser | Identifier: competitor_username | Force Latest: true

Search for niche creators:

  • Action: getUsersByKeywords | Identifier: plant based recipes | Limit: 100

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