xgo-search-tweets
通过 XGo (xgo.ing) 开放接口实时搜索推文、获取特定用户最新推文。适用场景:(1) 按关键词/话题搜索推文,(2) 查找热门讨论,(3) 实时获取某用户最新推文,(4) 刷新指定推文获取最新互动数据,(5) 了解推特上对某话题的讨论。触发短语:'搜索推文', '搜推特', 'search tweets', 'search twitter', '找推文', '关于 XX 的推文', 'tweets about', '某人的最新推文', 'latest tweets from @user', '刷新推文', 'refresh tweets', '推特上怎么说', '看看大家怎么讨论', 或任何与推文搜索或实时推文获取相关的表述。注意:拉取时间线/Feed(如 '拉取推文', '今天的推文', '推文列表')请使用 xgo-fetch-tweets。
Author
Category
Other ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
XGo Tweet Searcher - Real-Time Twitter Tweet Search
Skill Overview
The Tweet Searcher uses the XGo (xgo.ing) open API to search tweets in real time. It supports keyword/topic searches, retrieving a specific user’s latest tweets, and refreshing tweet engagement data. It’s a convenient tool for developers, marketers, and data analysts to obtain Twitter data.
Use Cases
Search tweets in real time by keywords or hashtag topics to quickly understand the discussion heat around a specific event on Twitter. Suitable for news tracking, brand monitoring, market research, and more. Supports two sorting modes: “Top/most popular first” and “Latest/most recent first.”
Retrieve the latest tweets from a specific user. You don’t need to follow the user—just view the target user’s published content in real time. Suitable for competitive analysis, KOL monitoring, and tracking industry experts’ updates.
Refresh engagement data (likes, reposts, replies, etc.) using tweet IDs to get the latest metrics. Suitable for tracking tweet performance, monitoring engagement metrics, and analyzing A/B test results.
Core Features
Supports Twitter search syntax to filter tweets by multiple dimensions such as keywords, users, hashtags, language, and engagement counts. Supports operators like
from: (specific user), #hashtag (tag), min_faves: (minimum likes), and lang: (language). By default, search results return 20 items, up to a maximum of 100.Pull the user’s latest tweet timeline in real time by username. Each page contains about 20 tweets, up to 5 pages maximum. Data comes directly from the Twitter API to ensure timeliness.
Batch refresh engagement metrics for specified tweets, including likes, reposts, replies, quote tweets, favorites, and views. Each request supports up to 100 tweet IDs, making it suitable for tracking changes in tweet performance.
FAQs
How do I use the XGo Tweet Searcher?
First, set the XGO_API_KEY environment variable, then add X-API-KEY to the request headers. To search tweets, use a POST request to call https://api.xgo.ing/openapi/v1/tweet/search, passing JSON parameters including query (search term), queryType (Top/Popular or Latest/Recent), and maxResults (number of results). For example, searching for popular tweets about “AI agents” returns up to 30 results.
What Twitter search syntax is supported?
The Tweet Searcher supports full Twitter search operators: from:username to search tweets from a user, #hashtag to search by hashtag, min_faves:number to set the minimum likes, min_retweets:number to set the minimum reposts, lang:language_code to specify language, -filter:replies to exclude replies, and filter:media to show only tweets containing media. These operators can be combined freely.
Are there any API limitations?
The XGo open API requires a Plus or Pro membership to use. Rate limits are: PLUS—200 requests/min, PRO—600 requests/min. A single tweet search can return up to 100 results; fetching a user’s tweets can take up to 5 pages (about 100 items); refreshing tweets can include up to 100 IDs per request. If a 429 error occurs, wait 10 seconds and retry.