search_twitterapi_docs
Search TwitterAPI.io documentation to find API endpoints, guides on pricing and rate limits, and blog posts. Get ranked results with relevance scores.
Instructions
Search TwitterAPI.io documentation: API endpoints, guides (pricing, rate limits, filter rules), and blog posts.
USE THIS WHEN: You need to find information across the entire documentation. RETURNS: Ranked results with endpoint paths, descriptions, and relevance scores.
Examples:
"advanced search" → finds tweet search endpoints
"rate limit" → finds QPS limits and pricing info
"webhook" → finds webhook setup endpoints
"getUserInfo" → finds user info endpoints (supports camelCase)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (1-500 chars). Use English keywords like: 'search', 'user', 'tweet', 'webhook', 'pricing', 'rate limit'. Supports camelCase and underscore formats. | |
| max_results | No | Number of results to return. Use higher values (15-20) for comprehensive research, lower values (3-5) for quick lookups. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Normalized (trimmed) search query. | |
| cached | No | Whether this response was served from cache. | |
| counts | No | ||
| results | Yes | ||
| markdown | Yes | Human-readable markdown rendering of the results. | |
| max_results | Yes | Applied max results (1-20). |