What can you do with it?
Search social media platforms and analyze sentiment with comprehensive monitoring capabilities including real-time social media searches, saved search management, historical data retrieval, post popularity analysis, and sentiment tracking across multiple social networks.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (realtime-search, get-saved-searches, get-saved-search-posts, get-post-comments, get-post-likes, get-post-reposts)
keywords
- Search keywords (use quotes for exact phrases, - to exclude)limit
- Number of posts to return (default: 100)page
- Page number for pagination (default: 0)network
- Social media platforms (web, facebook, twitter, youtube, instagram, etc.)language
- Language restrictioncontent-type
- Content type (video, photo, status, link)search-id
- Saved search IDpost-id
- Post ID for specific operations
Tools
Realtime Search
Search social media platforms in real-time for mentions and content Parameters:keywords
(required) - Keywords to search for (use @ for mentions)limit
(optional) - Number of posts per page (default: 100)page
(optional) - Page number for pagination (default: 0)network
(optional) - Networks to search (web, facebook, twitter, youtube, instagram)language
(optional) - Language restrictioncontent-type
(optional) - Content type filter (video, photo, status, link)
Get Saved Searches
Retrieve list of saved searches for historical data access Parameters:- No parameters required
Get Saved Search Posts
Retrieve posts from a saved search for historical data analysis Parameters:search-id
(required) - Saved search IDpage
(optional) - Page number for paginationperiod
(optional) - Time period (recent, yesterday, last7days, last30days)sentiment
(optional) - Filter by sentiment (positive, negative, neutral)sort
(optional) - Sort order (date, popularity)
Get Post Comments
Retrieve comments for a specific social media post Parameters:post-id
(required) - Post ID to get comments for
Get Post Likes
Retrieve likes count and details for a specific post Parameters:post-id
(required) - Post ID to get likes for
Get Post Reposts
Retrieve reposts/shares count and details for a specific post Parameters:post-id
(required) - Post ID to get reposts for