Skip to main content
Xpoz provides 3 tools for managing tracked items. Tracked items are monitored continuously, ensuring fresh data is available for your searches.

Tracked Item Schema

Every tracked item has three fields:
The number of tracked items is limited by your plan. Use getAccountDetails to check your current limits and usage.

Tools

getTrackedItems

Get all tracked keywords and users for the authenticated user. Returns an array of tracked items, each with phrase, type, and platform.
Call getTrackedItems before using removeTrackedItems to see the exact items you can remove.

addTrackedItems

Add keywords, users, subreddits, or hashtags to track. Example items value:
Returns an error if adding the items would exceed your plan’s tracking limit.

removeTrackedItems

Remove tracked keywords, users, subreddits, or hashtags.
Items must match exactly by phrase, type, and platform. Call getTrackedItems first to see the exact values to use.

Platform and Type Compatibility