Overview
Search: Full-text and structured search across tweets and users. Filter by query operators, author, date, language, and engagement.
Full-text and structured search across tweets and users. Filter by query operators, author, date, language, and engagement.
This category has 2 endpoints. Each is a pay-per-call REST endpoint with bearer auth, JSON in and out.
| Method | Path | Cost | Description |
|---|---|---|---|
GET | /tweet/advanced_search | $0.0008 | Search tweets with Twitter's full query-operator syntax, paginated with cursors. · Popular |
GET | /user/search | $0.0008 | Find users by keyword across display names, handles, and bios. |
Wire TwitterAPIs into Claude, Cursor, and Windsurf
Install the TwitterAPIs MCP server in under two minutes and let your AI agent search tweets, fetch profiles, and read timelines without writing a line of glue code.
Advanced Tweet Search GETHot
Run a full-text tweet search using the same operator syntax as Twitter/X advanced search. Combine free text with operators such as from:, to:, since:, until:, min_faves:, and lang: to filter precisely. Results are cursor-paginated at roughly 20 tweets per call. Cost: $0.0008 per call.